// Investment and Savings Analytics (smart-savings-and-investment-app) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.users), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.users.createMany({
        data: [
            { user_id: 1, full_name: "Nadia Fischer", email: "nadia.fischer@example.net", created_at: new Date("2023-12-31T09:07:22Z"), credit_score: 537 },
            { user_id: 2, full_name: "Wei Nakamura", email: "wei.nakamura@example.org", created_at: new Date("2020-09-30T16:24:45Z"), credit_score: 413 },
            { user_id: 3, full_name: "Kai Gomez", email: "kai.gomez@example.net", created_at: new Date("2021-05-21T14:41:37Z"), credit_score: 796 },
            { user_id: 4, full_name: "Sofia Meyer", email: "sofia.meyer@example.net", created_at: new Date("2023-12-10T10:38:05Z"), credit_score: 329 },
            { user_id: 5, full_name: "Nour Patel", email: "nour.patel@example.org", created_at: new Date("2021-11-30T13:54:49Z"), credit_score: 821 },
            { user_id: 6, full_name: "Yara Hoffmann", email: "yara.hoffmann@example.net", created_at: new Date("2020-01-11T09:54:41Z"), credit_score: 846 },
            { user_id: 7, full_name: "Hugo Zhang", email: "hugo.zhang@example.net", created_at: new Date("2023-08-20T11:33:37Z"), credit_score: 752 },
            { user_id: 8, full_name: "Ben Moreau", email: "ben.moreau@example.com", created_at: new Date("2022-05-14T15:00:17Z"), credit_score: 755 },
            { user_id: 9, full_name: "Anna Evans", email: "anna.evans@example.org", created_at: new Date("2020-06-27T14:24:49Z"), credit_score: 811 },
            { user_id: 10, full_name: "Arjun Hansen", email: "arjun.hansen@example.net", created_at: new Date("2023-07-09T21:43:42Z"), credit_score: 771 },
            { user_id: 11, full_name: "Pedro Lee", email: "pedro.lee@example.com", created_at: new Date("2020-05-01T11:07:11Z"), credit_score: 850 },
            { user_id: 12, full_name: "Ivan Reyes", email: "ivan.reyes@example.org", created_at: new Date("2020-12-30T15:51:27Z"), credit_score: 808 },
            { user_id: 13, full_name: "Karim Gupta", email: "karim.gupta@example.net", created_at: new Date("2022-09-14T08:48:27Z"), credit_score: 742 },
            { user_id: 14, full_name: "Ethan Bauer", email: "ethan.bauer@example.org", created_at: new Date("2020-06-01T12:14:44Z"), credit_score: 841 },
            { user_id: 15, full_name: "Olivia Taylor", email: "olivia.taylor@example.com", created_at: new Date("2022-11-11T09:48:48Z"), credit_score: 847 },
            { user_id: 16, full_name: "Rafael Castro", email: "rafael.castro@example.org", created_at: new Date("2020-07-09T16:41:58Z"), credit_score: 639 },
            { user_id: 17, full_name: "Mia Murphy", email: "mia.murphy@example.com", created_at: new Date("2022-06-01T07:09:53Z"), credit_score: 845 },
            { user_id: 18, full_name: "Sam Vargas", email: "sam.vargas@example.com", created_at: new Date("2022-09-22T16:52:29Z"), credit_score: 734 },
            { user_id: 19, full_name: "Hannah Cruz", email: "hannah.cruz@example.net", created_at: new Date("2023-05-31T10:29:13Z"), credit_score: 835 },
            { user_id: 20, full_name: "Priya Silva", email: "priya.silva@example.com", created_at: new Date("2021-07-07T08:45:12Z"), credit_score: 850 },
            { user_id: 21, full_name: "Wei Rossi", email: "wei.rossi@example.net", created_at: new Date("2023-04-24T07:42:42Z"), credit_score: 579 },
            { user_id: 22, full_name: "Alice Yilmaz", email: "alice.yilmaz@example.com", created_at: new Date("2021-07-20T15:59:29Z"), credit_score: 451 },
            { user_id: 23, full_name: "Diego Tanaka", email: "diego.tanaka@example.com", created_at: new Date("2020-11-22T13:50:50Z"), credit_score: 826 },
            { user_id: 24, full_name: "Emma Klein", email: "emma.klein@example.com", created_at: new Date("2021-03-01T05:09:22Z"), credit_score: 819 },
            { user_id: 25, full_name: "Theo Park", email: "theo.park@example.com", created_at: new Date("2020-02-20T14:49:37Z"), credit_score: 741 },
            { user_id: 26, full_name: "Laura Torres", email: "laura.torres@example.net", created_at: new Date("2022-01-29T15:23:42Z"), credit_score: 663 },
            { user_id: 27, full_name: "Victor Adams", email: "victor.adams@example.org", created_at: new Date("2022-11-14T13:00:57Z"), credit_score: 330 },
            { user_id: 28, full_name: "Priya Jensen", email: "priya.jensen@example.net", created_at: new Date("2021-02-19T08:11:49Z"), credit_score: 650 },
            { user_id: 29, full_name: "Leo Tanaka", email: "leo.tanaka@example.org", created_at: new Date("2021-06-21T16:16:47Z"), credit_score: 661 },
            { user_id: 30, full_name: "Hannah Gupta", email: "hannah.gupta@example.com", created_at: new Date("2021-03-29T17:06:00Z"), credit_score: 598 },
            { user_id: 31, full_name: "Mia Ibrahim", email: "mia.ibrahim@example.net", created_at: new Date("2023-01-03T14:14:03Z"), credit_score: 584 },
            { user_id: 32, full_name: "Hana Evans", email: "hana.evans@example.org", created_at: new Date("2022-02-05T14:28:40Z"), credit_score: 768 },
            { user_id: 33, full_name: "Mila Jensen", email: "mila.jensen@example.com", created_at: new Date("2023-03-21T11:26:56Z"), credit_score: 728 },
            { user_id: 34, full_name: "Yusuf Martin", email: "yusuf.martin@example.org", created_at: new Date("2020-11-09T18:18:57Z"), credit_score: 543 },
            { user_id: 35, full_name: "Andre Rossi", email: "andre.rossi@example.com", created_at: new Date("2023-02-13T10:08:05Z"), credit_score: 370 },
            { user_id: 36, full_name: "Sofia Reyes", email: "sofia.reyes@example.org", created_at: new Date("2022-03-19T09:04:35Z"), credit_score: 838 },
            { user_id: 37, full_name: "Tomas Taylor", email: "tomas.taylor@example.org", created_at: new Date("2023-01-25T13:25:45Z"), credit_score: 839 },
            { user_id: 38, full_name: "Maria Cruz", email: "maria.cruz@example.net", created_at: new Date("2020-07-27T09:48:12Z"), credit_score: 379 },
            { user_id: 39, full_name: "Ibrahim Gupta", email: "ibrahim.gupta@example.org", created_at: new Date("2022-03-17T09:43:24Z"), credit_score: 402 },
            { user_id: 40, full_name: "Anna Adams", email: "anna.adams@example.net", created_at: new Date("2022-11-07T16:58:47Z"), credit_score: 813 },
            { user_id: 41, full_name: "Zara Hoffmann", email: "zara.hoffmann@example.org", created_at: new Date("2022-06-17T13:22:58Z"), credit_score: 641 },
            { user_id: 42, full_name: "Daniel Ahmed", email: "daniel.ahmed@example.org", created_at: new Date("2020-04-11T18:30:17Z"), credit_score: 812 },
            { user_id: 43, full_name: "Oscar Sato", email: "oscar.sato@example.com", created_at: new Date("2023-03-06T17:17:47Z"), credit_score: 615 },
            { user_id: 44, full_name: "Anna Park", email: "anna.park@example.net", created_at: new Date("2020-08-14T09:32:51Z"), credit_score: 839 },
            { user_id: 45, full_name: "Nour Almeida", email: "nour.almeida@example.net", created_at: new Date("2021-09-18T14:10:35Z"), credit_score: 723 },
            { user_id: 46, full_name: "Lena Cruz", email: "lena.cruz@example.org", created_at: new Date("2020-04-13T17:32:19Z"), credit_score: 850 },
            { user_id: 47, full_name: "Pedro Yilmaz", email: "pedro.yilmaz@example.org", created_at: new Date("2021-05-07T09:26:26Z"), credit_score: 645 },
            { user_id: 48, full_name: "Elena Almeida", email: "elena.almeida@example.org", created_at: new Date("2023-03-24T09:41:49Z"), credit_score: 847 },
            { user_id: 49, full_name: "Mei Wagner", email: "mei.wagner@example.org", created_at: new Date("2021-03-04T09:47:20Z"), credit_score: 719 },
            { user_id: 50, full_name: "James Nakamura", email: "james.nakamura@example.com", created_at: new Date("2023-12-02T14:17:50Z"), credit_score: 543 },
            { user_id: 51, full_name: "Maja Nguyen", email: "maja.nguyen@example.net", created_at: new Date("2023-08-18T14:12:49Z"), credit_score: 789 },
            { user_id: 52, full_name: "Lina Miller", email: "lina.miller@example.org", created_at: new Date("2022-02-02T10:01:05Z"), credit_score: 784 },
            { user_id: 53, full_name: "Hannah Schmidt", email: "hannah.schmidt@example.net", created_at: new Date("2022-10-22T11:48:07Z"), credit_score: 809 },
            { user_id: 54, full_name: "Ruby Vargas", email: "ruby.vargas@example.com", created_at: new Date("2023-07-23T10:09:57Z"), credit_score: 756 },
            { user_id: 55, full_name: "Oscar Shah", email: "oscar.shah@example.org", created_at: new Date("2021-06-28T14:45:17Z"), credit_score: 606 },
            { user_id: 56, full_name: "Noah Kumar", email: "noah.kumar@example.org", created_at: new Date("2020-01-07T10:31:27Z"), credit_score: 701 },
            { user_id: 57, full_name: "Nadia Schmidt", email: "nadia.schmidt@example.org", created_at: new Date("2021-10-28T15:18:39Z"), credit_score: 349 },
            { user_id: 58, full_name: "Ben Zhang", email: "ben.zhang@example.org", created_at: new Date("2022-10-17T16:32:09Z"), credit_score: 790 },
            { user_id: 59, full_name: "Sara Evans", email: "sara.evans@example.org", created_at: new Date("2023-05-28T11:43:17Z"), credit_score: 704 },
            { user_id: 60, full_name: "Lena Davis", email: "lena.davis@example.org", created_at: new Date("2020-03-17T09:40:26Z"), credit_score: 770 },
            { user_id: 61, full_name: "Chloe Young", email: "chloe.young@example.org", created_at: new Date("2023-03-15T14:05:02Z"), credit_score: 523 },
            { user_id: 62, full_name: "Tomas Jansen", email: "tomas.jansen@example.net", created_at: new Date("2023-02-14T14:33:25Z"), credit_score: 313 },
            { user_id: 63, full_name: "Ruby Hoffmann", email: "ruby.hoffmann@example.org", created_at: new Date("2020-11-17T12:01:47Z"), credit_score: 532 },
            { user_id: 64, full_name: "Elena Wang", email: "elena.wang@example.com", created_at: new Date("2022-04-21T08:40:32Z"), credit_score: 533 },
            { user_id: 65, full_name: "Julia Walker", email: "julia.walker@example.com", created_at: new Date("2020-06-28T15:05:43Z"), credit_score: 579 },
            { user_id: 66, full_name: "Uma Baker", email: "uma.baker@example.com", created_at: new Date("2021-01-11T14:47:01Z"), credit_score: 527 },
            { user_id: 67, full_name: "Theo Hoffmann", email: "theo.hoffmann@example.org", created_at: new Date("2020-12-11T12:31:25Z"), credit_score: 591 },
            { user_id: 68, full_name: "Lina Sousa", email: "lina.sousa@example.com", created_at: new Date("2023-11-28T17:38:40Z"), credit_score: 468 },
            { user_id: 69, full_name: "Laura Hassan", email: "laura.hassan@example.org", created_at: new Date("2022-09-23T13:54:34Z"), credit_score: 718 },
            { user_id: 70, full_name: "Priya Kaya", email: "priya.kaya@example.com", created_at: new Date("2023-03-09T12:11:11Z"), credit_score: 515 },
            { user_id: 71, full_name: "Ines Oliveira", email: "ines.oliveira@example.net", created_at: new Date("2023-03-16T16:36:52Z"), credit_score: 590 },
            { user_id: 72, full_name: "Omar Brown", email: "omar.brown@example.com", created_at: new Date("2023-08-20T15:20:40Z"), credit_score: 492 },
            { user_id: 73, full_name: "Mei Lopez", email: "mei.lopez@example.net", created_at: new Date("2022-02-28T11:21:24Z"), credit_score: 797 },
            { user_id: 74, full_name: "Nina Larsen", email: "nina.larsen@example.com", created_at: new Date("2021-02-12T10:09:12Z"), credit_score: 846 },
            { user_id: 75, full_name: "Hana Bauer", email: "hana.bauer@example.com", created_at: new Date("2023-01-18T14:06:22Z"), credit_score: 835 },
            { user_id: 76, full_name: "Jack Fischer", email: "jack.fischer@example.com", created_at: new Date("2022-07-23T12:35:21Z"), credit_score: 557 },
            { user_id: 77, full_name: "Deniz Lopez", email: "deniz.lopez@example.com", created_at: new Date("2021-03-14T15:40:13Z"), credit_score: 801 },
            { user_id: 78, full_name: "Ines Pereira", email: "ines.pereira@example.org", created_at: new Date("2021-01-19T22:51:10Z"), credit_score: 488 },
            { user_id: 79, full_name: "Uma Murphy", email: "uma.murphy@example.net", created_at: new Date("2022-01-02T12:50:11Z"), credit_score: 666 },
            { user_id: 80, full_name: "Mei Murphy", email: "mei.murphy@example.com", created_at: new Date("2022-01-22T15:36:03Z"), credit_score: 608 },
            { user_id: 81, full_name: "Alice Silva", email: "alice.silva@example.org", created_at: new Date("2022-02-19T09:22:29Z"), credit_score: 850 },
            { user_id: 82, full_name: "Amir Hoffmann", email: "amir.hoffmann@example.net", created_at: new Date("2021-09-15T15:45:24Z"), credit_score: 692 },
            { user_id: 83, full_name: "Pedro Meyer", email: "pedro.meyer@example.net", created_at: new Date("2022-06-25T14:08:24Z"), credit_score: 603 },
            { user_id: 84, full_name: "Hannah Nakamura", email: "hannah.nakamura@example.net", created_at: new Date("2022-05-02T08:25:15Z"), credit_score: 633 },
            { user_id: 85, full_name: "Amir Ibrahim", email: "amir.ibrahim@example.net", created_at: new Date("2020-07-31T16:36:02Z"), credit_score: 500 },
            { user_id: 86, full_name: "Tariq Murphy", email: "tariq.murphy@example.org", created_at: new Date("2023-09-26T13:09:45Z"), credit_score: 838 },
            { user_id: 87, full_name: "David Reyes", email: "david.reyes@example.net", created_at: new Date("2020-06-17T11:52:40Z"), credit_score: 640 },
            { user_id: 88, full_name: "Elena Sousa", email: "elena.sousa@example.net", created_at: new Date("2023-01-03T09:16:05Z"), credit_score: 849 },
            { user_id: 89, full_name: "Kai Nguyen", email: "kai.nguyen@example.com", created_at: new Date("2021-11-02T14:00:17Z"), credit_score: 834 },
            { user_id: 90, full_name: "Nadia Ruiz", email: "nadia.ruiz@example.net", created_at: new Date("2021-04-27T15:52:49Z"), credit_score: 834 },
            { user_id: 91, full_name: "Zoe Oliveira", email: "zoe.oliveira@example.net", created_at: new Date("2021-08-13T09:17:10Z"), credit_score: 826 },
            { user_id: 92, full_name: "Hana Hansen", email: "hana.hansen@example.com", created_at: new Date("2022-03-29T10:30:16Z"), credit_score: 422 },
            { user_id: 93, full_name: "Ana Hansen", email: "ana.hansen@example.com", created_at: new Date("2023-05-25T15:53:19Z"), credit_score: 407 },
            { user_id: 94, full_name: "Nour Walker", email: "nour.walker@example.com", created_at: new Date("2022-11-12T16:34:16Z"), credit_score: 817 },
            { user_id: 95, full_name: "Yusuf Schmidt", email: "yusuf.schmidt@example.org", created_at: new Date("2023-03-03T10:22:36Z"), credit_score: 312 },
            { user_id: 96, full_name: "Liam Patel", email: "liam.patel@example.net", created_at: new Date("2022-08-02T10:15:39Z"), credit_score: 745 },
            { user_id: 97, full_name: "Selin Patel", email: "selin.patel@example.net", created_at: new Date("2022-01-06T17:46:42Z"), credit_score: 546 },
            { user_id: 98, full_name: "Theo Nakamura", email: "theo.nakamura@example.com", created_at: new Date("2021-12-27T14:31:45Z"), credit_score: 777 },
            { user_id: 99, full_name: "Yara Walker", email: "yara.walker@example.net", created_at: new Date("2022-03-11T16:11:49Z"), credit_score: 425 },
            { user_id: 100, full_name: "Deniz Young", email: "deniz.young@example.org", created_at: new Date("2022-09-15T11:16:30Z"), credit_score: 849 },
            { user_id: 101, full_name: "Nadia Park", email: "nadia.park@example.net", created_at: new Date("2023-07-17T08:59:47Z"), credit_score: 764 },
            { user_id: 102, full_name: "Anna Vargas", email: "anna.vargas@example.net", created_at: new Date("2020-03-15T17:11:18Z"), credit_score: 844 },
            { user_id: 103, full_name: "Chen Hoffmann", email: "chen.hoffmann@example.org", created_at: new Date("2020-02-27T14:35:35Z"), credit_score: 850 },
            { user_id: 104, full_name: "Hugo Lopez", email: "hugo.lopez@example.net", created_at: new Date("2023-11-26T11:33:10Z"), credit_score: 790 },
            { user_id: 105, full_name: "Mei Zhang", email: "mei.zhang@example.net", created_at: new Date("2022-01-28T18:54:30Z"), credit_score: 463 },
            { user_id: 106, full_name: "Andre Andersen", email: "andre.andersen@example.org", created_at: new Date("2022-02-28T09:59:15Z"), credit_score: 481 },
            { user_id: 107, full_name: "Wei Fischer", email: "wei.fischer@example.org", created_at: new Date("2021-01-29T08:11:38Z"), credit_score: 501 },
            { user_id: 108, full_name: "Tomas Nguyen", email: "tomas.nguyen@example.net", created_at: new Date("2023-11-08T10:51:48Z"), credit_score: 587 },
            { user_id: 109, full_name: "Laura Andersen", email: "laura.andersen@example.org", created_at: new Date("2020-11-09T16:19:00Z"), credit_score: 637 },
            { user_id: 110, full_name: "Zara Cruz", email: "zara.cruz@example.com", created_at: new Date("2023-03-28T16:56:41Z"), credit_score: 747 },
            { user_id: 111, full_name: "Priya Moreau", email: "priya.moreau@example.net", created_at: new Date("2020-06-15T15:52:14Z"), credit_score: 772 },
            { user_id: 112, full_name: "Mia Garcia", email: "mia.garcia@example.org", created_at: new Date("2020-10-28T15:42:03Z"), credit_score: 603 },
            { user_id: 113, full_name: "Selin Klein", email: "selin.klein@example.org", created_at: new Date("2020-08-05T15:10:54Z"), credit_score: 759 },
            { user_id: 114, full_name: "Diego Larsen", email: "diego.larsen@example.org", created_at: new Date("2020-04-01T10:23:15Z"), credit_score: 847 },
            { user_id: 115, full_name: "Isaac Zhang", email: "isaac.zhang@example.org", created_at: new Date("2023-03-30T17:29:41Z"), credit_score: 694 },
            { user_id: 116, full_name: "Mateo Hoffmann", email: "mateo.hoffmann@example.org", created_at: new Date("2023-01-20T16:05:00Z"), credit_score: 850 },
            { user_id: 117, full_name: "Rafael Wilson", email: "rafael.wilson@example.net", created_at: new Date("2022-04-17T09:01:55Z"), credit_score: 838 },
            { user_id: 118, full_name: "Ben Hansen", email: "ben.hansen@example.org", created_at: new Date("2021-12-27T17:49:54Z"), credit_score: 802 },
            { user_id: 119, full_name: "Yusuf Young", email: "yusuf.young@example.net", created_at: new Date("2021-07-05T08:47:51Z"), credit_score: 821 },
            { user_id: 120, full_name: "Andre Ahmed", email: "andre.ahmed@example.com", created_at: new Date("2020-01-21T07:00:24Z"), credit_score: 839 },
            { user_id: 121, full_name: "Ethan Hansen", email: "ethan.hansen@example.com", created_at: new Date("2023-03-27T16:36:31Z"), credit_score: 750 },
            { user_id: 122, full_name: "Carlos Martin", email: "carlos.martin@example.org", created_at: new Date("2021-07-06T10:52:20Z"), credit_score: 585 },
            { user_id: 123, full_name: "Maria Miller", email: "maria.miller@example.org", created_at: new Date("2020-01-28T19:19:59Z"), credit_score: 850 },
            { user_id: 124, full_name: "Mohamed Carter", email: "mohamed.carter@example.com", created_at: new Date("2021-05-27T13:18:07Z"), credit_score: 596 },
            { user_id: 125, full_name: "Deniz Clark", email: "deniz.clark@example.com", created_at: new Date("2022-06-24T14:15:50Z"), credit_score: 828 },
            { user_id: 126, full_name: "Pedro Andersen", email: "pedro.andersen@example.com", created_at: new Date("2023-11-09T15:53:51Z"), credit_score: 488 },
            { user_id: 127, full_name: "Carla Smith", email: "carla.smith@example.org", created_at: new Date("2023-04-12T08:35:45Z"), credit_score: 813 },
            { user_id: 128, full_name: "Julia Singh", email: "julia.singh@example.org", created_at: new Date("2023-01-04T08:34:23Z"), credit_score: 654 },
            { user_id: 129, full_name: "Lucas Wagner", email: "lucas.wagner@example.org", created_at: new Date("2020-02-26T14:37:06Z"), credit_score: 357 },
            { user_id: 130, full_name: "Maria Lopez", email: "maria.lopez@example.net", created_at: new Date("2023-07-24T11:21:02Z"), credit_score: 439 },
            { user_id: 131, full_name: "Olivia Fischer", email: "olivia.fischer@example.org", created_at: new Date("2023-02-05T11:14:42Z"), credit_score: 372 },
            { user_id: 132, full_name: "Leo Jansen", email: "leo.jansen@example.com", created_at: new Date("2022-05-09T11:13:52Z"), credit_score: 708 },
            { user_id: 133, full_name: "Wei Flores", email: "wei.flores@example.net", created_at: new Date("2020-01-19T10:08:29Z"), credit_score: 726 },
            { user_id: 134, full_name: "Noah Kowalski", email: "noah.kowalski@example.net", created_at: new Date("2020-07-18T18:10:38Z"), credit_score: 547 },
            { user_id: 135, full_name: "Paula Taylor", email: "paula.taylor@example.com", created_at: new Date("2021-08-30T08:40:01Z"), credit_score: 842 },
            { user_id: 136, full_name: "Ethan Gomez", email: "ethan.gomez@example.org", created_at: new Date("2020-07-07T14:51:32Z"), credit_score: 464 },
            { user_id: 137, full_name: "Zara Reyes", email: "zara.reyes@example.net", created_at: new Date("2022-10-22T16:31:44Z"), credit_score: 646 },
            { user_id: 138, full_name: "Wei Dubois", email: "wei.dubois@example.net", created_at: new Date("2020-03-30T13:14:01Z"), credit_score: 310 },
            { user_id: 139, full_name: "Chloe Lopez", email: "chloe.lopez@example.net", created_at: new Date("2022-12-24T08:12:02Z"), credit_score: 816 },
            { user_id: 140, full_name: "Sven Shah", email: "sven.shah@example.com", created_at: new Date("2022-01-29T14:03:46Z"), credit_score: 351 },
            { user_id: 141, full_name: "Lena Patel", email: "lena.patel@example.org", created_at: new Date("2021-09-07T16:20:42Z"), credit_score: 727 },
            { user_id: 142, full_name: "Ethan Jensen", email: "ethan.jensen@example.com", created_at: new Date("2020-04-12T10:54:13Z"), credit_score: 727 },
            { user_id: 143, full_name: "David Cruz", email: "david.cruz@example.org", created_at: new Date("2021-10-25T11:04:29Z"), credit_score: 797 },
            { user_id: 144, full_name: "Nadia Nguyen", email: "nadia.nguyen@example.org", created_at: new Date("2023-09-04T18:52:48Z"), credit_score: 631 },
            { user_id: 145, full_name: "Ibrahim Baker", email: "ibrahim.baker@example.net", created_at: new Date("2021-08-23T12:36:42Z"), credit_score: 597 },
            { user_id: 146, full_name: "Isaac Hoffmann", email: "isaac.hoffmann@example.com", created_at: new Date("2022-11-15T15:44:21Z"), credit_score: 605 },
            { user_id: 147, full_name: "Omar Becker", email: "omar.becker@example.org", created_at: new Date("2023-01-26T09:25:48Z"), credit_score: 621 },
            { user_id: 148, full_name: "Andre Schneider", email: "andre.schneider@example.net", created_at: new Date("2023-11-15T09:33:45Z"), credit_score: 754 },
            { user_id: 149, full_name: "Tariq Kowalski", email: "tariq.kowalski@example.org", created_at: new Date("2023-07-17T15:15:26Z"), credit_score: 413 },
            { user_id: 150, full_name: "Maja Evans", email: "maja.evans@example.org", created_at: new Date("2020-11-01T13:10:14Z"), credit_score: 599 },
            { user_id: 151, full_name: "Deniz Wang", email: "deniz.wang@example.com", created_at: new Date("2023-05-25T10:44:49Z"), credit_score: 753 },
            { user_id: 152, full_name: "Julia Cruz", email: "julia.cruz@example.org", created_at: new Date("2021-05-31T14:44:33Z"), credit_score: 430 },
            { user_id: 153, full_name: "Pedro Lopez", email: "pedro.lopez@example.org", created_at: new Date("2022-07-19T17:59:18Z"), credit_score: 817 },
            { user_id: 154, full_name: "Chloe Vargas", email: "chloe.vargas@example.net", created_at: new Date("2020-03-14T09:07:41Z"), credit_score: 331 },
            { user_id: 155, full_name: "Zara Oliveira", email: "zara.oliveira@example.net", created_at: new Date("2022-06-15T09:20:03Z"), credit_score: 774 },
            { user_id: 156, full_name: "Sam Shah", email: "sam.shah@example.net", created_at: new Date("2021-10-02T15:41:05Z"), credit_score: 321 },
            { user_id: 157, full_name: "Mia Klein", email: "mia.klein@example.com", created_at: new Date("2020-05-13T15:52:34Z"), credit_score: 622 },
            { user_id: 158, full_name: "Julia Kim", email: "julia.kim@example.com", created_at: new Date("2021-11-01T12:58:05Z"), credit_score: 668 },
            { user_id: 159, full_name: "Ines Zhang", email: "ines.zhang@example.org", created_at: new Date("2022-06-15T18:55:37Z"), credit_score: 460 },
            { user_id: 160, full_name: "Ivan Murphy", email: "ivan.murphy@example.net", created_at: new Date("2021-01-31T14:34:37Z"), credit_score: 775 },
            { user_id: 161, full_name: "Amir Mendes", email: "amir.mendes@example.net", created_at: new Date("2020-03-03T10:48:48Z"), credit_score: 529 },
            { user_id: 162, full_name: "Yusuf Brown", email: "yusuf.brown@example.net", created_at: new Date("2020-09-22T11:29:59Z"), credit_score: 401 },
            { user_id: 163, full_name: "Tomas Jansen", email: "tomas.jansen@example.org", created_at: new Date("2021-05-19T01:09:44Z"), credit_score: 757 },
            { user_id: 164, full_name: "Nadia Weber", email: "nadia.weber@example.net", created_at: new Date("2020-08-11T16:39:24Z"), credit_score: 849 },
            { user_id: 165, full_name: "Laura Lee", email: "laura.lee@example.com", created_at: new Date("2022-11-30T09:53:20Z"), credit_score: 743 },
            { user_id: 166, full_name: "Marco Chen", email: "marco.chen@example.com", created_at: new Date("2023-09-11T10:03:52Z"), credit_score: 433 },
            { user_id: 167, full_name: "Jack Lee", email: "jack.lee@example.org", created_at: new Date("2023-03-31T16:27:57Z"), credit_score: 670 },
            { user_id: 168, full_name: "Paula Young", email: "paula.young@example.org", created_at: new Date("2022-12-21T10:15:19Z"), credit_score: 844 },
            { user_id: 169, full_name: "Jade Zhang", email: "jade.zhang@example.com", created_at: new Date("2020-03-10T12:36:38Z"), credit_score: 634 },
            { user_id: 170, full_name: "Tariq Novak", email: "tariq.novak@example.net", created_at: new Date("2020-08-24T11:46:16Z"), credit_score: 849 },
            { user_id: 171, full_name: "Karim Brown", email: "karim.brown@example.org", created_at: new Date("2022-09-28T11:56:18Z"), credit_score: 340 },
            { user_id: 172, full_name: "Nour Ruiz", email: "nour.ruiz@example.org", created_at: new Date("2023-10-13T14:49:39Z"), credit_score: 678 },
            { user_id: 173, full_name: "Uma Ali", email: "uma.ali@example.org", created_at: new Date("2020-08-14T11:06:36Z"), credit_score: 801 },
            { user_id: 174, full_name: "Hana Hansen", email: "hana.hansen@example.org", created_at: new Date("2023-11-24T14:50:39Z"), credit_score: 719 },
            { user_id: 175, full_name: "Jack Davis", email: "jack.davis@example.com", created_at: new Date("2021-03-20T15:41:25Z"), credit_score: 849 },
            { user_id: 176, full_name: "Oscar Nakamura", email: "oscar.nakamura@example.net", created_at: new Date("2020-11-20T10:31:46Z"), credit_score: 844 },
            { user_id: 177, full_name: "Ana Wright", email: "ana.wright@example.com", created_at: new Date("2022-11-18T17:19:04Z"), credit_score: 818 },
            { user_id: 178, full_name: "Julia Weber", email: "julia.weber@example.org", created_at: new Date("2021-11-05T15:26:55Z"), credit_score: 735 },
            { user_id: 179, full_name: "Andre Dubois", email: "andre.dubois@example.net", created_at: new Date("2022-08-16T08:14:02Z"), credit_score: 496 },
            { user_id: 180, full_name: "Jade Schneider", email: "jade.schneider@example.com", created_at: new Date("2022-03-05T06:17:04Z"), credit_score: 827 },
            { user_id: 181, full_name: "Fatima Hassan", email: "fatima.hassan@example.org", created_at: new Date("2021-02-06T09:12:33Z"), credit_score: 378 },
            { user_id: 182, full_name: "Hannah Kumar", email: "hannah.kumar@example.com", created_at: new Date("2022-11-30T11:05:20Z"), credit_score: 740 },
            { user_id: 183, full_name: "Alice Costa", email: "alice.costa@example.net", created_at: new Date("2020-10-09T09:43:05Z"), credit_score: 748 },
            { user_id: 184, full_name: "Ravi Carter", email: "ravi.carter@example.com", created_at: new Date("2023-07-16T14:19:25Z"), credit_score: 784 },
            { user_id: 185, full_name: "Karim Sato", email: "karim.sato@example.net", created_at: new Date("2020-01-26T11:24:56Z"), credit_score: 689 },
            { user_id: 186, full_name: "Arjun Oliveira", email: "arjun.oliveira@example.net", created_at: new Date("2020-04-30T15:43:55Z"), credit_score: 692 },
            { user_id: 187, full_name: "Uma Pereira", email: "uma.pereira@example.net", created_at: new Date("2022-04-27T14:16:01Z"), credit_score: 850 },
            { user_id: 188, full_name: "Alice Martin", email: "alice.martin@example.com", created_at: new Date("2020-04-29T10:15:02Z"), credit_score: 840 },
            { user_id: 189, full_name: "Rosa Adams", email: "rosa.adams@example.com", created_at: new Date("2020-06-12T18:17:53Z"), credit_score: 848 },
            { user_id: 190, full_name: "Lucas Nakamura", email: "lucas.nakamura@example.com", created_at: new Date("2023-07-19T09:28:44Z"), credit_score: 503 },
            { user_id: 191, full_name: "Lucas Zhang", email: "lucas.zhang@example.com", created_at: new Date("2023-04-04T15:30:31Z"), credit_score: 810 },
            { user_id: 192, full_name: "Ibrahim Costa", email: "ibrahim.costa@example.com", created_at: new Date("2022-09-17T15:28:37Z"), credit_score: 443 },
            { user_id: 193, full_name: "Julia Castro", email: "julia.castro@example.com", created_at: new Date("2020-11-20T13:13:56Z"), credit_score: 760 },
            { user_id: 194, full_name: "Leo Silva", email: "leo.silva@example.net", created_at: new Date("2022-04-13T11:35:39Z"), credit_score: 782 },
            { user_id: 195, full_name: "Marco Vargas", email: "marco.vargas@example.org", created_at: new Date("2020-06-21T19:08:41Z"), credit_score: 840 },
            { user_id: 196, full_name: "Liam Mendes", email: "liam.mendes@example.net", created_at: new Date("2023-05-17T12:21:47Z"), credit_score: 693 },
            { user_id: 197, full_name: "Diego Pereira", email: "diego.pereira@example.org", created_at: new Date("2020-04-24T13:24:12Z"), credit_score: 743 },
            { user_id: 198, full_name: "Daniel Ibrahim", email: "daniel.ibrahim@example.net", created_at: new Date("2023-02-08T12:28:04Z"), credit_score: 829 },
            { user_id: 199, full_name: "Jack Schmidt", email: "jack.schmidt@example.net", created_at: new Date("2023-06-01T15:42:03Z"), credit_score: 315 },
            { user_id: 200, full_name: "Chloe Gupta", email: "chloe.gupta@example.net", created_at: new Date("2020-11-21T09:24:23Z"), credit_score: 693 },
            { user_id: 201, full_name: "David Bauer", email: "david.bauer@example.net", created_at: new Date("2020-07-16T11:24:31Z"), credit_score: 826 },
            { user_id: 202, full_name: "Grace Demir", email: "grace.demir@example.com", created_at: new Date("2022-09-05T16:02:37Z"), credit_score: 811 },
            { user_id: 203, full_name: "Selin Chen", email: "selin.chen@example.com", created_at: new Date("2021-04-11T15:52:20Z"), credit_score: 728 },
            { user_id: 204, full_name: "Nina Adams", email: "nina.adams@example.net", created_at: new Date("2021-10-21T18:34:08Z"), credit_score: 464 },
            { user_id: 205, full_name: "Isaac Wagner", email: "isaac.wagner@example.org", created_at: new Date("2020-03-28T15:58:44Z"), credit_score: 836 },
            { user_id: 206, full_name: "Marco Becker", email: "marco.becker@example.net", created_at: new Date("2022-06-23T16:11:55Z"), credit_score: 748 },
            { user_id: 207, full_name: "Chen Wilson", email: "chen.wilson@example.net", created_at: new Date("2022-05-25T00:31:29Z"), credit_score: 434 },
            { user_id: 208, full_name: "Fatima Schneider", email: "fatima.schneider@example.com", created_at: new Date("2020-03-17T07:23:53Z"), credit_score: 850 },
            { user_id: 209, full_name: "Ruby Wright", email: "ruby.wright@example.org", created_at: new Date("2020-10-27T17:48:08Z"), credit_score: 708 },
            { user_id: 210, full_name: "Deniz Miller", email: "deniz.miller@example.com", created_at: new Date("2020-06-14T15:24:40Z"), credit_score: 462 },
            { user_id: 211, full_name: "Kai Kaya", email: "kai.kaya@example.org", created_at: new Date("2023-03-10T10:41:28Z"), credit_score: 686 },
            { user_id: 212, full_name: "Ravi Moreau", email: "ravi.moreau@example.com", created_at: new Date("2020-09-03T13:23:20Z"), credit_score: 738 },
            { user_id: 213, full_name: "Daniel Yilmaz", email: "daniel.yilmaz@example.net", created_at: new Date("2022-04-21T12:28:26Z"), credit_score: 678 },
            { user_id: 214, full_name: "Leo Khan", email: "leo.khan@example.net", created_at: new Date("2022-10-06T12:59:21Z"), credit_score: 507 },
            { user_id: 215, full_name: "Hugo Yilmaz", email: "hugo.yilmaz@example.net", created_at: new Date("2023-11-14T13:57:48Z"), credit_score: 679 },
            { user_id: 216, full_name: "Marco Sato", email: "marco.sato@example.org", created_at: new Date("2021-11-15T15:23:31Z"), credit_score: 521 },
            { user_id: 217, full_name: "Mei Jansen", email: "mei.jansen@example.org", created_at: new Date("2022-07-06T10:57:41Z"), credit_score: 465 },
            { user_id: 218, full_name: "Mia Carter", email: "mia.carter@example.net", created_at: new Date("2022-06-12T15:21:00Z"), credit_score: 695 },
            { user_id: 219, full_name: "Priya Costa", email: "priya.costa@example.org", created_at: new Date("2023-12-26T14:23:45Z"), credit_score: 636 },
            { user_id: 220, full_name: "David Bauer", email: "david.bauer@example.org", created_at: new Date("2020-06-09T11:59:06Z"), credit_score: 679 },
            { user_id: 221, full_name: "Hugo Kowalski", email: "hugo.kowalski@example.org", created_at: new Date("2022-12-03T13:57:19Z"), credit_score: 837 },
            { user_id: 222, full_name: "Uma Singh", email: "uma.singh@example.com", created_at: new Date("2021-05-18T11:14:52Z"), credit_score: 446 },
            { user_id: 223, full_name: "Jonas Singh", email: "jonas.singh@example.com", created_at: new Date("2021-10-17T10:57:36Z"), credit_score: 713 },
            { user_id: 224, full_name: "Karim Torres", email: "karim.torres@example.net", created_at: new Date("2020-09-01T10:37:07Z"), credit_score: 846 },
            { user_id: 225, full_name: "Noah Taylor", email: "noah.taylor@example.net", created_at: new Date("2023-11-03T23:14:51Z"), credit_score: 615 },
            { user_id: 226, full_name: "Tariq Almeida", email: "tariq.almeida@example.com", created_at: new Date("2020-07-23T16:56:10Z"), credit_score: 467 },
            { user_id: 227, full_name: "Mateo Reyes", email: "mateo.reyes@example.net", created_at: new Date("2020-10-19T14:49:19Z"), credit_score: 809 },
            { user_id: 228, full_name: "Felix Sato", email: "felix.sato@example.net", created_at: new Date("2021-10-03T08:14:38Z"), credit_score: 736 },
            { user_id: 229, full_name: "Nour Kaya", email: "nour.kaya@example.com", created_at: new Date("2020-10-29T15:20:39Z"), credit_score: 616 },
            { user_id: 230, full_name: "Selin Becker", email: "selin.becker@example.com", created_at: new Date("2023-12-23T14:04:50Z"), credit_score: 612 },
            { user_id: 231, full_name: "Zara Becker", email: "zara.becker@example.com", created_at: new Date("2021-10-26T12:56:16Z"), credit_score: 808 },
            { user_id: 232, full_name: "Ben Kim", email: "ben.kim@example.net", created_at: new Date("2021-12-17T09:16:25Z"), credit_score: 745 },
            { user_id: 233, full_name: "Ines Kowalski", email: "ines.kowalski@example.com", created_at: new Date("2020-06-18T11:47:54Z"), credit_score: 576 },
            { user_id: 234, full_name: "Nina Becker", email: "nina.becker@example.com", created_at: new Date("2020-08-06T10:21:39Z"), credit_score: 454 },
            { user_id: 235, full_name: "Mohamed Murphy", email: "mohamed.murphy@example.org", created_at: new Date("2020-07-23T12:31:42Z"), credit_score: 745 },
            { user_id: 236, full_name: "Emma Lee", email: "emma.lee@example.net", created_at: new Date("2020-10-26T14:40:14Z"), credit_score: 836 },
            { user_id: 237, full_name: "Marco Andersen", email: "marco.andersen@example.com", created_at: new Date("2022-11-25T10:29:55Z"), credit_score: 850 },
            { user_id: 238, full_name: "Elif Cruz", email: "elif.cruz@example.net", created_at: new Date("2023-06-26T11:25:53Z"), credit_score: 406 },
            { user_id: 239, full_name: "Isaac Walker", email: "isaac.walker@example.org", created_at: new Date("2021-10-23T13:53:19Z"), credit_score: 770 },
            { user_id: 240, full_name: "Rosa Shah", email: "rosa.shah@example.org", created_at: new Date("2022-05-06T14:52:08Z"), credit_score: 372 },
            { user_id: 241, full_name: "Sam Fischer", email: "sam.fischer@example.com", created_at: new Date("2022-03-07T13:36:57Z"), credit_score: 772 },
            { user_id: 242, full_name: "Hana Lee", email: "hana.lee@example.org", created_at: new Date("2020-08-20T06:42:05Z"), credit_score: 665 },
            { user_id: 243, full_name: "Mila Meyer", email: "mila.meyer@example.com", created_at: new Date("2020-04-22T14:32:23Z"), credit_score: 792 },
            { user_id: 244, full_name: "Ravi Reyes", email: "ravi.reyes@example.net", created_at: new Date("2020-07-29T09:53:20Z"), credit_score: 679 },
            { user_id: 245, full_name: "Sara Diaz", email: "sara.diaz@example.org", created_at: new Date("2021-07-08T16:25:24Z"), credit_score: 658 },
            { user_id: 246, full_name: "Noah Tanaka", email: "noah.tanaka@example.org", created_at: new Date("2021-10-02T06:01:45Z"), credit_score: 522 },
            { user_id: 247, full_name: "Yusuf Hassan", email: "yusuf.hassan@example.net", created_at: new Date("2021-07-02T08:14:49Z"), credit_score: 779 },
            { user_id: 248, full_name: "Elena Nguyen", email: "elena.nguyen@example.com", created_at: new Date("2023-06-09T15:08:49Z"), credit_score: 538 },
            { user_id: 249, full_name: "Ana Wright", email: "ana.wright@example.com", created_at: new Date("2022-11-01T14:28:45Z"), credit_score: 690 },
            { user_id: 250, full_name: "Leo Lee", email: "leo.lee@example.com", created_at: new Date("2023-07-13T11:21:35Z"), credit_score: 849 },
            { user_id: 251, full_name: "Felix Khan", email: "felix.khan@example.org", created_at: new Date("2020-05-10T08:00:53Z"), credit_score: 846 },
            { user_id: 252, full_name: "Zara Schneider", email: "zara.schneider@example.com", created_at: new Date("2022-06-07T11:32:34Z"), credit_score: 786 },
            { user_id: 253, full_name: "Karim Andersen", email: "karim.andersen@example.org", created_at: new Date("2020-07-14T16:08:11Z"), credit_score: 779 },
            { user_id: 254, full_name: "Andre Hughes", email: "andre.hughes@example.org", created_at: new Date("2022-06-10T10:39:20Z"), credit_score: 444 },
            { user_id: 255, full_name: "Chen Flores", email: "chen.flores@example.org", created_at: new Date("2021-10-20T09:21:54Z"), credit_score: 370 },
            { user_id: 256, full_name: "Mia Hoffmann", email: "mia.hoffmann@example.net", created_at: new Date("2020-06-13T17:46:30Z"), credit_score: 785 },
            { user_id: 257, full_name: "Anna Demir", email: "anna.demir@example.org", created_at: new Date("2022-03-07T16:44:13Z"), credit_score: 654 },
            { user_id: 258, full_name: "Ruby Mendes", email: "ruby.mendes@example.net", created_at: new Date("2023-06-30T07:24:08Z"), credit_score: 849 },
            { user_id: 259, full_name: "Hana Silva", email: "hana.silva@example.com", created_at: new Date("2023-02-10T10:33:57Z"), credit_score: 611 },
            { user_id: 260, full_name: "Ana Murphy", email: "ana.murphy@example.net", created_at: new Date("2021-12-27T10:13:38Z"), credit_score: 761 },
            { user_id: 261, full_name: "Pedro Hughes", email: "pedro.hughes@example.com", created_at: new Date("2022-06-15T12:31:40Z"), credit_score: 846 },
            { user_id: 262, full_name: "Chloe Wang", email: "chloe.wang@example.com", created_at: new Date("2021-02-08T10:30:48Z"), credit_score: 493 },
            { user_id: 263, full_name: "Sofia Nguyen", email: "sofia.nguyen@example.net", created_at: new Date("2020-05-03T10:33:54Z"), credit_score: 772 },
            { user_id: 264, full_name: "Zoe Lopez", email: "zoe.lopez@example.com", created_at: new Date("2022-03-03T21:01:42Z"), credit_score: 804 },
            { user_id: 265, full_name: "Mia Cruz", email: "mia.cruz@example.net", created_at: new Date("2023-04-04T10:08:20Z"), credit_score: 588 },
            { user_id: 266, full_name: "Sofia Vargas", email: "sofia.vargas@example.org", created_at: new Date("2020-04-09T11:18:24Z"), credit_score: 806 },
            { user_id: 267, full_name: "Anna Tanaka", email: "anna.tanaka@example.net", created_at: new Date("2021-10-29T12:03:54Z"), credit_score: 839 },
            { user_id: 268, full_name: "Ibrahim Kumar", email: "ibrahim.kumar@example.net", created_at: new Date("2023-06-20T17:47:02Z"), credit_score: 317 },
            { user_id: 269, full_name: "Liam Johnson", email: "liam.johnson@example.net", created_at: new Date("2022-03-05T16:07:12Z"), credit_score: 684 },
            { user_id: 270, full_name: "Anna Meyer", email: "anna.meyer@example.net", created_at: new Date("2020-09-14T16:51:02Z"), credit_score: 730 },
            { user_id: 271, full_name: "Rafael Tanaka", email: "rafael.tanaka@example.net", created_at: new Date("2023-03-02T10:58:58Z"), credit_score: 827 },
            { user_id: 272, full_name: "Sam Ibrahim", email: "sam.ibrahim@example.net", created_at: new Date("2023-11-26T14:56:18Z"), credit_score: 353 },
            { user_id: 273, full_name: "Tariq Young", email: "tariq.young@example.org", created_at: new Date("2022-03-09T16:53:55Z"), credit_score: 743 },
            { user_id: 274, full_name: "Laura Rossi", email: "laura.rossi@example.com", created_at: new Date("2022-04-15T10:49:45Z"), credit_score: 733 },
            { user_id: 275, full_name: "Marco Evans", email: "marco.evans@example.org", created_at: new Date("2021-04-03T16:20:31Z"), credit_score: 847 },
            { user_id: 276, full_name: "Julia Demir", email: "julia.demir@example.com", created_at: new Date("2022-04-07T15:27:01Z"), credit_score: 503 },
            { user_id: 277, full_name: "Rafael Kaya", email: "rafael.kaya@example.org", created_at: new Date("2023-04-16T13:35:05Z"), credit_score: 849 },
            { user_id: 278, full_name: "Tariq Vargas", email: "tariq.vargas@example.net", created_at: new Date("2023-08-18T11:47:50Z"), credit_score: 433 },
            { user_id: 279, full_name: "Lucas Mendes", email: "lucas.mendes@example.com", created_at: new Date("2023-02-25T08:58:32Z"), credit_score: 688 },
            { user_id: 280, full_name: "Sam Mendes", email: "sam.mendes@example.com", created_at: new Date("2021-04-27T21:56:24Z"), credit_score: 622 },
            { user_id: 281, full_name: "Karim Ahmed", email: "karim.ahmed@example.net", created_at: new Date("2023-09-12T19:28:36Z"), credit_score: 795 },
            { user_id: 282, full_name: "Mei Moreau", email: "mei.moreau@example.net", created_at: new Date("2022-01-13T04:45:29Z"), credit_score: 523 },
            { user_id: 283, full_name: "David Bennett", email: "david.bennett@example.com", created_at: new Date("2022-12-16T13:21:13Z"), credit_score: 392 },
            { user_id: 284, full_name: "Marco Silva", email: "marco.silva@example.com", created_at: new Date("2023-08-20T10:06:15Z"), credit_score: 425 },
            { user_id: 285, full_name: "Kai Torres", email: "kai.torres@example.net", created_at: new Date("2022-03-27T18:50:54Z"), credit_score: 828 },
            { user_id: 286, full_name: "Zara Tanaka", email: "zara.tanaka@example.com", created_at: new Date("2022-10-01T09:26:51Z"), credit_score: 787 },
            { user_id: 287, full_name: "Fatima Wagner", email: "fatima.wagner@example.org", created_at: new Date("2022-09-25T09:43:35Z"), credit_score: 762 },
            { user_id: 288, full_name: "Zoe Evans", email: "zoe.evans@example.org", created_at: new Date("2023-12-16T10:51:35Z"), credit_score: 594 },
            { user_id: 289, full_name: "Rosa Khan", email: "rosa.khan@example.com", created_at: new Date("2020-08-13T14:18:24Z"), credit_score: 849 },
            { user_id: 290, full_name: "Carla Kowalski", email: "carla.kowalski@example.org", created_at: new Date("2020-06-25T08:50:25Z"), credit_score: 745 },
            { user_id: 291, full_name: "Elena Torres", email: "elena.torres@example.com", created_at: new Date("2021-01-28T16:26:04Z"), credit_score: 504 },
            { user_id: 292, full_name: "Selin Tanaka", email: "selin.tanaka@example.com", created_at: new Date("2020-11-07T11:22:19Z"), credit_score: 818 },
            { user_id: 293, full_name: "Felix Diaz", email: "felix.diaz@example.net", created_at: new Date("2022-03-22T15:13:17Z"), credit_score: 651 },
            { user_id: 294, full_name: "James Young", email: "james.young@example.com", created_at: new Date("2021-06-02T13:04:22Z"), credit_score: 651 },
            { user_id: 295, full_name: "Uma Kowalski", email: "uma.kowalski@example.org", created_at: new Date("2020-09-05T16:13:27Z"), credit_score: 304 },
            { user_id: 296, full_name: "Victor Fischer", email: "victor.fischer@example.com", created_at: new Date("2023-11-07T13:12:15Z"), credit_score: 828 },
            { user_id: 297, full_name: "Sam Hughes", email: "sam.hughes@example.com", created_at: new Date("2023-05-27T10:06:54Z"), credit_score: 628 },
            { user_id: 298, full_name: "Anna Wilson", email: "anna.wilson@example.org", created_at: new Date("2020-09-24T17:14:58Z"), credit_score: 778 },
            { user_id: 299, full_name: "Sofia Yilmaz", email: "sofia.yilmaz@example.com", created_at: new Date("2020-10-14T20:25:35Z"), credit_score: 398 },
            { user_id: 300, full_name: "Daniel Novak", email: "daniel.novak@example.com", created_at: new Date("2020-06-06T11:57:36Z"), credit_score: 518 },
        ],
    });
    await prisma.budgeting.createMany({
        data: [
            { budget_id: 1, user_id: 28, monthly_income: "14073.68", monthly_expenditure: "17425.41", savings_rate: "0.68" },
            { budget_id: 2, user_id: 243, monthly_income: "13473.44", monthly_expenditure: "15891.66", savings_rate: "0.28" },
            { budget_id: 3, user_id: 35, monthly_income: "1035.68", monthly_expenditure: "135.91", savings_rate: "0.60" },
            { budget_id: 4, user_id: 171, monthly_income: "14861.20", monthly_expenditure: "6164.37", savings_rate: "0.50" },
            { budget_id: 5, user_id: 90, monthly_income: "6922.87", monthly_expenditure: "11959.65", savings_rate: "0.54" },
            { budget_id: 6, user_id: 135, monthly_income: "5805.55", monthly_expenditure: "16703.66", savings_rate: "0.73" },
            { budget_id: 7, user_id: 256, monthly_income: "8329.27", monthly_expenditure: "1244.24", savings_rate: "0.49" },
            { budget_id: 8, user_id: 184, monthly_income: "1599.16", monthly_expenditure: "17820.50", savings_rate: "0.51" },
            { budget_id: 9, user_id: 67, monthly_income: "14873.90", monthly_expenditure: "5460.94", savings_rate: "0.53" },
            { budget_id: 10, user_id: 67, monthly_income: "16711.63", monthly_expenditure: "4902.68", savings_rate: "0.52" },
            { budget_id: 11, user_id: 63, monthly_income: "1068.05", monthly_expenditure: "3083.41", savings_rate: "0.35" },
            { budget_id: 12, user_id: 133, monthly_income: "12487.59", monthly_expenditure: "8554.33", savings_rate: "0.38" },
            { budget_id: 13, user_id: 88, monthly_income: "15046.45", monthly_expenditure: "4250.07", savings_rate: "0.20" },
            { budget_id: 14, user_id: 84, monthly_income: "1000.04", monthly_expenditure: "19631.11", savings_rate: "0.46" },
            { budget_id: 15, user_id: 101, monthly_income: "1038.02", monthly_expenditure: "2435.04", savings_rate: "0.73" },
            { budget_id: 16, user_id: 113, monthly_income: "7954.09", monthly_expenditure: "18565.10", savings_rate: "0.45" },
            { budget_id: 17, user_id: 282, monthly_income: "1007.85", monthly_expenditure: "1228.44", savings_rate: "0.60" },
            { budget_id: 18, user_id: 112, monthly_income: "9980.17", monthly_expenditure: "5910.23", savings_rate: "0.49" },
            { budget_id: 19, user_id: 205, monthly_income: "1048.10", monthly_expenditure: "8019.92", savings_rate: "0.56" },
            { budget_id: 20, user_id: 72, monthly_income: "4201.41", monthly_expenditure: "17851.58", savings_rate: "0.51" },
            { budget_id: 21, user_id: 119, monthly_income: "17794.49", monthly_expenditure: "12290.03", savings_rate: "0.37" },
            { budget_id: 22, user_id: 38, monthly_income: "12704.18", monthly_expenditure: "18554.91", savings_rate: "0.69" },
            { budget_id: 23, user_id: 32, monthly_income: "11473.01", monthly_expenditure: "12578.28", savings_rate: "0.41" },
            { budget_id: 24, user_id: 237, monthly_income: "1041.76", monthly_expenditure: "17.86", savings_rate: "0.46" },
            { budget_id: 25, user_id: 222, monthly_income: "1758.75", monthly_expenditure: "669.53", savings_rate: "0.24" },
            { budget_id: 26, user_id: 192, monthly_income: "1073.92", monthly_expenditure: "4734.10", savings_rate: "0.52" },
            { budget_id: 27, user_id: 132, monthly_income: "1621.48", monthly_expenditure: "7769.58", savings_rate: "0.47" },
            { budget_id: 28, user_id: 181, monthly_income: "1019.93", monthly_expenditure: "12659.56", savings_rate: "0.45" },
            { budget_id: 29, user_id: 251, monthly_income: "2387.48", monthly_expenditure: "12714.59", savings_rate: "0.38" },
            { budget_id: 30, user_id: 231, monthly_income: "1157.88", monthly_expenditure: "268.88", savings_rate: "0.60" },
            { budget_id: 31, user_id: 36, monthly_income: "1000.24", monthly_expenditure: "13649.81", savings_rate: "0.36" },
            { budget_id: 32, user_id: 276, monthly_income: "3613.44", monthly_expenditure: "17596.16", savings_rate: "0.45" },
            { budget_id: 33, user_id: 259, monthly_income: "17790.25", monthly_expenditure: "8768.96", savings_rate: "0.40" },
            { budget_id: 34, user_id: 233, monthly_income: "8492.32", monthly_expenditure: "12288.48", savings_rate: "0.51" },
            { budget_id: 35, user_id: 112, monthly_income: "1176.81", monthly_expenditure: "7235.97", savings_rate: "0.28" },
            { budget_id: 36, user_id: 111, monthly_income: "10910.18", monthly_expenditure: "3107.78", savings_rate: "0.87" },
            { budget_id: 37, user_id: 189, monthly_income: "15872.22", monthly_expenditure: "5465.87", savings_rate: "0.44" },
            { budget_id: 38, user_id: 64, monthly_income: "7348.03", monthly_expenditure: "3641.07", savings_rate: "0.46" },
            { budget_id: 39, user_id: 50, monthly_income: "8660.90", monthly_expenditure: "18510.76", savings_rate: "0.52" },
            { budget_id: 40, user_id: 29, monthly_income: "4309.94", monthly_expenditure: "283.95", savings_rate: "0.57" },
            { budget_id: 41, user_id: 21, monthly_income: "4063.06", monthly_expenditure: "5800.52", savings_rate: "0.49" },
            { budget_id: 42, user_id: 7, monthly_income: "8143.25", monthly_expenditure: "15672.95", savings_rate: "0.37" },
            { budget_id: 43, user_id: 178, monthly_income: "1012.81", monthly_expenditure: "15354.35", savings_rate: "0.80" },
            { budget_id: 44, user_id: 194, monthly_income: "1001.05", monthly_expenditure: "3470.78", savings_rate: "0.49" },
            { budget_id: 45, user_id: 224, monthly_income: "1722.30", monthly_expenditure: "636.07", savings_rate: "0.51" },
            { budget_id: 46, user_id: 15, monthly_income: "12046.13", monthly_expenditure: "19514.27", savings_rate: "0.66" },
            { budget_id: 47, user_id: 209, monthly_income: "1821.43", monthly_expenditure: "1116.74", savings_rate: "0.71" },
            { budget_id: 48, user_id: 28, monthly_income: "1802.71", monthly_expenditure: "5702.28", savings_rate: "0.33" },
            { budget_id: 49, user_id: 32, monthly_income: "1357.68", monthly_expenditure: "5601.81", savings_rate: "0.50" },
            { budget_id: 50, user_id: 271, monthly_income: "9476.25", monthly_expenditure: "124.06", savings_rate: "0.44" },
            { budget_id: 51, user_id: 213, monthly_income: "1002.30", monthly_expenditure: "10395.99", savings_rate: "0.26" },
            { budget_id: 52, user_id: 245, monthly_income: "2323.02", monthly_expenditure: "867.34", savings_rate: "0.53" },
            { budget_id: 53, user_id: 89, monthly_income: "11310.98", monthly_expenditure: "36.64", savings_rate: "0.38" },
            { budget_id: 54, user_id: 156, monthly_income: "16085.46", monthly_expenditure: "19050.43", savings_rate: "0.57" },
            { budget_id: 55, user_id: 182, monthly_income: "10449.70", monthly_expenditure: "10596.90", savings_rate: "0.58" },
            { budget_id: 56, user_id: 195, monthly_income: "5516.69", monthly_expenditure: "5492.88", savings_rate: "0.73" },
            { budget_id: 57, user_id: 185, monthly_income: "1630.75", monthly_expenditure: "23.14", savings_rate: "0.53" },
            { budget_id: 58, user_id: 280, monthly_income: "15419.17", monthly_expenditure: "3703.78", savings_rate: "0.48" },
            { budget_id: 59, user_id: 270, monthly_income: "15113.78", monthly_expenditure: "19762.93", savings_rate: "0.56" },
            { budget_id: 60, user_id: 41, monthly_income: "8691.12", monthly_expenditure: "1177.38", savings_rate: "0.31" },
            { budget_id: 61, user_id: 31, monthly_income: "16954.37", monthly_expenditure: "1133.52", savings_rate: "0.55" },
            { budget_id: 62, user_id: 133, monthly_income: "7761.26", monthly_expenditure: "12949.32", savings_rate: "0.77" },
            { budget_id: 63, user_id: 8, monthly_income: "1031.65", monthly_expenditure: "9418.97", savings_rate: "0.30" },
            { budget_id: 64, user_id: 223, monthly_income: "1000.21", monthly_expenditure: "9573.63", savings_rate: "0.29" },
            { budget_id: 65, user_id: 14, monthly_income: "7658.30", monthly_expenditure: "3422.02", savings_rate: "0.46" },
            { budget_id: 66, user_id: 198, monthly_income: "8414.60", monthly_expenditure: "221.20", savings_rate: "0.56" },
            { budget_id: 67, user_id: 271, monthly_income: "1021.83", monthly_expenditure: "1166.48", savings_rate: "0.35" },
            { budget_id: 68, user_id: 163, monthly_income: "3662.75", monthly_expenditure: "6925.45", savings_rate: "0.56" },
            { budget_id: 69, user_id: 256, monthly_income: "14737.45", monthly_expenditure: "2323.31", savings_rate: "0.48" },
            { budget_id: 70, user_id: 47, monthly_income: "15954.72", monthly_expenditure: "4851.62", savings_rate: "0.65" },
            { budget_id: 71, user_id: 269, monthly_income: "5482.33", monthly_expenditure: "3371.67", savings_rate: "0.44" },
            { budget_id: 72, user_id: 268, monthly_income: "3143.89", monthly_expenditure: "16085.02", savings_rate: "0.48" },
            { budget_id: 73, user_id: 42, monthly_income: "7186.64", monthly_expenditure: "8052.35", savings_rate: "0.28" },
            { budget_id: 74, user_id: 104, monthly_income: "9862.94", monthly_expenditure: "1028.99", savings_rate: "0.39" },
            { budget_id: 75, user_id: 15, monthly_income: "1868.19", monthly_expenditure: "173.16", savings_rate: "0.42" },
            { budget_id: 76, user_id: 166, monthly_income: "6030.04", monthly_expenditure: "7665.12", savings_rate: "0.55" },
            { budget_id: 77, user_id: 3, monthly_income: "4289.54", monthly_expenditure: "1000.50", savings_rate: "0.54" },
            { budget_id: 78, user_id: 172, monthly_income: "1127.21", monthly_expenditure: "3801.09", savings_rate: "0.49" },
            { budget_id: 79, user_id: 105, monthly_income: "5378.60", monthly_expenditure: "974.33", savings_rate: "0.61" },
            { budget_id: 80, user_id: 111, monthly_income: "1084.31", monthly_expenditure: "1112.61", savings_rate: "0.50" },
            { budget_id: 81, user_id: 140, monthly_income: "8460.82", monthly_expenditure: "487.82", savings_rate: "0.54" },
            { budget_id: 82, user_id: 174, monthly_income: "3958.71", monthly_expenditure: "7287.32", savings_rate: "0.72" },
            { budget_id: 83, user_id: 277, monthly_income: "3178.62", monthly_expenditure: "62.25", savings_rate: "0.48" },
            { budget_id: 84, user_id: 214, monthly_income: "1532.03", monthly_expenditure: "7592.18", savings_rate: "0.48" },
            { budget_id: 85, user_id: 236, monthly_income: "4672.94", monthly_expenditure: "8499.69", savings_rate: "0.25" },
            { budget_id: 86, user_id: 178, monthly_income: "6033.02", monthly_expenditure: "13582.83", savings_rate: "0.50" },
            { budget_id: 87, user_id: 294, monthly_income: "1030.74", monthly_expenditure: "15895.02", savings_rate: "0.35" },
            { budget_id: 88, user_id: 55, monthly_income: "2834.75", monthly_expenditure: "820.44", savings_rate: "0.29" },
            { budget_id: 89, user_id: 107, monthly_income: "1543.44", monthly_expenditure: "19986.34", savings_rate: "0.44" },
            { budget_id: 90, user_id: 239, monthly_income: "1899.92", monthly_expenditure: "5287.26", savings_rate: "0.32" },
            { budget_id: 91, user_id: 211, monthly_income: "1542.05", monthly_expenditure: "88.71", savings_rate: "0.46" },
            { budget_id: 92, user_id: 261, monthly_income: "8034.60", monthly_expenditure: "7418.35", savings_rate: "0.66" },
            { budget_id: 93, user_id: 228, monthly_income: "9577.18", monthly_expenditure: "16092.93", savings_rate: "0.59" },
            { budget_id: 94, user_id: 76, monthly_income: "2079.74", monthly_expenditure: "13844.74", savings_rate: "0.28" },
            { budget_id: 95, user_id: 146, monthly_income: "2389.39", monthly_expenditure: "470.23", savings_rate: "0.80" },
            { budget_id: 96, user_id: 89, monthly_income: "2057.98", monthly_expenditure: "3412.95", savings_rate: "0.69" },
            { budget_id: 97, user_id: 192, monthly_income: "5404.28", monthly_expenditure: "809.77", savings_rate: "0.29" },
            { budget_id: 98, user_id: 203, monthly_income: "1864.50", monthly_expenditure: "18.20", savings_rate: "0.45" },
            { budget_id: 99, user_id: 238, monthly_income: "1091.88", monthly_expenditure: "543.62", savings_rate: "0.54" },
            { budget_id: 100, user_id: 58, monthly_income: "5392.21", monthly_expenditure: "675.87", savings_rate: "0.42" },
            { budget_id: 101, user_id: 214, monthly_income: "10979.02", monthly_expenditure: "10415.15", savings_rate: "0.56" },
            { budget_id: 102, user_id: 148, monthly_income: "1010.07", monthly_expenditure: "146.57", savings_rate: "0.70" },
            { budget_id: 103, user_id: 202, monthly_income: "18224.43", monthly_expenditure: "2864.06", savings_rate: "0.39" },
            { budget_id: 104, user_id: 125, monthly_income: "11635.74", monthly_expenditure: "2046.76", savings_rate: "0.48" },
            { budget_id: 105, user_id: 167, monthly_income: "3051.91", monthly_expenditure: "1658.13", savings_rate: "0.63" },
            { budget_id: 106, user_id: 157, monthly_income: "2810.70", monthly_expenditure: "7644.02", savings_rate: "0.74" },
            { budget_id: 107, user_id: 93, monthly_income: "2133.45", monthly_expenditure: "86.13", savings_rate: "0.74" },
            { budget_id: 108, user_id: 60, monthly_income: "8859.64", monthly_expenditure: "9525.12", savings_rate: "0.69" },
            { budget_id: 109, user_id: 145, monthly_income: "7844.29", monthly_expenditure: "3783.25", savings_rate: "0.41" },
            { budget_id: 110, user_id: 138, monthly_income: "1002.39", monthly_expenditure: "459.27", savings_rate: "0.72" },
            { budget_id: 111, user_id: 86, monthly_income: "4171.84", monthly_expenditure: "6677.75", savings_rate: "0.65" },
            { budget_id: 112, user_id: 232, monthly_income: "1001.81", monthly_expenditure: "15049.10", savings_rate: "0.33" },
            { budget_id: 113, user_id: 120, monthly_income: "7087.65", monthly_expenditure: "4222.02", savings_rate: "0.61" },
            { budget_id: 114, user_id: 196, monthly_income: "5152.74", monthly_expenditure: "5024.87", savings_rate: "0.35" },
            { budget_id: 115, user_id: 295, monthly_income: "1000.06", monthly_expenditure: "487.65", savings_rate: "0.62" },
            { budget_id: 116, user_id: 292, monthly_income: "2111.42", monthly_expenditure: "1118.69", savings_rate: "0.53" },
            { budget_id: 117, user_id: 231, monthly_income: "2727.41", monthly_expenditure: "5812.25", savings_rate: "0.59" },
            { budget_id: 118, user_id: 264, monthly_income: "3560.60", monthly_expenditure: "819.51", savings_rate: "0.36" },
            { budget_id: 119, user_id: 94, monthly_income: "19813.91", monthly_expenditure: "12906.10", savings_rate: "0.64" },
            { budget_id: 120, user_id: 196, monthly_income: "1750.36", monthly_expenditure: "11730.29", savings_rate: "0.59" },
            { budget_id: 121, user_id: 26, monthly_income: "19801.82", monthly_expenditure: "435.19", savings_rate: "0.53" },
            { budget_id: 122, user_id: 114, monthly_income: "12194.97", monthly_expenditure: "779.79", savings_rate: "0.45" },
            { budget_id: 123, user_id: 137, monthly_income: "3991.27", monthly_expenditure: "748.44", savings_rate: "0.46" },
            { budget_id: 124, user_id: 215, monthly_income: "4473.84", monthly_expenditure: "9449.50", savings_rate: "0.48" },
            { budget_id: 125, user_id: 224, monthly_income: "1109.33", monthly_expenditure: "843.88", savings_rate: "0.67" },
            { budget_id: 126, user_id: 189, monthly_income: "1943.89", monthly_expenditure: "3642.76", savings_rate: "0.63" },
            { budget_id: 127, user_id: 82, monthly_income: "6606.97", monthly_expenditure: "8970.61", savings_rate: "0.59" },
            { budget_id: 128, user_id: 193, monthly_income: "1041.00", monthly_expenditure: "5535.29", savings_rate: "0.59" },
            { budget_id: 129, user_id: 210, monthly_income: "1061.97", monthly_expenditure: "5061.20", savings_rate: "0.22" },
            { budget_id: 130, user_id: 60, monthly_income: "8460.23", monthly_expenditure: "7638.76", savings_rate: "0.55" },
            { budget_id: 131, user_id: 205, monthly_income: "5467.87", monthly_expenditure: "120.92", savings_rate: "0.52" },
            { budget_id: 132, user_id: 155, monthly_income: "5846.61", monthly_expenditure: "13666.99", savings_rate: "0.60" },
            { budget_id: 133, user_id: 266, monthly_income: "2158.35", monthly_expenditure: "447.45", savings_rate: "0.49" },
            { budget_id: 134, user_id: 51, monthly_income: "3586.88", monthly_expenditure: "14642.75", savings_rate: "0.57" },
            { budget_id: 135, user_id: 239, monthly_income: "13154.62", monthly_expenditure: "7212.07", savings_rate: "0.65" },
            { budget_id: 136, user_id: 236, monthly_income: "1494.25", monthly_expenditure: "1561.43", savings_rate: "0.42" },
            { budget_id: 137, user_id: 249, monthly_income: "1173.16", monthly_expenditure: "871.41", savings_rate: "0.62" },
            { budget_id: 138, user_id: 263, monthly_income: "3356.43", monthly_expenditure: "17681.32", savings_rate: "0.31" },
            { budget_id: 139, user_id: 99, monthly_income: "1011.17", monthly_expenditure: "290.22", savings_rate: "0.40" },
            { budget_id: 140, user_id: 5, monthly_income: "7415.32", monthly_expenditure: "13358.40", savings_rate: "0.46" },
            { budget_id: 141, user_id: 5, monthly_income: "15178.74", monthly_expenditure: "24.11", savings_rate: "0.36" },
            { budget_id: 142, user_id: 254, monthly_income: "14073.90", monthly_expenditure: "2572.56", savings_rate: "0.61" },
            { budget_id: 143, user_id: 176, monthly_income: "12552.26", monthly_expenditure: "10174.71", savings_rate: "0.64" },
            { budget_id: 144, user_id: 105, monthly_income: "2332.08", monthly_expenditure: "9953.23", savings_rate: "0.83" },
            { budget_id: 145, user_id: 169, monthly_income: "6792.02", monthly_expenditure: "11944.41", savings_rate: "0.61" },
            { budget_id: 146, user_id: 22, monthly_income: "1167.62", monthly_expenditure: "699.89", savings_rate: "0.59" },
            { budget_id: 147, user_id: 299, monthly_income: "1000.01", monthly_expenditure: "6916.62", savings_rate: "0.52" },
            { budget_id: 148, user_id: 6, monthly_income: "19063.65", monthly_expenditure: "4820.24", savings_rate: "0.55" },
            { budget_id: 149, user_id: 277, monthly_income: "4074.35", monthly_expenditure: "15544.30", savings_rate: "0.53" },
            { budget_id: 150, user_id: 270, monthly_income: "1144.46", monthly_expenditure: "201.61", savings_rate: "0.54" },
            { budget_id: 151, user_id: 18, monthly_income: "5727.28", monthly_expenditure: "1343.76", savings_rate: "0.32" },
            { budget_id: 152, user_id: 124, monthly_income: "13310.83", monthly_expenditure: "7266.50", savings_rate: "0.64" },
            { budget_id: 153, user_id: 206, monthly_income: "10859.54", monthly_expenditure: "592.99", savings_rate: "0.32" },
            { budget_id: 154, user_id: 17, monthly_income: "1872.86", monthly_expenditure: "1606.55", savings_rate: "0.67" },
            { budget_id: 155, user_id: 112, monthly_income: "2057.22", monthly_expenditure: "9393.46", savings_rate: "0.58" },
            { budget_id: 156, user_id: 70, monthly_income: "7578.67", monthly_expenditure: "19182.19", savings_rate: "0.62" },
            { budget_id: 157, user_id: 267, monthly_income: "13365.75", monthly_expenditure: "4342.13", savings_rate: "0.39" },
            { budget_id: 158, user_id: 189, monthly_income: "1003.49", monthly_expenditure: "337.64", savings_rate: "0.40" },
            { budget_id: 159, user_id: 92, monthly_income: "2236.45", monthly_expenditure: "7536.38", savings_rate: "0.61" },
            { budget_id: 160, user_id: 130, monthly_income: "8560.95", monthly_expenditure: "5997.00", savings_rate: "0.56" },
            { budget_id: 161, user_id: 300, monthly_income: "1280.81", monthly_expenditure: "13090.82", savings_rate: "0.57" },
            { budget_id: 162, user_id: 132, monthly_income: "9464.89", monthly_expenditure: "16434.88", savings_rate: "0.53" },
            { budget_id: 163, user_id: 200, monthly_income: "14531.21", monthly_expenditure: "1490.58", savings_rate: "0.60" },
            { budget_id: 164, user_id: 164, monthly_income: "5878.13", monthly_expenditure: "139.82", savings_rate: "0.84" },
            { budget_id: 165, user_id: 217, monthly_income: "4304.12", monthly_expenditure: "7977.40", savings_rate: "0.26" },
            { budget_id: 166, user_id: 29, monthly_income: "2285.29", monthly_expenditure: "10672.58", savings_rate: "0.50" },
            { budget_id: 167, user_id: 37, monthly_income: "1886.20", monthly_expenditure: "16211.94", savings_rate: "0.57" },
            { budget_id: 168, user_id: 220, monthly_income: "1270.81", monthly_expenditure: "8416.23", savings_rate: "0.57" },
            { budget_id: 169, user_id: 236, monthly_income: "5734.16", monthly_expenditure: "2667.29", savings_rate: "0.69" },
            { budget_id: 170, user_id: 227, monthly_income: "1834.41", monthly_expenditure: "2343.78", savings_rate: "0.53" },
            { budget_id: 171, user_id: 271, monthly_income: "19518.78", monthly_expenditure: "10216.26", savings_rate: "0.64" },
            { budget_id: 172, user_id: 5, monthly_income: "1153.50", monthly_expenditure: "7138.38", savings_rate: "0.40" },
            { budget_id: 173, user_id: 299, monthly_income: "5773.73", monthly_expenditure: "3321.89", savings_rate: "0.37" },
            { budget_id: 174, user_id: 222, monthly_income: "4115.40", monthly_expenditure: "158.70", savings_rate: "0.58" },
            { budget_id: 175, user_id: 69, monthly_income: "1072.75", monthly_expenditure: "77.82", savings_rate: "0.62" },
            { budget_id: 176, user_id: 186, monthly_income: "18410.87", monthly_expenditure: "2495.07", savings_rate: "0.75" },
            { budget_id: 177, user_id: 190, monthly_income: "17985.48", monthly_expenditure: "89.61", savings_rate: "0.54" },
            { budget_id: 178, user_id: 28, monthly_income: "1100.26", monthly_expenditure: "16812.81", savings_rate: "0.29" },
            { budget_id: 179, user_id: 119, monthly_income: "1127.32", monthly_expenditure: "1552.94", savings_rate: "0.59" },
            { budget_id: 180, user_id: 51, monthly_income: "9649.19", monthly_expenditure: "15766.94", savings_rate: "0.38" },
            { budget_id: 181, user_id: 230, monthly_income: "2080.86", monthly_expenditure: "12376.20", savings_rate: "0.48" },
            { budget_id: 182, user_id: 161, monthly_income: "17581.01", monthly_expenditure: "5606.12", savings_rate: "0.60" },
            { budget_id: 183, user_id: 40, monthly_income: "4318.03", monthly_expenditure: "6445.78", savings_rate: "0.30" },
            { budget_id: 184, user_id: 27, monthly_income: "1187.62", monthly_expenditure: "5641.43", savings_rate: "0.68" },
            { budget_id: 185, user_id: 182, monthly_income: "10331.96", monthly_expenditure: "17927.37", savings_rate: "0.62" },
            { budget_id: 186, user_id: 230, monthly_income: "1048.83", monthly_expenditure: "757.93", savings_rate: "0.61" },
            { budget_id: 187, user_id: 6, monthly_income: "6475.65", monthly_expenditure: "14837.78", savings_rate: "0.49" },
            { budget_id: 188, user_id: 151, monthly_income: "1778.06", monthly_expenditure: "3680.41", savings_rate: "0.64" },
            { budget_id: 189, user_id: 130, monthly_income: "15274.25", monthly_expenditure: "6843.69", savings_rate: "0.84" },
            { budget_id: 190, user_id: 260, monthly_income: "15299.68", monthly_expenditure: "19840.04", savings_rate: "0.34" },
            { budget_id: 191, user_id: 85, monthly_income: "6683.06", monthly_expenditure: "61.20", savings_rate: "0.41" },
            { budget_id: 192, user_id: 194, monthly_income: "2512.40", monthly_expenditure: "12031.83", savings_rate: "0.36" },
            { budget_id: 193, user_id: 82, monthly_income: "14209.82", monthly_expenditure: "12346.67", savings_rate: "0.35" },
            { budget_id: 194, user_id: 27, monthly_income: "5887.22", monthly_expenditure: "9955.49", savings_rate: "0.58" },
            { budget_id: 195, user_id: 106, monthly_income: "2403.03", monthly_expenditure: "6462.54", savings_rate: "0.46" },
            { budget_id: 196, user_id: 102, monthly_income: "1000.11", monthly_expenditure: "2627.80", savings_rate: "0.88" },
            { budget_id: 197, user_id: 251, monthly_income: "1192.94", monthly_expenditure: "19266.17", savings_rate: "0.59" },
            { budget_id: 198, user_id: 79, monthly_income: "1047.99", monthly_expenditure: "5533.45", savings_rate: "0.60" },
            { budget_id: 199, user_id: 172, monthly_income: "7305.28", monthly_expenditure: "1128.94", savings_rate: "0.57" },
            { budget_id: 200, user_id: 133, monthly_income: "5581.16", monthly_expenditure: "17505.52", savings_rate: "0.58" },
            { budget_id: 201, user_id: 79, monthly_income: "1000.16", monthly_expenditure: "14064.51", savings_rate: "0.58" },
            { budget_id: 202, user_id: 10, monthly_income: "1099.00", monthly_expenditure: "19756.52", savings_rate: "0.48" },
            { budget_id: 203, user_id: 115, monthly_income: "1044.88", monthly_expenditure: "16674.12", savings_rate: "0.79" },
            { budget_id: 204, user_id: 68, monthly_income: "9620.39", monthly_expenditure: "698.90", savings_rate: "0.53" },
            { budget_id: 205, user_id: 10, monthly_income: "5165.95", monthly_expenditure: "19754.25", savings_rate: "0.58" },
            { budget_id: 206, user_id: 39, monthly_income: "5679.84", monthly_expenditure: "10605.15", savings_rate: "0.31" },
            { budget_id: 207, user_id: 157, monthly_income: "13102.57", monthly_expenditure: "637.44", savings_rate: "0.52" },
            { budget_id: 208, user_id: 97, monthly_income: "15824.19", monthly_expenditure: "250.16", savings_rate: "0.65" },
            { budget_id: 209, user_id: 12, monthly_income: "9881.30", monthly_expenditure: "904.94", savings_rate: "0.27" },
            { budget_id: 210, user_id: 176, monthly_income: "13635.54", monthly_expenditure: "135.18", savings_rate: "0.70" },
            { budget_id: 211, user_id: 10, monthly_income: "2407.62", monthly_expenditure: "65.98", savings_rate: "0.48" },
            { budget_id: 212, user_id: 212, monthly_income: "1001.27", monthly_expenditure: "14074.81", savings_rate: "0.23" },
            { budget_id: 213, user_id: 57, monthly_income: "2270.44", monthly_expenditure: "2205.66", savings_rate: "0.50" },
            { budget_id: 214, user_id: 196, monthly_income: "3309.17", monthly_expenditure: "5010.07", savings_rate: "0.51" },
            { budget_id: 215, user_id: 178, monthly_income: "17568.71", monthly_expenditure: "117.69", savings_rate: "0.33" },
            { budget_id: 216, user_id: 135, monthly_income: "1948.21", monthly_expenditure: "341.70", savings_rate: "0.49" },
            { budget_id: 217, user_id: 204, monthly_income: "1083.64", monthly_expenditure: "5160.67", savings_rate: "0.61" },
            { budget_id: 218, user_id: 124, monthly_income: "1001.97", monthly_expenditure: "4697.08", savings_rate: "0.34" },
            { budget_id: 219, user_id: 19, monthly_income: "12290.83", monthly_expenditure: "1.53", savings_rate: "0.44" },
            { budget_id: 220, user_id: 199, monthly_income: "1173.32", monthly_expenditure: "6322.73", savings_rate: "0.56" },
            { budget_id: 221, user_id: 282, monthly_income: "7866.62", monthly_expenditure: "427.04", savings_rate: "0.52" },
            { budget_id: 222, user_id: 194, monthly_income: "18014.38", monthly_expenditure: "2380.15", savings_rate: "0.61" },
            { budget_id: 223, user_id: 27, monthly_income: "1572.80", monthly_expenditure: "18634.20", savings_rate: "0.38" },
            { budget_id: 224, user_id: 244, monthly_income: "1750.07", monthly_expenditure: "2615.60", savings_rate: "0.57" },
            { budget_id: 225, user_id: 161, monthly_income: "5802.08", monthly_expenditure: "18918.79", savings_rate: "0.43" },
            { budget_id: 226, user_id: 73, monthly_income: "7646.56", monthly_expenditure: "2.40", savings_rate: "0.58" },
            { budget_id: 227, user_id: 279, monthly_income: "3653.51", monthly_expenditure: "7703.38", savings_rate: "0.35" },
            { budget_id: 228, user_id: 219, monthly_income: "17168.05", monthly_expenditure: "10387.24", savings_rate: "0.44" },
            { budget_id: 229, user_id: 19, monthly_income: "19239.30", monthly_expenditure: "9189.54", savings_rate: "0.52" },
            { budget_id: 230, user_id: 149, monthly_income: "2404.60", monthly_expenditure: "343.63", savings_rate: "0.52" },
            { budget_id: 231, user_id: 16, monthly_income: "12933.73", monthly_expenditure: "182.53", savings_rate: "0.71" },
            { budget_id: 232, user_id: 138, monthly_income: "1020.68", monthly_expenditure: "5438.25", savings_rate: "0.51" },
            { budget_id: 233, user_id: 228, monthly_income: "1004.35", monthly_expenditure: "3574.99", savings_rate: "0.36" },
            { budget_id: 234, user_id: 53, monthly_income: "1621.15", monthly_expenditure: "12557.73", savings_rate: "0.54" },
            { budget_id: 235, user_id: 17, monthly_income: "1124.26", monthly_expenditure: "12346.58", savings_rate: "0.53" },
            { budget_id: 236, user_id: 94, monthly_income: "3458.78", monthly_expenditure: "3838.29", savings_rate: "0.29" },
            { budget_id: 237, user_id: 90, monthly_income: "16374.01", monthly_expenditure: "473.51", savings_rate: "0.23" },
            { budget_id: 238, user_id: 281, monthly_income: "10276.87", monthly_expenditure: "766.45", savings_rate: "0.32" },
            { budget_id: 239, user_id: 81, monthly_income: "1840.60", monthly_expenditure: "7012.03", savings_rate: "0.22" },
            { budget_id: 240, user_id: 135, monthly_income: "4246.44", monthly_expenditure: "46.76", savings_rate: "0.33" },
            { budget_id: 241, user_id: 49, monthly_income: "10437.90", monthly_expenditure: "11416.51", savings_rate: "0.76" },
            { budget_id: 242, user_id: 44, monthly_income: "1674.53", monthly_expenditure: "6.12", savings_rate: "0.38" },
            { budget_id: 243, user_id: 94, monthly_income: "2434.14", monthly_expenditure: "4570.32", savings_rate: "0.78" },
            { budget_id: 244, user_id: 107, monthly_income: "4508.21", monthly_expenditure: "400.48", savings_rate: "0.53" },
            { budget_id: 245, user_id: 126, monthly_income: "2909.39", monthly_expenditure: "0.03", savings_rate: "0.13" },
            { budget_id: 246, user_id: 86, monthly_income: "9917.26", monthly_expenditure: "16631.83", savings_rate: "0.50" },
            { budget_id: 247, user_id: 38, monthly_income: "4254.26", monthly_expenditure: "0.14", savings_rate: "0.58" },
            { budget_id: 248, user_id: 127, monthly_income: "1029.92", monthly_expenditure: "14506.12", savings_rate: "0.75" },
            { budget_id: 249, user_id: 285, monthly_income: "2350.66", monthly_expenditure: "16613.97", savings_rate: "0.39" },
            { budget_id: 250, user_id: 91, monthly_income: "10949.81", monthly_expenditure: "1386.43", savings_rate: "0.35" },
            { budget_id: 251, user_id: 244, monthly_income: "6476.02", monthly_expenditure: "13.28", savings_rate: "0.41" },
            { budget_id: 252, user_id: 176, monthly_income: "14215.68", monthly_expenditure: "10586.76", savings_rate: "0.66" },
            { budget_id: 253, user_id: 135, monthly_income: "1709.29", monthly_expenditure: "3349.83", savings_rate: "0.41" },
            { budget_id: 254, user_id: 100, monthly_income: "6899.01", monthly_expenditure: "6193.86", savings_rate: "0.52" },
            { budget_id: 255, user_id: 7, monthly_income: "1002.70", monthly_expenditure: "8.48", savings_rate: "0.55" },
            { budget_id: 256, user_id: 166, monthly_income: "6632.14", monthly_expenditure: "0.80", savings_rate: "0.68" },
            { budget_id: 257, user_id: 106, monthly_income: "2710.78", monthly_expenditure: "5062.62", savings_rate: "0.44" },
            { budget_id: 258, user_id: 72, monthly_income: "1119.34", monthly_expenditure: "5997.94", savings_rate: "0.60" },
            { budget_id: 259, user_id: 283, monthly_income: "1000.21", monthly_expenditure: "549.62", savings_rate: "0.58" },
            { budget_id: 260, user_id: 184, monthly_income: "4239.74", monthly_expenditure: "19030.78", savings_rate: "0.71" },
            { budget_id: 261, user_id: 102, monthly_income: "6894.10", monthly_expenditure: "12630.95", savings_rate: "0.55" },
            { budget_id: 262, user_id: 149, monthly_income: "16123.06", monthly_expenditure: "15493.58", savings_rate: "0.52" },
            { budget_id: 263, user_id: 243, monthly_income: "10666.77", monthly_expenditure: "2273.59", savings_rate: "0.60" },
            { budget_id: 264, user_id: 59, monthly_income: "12581.88", monthly_expenditure: "18741.28", savings_rate: "0.22" },
            { budget_id: 265, user_id: 18, monthly_income: "5098.31", monthly_expenditure: "18833.42", savings_rate: "0.27" },
            { budget_id: 266, user_id: 118, monthly_income: "15841.05", monthly_expenditure: "7563.26", savings_rate: "0.74" },
            { budget_id: 267, user_id: 154, monthly_income: "1758.13", monthly_expenditure: "19837.07", savings_rate: "0.63" },
            { budget_id: 268, user_id: 134, monthly_income: "13647.46", monthly_expenditure: "5871.09", savings_rate: "0.59" },
            { budget_id: 269, user_id: 2, monthly_income: "8221.63", monthly_expenditure: "10254.55", savings_rate: "0.68" },
            { budget_id: 270, user_id: 94, monthly_income: "1000.79", monthly_expenditure: "15006.28", savings_rate: "0.64" },
            { budget_id: 271, user_id: 44, monthly_income: "16502.15", monthly_expenditure: "12766.25", savings_rate: "0.60" },
            { budget_id: 272, user_id: 54, monthly_income: "1265.94", monthly_expenditure: "114.74", savings_rate: "0.58" },
            { budget_id: 273, user_id: 172, monthly_income: "3623.31", monthly_expenditure: "2402.57", savings_rate: "0.47" },
            { budget_id: 274, user_id: 92, monthly_income: "1020.13", monthly_expenditure: "2317.12", savings_rate: "0.34" },
            { budget_id: 275, user_id: 100, monthly_income: "1052.15", monthly_expenditure: "13486.70", savings_rate: "0.62" },
            { budget_id: 276, user_id: 285, monthly_income: "2636.26", monthly_expenditure: "6123.49", savings_rate: "0.47" },
            { budget_id: 277, user_id: 185, monthly_income: "5411.60", monthly_expenditure: "4.89", savings_rate: "0.31" },
            { budget_id: 278, user_id: 280, monthly_income: "1520.72", monthly_expenditure: "2331.77", savings_rate: "0.42" },
            { budget_id: 279, user_id: 71, monthly_income: "2963.42", monthly_expenditure: "11546.98", savings_rate: "0.53" },
            { budget_id: 280, user_id: 121, monthly_income: "12428.88", monthly_expenditure: "564.43", savings_rate: "0.47" },
            { budget_id: 281, user_id: 216, monthly_income: "4137.57", monthly_expenditure: "5253.46", savings_rate: "0.42" },
            { budget_id: 282, user_id: 149, monthly_income: "16539.87", monthly_expenditure: "6573.01", savings_rate: "0.52" },
            { budget_id: 283, user_id: 182, monthly_income: "6603.30", monthly_expenditure: "7976.08", savings_rate: "0.48" },
            { budget_id: 284, user_id: 54, monthly_income: "12565.68", monthly_expenditure: "29.52", savings_rate: "0.37" },
            { budget_id: 285, user_id: 2, monthly_income: "5812.00", monthly_expenditure: "15492.18", savings_rate: "0.56" },
            { budget_id: 286, user_id: 107, monthly_income: "2434.62", monthly_expenditure: "3761.95", savings_rate: "0.76" },
            { budget_id: 287, user_id: 99, monthly_income: "1422.47", monthly_expenditure: "6398.81", savings_rate: "0.38" },
            { budget_id: 288, user_id: 93, monthly_income: "17244.46", monthly_expenditure: "77.02", savings_rate: "0.71" },
            { budget_id: 289, user_id: 176, monthly_income: "1366.07", monthly_expenditure: "8429.94", savings_rate: "0.62" },
            { budget_id: 290, user_id: 228, monthly_income: "2535.38", monthly_expenditure: "1370.23", savings_rate: "0.65" },
            { budget_id: 291, user_id: 144, monthly_income: "11556.85", monthly_expenditure: "96.39", savings_rate: "0.47" },
            { budget_id: 292, user_id: 3, monthly_income: "15602.69", monthly_expenditure: "1036.83", savings_rate: "0.75" },
            { budget_id: 293, user_id: 98, monthly_income: "10317.02", monthly_expenditure: "6019.21", savings_rate: "0.40" },
            { budget_id: 294, user_id: 124, monthly_income: "8491.79", monthly_expenditure: "3061.92", savings_rate: "0.51" },
            { budget_id: 295, user_id: 290, monthly_income: "2891.17", monthly_expenditure: "8430.42", savings_rate: "0.49" },
            { budget_id: 296, user_id: 260, monthly_income: "17495.94", monthly_expenditure: "10499.70", savings_rate: "0.46" },
            { budget_id: 297, user_id: 200, monthly_income: "11020.02", monthly_expenditure: "18485.76", savings_rate: "0.51" },
            { budget_id: 298, user_id: 220, monthly_income: "1143.98", monthly_expenditure: "9634.79", savings_rate: "0.51" },
            { budget_id: 299, user_id: 203, monthly_income: "4920.69", monthly_expenditure: "5979.80", savings_rate: "0.63" },
            { budget_id: 300, user_id: 35, monthly_income: "8484.17", monthly_expenditure: "8484.28", savings_rate: "0.53" },
        ],
    });
    await prisma.portfolios.createMany({
        data: [
            { portfolio_id: 1, user_id: 58, equity_allocation: "0.50", fixed_income_allocation: "0.61", alternative_assets: "0.86" },
            { portfolio_id: 2, user_id: 252, equity_allocation: "0.83", fixed_income_allocation: "0.09", alternative_assets: "0.20" },
            { portfolio_id: 3, user_id: 250, equity_allocation: "0.26", fixed_income_allocation: "0.08", alternative_assets: "0.49" },
            { portfolio_id: 4, user_id: 146, equity_allocation: "0.84", fixed_income_allocation: "0.06", alternative_assets: "0.83" },
            { portfolio_id: 5, user_id: 255, equity_allocation: "0.40", fixed_income_allocation: "0.01", alternative_assets: "0.68" },
            { portfolio_id: 6, user_id: 6, equity_allocation: "0.82", fixed_income_allocation: "0.27", alternative_assets: "0.45" },
            { portfolio_id: 7, user_id: 15, equity_allocation: "0.62", fixed_income_allocation: "0.47", alternative_assets: "0.97" },
            { portfolio_id: 8, user_id: 228, equity_allocation: "0.37", fixed_income_allocation: "0.71", alternative_assets: "0.15" },
            { portfolio_id: 9, user_id: 121, equity_allocation: "0.04", fixed_income_allocation: "0.68", alternative_assets: "0.73" },
            { portfolio_id: 10, user_id: 163, equity_allocation: "0.83", fixed_income_allocation: "0.13", alternative_assets: "0.12" },
            { portfolio_id: 11, user_id: 111, equity_allocation: "0.89", fixed_income_allocation: "0.00", alternative_assets: "0.81" },
            { portfolio_id: 12, user_id: 68, equity_allocation: "0.96", fixed_income_allocation: "0.31", alternative_assets: "0.33" },
            { portfolio_id: 13, user_id: 268, equity_allocation: "0.23", fixed_income_allocation: "0.87", alternative_assets: "0.75" },
            { portfolio_id: 14, user_id: 132, equity_allocation: "0.88", fixed_income_allocation: "0.29", alternative_assets: "0.50" },
            { portfolio_id: 15, user_id: 295, equity_allocation: "0.27", fixed_income_allocation: "0.69", alternative_assets: "0.15" },
            { portfolio_id: 16, user_id: 230, equity_allocation: "0.07", fixed_income_allocation: "0.30", alternative_assets: "0.95" },
            { portfolio_id: 17, user_id: 111, equity_allocation: "0.06", fixed_income_allocation: "0.49", alternative_assets: "0.91" },
            { portfolio_id: 18, user_id: 182, equity_allocation: "0.43", fixed_income_allocation: "0.09", alternative_assets: "0.68" },
            { portfolio_id: 19, user_id: 165, equity_allocation: "0.05", fixed_income_allocation: "0.71", alternative_assets: "0.12" },
            { portfolio_id: 20, user_id: 64, equity_allocation: "0.70", fixed_income_allocation: "0.46", alternative_assets: "0.85" },
            { portfolio_id: 21, user_id: 221, equity_allocation: "0.72", fixed_income_allocation: "0.01", alternative_assets: "0.61" },
            { portfolio_id: 22, user_id: 148, equity_allocation: "0.20", fixed_income_allocation: "0.95", alternative_assets: "0.93" },
            { portfolio_id: 23, user_id: 213, equity_allocation: "0.82", fixed_income_allocation: "0.01", alternative_assets: "0.96" },
            { portfolio_id: 24, user_id: 273, equity_allocation: "0.31", fixed_income_allocation: "0.00", alternative_assets: "1.00" },
            { portfolio_id: 25, user_id: 236, equity_allocation: "0.78", fixed_income_allocation: "0.11", alternative_assets: "0.34" },
            { portfolio_id: 26, user_id: 293, equity_allocation: "0.42", fixed_income_allocation: "0.11", alternative_assets: "0.69" },
            { portfolio_id: 27, user_id: 144, equity_allocation: "0.56", fixed_income_allocation: "0.45", alternative_assets: "0.41" },
            { portfolio_id: 28, user_id: 215, equity_allocation: "0.90", fixed_income_allocation: "0.02", alternative_assets: "0.90" },
            { portfolio_id: 29, user_id: 239, equity_allocation: "0.39", fixed_income_allocation: "0.16", alternative_assets: "0.94" },
            { portfolio_id: 30, user_id: 219, equity_allocation: "0.06", fixed_income_allocation: "0.07", alternative_assets: "0.46" },
            { portfolio_id: 31, user_id: 84, equity_allocation: "0.82", fixed_income_allocation: "0.36", alternative_assets: "0.62" },
            { portfolio_id: 32, user_id: 48, equity_allocation: "0.45", fixed_income_allocation: "0.00", alternative_assets: "0.12" },
            { portfolio_id: 33, user_id: 55, equity_allocation: "0.43", fixed_income_allocation: "0.83", alternative_assets: "0.31" },
            { portfolio_id: 34, user_id: 140, equity_allocation: "0.94", fixed_income_allocation: "0.85", alternative_assets: "0.60" },
            { portfolio_id: 35, user_id: 142, equity_allocation: "0.03", fixed_income_allocation: "0.15", alternative_assets: "0.42" },
            { portfolio_id: 36, user_id: 160, equity_allocation: "0.19", fixed_income_allocation: "0.15", alternative_assets: "0.05" },
            { portfolio_id: 37, user_id: 184, equity_allocation: "0.68", fixed_income_allocation: "0.33", alternative_assets: "0.73" },
            { portfolio_id: 38, user_id: 93, equity_allocation: "0.90", fixed_income_allocation: "0.00", alternative_assets: "0.25" },
            { portfolio_id: 39, user_id: 201, equity_allocation: "0.67", fixed_income_allocation: "0.10", alternative_assets: "0.78" },
            { portfolio_id: 40, user_id: 161, equity_allocation: "0.74", fixed_income_allocation: "0.00", alternative_assets: "0.36" },
            { portfolio_id: 41, user_id: 182, equity_allocation: "0.83", fixed_income_allocation: "0.55", alternative_assets: "0.48" },
            { portfolio_id: 42, user_id: 172, equity_allocation: "0.25", fixed_income_allocation: "0.55", alternative_assets: "0.89" },
            { portfolio_id: 43, user_id: 231, equity_allocation: "0.67", fixed_income_allocation: "0.05", alternative_assets: "0.37" },
            { portfolio_id: 44, user_id: 233, equity_allocation: "0.69", fixed_income_allocation: "0.78", alternative_assets: "0.21" },
            { portfolio_id: 45, user_id: 196, equity_allocation: "0.48", fixed_income_allocation: "0.28", alternative_assets: "0.73" },
            { portfolio_id: 46, user_id: 160, equity_allocation: "0.15", fixed_income_allocation: "0.00", alternative_assets: "0.17" },
            { portfolio_id: 47, user_id: 207, equity_allocation: "0.37", fixed_income_allocation: "0.04", alternative_assets: "0.28" },
            { portfolio_id: 48, user_id: 281, equity_allocation: "0.23", fixed_income_allocation: "0.49", alternative_assets: "0.57" },
            { portfolio_id: 49, user_id: 255, equity_allocation: "0.69", fixed_income_allocation: "0.12", alternative_assets: "0.01" },
            { portfolio_id: 50, user_id: 39, equity_allocation: "0.80", fixed_income_allocation: "0.03", alternative_assets: "0.48" },
            { portfolio_id: 51, user_id: 270, equity_allocation: "0.85", fixed_income_allocation: "0.83", alternative_assets: "0.13" },
            { portfolio_id: 52, user_id: 221, equity_allocation: "0.81", fixed_income_allocation: "0.98", alternative_assets: "0.05" },
            { portfolio_id: 53, user_id: 145, equity_allocation: "0.99", fixed_income_allocation: "0.22", alternative_assets: "0.27" },
            { portfolio_id: 54, user_id: 87, equity_allocation: "0.12", fixed_income_allocation: "0.05", alternative_assets: "0.68" },
            { portfolio_id: 55, user_id: 293, equity_allocation: "0.41", fixed_income_allocation: "0.01", alternative_assets: "0.97" },
            { portfolio_id: 56, user_id: 179, equity_allocation: "0.21", fixed_income_allocation: "0.49", alternative_assets: "0.89" },
            { portfolio_id: 57, user_id: 273, equity_allocation: "0.78", fixed_income_allocation: "0.09", alternative_assets: "0.13" },
            { portfolio_id: 58, user_id: 18, equity_allocation: "0.38", fixed_income_allocation: "0.86", alternative_assets: "0.91" },
            { portfolio_id: 59, user_id: 61, equity_allocation: "0.93", fixed_income_allocation: "0.92", alternative_assets: "0.68" },
            { portfolio_id: 60, user_id: 143, equity_allocation: "0.82", fixed_income_allocation: "0.41", alternative_assets: "0.30" },
            { portfolio_id: 61, user_id: 86, equity_allocation: "0.08", fixed_income_allocation: "0.34", alternative_assets: "0.73" },
            { portfolio_id: 62, user_id: 193, equity_allocation: "0.61", fixed_income_allocation: "0.80", alternative_assets: "0.66" },
            { portfolio_id: 63, user_id: 268, equity_allocation: "0.68", fixed_income_allocation: "0.97", alternative_assets: "0.49" },
            { portfolio_id: 64, user_id: 208, equity_allocation: "0.77", fixed_income_allocation: "0.99", alternative_assets: "0.94" },
            { portfolio_id: 65, user_id: 162, equity_allocation: "0.30", fixed_income_allocation: "0.00", alternative_assets: "0.28" },
            { portfolio_id: 66, user_id: 2, equity_allocation: "0.09", fixed_income_allocation: "0.34", alternative_assets: "0.26" },
            { portfolio_id: 67, user_id: 113, equity_allocation: "0.04", fixed_income_allocation: "0.62", alternative_assets: "0.32" },
            { portfolio_id: 68, user_id: 102, equity_allocation: "0.36", fixed_income_allocation: "0.30", alternative_assets: "0.88" },
            { portfolio_id: 69, user_id: 146, equity_allocation: "0.94", fixed_income_allocation: "0.41", alternative_assets: "0.95" },
            { portfolio_id: 70, user_id: 291, equity_allocation: "0.25", fixed_income_allocation: "0.03", alternative_assets: "0.46" },
            { portfolio_id: 71, user_id: 21, equity_allocation: "0.45", fixed_income_allocation: "0.24", alternative_assets: "0.81" },
            { portfolio_id: 72, user_id: 26, equity_allocation: "0.13", fixed_income_allocation: "0.45", alternative_assets: "0.94" },
            { portfolio_id: 73, user_id: 240, equity_allocation: "0.33", fixed_income_allocation: "0.96", alternative_assets: "0.53" },
            { portfolio_id: 74, user_id: 200, equity_allocation: "0.05", fixed_income_allocation: "0.39", alternative_assets: "0.50" },
            { portfolio_id: 75, user_id: 133, equity_allocation: "0.28", fixed_income_allocation: "0.81", alternative_assets: "0.65" },
            { portfolio_id: 76, user_id: 55, equity_allocation: "0.17", fixed_income_allocation: "0.45", alternative_assets: "0.01" },
            { portfolio_id: 77, user_id: 64, equity_allocation: "0.94", fixed_income_allocation: "0.67", alternative_assets: "0.55" },
            { portfolio_id: 78, user_id: 193, equity_allocation: "0.20", fixed_income_allocation: "0.35", alternative_assets: "0.19" },
            { portfolio_id: 79, user_id: 109, equity_allocation: "0.53", fixed_income_allocation: "0.02", alternative_assets: "0.68" },
            { portfolio_id: 80, user_id: 150, equity_allocation: "0.43", fixed_income_allocation: "0.56", alternative_assets: "0.68" },
            { portfolio_id: 81, user_id: 236, equity_allocation: "0.60", fixed_income_allocation: "0.86", alternative_assets: "0.86" },
            { portfolio_id: 82, user_id: 77, equity_allocation: "0.24", fixed_income_allocation: "0.00", alternative_assets: "0.08" },
            { portfolio_id: 83, user_id: 81, equity_allocation: "0.79", fixed_income_allocation: "0.07", alternative_assets: "0.05" },
            { portfolio_id: 84, user_id: 284, equity_allocation: "0.22", fixed_income_allocation: "0.43", alternative_assets: "0.44" },
            { portfolio_id: 85, user_id: 89, equity_allocation: "0.54", fixed_income_allocation: "0.35", alternative_assets: "0.39" },
            { portfolio_id: 86, user_id: 191, equity_allocation: "0.03", fixed_income_allocation: "0.52", alternative_assets: "0.97" },
            { portfolio_id: 87, user_id: 291, equity_allocation: "0.22", fixed_income_allocation: "0.29", alternative_assets: "0.08" },
            { portfolio_id: 88, user_id: 177, equity_allocation: "0.64", fixed_income_allocation: "0.20", alternative_assets: "0.65" },
            { portfolio_id: 89, user_id: 194, equity_allocation: "0.18", fixed_income_allocation: "0.01", alternative_assets: "0.43" },
            { portfolio_id: 90, user_id: 211, equity_allocation: "0.45", fixed_income_allocation: "0.11", alternative_assets: "0.45" },
            { portfolio_id: 91, user_id: 1, equity_allocation: "0.61", fixed_income_allocation: "0.40", alternative_assets: "0.88" },
            { portfolio_id: 92, user_id: 19, equity_allocation: "0.79", fixed_income_allocation: "0.47", alternative_assets: "0.88" },
            { portfolio_id: 93, user_id: 68, equity_allocation: "0.16", fixed_income_allocation: "0.13", alternative_assets: "0.79" },
            { portfolio_id: 94, user_id: 9, equity_allocation: "0.89", fixed_income_allocation: "0.06", alternative_assets: "0.58" },
            { portfolio_id: 95, user_id: 104, equity_allocation: "0.60", fixed_income_allocation: "0.79", alternative_assets: "0.91" },
            { portfolio_id: 96, user_id: 48, equity_allocation: "0.09", fixed_income_allocation: "0.09", alternative_assets: "0.07" },
            { portfolio_id: 97, user_id: 82, equity_allocation: "0.81", fixed_income_allocation: "0.02", alternative_assets: "0.34" },
            { portfolio_id: 98, user_id: 4, equity_allocation: "0.81", fixed_income_allocation: "0.01", alternative_assets: "0.73" },
            { portfolio_id: 99, user_id: 226, equity_allocation: "0.99", fixed_income_allocation: "0.01", alternative_assets: "0.28" },
            { portfolio_id: 100, user_id: 74, equity_allocation: "0.35", fixed_income_allocation: "0.04", alternative_assets: "0.99" },
            { portfolio_id: 101, user_id: 278, equity_allocation: "1.00", fixed_income_allocation: "0.00", alternative_assets: "0.33" },
            { portfolio_id: 102, user_id: 204, equity_allocation: "0.07", fixed_income_allocation: "0.04", alternative_assets: "0.09" },
            { portfolio_id: 103, user_id: 205, equity_allocation: "0.11", fixed_income_allocation: "0.13", alternative_assets: "0.30" },
            { portfolio_id: 104, user_id: 171, equity_allocation: "0.88", fixed_income_allocation: "0.15", alternative_assets: "0.25" },
            { portfolio_id: 105, user_id: 279, equity_allocation: "0.62", fixed_income_allocation: "0.03", alternative_assets: "0.14" },
            { portfolio_id: 106, user_id: 42, equity_allocation: "0.38", fixed_income_allocation: "0.81", alternative_assets: "0.76" },
            { portfolio_id: 107, user_id: 278, equity_allocation: "0.07", fixed_income_allocation: "0.04", alternative_assets: "0.38" },
            { portfolio_id: 108, user_id: 97, equity_allocation: "0.15", fixed_income_allocation: "0.56", alternative_assets: "0.46" },
            { portfolio_id: 109, user_id: 244, equity_allocation: "0.19", fixed_income_allocation: "0.84", alternative_assets: "0.82" },
            { portfolio_id: 110, user_id: 114, equity_allocation: "0.56", fixed_income_allocation: "0.27", alternative_assets: "0.33" },
            { portfolio_id: 111, user_id: 140, equity_allocation: "0.73", fixed_income_allocation: "0.76", alternative_assets: "0.80" },
            { portfolio_id: 112, user_id: 163, equity_allocation: "0.27", fixed_income_allocation: "0.67", alternative_assets: "0.06" },
            { portfolio_id: 113, user_id: 139, equity_allocation: "0.12", fixed_income_allocation: "0.94", alternative_assets: "0.05" },
            { portfolio_id: 114, user_id: 77, equity_allocation: "0.67", fixed_income_allocation: "0.03", alternative_assets: "0.01" },
            { portfolio_id: 115, user_id: 86, equity_allocation: "0.91", fixed_income_allocation: "0.06", alternative_assets: "0.15" },
            { portfolio_id: 116, user_id: 197, equity_allocation: "0.65", fixed_income_allocation: "0.15", alternative_assets: "0.34" },
            { portfolio_id: 117, user_id: 299, equity_allocation: "0.53", fixed_income_allocation: "0.08", alternative_assets: "0.75" },
            { portfolio_id: 118, user_id: 187, equity_allocation: "0.26", fixed_income_allocation: "0.16", alternative_assets: "0.32" },
            { portfolio_id: 119, user_id: 234, equity_allocation: "0.19", fixed_income_allocation: "0.03", alternative_assets: "0.36" },
            { portfolio_id: 120, user_id: 203, equity_allocation: "0.66", fixed_income_allocation: "0.39", alternative_assets: "0.39" },
            { portfolio_id: 121, user_id: 161, equity_allocation: "0.03", fixed_income_allocation: "0.06", alternative_assets: "0.99" },
            { portfolio_id: 122, user_id: 208, equity_allocation: "0.07", fixed_income_allocation: "0.25", alternative_assets: "0.98" },
            { portfolio_id: 123, user_id: 192, equity_allocation: "0.39", fixed_income_allocation: "0.10", alternative_assets: "0.91" },
            { portfolio_id: 124, user_id: 16, equity_allocation: "0.55", fixed_income_allocation: "0.81", alternative_assets: "0.37" },
            { portfolio_id: 125, user_id: 253, equity_allocation: "0.31", fixed_income_allocation: "0.08", alternative_assets: "0.80" },
            { portfolio_id: 126, user_id: 37, equity_allocation: "0.94", fixed_income_allocation: "0.00", alternative_assets: "0.63" },
            { portfolio_id: 127, user_id: 133, equity_allocation: "0.98", fixed_income_allocation: "0.12", alternative_assets: "0.84" },
            { portfolio_id: 128, user_id: 282, equity_allocation: "0.77", fixed_income_allocation: "0.15", alternative_assets: "0.06" },
            { portfolio_id: 129, user_id: 77, equity_allocation: "0.13", fixed_income_allocation: "0.35", alternative_assets: "0.31" },
            { portfolio_id: 130, user_id: 181, equity_allocation: "0.35", fixed_income_allocation: "0.68", alternative_assets: "0.08" },
            { portfolio_id: 131, user_id: 166, equity_allocation: "0.42", fixed_income_allocation: "0.07", alternative_assets: "0.61" },
            { portfolio_id: 132, user_id: 7, equity_allocation: "0.57", fixed_income_allocation: "0.13", alternative_assets: "0.18" },
            { portfolio_id: 133, user_id: 82, equity_allocation: "0.63", fixed_income_allocation: "0.40", alternative_assets: "0.38" },
            { portfolio_id: 134, user_id: 5, equity_allocation: "0.26", fixed_income_allocation: "0.01", alternative_assets: "0.03" },
            { portfolio_id: 135, user_id: 178, equity_allocation: "0.48", fixed_income_allocation: "0.11", alternative_assets: "0.92" },
            { portfolio_id: 136, user_id: 7, equity_allocation: "0.14", fixed_income_allocation: "0.83", alternative_assets: "0.31" },
            { portfolio_id: 137, user_id: 61, equity_allocation: "0.39", fixed_income_allocation: "0.90", alternative_assets: "0.59" },
            { portfolio_id: 138, user_id: 183, equity_allocation: "0.26", fixed_income_allocation: "0.54", alternative_assets: "0.93" },
            { portfolio_id: 139, user_id: 73, equity_allocation: "0.72", fixed_income_allocation: "0.00", alternative_assets: "0.75" },
            { portfolio_id: 140, user_id: 42, equity_allocation: "0.17", fixed_income_allocation: "0.01", alternative_assets: "0.79" },
            { portfolio_id: 141, user_id: 205, equity_allocation: "0.74", fixed_income_allocation: "0.10", alternative_assets: "0.77" },
            { portfolio_id: 142, user_id: 292, equity_allocation: "0.10", fixed_income_allocation: "0.03", alternative_assets: "0.00" },
            { portfolio_id: 143, user_id: 128, equity_allocation: "0.11", fixed_income_allocation: "0.00", alternative_assets: "0.90" },
            { portfolio_id: 144, user_id: 283, equity_allocation: "0.62", fixed_income_allocation: "0.30", alternative_assets: "0.45" },
            { portfolio_id: 145, user_id: 92, equity_allocation: "0.78", fixed_income_allocation: "0.76", alternative_assets: "0.91" },
            { portfolio_id: 146, user_id: 291, equity_allocation: "0.89", fixed_income_allocation: "0.82", alternative_assets: "0.43" },
            { portfolio_id: 147, user_id: 202, equity_allocation: "0.44", fixed_income_allocation: "0.58", alternative_assets: "0.10" },
            { portfolio_id: 148, user_id: 105, equity_allocation: "0.16", fixed_income_allocation: "0.50", alternative_assets: "0.43" },
            { portfolio_id: 149, user_id: 279, equity_allocation: "0.28", fixed_income_allocation: "0.71", alternative_assets: "0.70" },
            { portfolio_id: 150, user_id: 183, equity_allocation: "0.55", fixed_income_allocation: "0.03", alternative_assets: "0.37" },
            { portfolio_id: 151, user_id: 184, equity_allocation: "0.26", fixed_income_allocation: "0.95", alternative_assets: "0.16" },
            { portfolio_id: 152, user_id: 94, equity_allocation: "0.97", fixed_income_allocation: "0.10", alternative_assets: "0.41" },
            { portfolio_id: 153, user_id: 298, equity_allocation: "0.76", fixed_income_allocation: "0.66", alternative_assets: "0.43" },
            { portfolio_id: 154, user_id: 204, equity_allocation: "0.59", fixed_income_allocation: "0.57", alternative_assets: "0.69" },
            { portfolio_id: 155, user_id: 161, equity_allocation: "0.98", fixed_income_allocation: "0.18", alternative_assets: "0.57" },
            { portfolio_id: 156, user_id: 55, equity_allocation: "0.76", fixed_income_allocation: "0.99", alternative_assets: "0.60" },
            { portfolio_id: 157, user_id: 114, equity_allocation: "0.77", fixed_income_allocation: "0.15", alternative_assets: "0.26" },
            { portfolio_id: 158, user_id: 272, equity_allocation: "0.31", fixed_income_allocation: "0.32", alternative_assets: "0.67" },
            { portfolio_id: 159, user_id: 73, equity_allocation: "0.60", fixed_income_allocation: "0.27", alternative_assets: "0.23" },
            { portfolio_id: 160, user_id: 161, equity_allocation: "0.22", fixed_income_allocation: "0.78", alternative_assets: "0.11" },
            { portfolio_id: 161, user_id: 243, equity_allocation: "0.33", fixed_income_allocation: "0.05", alternative_assets: "0.47" },
            { portfolio_id: 162, user_id: 36, equity_allocation: "0.64", fixed_income_allocation: "0.39", alternative_assets: "0.46" },
            { portfolio_id: 163, user_id: 229, equity_allocation: "0.72", fixed_income_allocation: "0.00", alternative_assets: "0.14" },
            { portfolio_id: 164, user_id: 39, equity_allocation: "0.67", fixed_income_allocation: "0.00", alternative_assets: "0.55" },
            { portfolio_id: 165, user_id: 155, equity_allocation: "0.85", fixed_income_allocation: "0.47", alternative_assets: "0.43" },
            { portfolio_id: 166, user_id: 206, equity_allocation: "0.95", fixed_income_allocation: "0.35", alternative_assets: "0.05" },
            { portfolio_id: 167, user_id: 99, equity_allocation: "0.95", fixed_income_allocation: "0.01", alternative_assets: "0.43" },
            { portfolio_id: 168, user_id: 98, equity_allocation: "0.18", fixed_income_allocation: "0.03", alternative_assets: "0.47" },
            { portfolio_id: 169, user_id: 208, equity_allocation: "0.94", fixed_income_allocation: "0.05", alternative_assets: "0.48" },
            { portfolio_id: 170, user_id: 252, equity_allocation: "0.75", fixed_income_allocation: "0.52", alternative_assets: "0.72" },
            { portfolio_id: 171, user_id: 173, equity_allocation: "0.53", fixed_income_allocation: "0.62", alternative_assets: "0.66" },
            { portfolio_id: 172, user_id: 21, equity_allocation: "0.98", fixed_income_allocation: "0.02", alternative_assets: "0.40" },
            { portfolio_id: 173, user_id: 58, equity_allocation: "0.91", fixed_income_allocation: "0.42", alternative_assets: "0.77" },
            { portfolio_id: 174, user_id: 136, equity_allocation: "0.76", fixed_income_allocation: "0.59", alternative_assets: "0.79" },
            { portfolio_id: 175, user_id: 18, equity_allocation: "0.05", fixed_income_allocation: "0.10", alternative_assets: "0.68" },
            { portfolio_id: 176, user_id: 66, equity_allocation: "0.55", fixed_income_allocation: "0.28", alternative_assets: "0.21" },
            { portfolio_id: 177, user_id: 195, equity_allocation: "0.40", fixed_income_allocation: "0.01", alternative_assets: "0.79" },
            { portfolio_id: 178, user_id: 168, equity_allocation: "0.60", fixed_income_allocation: "0.03", alternative_assets: "0.16" },
            { portfolio_id: 179, user_id: 21, equity_allocation: "0.89", fixed_income_allocation: "0.59", alternative_assets: "0.39" },
            { portfolio_id: 180, user_id: 102, equity_allocation: "0.56", fixed_income_allocation: "0.69", alternative_assets: "0.16" },
            { portfolio_id: 181, user_id: 122, equity_allocation: "0.92", fixed_income_allocation: "0.01", alternative_assets: "0.30" },
            { portfolio_id: 182, user_id: 61, equity_allocation: "0.83", fixed_income_allocation: "0.76", alternative_assets: "0.81" },
            { portfolio_id: 183, user_id: 40, equity_allocation: "0.17", fixed_income_allocation: "0.52", alternative_assets: "0.99" },
            { portfolio_id: 184, user_id: 171, equity_allocation: "0.77", fixed_income_allocation: "0.05", alternative_assets: "0.59" },
            { portfolio_id: 185, user_id: 256, equity_allocation: "0.67", fixed_income_allocation: "0.12", alternative_assets: "0.75" },
            { portfolio_id: 186, user_id: 106, equity_allocation: "0.81", fixed_income_allocation: "0.16", alternative_assets: "0.37" },
            { portfolio_id: 187, user_id: 104, equity_allocation: "0.39", fixed_income_allocation: "0.47", alternative_assets: "0.53" },
            { portfolio_id: 188, user_id: 153, equity_allocation: "0.92", fixed_income_allocation: "0.03", alternative_assets: "0.52" },
            { portfolio_id: 189, user_id: 158, equity_allocation: "0.03", fixed_income_allocation: "0.28", alternative_assets: "0.96" },
            { portfolio_id: 190, user_id: 49, equity_allocation: "0.31", fixed_income_allocation: "0.59", alternative_assets: "0.20" },
            { portfolio_id: 191, user_id: 92, equity_allocation: "0.45", fixed_income_allocation: "0.11", alternative_assets: "0.87" },
            { portfolio_id: 192, user_id: 208, equity_allocation: "0.68", fixed_income_allocation: "0.01", alternative_assets: "0.28" },
            { portfolio_id: 193, user_id: 41, equity_allocation: "0.23", fixed_income_allocation: "0.40", alternative_assets: "0.81" },
            { portfolio_id: 194, user_id: 243, equity_allocation: "0.09", fixed_income_allocation: "0.10", alternative_assets: "0.37" },
            { portfolio_id: 195, user_id: 233, equity_allocation: "0.43", fixed_income_allocation: "0.04", alternative_assets: "0.87" },
            { portfolio_id: 196, user_id: 87, equity_allocation: "0.73", fixed_income_allocation: "0.26", alternative_assets: "0.27" },
            { portfolio_id: 197, user_id: 140, equity_allocation: "0.46", fixed_income_allocation: "0.04", alternative_assets: "0.89" },
            { portfolio_id: 198, user_id: 105, equity_allocation: "0.54", fixed_income_allocation: "0.02", alternative_assets: "0.53" },
            { portfolio_id: 199, user_id: 81, equity_allocation: "0.38", fixed_income_allocation: "0.05", alternative_assets: "0.44" },
            { portfolio_id: 200, user_id: 56, equity_allocation: "0.86", fixed_income_allocation: "0.71", alternative_assets: "0.96" },
            { portfolio_id: 201, user_id: 38, equity_allocation: "0.34", fixed_income_allocation: "0.28", alternative_assets: "0.99" },
            { portfolio_id: 202, user_id: 226, equity_allocation: "0.92", fixed_income_allocation: "0.10", alternative_assets: "0.68" },
            { portfolio_id: 203, user_id: 65, equity_allocation: "0.49", fixed_income_allocation: "0.13", alternative_assets: "0.62" },
            { portfolio_id: 204, user_id: 143, equity_allocation: "0.11", fixed_income_allocation: "1.00", alternative_assets: "0.05" },
            { portfolio_id: 205, user_id: 258, equity_allocation: "0.31", fixed_income_allocation: "0.04", alternative_assets: "0.06" },
            { portfolio_id: 206, user_id: 150, equity_allocation: "0.30", fixed_income_allocation: "0.12", alternative_assets: "0.57" },
            { portfolio_id: 207, user_id: 5, equity_allocation: "0.81", fixed_income_allocation: "0.04", alternative_assets: "0.57" },
            { portfolio_id: 208, user_id: 170, equity_allocation: "0.67", fixed_income_allocation: "0.01", alternative_assets: "0.64" },
            { portfolio_id: 209, user_id: 20, equity_allocation: "0.15", fixed_income_allocation: "0.25", alternative_assets: "0.67" },
            { portfolio_id: 210, user_id: 72, equity_allocation: "0.97", fixed_income_allocation: "0.17", alternative_assets: "0.12" },
            { portfolio_id: 211, user_id: 291, equity_allocation: "0.55", fixed_income_allocation: "0.09", alternative_assets: "0.22" },
            { portfolio_id: 212, user_id: 253, equity_allocation: "0.73", fixed_income_allocation: "0.89", alternative_assets: "0.53" },
            { portfolio_id: 213, user_id: 10, equity_allocation: "0.14", fixed_income_allocation: "0.76", alternative_assets: "0.44" },
            { portfolio_id: 214, user_id: 46, equity_allocation: "0.23", fixed_income_allocation: "0.01", alternative_assets: "0.16" },
            { portfolio_id: 215, user_id: 49, equity_allocation: "0.37", fixed_income_allocation: "0.05", alternative_assets: "0.13" },
            { portfolio_id: 216, user_id: 49, equity_allocation: "0.03", fixed_income_allocation: "0.47", alternative_assets: "0.69" },
            { portfolio_id: 217, user_id: 183, equity_allocation: "0.17", fixed_income_allocation: "0.98", alternative_assets: "0.04" },
            { portfolio_id: 218, user_id: 237, equity_allocation: "0.75", fixed_income_allocation: "0.91", alternative_assets: "0.58" },
            { portfolio_id: 219, user_id: 59, equity_allocation: "0.45", fixed_income_allocation: "0.01", alternative_assets: "0.05" },
            { portfolio_id: 220, user_id: 225, equity_allocation: "0.36", fixed_income_allocation: "0.04", alternative_assets: "0.37" },
            { portfolio_id: 221, user_id: 27, equity_allocation: "0.81", fixed_income_allocation: "0.26", alternative_assets: "0.73" },
            { portfolio_id: 222, user_id: 53, equity_allocation: "0.76", fixed_income_allocation: "0.26", alternative_assets: "0.67" },
            { portfolio_id: 223, user_id: 181, equity_allocation: "0.94", fixed_income_allocation: "0.57", alternative_assets: "0.76" },
            { portfolio_id: 224, user_id: 260, equity_allocation: "0.16", fixed_income_allocation: "0.40", alternative_assets: "0.16" },
            { portfolio_id: 225, user_id: 22, equity_allocation: "0.79", fixed_income_allocation: "0.36", alternative_assets: "0.35" },
            { portfolio_id: 226, user_id: 283, equity_allocation: "0.60", fixed_income_allocation: "0.00", alternative_assets: "0.54" },
            { portfolio_id: 227, user_id: 78, equity_allocation: "0.03", fixed_income_allocation: "0.66", alternative_assets: "0.11" },
            { portfolio_id: 228, user_id: 139, equity_allocation: "0.23", fixed_income_allocation: "0.17", alternative_assets: "0.86" },
            { portfolio_id: 229, user_id: 52, equity_allocation: "0.39", fixed_income_allocation: "0.36", alternative_assets: "0.58" },
            { portfolio_id: 230, user_id: 261, equity_allocation: "0.83", fixed_income_allocation: "0.08", alternative_assets: "0.02" },
            { portfolio_id: 231, user_id: 274, equity_allocation: "0.87", fixed_income_allocation: "0.46", alternative_assets: "0.55" },
            { portfolio_id: 232, user_id: 261, equity_allocation: "0.92", fixed_income_allocation: "0.24", alternative_assets: "0.22" },
            { portfolio_id: 233, user_id: 11, equity_allocation: "0.77", fixed_income_allocation: "0.86", alternative_assets: "0.36" },
            { portfolio_id: 234, user_id: 272, equity_allocation: "0.25", fixed_income_allocation: "0.55", alternative_assets: "0.11" },
            { portfolio_id: 235, user_id: 155, equity_allocation: "0.77", fixed_income_allocation: "0.94", alternative_assets: "0.97" },
            { portfolio_id: 236, user_id: 34, equity_allocation: "0.58", fixed_income_allocation: "0.73", alternative_assets: "0.07" },
            { portfolio_id: 237, user_id: 121, equity_allocation: "0.89", fixed_income_allocation: "0.98", alternative_assets: "0.46" },
            { portfolio_id: 238, user_id: 255, equity_allocation: "0.06", fixed_income_allocation: "0.24", alternative_assets: "0.12" },
            { portfolio_id: 239, user_id: 11, equity_allocation: "0.19", fixed_income_allocation: "0.09", alternative_assets: "0.24" },
            { portfolio_id: 240, user_id: 168, equity_allocation: "0.95", fixed_income_allocation: "0.09", alternative_assets: "0.88" },
            { portfolio_id: 241, user_id: 67, equity_allocation: "0.85", fixed_income_allocation: "0.32", alternative_assets: "0.24" },
            { portfolio_id: 242, user_id: 178, equity_allocation: "0.57", fixed_income_allocation: "0.00", alternative_assets: "0.91" },
            { portfolio_id: 243, user_id: 153, equity_allocation: "0.15", fixed_income_allocation: "0.01", alternative_assets: "0.90" },
            { portfolio_id: 244, user_id: 29, equity_allocation: "0.74", fixed_income_allocation: "0.13", alternative_assets: "0.38" },
            { portfolio_id: 245, user_id: 214, equity_allocation: "0.01", fixed_income_allocation: "0.11", alternative_assets: "0.46" },
            { portfolio_id: 246, user_id: 120, equity_allocation: "0.20", fixed_income_allocation: "0.12", alternative_assets: "0.97" },
            { portfolio_id: 247, user_id: 211, equity_allocation: "0.70", fixed_income_allocation: "0.78", alternative_assets: "0.35" },
            { portfolio_id: 248, user_id: 39, equity_allocation: "0.43", fixed_income_allocation: "0.73", alternative_assets: "1.00" },
            { portfolio_id: 249, user_id: 163, equity_allocation: "0.47", fixed_income_allocation: "0.30", alternative_assets: "0.69" },
            { portfolio_id: 250, user_id: 242, equity_allocation: "0.91", fixed_income_allocation: "0.04", alternative_assets: "0.82" },
        ],
    });
    await prisma.investment_strategies.createMany({
        data: [
            { strategy_id: 1, portfolio_id: 58, strategy_type: "growth", risk_tolerance: "high", investment_horizon_years: 18, expected_return_rate: "0.14" },
            { strategy_id: 2, portfolio_id: 167, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 14, expected_return_rate: "0.15" },
            { strategy_id: 3, portfolio_id: 44, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.11" },
            { strategy_id: 4, portfolio_id: 163, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 23, expected_return_rate: "0.05" },
            { strategy_id: 5, portfolio_id: 116, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 9, expected_return_rate: "0.07" },
            { strategy_id: 6, portfolio_id: 4, strategy_type: "income", risk_tolerance: "high", investment_horizon_years: 15, expected_return_rate: "0.12" },
            { strategy_id: 7, portfolio_id: 82, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.05" },
            { strategy_id: 8, portfolio_id: 190, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 12, expected_return_rate: "0.05" },
            { strategy_id: 9, portfolio_id: 8, strategy_type: "growth", risk_tolerance: "high", investment_horizon_years: 20, expected_return_rate: "0.10" },
            { strategy_id: 10, portfolio_id: 61, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 17, expected_return_rate: "0.11" },
            { strategy_id: 11, portfolio_id: 57, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 19, expected_return_rate: "0.06" },
            { strategy_id: 12, portfolio_id: 233, strategy_type: "value", risk_tolerance: "medium", investment_horizon_years: 15, expected_return_rate: "0.06" },
            { strategy_id: 13, portfolio_id: 226, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 11, expected_return_rate: "0.07" },
            { strategy_id: 14, portfolio_id: 247, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 15, expected_return_rate: "0.13" },
            { strategy_id: 15, portfolio_id: 69, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 16, expected_return_rate: "0.09" },
            { strategy_id: 16, portfolio_id: 175, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 8, expected_return_rate: "0.12" },
            { strategy_id: 17, portfolio_id: 18, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 15, expected_return_rate: "0.11" },
            { strategy_id: 18, portfolio_id: 233, strategy_type: "speculative", risk_tolerance: "medium", investment_horizon_years: 17, expected_return_rate: "0.10" },
            { strategy_id: 19, portfolio_id: 157, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 16, expected_return_rate: "0.11" },
            { strategy_id: 20, portfolio_id: 244, strategy_type: "value", risk_tolerance: "high", investment_horizon_years: 14, expected_return_rate: "0.11" },
            { strategy_id: 21, portfolio_id: 15, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 11, expected_return_rate: "0.15" },
            { strategy_id: 22, portfolio_id: 104, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 13, expected_return_rate: "0.09" },
            { strategy_id: 23, portfolio_id: 196, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 20, expected_return_rate: "0.09" },
            { strategy_id: 24, portfolio_id: 243, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 16, expected_return_rate: "0.11" },
            { strategy_id: 25, portfolio_id: 236, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 15, expected_return_rate: "0.12" },
            { strategy_id: 26, portfolio_id: 219, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.14" },
            { strategy_id: 27, portfolio_id: 47, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 12, expected_return_rate: "0.07" },
            { strategy_id: 28, portfolio_id: 64, strategy_type: "value", risk_tolerance: "high", investment_horizon_years: 20, expected_return_rate: "0.16" },
            { strategy_id: 29, portfolio_id: 3, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 20, expected_return_rate: "0.07" },
            { strategy_id: 30, portfolio_id: 174, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 23, expected_return_rate: "0.14" },
            { strategy_id: 31, portfolio_id: 137, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.11" },
            { strategy_id: 32, portfolio_id: 163, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 13, expected_return_rate: "0.14" },
            { strategy_id: 33, portfolio_id: 179, strategy_type: "speculative", risk_tolerance: "low", investment_horizon_years: 19, expected_return_rate: "0.11" },
            { strategy_id: 34, portfolio_id: 155, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 16, expected_return_rate: "0.15" },
            { strategy_id: 35, portfolio_id: 7, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 22, expected_return_rate: "0.09" },
            { strategy_id: 36, portfolio_id: 77, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 20, expected_return_rate: "0.14" },
            { strategy_id: 37, portfolio_id: 53, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 12, expected_return_rate: "0.15" },
            { strategy_id: 38, portfolio_id: 194, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 11, expected_return_rate: "0.11" },
            { strategy_id: 39, portfolio_id: 187, strategy_type: "income", risk_tolerance: "medium", investment_horizon_years: 10, expected_return_rate: "0.14" },
            { strategy_id: 40, portfolio_id: 137, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.11" },
            { strategy_id: 41, portfolio_id: 229, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 13, expected_return_rate: "0.08" },
            { strategy_id: 42, portfolio_id: 8, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 20, expected_return_rate: "0.14" },
            { strategy_id: 43, portfolio_id: 139, strategy_type: "income", risk_tolerance: "high", investment_horizon_years: 17, expected_return_rate: "0.11" },
            { strategy_id: 44, portfolio_id: 140, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 19, expected_return_rate: "0.10" },
            { strategy_id: 45, portfolio_id: 20, strategy_type: "speculative", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.08" },
            { strategy_id: 46, portfolio_id: 178, strategy_type: "speculative", risk_tolerance: "low", investment_horizon_years: 14, expected_return_rate: "0.09" },
            { strategy_id: 47, portfolio_id: 221, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 16, expected_return_rate: "0.03" },
            { strategy_id: 48, portfolio_id: 64, strategy_type: "speculative", risk_tolerance: "low", investment_horizon_years: 10, expected_return_rate: "0.10" },
            { strategy_id: 49, portfolio_id: 135, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 13, expected_return_rate: "0.11" },
            { strategy_id: 50, portfolio_id: 221, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 11, expected_return_rate: "0.08" },
            { strategy_id: 51, portfolio_id: 225, strategy_type: "speculative", risk_tolerance: "high", investment_horizon_years: 21, expected_return_rate: "0.11" },
            { strategy_id: 52, portfolio_id: 136, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 6, expected_return_rate: "0.08" },
            { strategy_id: 53, portfolio_id: 91, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 13, expected_return_rate: "0.07" },
            { strategy_id: 54, portfolio_id: 216, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 9, expected_return_rate: "0.16" },
            { strategy_id: 55, portfolio_id: 118, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 19, expected_return_rate: "0.16" },
            { strategy_id: 56, portfolio_id: 23, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 14, expected_return_rate: "0.09" },
            { strategy_id: 57, portfolio_id: 111, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.13" },
            { strategy_id: 58, portfolio_id: 171, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 14, expected_return_rate: "0.13" },
            { strategy_id: 59, portfolio_id: 94, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.10" },
            { strategy_id: 60, portfolio_id: 75, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 13, expected_return_rate: "0.12" },
            { strategy_id: 61, portfolio_id: 40, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 17, expected_return_rate: "0.10" },
            { strategy_id: 62, portfolio_id: 193, strategy_type: "growth", risk_tolerance: "high", investment_horizon_years: 17, expected_return_rate: "0.08" },
            { strategy_id: 63, portfolio_id: 116, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 17, expected_return_rate: "0.10" },
            { strategy_id: 64, portfolio_id: 109, strategy_type: "value", risk_tolerance: "medium", investment_horizon_years: 19, expected_return_rate: "0.10" },
            { strategy_id: 65, portfolio_id: 13, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 12, expected_return_rate: "0.15" },
            { strategy_id: 66, portfolio_id: 102, strategy_type: "income", risk_tolerance: "medium", investment_horizon_years: 13, expected_return_rate: "0.09" },
            { strategy_id: 67, portfolio_id: 116, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 19, expected_return_rate: "0.11" },
            { strategy_id: 68, portfolio_id: 56, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 10, expected_return_rate: "0.13" },
            { strategy_id: 69, portfolio_id: 221, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 17, expected_return_rate: "0.09" },
            { strategy_id: 70, portfolio_id: 102, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 14, expected_return_rate: "0.09" },
            { strategy_id: 71, portfolio_id: 119, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 13, expected_return_rate: "0.11" },
            { strategy_id: 72, portfolio_id: 40, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 16, expected_return_rate: "0.10" },
            { strategy_id: 73, portfolio_id: 34, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 10, expected_return_rate: "0.12" },
            { strategy_id: 74, portfolio_id: 219, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.14" },
            { strategy_id: 75, portfolio_id: 225, strategy_type: "value", risk_tolerance: "high", investment_horizon_years: 17, expected_return_rate: "0.11" },
            { strategy_id: 76, portfolio_id: 17, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 12, expected_return_rate: "0.10" },
            { strategy_id: 77, portfolio_id: 35, strategy_type: "value", risk_tolerance: "medium", investment_horizon_years: 8, expected_return_rate: "0.10" },
            { strategy_id: 78, portfolio_id: 24, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.08" },
            { strategy_id: 79, portfolio_id: 101, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 9, expected_return_rate: "0.11" },
            { strategy_id: 80, portfolio_id: 151, strategy_type: "value", risk_tolerance: "medium", investment_horizon_years: 25, expected_return_rate: "0.09" },
            { strategy_id: 81, portfolio_id: 161, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 10, expected_return_rate: "0.13" },
            { strategy_id: 82, portfolio_id: 96, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 21, expected_return_rate: "0.07" },
            { strategy_id: 83, portfolio_id: 160, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 12, expected_return_rate: "0.09" },
            { strategy_id: 84, portfolio_id: 194, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 11, expected_return_rate: "0.11" },
            { strategy_id: 85, portfolio_id: 153, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 12, expected_return_rate: "0.16" },
            { strategy_id: 86, portfolio_id: 81, strategy_type: "income", risk_tolerance: "high", investment_horizon_years: 15, expected_return_rate: "0.10" },
            { strategy_id: 87, portfolio_id: 189, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 19, expected_return_rate: "0.11" },
            { strategy_id: 88, portfolio_id: 65, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 15, expected_return_rate: "0.12" },
            { strategy_id: 89, portfolio_id: 69, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 11, expected_return_rate: "0.11" },
            { strategy_id: 90, portfolio_id: 247, strategy_type: "income", risk_tolerance: "medium", investment_horizon_years: 13, expected_return_rate: "0.17" },
            { strategy_id: 91, portfolio_id: 16, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 16, expected_return_rate: "0.08" },
            { strategy_id: 92, portfolio_id: 30, strategy_type: "speculative", risk_tolerance: "low", investment_horizon_years: 17, expected_return_rate: "0.10" },
            { strategy_id: 93, portfolio_id: 229, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 10, expected_return_rate: "0.14" },
            { strategy_id: 94, portfolio_id: 61, strategy_type: "speculative", risk_tolerance: "low", investment_horizon_years: 12, expected_return_rate: "0.11" },
            { strategy_id: 95, portfolio_id: 36, strategy_type: "value", risk_tolerance: "high", investment_horizon_years: 19, expected_return_rate: "0.06" },
            { strategy_id: 96, portfolio_id: 159, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 9, expected_return_rate: "0.06" },
            { strategy_id: 97, portfolio_id: 55, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 11, expected_return_rate: "0.09" },
            { strategy_id: 98, portfolio_id: 128, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 9, expected_return_rate: "0.09" },
            { strategy_id: 99, portfolio_id: 157, strategy_type: "growth", risk_tolerance: "high", investment_horizon_years: 20, expected_return_rate: "0.04" },
            { strategy_id: 100, portfolio_id: 52, strategy_type: "growth", risk_tolerance: "high", investment_horizon_years: 10, expected_return_rate: "0.06" },
            { strategy_id: 101, portfolio_id: 161, strategy_type: "speculative", risk_tolerance: "medium", investment_horizon_years: 13, expected_return_rate: "0.10" },
            { strategy_id: 102, portfolio_id: 67, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 18, expected_return_rate: "0.15" },
            { strategy_id: 103, portfolio_id: 18, strategy_type: "income", risk_tolerance: "medium", investment_horizon_years: 19, expected_return_rate: "0.07" },
            { strategy_id: 104, portfolio_id: 242, strategy_type: "growth", risk_tolerance: "high", investment_horizon_years: 16, expected_return_rate: "0.09" },
            { strategy_id: 105, portfolio_id: 124, strategy_type: "income", risk_tolerance: "medium", investment_horizon_years: 25, expected_return_rate: "0.08" },
            { strategy_id: 106, portfolio_id: 124, strategy_type: "value", risk_tolerance: "medium", investment_horizon_years: 10, expected_return_rate: "0.15" },
            { strategy_id: 107, portfolio_id: 139, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 15, expected_return_rate: "0.10" },
            { strategy_id: 108, portfolio_id: 26, strategy_type: "value", risk_tolerance: "high", investment_horizon_years: 20, expected_return_rate: "0.10" },
            { strategy_id: 109, portfolio_id: 191, strategy_type: "value", risk_tolerance: "high", investment_horizon_years: 16, expected_return_rate: "0.07" },
            { strategy_id: 110, portfolio_id: 125, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 22, expected_return_rate: "0.11" },
            { strategy_id: 111, portfolio_id: 124, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 13, expected_return_rate: "0.12" },
            { strategy_id: 112, portfolio_id: 157, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 8, expected_return_rate: "0.07" },
            { strategy_id: 113, portfolio_id: 177, strategy_type: "income", risk_tolerance: "high", investment_horizon_years: 12, expected_return_rate: "0.09" },
            { strategy_id: 114, portfolio_id: 96, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 13, expected_return_rate: "0.07" },
            { strategy_id: 115, portfolio_id: 65, strategy_type: "speculative", risk_tolerance: "low", investment_horizon_years: 12, expected_return_rate: "0.11" },
            { strategy_id: 116, portfolio_id: 189, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 16, expected_return_rate: "0.11" },
            { strategy_id: 117, portfolio_id: 62, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 13, expected_return_rate: "0.10" },
            { strategy_id: 118, portfolio_id: 178, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 19, expected_return_rate: "0.09" },
            { strategy_id: 119, portfolio_id: 45, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 12, expected_return_rate: "0.13" },
            { strategy_id: 120, portfolio_id: 5, strategy_type: "growth", risk_tolerance: "high", investment_horizon_years: 15, expected_return_rate: "0.11" },
            { strategy_id: 121, portfolio_id: 67, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 25, expected_return_rate: "0.07" },
            { strategy_id: 122, portfolio_id: 243, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 17, expected_return_rate: "0.11" },
            { strategy_id: 123, portfolio_id: 153, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 11, expected_return_rate: "0.07" },
            { strategy_id: 124, portfolio_id: 237, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 7, expected_return_rate: "0.08" },
            { strategy_id: 125, portfolio_id: 94, strategy_type: "speculative", risk_tolerance: "low", investment_horizon_years: 17, expected_return_rate: "0.14" },
            { strategy_id: 126, portfolio_id: 67, strategy_type: "income", risk_tolerance: "high", investment_horizon_years: 13, expected_return_rate: "0.10" },
            { strategy_id: 127, portfolio_id: 130, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 21, expected_return_rate: "0.10" },
            { strategy_id: 128, portfolio_id: 140, strategy_type: "speculative", risk_tolerance: "low", investment_horizon_years: 17, expected_return_rate: "0.08" },
            { strategy_id: 129, portfolio_id: 104, strategy_type: "growth", risk_tolerance: "high", investment_horizon_years: 19, expected_return_rate: "0.11" },
            { strategy_id: 130, portfolio_id: 243, strategy_type: "value", risk_tolerance: "high", investment_horizon_years: 17, expected_return_rate: "0.16" },
            { strategy_id: 131, portfolio_id: 93, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 15, expected_return_rate: "0.10" },
            { strategy_id: 132, portfolio_id: 244, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 21, expected_return_rate: "0.08" },
            { strategy_id: 133, portfolio_id: 131, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 16, expected_return_rate: "0.10" },
            { strategy_id: 134, portfolio_id: 162, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 8, expected_return_rate: "0.10" },
            { strategy_id: 135, portfolio_id: 179, strategy_type: "value", risk_tolerance: "medium", investment_horizon_years: 18, expected_return_rate: "0.08" },
            { strategy_id: 136, portfolio_id: 67, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 14, expected_return_rate: "0.09" },
            { strategy_id: 137, portfolio_id: 178, strategy_type: "income", risk_tolerance: "high", investment_horizon_years: 17, expected_return_rate: "0.06" },
            { strategy_id: 138, portfolio_id: 163, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 15, expected_return_rate: "0.09" },
            { strategy_id: 139, portfolio_id: 35, strategy_type: "growth", risk_tolerance: "medium", investment_horizon_years: 12, expected_return_rate: "0.11" },
            { strategy_id: 140, portfolio_id: 16, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 22, expected_return_rate: "0.13" },
            { strategy_id: 141, portfolio_id: 133, strategy_type: "income", risk_tolerance: "high", investment_horizon_years: 18, expected_return_rate: "0.14" },
            { strategy_id: 142, portfolio_id: 147, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 15, expected_return_rate: "0.15" },
            { strategy_id: 143, portfolio_id: 144, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 14, expected_return_rate: "0.07" },
            { strategy_id: 144, portfolio_id: 227, strategy_type: "value", risk_tolerance: "medium", investment_horizon_years: 16, expected_return_rate: "0.13" },
            { strategy_id: 145, portfolio_id: 91, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 19, expected_return_rate: "0.11" },
            { strategy_id: 146, portfolio_id: 179, strategy_type: "value", risk_tolerance: "medium", investment_horizon_years: 9, expected_return_rate: "0.13" },
            { strategy_id: 147, portfolio_id: 162, strategy_type: "growth", risk_tolerance: "low", investment_horizon_years: 13, expected_return_rate: "0.16" },
            { strategy_id: 148, portfolio_id: 87, strategy_type: "value", risk_tolerance: "low", investment_horizon_years: 17, expected_return_rate: "0.14" },
            { strategy_id: 149, portfolio_id: 223, strategy_type: "income", risk_tolerance: "low", investment_horizon_years: 18, expected_return_rate: "0.10" },
            { strategy_id: 150, portfolio_id: 82, strategy_type: "speculative", risk_tolerance: "low", investment_horizon_years: 11, expected_return_rate: "0.13" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { transaction_id: 1, user_id: 193, amount: "2625.08", transaction_date: new Date("2022-09-09T10:43:50Z"), type: "deposit" },
            { transaction_id: 2, user_id: 9, amount: "254.50", transaction_date: new Date("2021-09-13T03:48:57Z"), type: "deposit" },
            { transaction_id: 3, user_id: 245, amount: "248.02", transaction_date: new Date("2022-02-07T14:20:49Z"), type: "deposit" },
            { transaction_id: 4, user_id: 73, amount: "5306.40", transaction_date: new Date("2023-11-23T19:48:56Z"), type: "investment" },
            { transaction_id: 5, user_id: 283, amount: "302.44", transaction_date: new Date("2021-09-02T19:51:22Z"), type: "deposit" },
            { transaction_id: 6, user_id: 190, amount: "453.67", transaction_date: new Date("2021-03-01T02:16:59Z"), type: "deposit" },
            { transaction_id: 7, user_id: 181, amount: "6176.51", transaction_date: new Date("2023-07-18T09:37:23Z"), type: "deposit" },
            { transaction_id: 8, user_id: 1, amount: "6851.24", transaction_date: new Date("2023-07-31T07:28:27Z"), type: "dividend" },
            { transaction_id: 9, user_id: 191, amount: "125.98", transaction_date: new Date("2022-05-19T16:12:50Z"), type: "withdrawal" },
            { transaction_id: 10, user_id: 287, amount: "210.11", transaction_date: new Date("2023-10-11T04:32:36Z"), type: "deposit" },
            { transaction_id: 11, user_id: 16, amount: "67.51", transaction_date: new Date("2023-12-17T20:28:35Z"), type: "withdrawal" },
            { transaction_id: 12, user_id: 3, amount: "636.49", transaction_date: new Date("2023-04-09T16:25:08Z"), type: "deposit" },
            { transaction_id: 13, user_id: 211, amount: "2198.08", transaction_date: new Date("2023-02-12T20:55:44Z"), type: "deposit" },
            { transaction_id: 14, user_id: 186, amount: "2597.55", transaction_date: new Date("2023-10-14T12:32:38Z"), type: "deposit" },
            { transaction_id: 15, user_id: 7, amount: "1546.34", transaction_date: new Date("2022-03-01T22:54:55Z"), type: "deposit" },
            { transaction_id: 16, user_id: 219, amount: "882.79", transaction_date: new Date("2021-09-28T21:53:13Z"), type: "investment" },
            { transaction_id: 17, user_id: 54, amount: "9526.89", transaction_date: new Date("2022-10-01T05:14:38Z"), type: "withdrawal" },
            { transaction_id: 18, user_id: 2, amount: "632.21", transaction_date: new Date("2023-01-15T01:15:13Z"), type: "deposit" },
            { transaction_id: 19, user_id: 68, amount: "612.08", transaction_date: new Date("2021-05-24T07:54:55Z"), type: "withdrawal" },
            { transaction_id: 20, user_id: 12, amount: "2330.06", transaction_date: new Date("2023-08-31T21:48:30Z"), type: "deposit" },
            { transaction_id: 21, user_id: 56, amount: "645.20", transaction_date: new Date("2022-09-26T13:54:13Z"), type: "investment" },
            { transaction_id: 22, user_id: 252, amount: "414.97", transaction_date: new Date("2023-12-16T13:24:15Z"), type: "deposit" },
            { transaction_id: 23, user_id: 162, amount: "5588.94", transaction_date: new Date("2022-03-25T20:32:00Z"), type: "deposit" },
            { transaction_id: 24, user_id: 202, amount: "9343.33", transaction_date: new Date("2021-04-09T21:35:01Z"), type: "deposit" },
            { transaction_id: 25, user_id: 94, amount: "9708.66", transaction_date: new Date("2023-06-16T07:58:31Z"), type: "withdrawal" },
            { transaction_id: 26, user_id: 41, amount: "2397.51", transaction_date: new Date("2023-06-10T09:43:21Z"), type: "investment" },
            { transaction_id: 27, user_id: 142, amount: "228.66", transaction_date: new Date("2023-07-05T19:01:12Z"), type: "investment" },
            { transaction_id: 28, user_id: 277, amount: "6005.66", transaction_date: new Date("2022-03-15T23:19:36Z"), type: "withdrawal" },
            { transaction_id: 29, user_id: 80, amount: "245.63", transaction_date: new Date("2022-09-18T17:06:19Z"), type: "withdrawal" },
            { transaction_id: 30, user_id: 152, amount: "2534.98", transaction_date: new Date("2023-11-29T11:47:01Z"), type: "investment" },
            { transaction_id: 31, user_id: 63, amount: "2145.61", transaction_date: new Date("2023-12-09T05:43:24Z"), type: "deposit" },
            { transaction_id: 32, user_id: 139, amount: "6186.94", transaction_date: new Date("2022-06-01T23:59:47Z"), type: "investment" },
            { transaction_id: 33, user_id: 137, amount: "7601.10", transaction_date: new Date("2022-12-29T22:36:33Z"), type: "deposit" },
            { transaction_id: 34, user_id: 16, amount: "435.68", transaction_date: new Date("2022-06-25T16:35:51Z"), type: "deposit" },
            { transaction_id: 35, user_id: 92, amount: "1118.19", transaction_date: new Date("2023-06-20T12:42:14Z"), type: "withdrawal" },
            { transaction_id: 36, user_id: 44, amount: "76.03", transaction_date: new Date("2022-06-25T13:57:38Z"), type: "dividend" },
            { transaction_id: 37, user_id: 162, amount: "1752.74", transaction_date: new Date("2023-08-03T06:44:16Z"), type: "investment" },
            { transaction_id: 38, user_id: 126, amount: "300.88", transaction_date: new Date("2023-04-28T17:00:47Z"), type: "deposit" },
            { transaction_id: 39, user_id: 188, amount: "1534.39", transaction_date: new Date("2022-11-15T03:18:49Z"), type: "deposit" },
            { transaction_id: 40, user_id: 192, amount: "3237.94", transaction_date: new Date("2022-03-06T00:12:58Z"), type: "investment" },
            { transaction_id: 41, user_id: 125, amount: "3988.10", transaction_date: new Date("2021-12-15T04:14:05Z"), type: "investment" },
            { transaction_id: 42, user_id: 1, amount: "4924.00", transaction_date: new Date("2023-02-01T15:06:28Z"), type: "deposit" },
            { transaction_id: 43, user_id: 87, amount: "7119.27", transaction_date: new Date("2023-03-15T02:22:16Z"), type: "deposit" },
            { transaction_id: 44, user_id: 137, amount: "24.48", transaction_date: new Date("2023-04-06T12:56:15Z"), type: "deposit" },
            { transaction_id: 45, user_id: 79, amount: "3687.01", transaction_date: new Date("2022-10-14T09:51:14Z"), type: "investment" },
            { transaction_id: 46, user_id: 154, amount: "668.49", transaction_date: new Date("2022-10-03T01:16:59Z"), type: "deposit" },
            { transaction_id: 47, user_id: 154, amount: "5439.59", transaction_date: new Date("2022-02-23T21:02:53Z"), type: "deposit" },
            { transaction_id: 48, user_id: 130, amount: "701.30", transaction_date: new Date("2023-11-11T08:55:01Z"), type: "deposit" },
            { transaction_id: 49, user_id: 134, amount: "776.83", transaction_date: new Date("2021-04-22T18:26:54Z"), type: "deposit" },
            { transaction_id: 50, user_id: 54, amount: "5736.31", transaction_date: new Date("2021-02-28T22:46:29Z"), type: "withdrawal" },
            { transaction_id: 51, user_id: 217, amount: "1867.49", transaction_date: new Date("2021-10-25T21:58:24Z"), type: "investment" },
            { transaction_id: 52, user_id: 210, amount: "5481.40", transaction_date: new Date("2021-10-13T10:40:32Z"), type: "deposit" },
            { transaction_id: 53, user_id: 189, amount: "6107.55", transaction_date: new Date("2022-05-17T00:25:58Z"), type: "deposit" },
            { transaction_id: 54, user_id: 151, amount: "510.78", transaction_date: new Date("2023-07-17T17:16:26Z"), type: "dividend" },
            { transaction_id: 55, user_id: 82, amount: "4718.23", transaction_date: new Date("2021-08-04T23:45:02Z"), type: "dividend" },
            { transaction_id: 56, user_id: 187, amount: "1049.31", transaction_date: new Date("2022-09-10T07:50:57Z"), type: "deposit" },
            { transaction_id: 57, user_id: 12, amount: "5106.04", transaction_date: new Date("2021-08-03T10:37:33Z"), type: "deposit" },
            { transaction_id: 58, user_id: 76, amount: "6477.51", transaction_date: new Date("2021-11-03T20:12:56Z"), type: "withdrawal" },
            { transaction_id: 59, user_id: 264, amount: "2202.77", transaction_date: new Date("2023-08-15T19:08:10Z"), type: "withdrawal" },
            { transaction_id: 60, user_id: 5, amount: "529.10", transaction_date: new Date("2022-05-01T15:32:32Z"), type: "investment" },
            { transaction_id: 61, user_id: 74, amount: "2811.74", transaction_date: new Date("2021-12-25T08:22:38Z"), type: "investment" },
            { transaction_id: 62, user_id: 219, amount: "5615.60", transaction_date: new Date("2023-08-03T04:23:37Z"), type: "deposit" },
            { transaction_id: 63, user_id: 238, amount: "49.11", transaction_date: new Date("2021-12-04T05:04:49Z"), type: "investment" },
            { transaction_id: 64, user_id: 24, amount: "5907.47", transaction_date: new Date("2022-10-05T10:20:31Z"), type: "withdrawal" },
            { transaction_id: 65, user_id: 249, amount: "2178.21", transaction_date: new Date("2023-06-11T08:53:12Z"), type: "deposit" },
            { transaction_id: 66, user_id: 149, amount: "5646.95", transaction_date: new Date("2023-09-22T21:20:21Z"), type: "withdrawal" },
            { transaction_id: 67, user_id: 124, amount: "222.85", transaction_date: new Date("2021-12-14T18:30:15Z"), type: "deposit" },
            { transaction_id: 68, user_id: 271, amount: "4324.26", transaction_date: new Date("2023-09-09T07:51:21Z"), type: "dividend" },
            { transaction_id: 69, user_id: 43, amount: "8953.94", transaction_date: new Date("2021-05-20T06:39:08Z"), type: "investment" },
            { transaction_id: 70, user_id: 239, amount: "4672.32", transaction_date: new Date("2023-05-19T14:37:46Z"), type: "investment" },
            { transaction_id: 71, user_id: 207, amount: "53.88", transaction_date: new Date("2023-03-31T10:28:02Z"), type: "withdrawal" },
            { transaction_id: 72, user_id: 278, amount: "5923.07", transaction_date: new Date("2023-11-03T11:07:55Z"), type: "investment" },
            { transaction_id: 73, user_id: 74, amount: "5171.40", transaction_date: new Date("2023-11-15T13:56:20Z"), type: "deposit" },
            { transaction_id: 74, user_id: 35, amount: "1176.37", transaction_date: new Date("2022-03-04T23:14:29Z"), type: "investment" },
            { transaction_id: 75, user_id: 298, amount: "438.84", transaction_date: new Date("2023-11-22T21:31:00Z"), type: "deposit" },
            { transaction_id: 76, user_id: 299, amount: "2590.01", transaction_date: new Date("2022-03-21T17:34:47Z"), type: "withdrawal" },
            { transaction_id: 77, user_id: 36, amount: "545.83", transaction_date: new Date("2023-10-26T18:23:21Z"), type: "investment" },
            { transaction_id: 78, user_id: 223, amount: "8934.97", transaction_date: new Date("2021-10-18T21:41:53Z"), type: "deposit" },
            { transaction_id: 79, user_id: 239, amount: "5480.02", transaction_date: new Date("2023-09-01T15:33:33Z"), type: "investment" },
            { transaction_id: 80, user_id: 291, amount: "373.47", transaction_date: new Date("2023-08-28T14:10:30Z"), type: "withdrawal" },
            { transaction_id: 81, user_id: 113, amount: "5798.65", transaction_date: new Date("2022-07-27T05:22:41Z"), type: "deposit" },
            { transaction_id: 82, user_id: 251, amount: "129.86", transaction_date: new Date("2021-03-08T18:03:10Z"), type: "deposit" },
            { transaction_id: 83, user_id: 291, amount: "4398.73", transaction_date: new Date("2023-02-16T01:51:09Z"), type: "deposit" },
            { transaction_id: 84, user_id: 149, amount: "3199.17", transaction_date: new Date("2022-02-03T22:56:57Z"), type: "withdrawal" },
            { transaction_id: 85, user_id: 27, amount: "6278.85", transaction_date: new Date("2022-11-09T07:25:57Z"), type: "deposit" },
            { transaction_id: 86, user_id: 267, amount: "7213.24", transaction_date: new Date("2023-03-17T15:46:05Z"), type: "withdrawal" },
            { transaction_id: 87, user_id: 43, amount: "17.24", transaction_date: new Date("2021-06-01T00:49:33Z"), type: "withdrawal" },
            { transaction_id: 88, user_id: 191, amount: "1683.47", transaction_date: new Date("2022-10-16T10:03:32Z"), type: "withdrawal" },
            { transaction_id: 89, user_id: 270, amount: "3313.07", transaction_date: new Date("2022-04-22T20:10:34Z"), type: "deposit" },
            { transaction_id: 90, user_id: 252, amount: "324.59", transaction_date: new Date("2023-11-30T23:52:21Z"), type: "deposit" },
            { transaction_id: 91, user_id: 226, amount: "2343.63", transaction_date: new Date("2023-11-13T10:47:47Z"), type: "deposit" },
            { transaction_id: 92, user_id: 167, amount: "7986.44", transaction_date: new Date("2023-04-04T16:51:00Z"), type: "deposit" },
            { transaction_id: 93, user_id: 127, amount: "2044.96", transaction_date: new Date("2022-01-07T08:31:14Z"), type: "deposit" },
            { transaction_id: 94, user_id: 17, amount: "9017.45", transaction_date: new Date("2022-08-09T08:14:53Z"), type: "withdrawal" },
            { transaction_id: 95, user_id: 166, amount: "681.91", transaction_date: new Date("2022-08-08T10:26:54Z"), type: "deposit" },
            { transaction_id: 96, user_id: 225, amount: "651.14", transaction_date: new Date("2021-07-31T17:03:55Z"), type: "deposit" },
            { transaction_id: 97, user_id: 215, amount: "3543.37", transaction_date: new Date("2023-09-08T05:16:58Z"), type: "deposit" },
            { transaction_id: 98, user_id: 213, amount: "3190.80", transaction_date: new Date("2021-12-30T12:05:42Z"), type: "dividend" },
            { transaction_id: 99, user_id: 28, amount: "1336.49", transaction_date: new Date("2022-03-25T23:37:26Z"), type: "withdrawal" },
            { transaction_id: 100, user_id: 163, amount: "60.84", transaction_date: new Date("2022-01-29T21:50:57Z"), type: "withdrawal" },
            { transaction_id: 101, user_id: 151, amount: "7004.36", transaction_date: new Date("2023-09-01T22:21:08Z"), type: "withdrawal" },
            { transaction_id: 102, user_id: 43, amount: "6460.11", transaction_date: new Date("2021-11-13T10:00:15Z"), type: "withdrawal" },
            { transaction_id: 103, user_id: 272, amount: "1580.52", transaction_date: new Date("2021-02-22T09:07:08Z"), type: "deposit" },
            { transaction_id: 104, user_id: 38, amount: "432.72", transaction_date: new Date("2023-12-08T19:37:57Z"), type: "deposit" },
            { transaction_id: 105, user_id: 154, amount: "3799.28", transaction_date: new Date("2023-11-24T23:47:30Z"), type: "investment" },
            { transaction_id: 106, user_id: 198, amount: "1230.39", transaction_date: new Date("2022-04-09T16:37:40Z"), type: "deposit" },
            { transaction_id: 107, user_id: 199, amount: "2846.16", transaction_date: new Date("2023-07-23T07:52:29Z"), type: "deposit" },
            { transaction_id: 108, user_id: 232, amount: "1703.25", transaction_date: new Date("2021-07-07T20:54:17Z"), type: "investment" },
            { transaction_id: 109, user_id: 38, amount: "7371.54", transaction_date: new Date("2022-01-08T22:42:08Z"), type: "deposit" },
            { transaction_id: 110, user_id: 247, amount: "87.05", transaction_date: new Date("2023-03-10T22:06:06Z"), type: "withdrawal" },
            { transaction_id: 111, user_id: 255, amount: "4659.11", transaction_date: new Date("2022-07-18T17:18:17Z"), type: "withdrawal" },
            { transaction_id: 112, user_id: 275, amount: "8944.34", transaction_date: new Date("2022-01-26T18:23:47Z"), type: "deposit" },
            { transaction_id: 113, user_id: 91, amount: "9995.15", transaction_date: new Date("2023-02-05T00:26:23Z"), type: "withdrawal" },
            { transaction_id: 114, user_id: 211, amount: "1176.55", transaction_date: new Date("2023-12-20T08:45:25Z"), type: "deposit" },
            { transaction_id: 115, user_id: 269, amount: "115.11", transaction_date: new Date("2023-10-08T05:00:19Z"), type: "deposit" },
            { transaction_id: 116, user_id: 62, amount: "6334.65", transaction_date: new Date("2023-11-16T02:24:06Z"), type: "withdrawal" },
            { transaction_id: 117, user_id: 223, amount: "16.03", transaction_date: new Date("2022-09-14T14:07:06Z"), type: "deposit" },
            { transaction_id: 118, user_id: 278, amount: "2373.83", transaction_date: new Date("2021-06-23T22:09:04Z"), type: "deposit" },
            { transaction_id: 119, user_id: 43, amount: "923.82", transaction_date: new Date("2023-11-18T11:30:51Z"), type: "deposit" },
            { transaction_id: 120, user_id: 14, amount: "8072.82", transaction_date: new Date("2022-10-15T16:09:05Z"), type: "investment" },
            { transaction_id: 121, user_id: 285, amount: "1292.50", transaction_date: new Date("2023-01-22T07:26:16Z"), type: "withdrawal" },
            { transaction_id: 122, user_id: 270, amount: "2470.09", transaction_date: new Date("2022-12-05T01:32:51Z"), type: "withdrawal" },
            { transaction_id: 123, user_id: 57, amount: "8113.75", transaction_date: new Date("2021-10-11T09:23:46Z"), type: "dividend" },
            { transaction_id: 124, user_id: 276, amount: "3040.69", transaction_date: new Date("2023-06-29T01:29:07Z"), type: "withdrawal" },
            { transaction_id: 125, user_id: 138, amount: "6491.17", transaction_date: new Date("2022-10-19T08:19:15Z"), type: "withdrawal" },
            { transaction_id: 126, user_id: 212, amount: "8541.77", transaction_date: new Date("2023-06-03T00:46:52Z"), type: "investment" },
            { transaction_id: 127, user_id: 5, amount: "7609.34", transaction_date: new Date("2022-01-14T13:08:17Z"), type: "withdrawal" },
            { transaction_id: 128, user_id: 263, amount: "14.32", transaction_date: new Date("2021-06-14T20:23:05Z"), type: "deposit" },
            { transaction_id: 129, user_id: 244, amount: "9477.51", transaction_date: new Date("2023-09-22T13:12:34Z"), type: "withdrawal" },
            { transaction_id: 130, user_id: 199, amount: "177.70", transaction_date: new Date("2021-07-28T12:23:16Z"), type: "withdrawal" },
            { transaction_id: 131, user_id: 242, amount: "1856.78", transaction_date: new Date("2023-04-12T02:10:42Z"), type: "dividend" },
            { transaction_id: 132, user_id: 206, amount: "968.41", transaction_date: new Date("2023-05-18T03:58:25Z"), type: "deposit" },
            { transaction_id: 133, user_id: 18, amount: "113.82", transaction_date: new Date("2023-09-19T00:22:07Z"), type: "deposit" },
            { transaction_id: 134, user_id: 214, amount: "1404.78", transaction_date: new Date("2023-03-31T17:49:53Z"), type: "investment" },
            { transaction_id: 135, user_id: 42, amount: "1404.97", transaction_date: new Date("2022-01-15T09:53:00Z"), type: "deposit" },
            { transaction_id: 136, user_id: 161, amount: "1028.69", transaction_date: new Date("2022-12-16T14:32:39Z"), type: "dividend" },
            { transaction_id: 137, user_id: 63, amount: "7943.58", transaction_date: new Date("2021-10-28T08:16:53Z"), type: "withdrawal" },
            { transaction_id: 138, user_id: 254, amount: "1419.65", transaction_date: new Date("2022-12-15T21:28:16Z"), type: "deposit" },
            { transaction_id: 139, user_id: 39, amount: "2480.78", transaction_date: new Date("2021-04-11T16:49:23Z"), type: "investment" },
            { transaction_id: 140, user_id: 60, amount: "1.56", transaction_date: new Date("2023-04-30T07:42:50Z"), type: "withdrawal" },
            { transaction_id: 141, user_id: 179, amount: "6120.75", transaction_date: new Date("2022-08-21T07:11:44Z"), type: "deposit" },
            { transaction_id: 142, user_id: 38, amount: "149.65", transaction_date: new Date("2022-07-25T08:19:01Z"), type: "withdrawal" },
            { transaction_id: 143, user_id: 27, amount: "3581.49", transaction_date: new Date("2022-11-29T03:32:31Z"), type: "withdrawal" },
            { transaction_id: 144, user_id: 31, amount: "7317.70", transaction_date: new Date("2023-09-13T23:35:22Z"), type: "investment" },
            { transaction_id: 145, user_id: 173, amount: "6.46", transaction_date: new Date("2021-06-23T07:06:52Z"), type: "deposit" },
            { transaction_id: 146, user_id: 217, amount: "1425.03", transaction_date: new Date("2023-12-11T03:39:10Z"), type: "deposit" },
            { transaction_id: 147, user_id: 148, amount: "275.65", transaction_date: new Date("2023-06-27T15:24:45Z"), type: "deposit" },
            { transaction_id: 148, user_id: 29, amount: "153.63", transaction_date: new Date("2023-10-10T23:03:07Z"), type: "withdrawal" },
            { transaction_id: 149, user_id: 9, amount: "5122.13", transaction_date: new Date("2021-12-21T21:07:21Z"), type: "investment" },
            { transaction_id: 150, user_id: 99, amount: "527.37", transaction_date: new Date("2023-10-07T17:51:15Z"), type: "withdrawal" },
            { transaction_id: 151, user_id: 36, amount: "3222.13", transaction_date: new Date("2023-08-29T21:50:57Z"), type: "deposit" },
            { transaction_id: 152, user_id: 91, amount: "516.08", transaction_date: new Date("2021-08-02T08:49:37Z"), type: "withdrawal" },
            { transaction_id: 153, user_id: 184, amount: "371.62", transaction_date: new Date("2023-05-24T00:10:07Z"), type: "withdrawal" },
            { transaction_id: 154, user_id: 11, amount: "7161.11", transaction_date: new Date("2023-09-12T10:26:52Z"), type: "investment" },
            { transaction_id: 155, user_id: 103, amount: "31.67", transaction_date: new Date("2022-04-06T12:48:37Z"), type: "withdrawal" },
            { transaction_id: 156, user_id: 203, amount: "667.30", transaction_date: new Date("2021-04-27T06:09:27Z"), type: "deposit" },
            { transaction_id: 157, user_id: 230, amount: "3687.40", transaction_date: new Date("2023-10-21T04:12:26Z"), type: "investment" },
            { transaction_id: 158, user_id: 83, amount: "1946.60", transaction_date: new Date("2022-04-16T15:39:19Z"), type: "deposit" },
            { transaction_id: 159, user_id: 59, amount: "3457.73", transaction_date: new Date("2021-09-13T14:32:53Z"), type: "withdrawal" },
            { transaction_id: 160, user_id: 107, amount: "149.33", transaction_date: new Date("2023-09-22T12:23:49Z"), type: "dividend" },
            { transaction_id: 161, user_id: 264, amount: "2079.14", transaction_date: new Date("2023-07-29T16:50:25Z"), type: "withdrawal" },
            { transaction_id: 162, user_id: 65, amount: "1572.44", transaction_date: new Date("2021-11-18T07:31:12Z"), type: "investment" },
            { transaction_id: 163, user_id: 184, amount: "303.75", transaction_date: new Date("2021-05-15T13:11:31Z"), type: "deposit" },
            { transaction_id: 164, user_id: 196, amount: "1659.99", transaction_date: new Date("2022-02-20T08:22:32Z"), type: "deposit" },
            { transaction_id: 165, user_id: 226, amount: "11.70", transaction_date: new Date("2022-10-15T06:14:16Z"), type: "deposit" },
            { transaction_id: 166, user_id: 185, amount: "9.61", transaction_date: new Date("2022-12-06T04:40:42Z"), type: "deposit" },
            { transaction_id: 167, user_id: 297, amount: "6669.15", transaction_date: new Date("2022-03-22T06:39:36Z"), type: "deposit" },
            { transaction_id: 168, user_id: 284, amount: "1120.77", transaction_date: new Date("2021-10-13T17:34:37Z"), type: "deposit" },
            { transaction_id: 169, user_id: 283, amount: "7272.49", transaction_date: new Date("2022-02-02T00:27:31Z"), type: "deposit" },
            { transaction_id: 170, user_id: 288, amount: "599.79", transaction_date: new Date("2023-04-08T16:01:12Z"), type: "withdrawal" },
            { transaction_id: 171, user_id: 177, amount: "8309.31", transaction_date: new Date("2023-07-10T03:51:21Z"), type: "deposit" },
            { transaction_id: 172, user_id: 3, amount: "2377.48", transaction_date: new Date("2022-09-07T13:06:00Z"), type: "deposit" },
            { transaction_id: 173, user_id: 179, amount: "3887.82", transaction_date: new Date("2023-01-31T18:59:43Z"), type: "dividend" },
            { transaction_id: 174, user_id: 62, amount: "3487.60", transaction_date: new Date("2023-05-29T14:32:58Z"), type: "investment" },
            { transaction_id: 175, user_id: 288, amount: "2127.72", transaction_date: new Date("2023-11-24T04:05:23Z"), type: "deposit" },
            { transaction_id: 176, user_id: 261, amount: "1605.23", transaction_date: new Date("2022-02-06T12:33:47Z"), type: "investment" },
            { transaction_id: 177, user_id: 156, amount: "784.90", transaction_date: new Date("2022-06-04T08:13:26Z"), type: "deposit" },
            { transaction_id: 178, user_id: 92, amount: "7231.40", transaction_date: new Date("2023-09-29T01:42:11Z"), type: "deposit" },
            { transaction_id: 179, user_id: 165, amount: "3135.01", transaction_date: new Date("2023-02-25T00:55:04Z"), type: "withdrawal" },
            { transaction_id: 180, user_id: 249, amount: "140.30", transaction_date: new Date("2023-06-27T11:53:16Z"), type: "withdrawal" },
            { transaction_id: 181, user_id: 249, amount: "44.95", transaction_date: new Date("2023-09-15T00:36:43Z"), type: "withdrawal" },
            { transaction_id: 182, user_id: 60, amount: "5217.47", transaction_date: new Date("2023-04-08T13:30:01Z"), type: "withdrawal" },
            { transaction_id: 183, user_id: 225, amount: "6127.06", transaction_date: new Date("2021-12-19T19:29:50Z"), type: "deposit" },
            { transaction_id: 184, user_id: 166, amount: "6546.67", transaction_date: new Date("2023-07-08T13:05:57Z"), type: "deposit" },
            { transaction_id: 185, user_id: 41, amount: "4006.20", transaction_date: new Date("2023-10-13T18:48:39Z"), type: "deposit" },
            { transaction_id: 186, user_id: 299, amount: "3409.95", transaction_date: new Date("2022-07-23T20:10:49Z"), type: "investment" },
            { transaction_id: 187, user_id: 168, amount: "1311.47", transaction_date: new Date("2021-08-10T04:46:13Z"), type: "deposit" },
            { transaction_id: 188, user_id: 208, amount: "2919.11", transaction_date: new Date("2022-11-08T15:02:35Z"), type: "deposit" },
            { transaction_id: 189, user_id: 58, amount: "8846.89", transaction_date: new Date("2023-08-29T00:51:59Z"), type: "investment" },
            { transaction_id: 190, user_id: 298, amount: "7600.75", transaction_date: new Date("2023-12-19T08:18:26Z"), type: "deposit" },
            { transaction_id: 191, user_id: 186, amount: "7695.79", transaction_date: new Date("2023-11-23T00:57:40Z"), type: "deposit" },
            { transaction_id: 192, user_id: 186, amount: "1355.79", transaction_date: new Date("2023-10-15T01:46:05Z"), type: "deposit" },
            { transaction_id: 193, user_id: 47, amount: "1796.38", transaction_date: new Date("2022-01-01T16:21:48Z"), type: "deposit" },
            { transaction_id: 194, user_id: 75, amount: "3804.81", transaction_date: new Date("2023-02-23T13:22:33Z"), type: "deposit" },
            { transaction_id: 195, user_id: 166, amount: "464.39", transaction_date: new Date("2023-09-21T14:07:17Z"), type: "withdrawal" },
            { transaction_id: 196, user_id: 102, amount: "809.05", transaction_date: new Date("2021-11-08T17:50:28Z"), type: "deposit" },
            { transaction_id: 197, user_id: 225, amount: "6992.33", transaction_date: new Date("2021-08-06T01:03:07Z"), type: "withdrawal" },
            { transaction_id: 198, user_id: 19, amount: "726.48", transaction_date: new Date("2022-05-05T16:36:25Z"), type: "deposit" },
            { transaction_id: 199, user_id: 182, amount: "8972.30", transaction_date: new Date("2021-09-23T03:34:30Z"), type: "deposit" },
            { transaction_id: 200, user_id: 224, amount: "1828.15", transaction_date: new Date("2021-12-11T07:20:27Z"), type: "withdrawal" },
            { transaction_id: 201, user_id: 209, amount: "100.87", transaction_date: new Date("2023-04-28T14:43:56Z"), type: "withdrawal" },
            { transaction_id: 202, user_id: 144, amount: "245.49", transaction_date: new Date("2023-11-28T02:10:04Z"), type: "withdrawal" },
            { transaction_id: 203, user_id: 294, amount: "5540.43", transaction_date: new Date("2023-10-15T17:01:38Z"), type: "withdrawal" },
            { transaction_id: 204, user_id: 97, amount: "1184.15", transaction_date: new Date("2023-05-20T04:26:59Z"), type: "deposit" },
            { transaction_id: 205, user_id: 238, amount: "7469.11", transaction_date: new Date("2023-05-04T04:15:53Z"), type: "investment" },
            { transaction_id: 206, user_id: 33, amount: "4557.34", transaction_date: new Date("2021-10-05T19:04:40Z"), type: "deposit" },
            { transaction_id: 207, user_id: 64, amount: "9686.53", transaction_date: new Date("2022-11-28T03:53:58Z"), type: "withdrawal" },
            { transaction_id: 208, user_id: 152, amount: "437.13", transaction_date: new Date("2022-12-25T01:02:08Z"), type: "deposit" },
            { transaction_id: 209, user_id: 280, amount: "6845.10", transaction_date: new Date("2023-10-29T05:10:17Z"), type: "deposit" },
            { transaction_id: 210, user_id: 83, amount: "8478.05", transaction_date: new Date("2021-11-29T11:51:15Z"), type: "deposit" },
            { transaction_id: 211, user_id: 195, amount: "3022.84", transaction_date: new Date("2023-05-04T11:27:49Z"), type: "deposit" },
            { transaction_id: 212, user_id: 40, amount: "1043.26", transaction_date: new Date("2022-05-05T09:35:10Z"), type: "withdrawal" },
            { transaction_id: 213, user_id: 61, amount: "6348.70", transaction_date: new Date("2021-11-13T09:43:40Z"), type: "withdrawal" },
            { transaction_id: 214, user_id: 117, amount: "7165.97", transaction_date: new Date("2023-10-16T03:19:17Z"), type: "withdrawal" },
            { transaction_id: 215, user_id: 77, amount: "755.96", transaction_date: new Date("2021-05-31T04:05:34Z"), type: "withdrawal" },
            { transaction_id: 216, user_id: 241, amount: "3306.29", transaction_date: new Date("2022-01-23T23:39:04Z"), type: "deposit" },
            { transaction_id: 217, user_id: 283, amount: "160.10", transaction_date: new Date("2023-08-09T05:59:37Z"), type: "deposit" },
            { transaction_id: 218, user_id: 128, amount: "5677.52", transaction_date: new Date("2023-01-22T19:07:53Z"), type: "withdrawal" },
            { transaction_id: 219, user_id: 185, amount: "1558.96", transaction_date: new Date("2021-07-29T06:54:03Z"), type: "investment" },
            { transaction_id: 220, user_id: 137, amount: "1816.16", transaction_date: new Date("2023-01-27T04:59:03Z"), type: "investment" },
            { transaction_id: 221, user_id: 298, amount: "9429.67", transaction_date: new Date("2021-08-23T12:08:42Z"), type: "deposit" },
            { transaction_id: 222, user_id: 127, amount: "9642.20", transaction_date: new Date("2022-08-04T07:02:26Z"), type: "withdrawal" },
            { transaction_id: 223, user_id: 48, amount: "1250.20", transaction_date: new Date("2022-03-07T08:38:49Z"), type: "withdrawal" },
            { transaction_id: 224, user_id: 4, amount: "6111.22", transaction_date: new Date("2022-07-23T20:39:11Z"), type: "deposit" },
            { transaction_id: 225, user_id: 291, amount: "1752.58", transaction_date: new Date("2022-03-10T07:45:36Z"), type: "investment" },
            { transaction_id: 226, user_id: 264, amount: "195.24", transaction_date: new Date("2023-12-06T02:52:49Z"), type: "withdrawal" },
            { transaction_id: 227, user_id: 99, amount: "2134.25", transaction_date: new Date("2023-12-27T16:38:04Z"), type: "investment" },
            { transaction_id: 228, user_id: 50, amount: "926.72", transaction_date: new Date("2021-12-16T00:46:15Z"), type: "investment" },
            { transaction_id: 229, user_id: 298, amount: "313.07", transaction_date: new Date("2022-02-18T20:02:55Z"), type: "deposit" },
            { transaction_id: 230, user_id: 9, amount: "4430.99", transaction_date: new Date("2023-01-05T08:46:06Z"), type: "investment" },
            { transaction_id: 231, user_id: 2, amount: "1632.66", transaction_date: new Date("2021-11-20T06:41:29Z"), type: "investment" },
            { transaction_id: 232, user_id: 144, amount: "5471.00", transaction_date: new Date("2023-03-07T08:37:29Z"), type: "deposit" },
            { transaction_id: 233, user_id: 141, amount: "7625.43", transaction_date: new Date("2022-03-12T10:12:29Z"), type: "investment" },
            { transaction_id: 234, user_id: 248, amount: "2729.39", transaction_date: new Date("2022-07-28T15:39:16Z"), type: "deposit" },
            { transaction_id: 235, user_id: 177, amount: "3758.93", transaction_date: new Date("2022-07-01T21:51:34Z"), type: "deposit" },
            { transaction_id: 236, user_id: 272, amount: "796.26", transaction_date: new Date("2021-09-28T03:09:04Z"), type: "investment" },
            { transaction_id: 237, user_id: 165, amount: "2863.04", transaction_date: new Date("2023-07-20T11:40:11Z"), type: "dividend" },
            { transaction_id: 238, user_id: 99, amount: "3479.76", transaction_date: new Date("2022-08-23T18:20:32Z"), type: "deposit" },
            { transaction_id: 239, user_id: 299, amount: "751.47", transaction_date: new Date("2022-04-05T09:32:24Z"), type: "deposit" },
            { transaction_id: 240, user_id: 291, amount: "2547.77", transaction_date: new Date("2023-04-11T07:56:20Z"), type: "withdrawal" },
            { transaction_id: 241, user_id: 140, amount: "336.88", transaction_date: new Date("2022-01-20T03:33:26Z"), type: "withdrawal" },
            { transaction_id: 242, user_id: 212, amount: "75.56", transaction_date: new Date("2021-08-20T12:12:13Z"), type: "deposit" },
            { transaction_id: 243, user_id: 204, amount: "1756.55", transaction_date: new Date("2022-11-01T16:09:33Z"), type: "deposit" },
            { transaction_id: 244, user_id: 91, amount: "274.34", transaction_date: new Date("2021-08-21T01:28:05Z"), type: "dividend" },
            { transaction_id: 245, user_id: 52, amount: "7109.12", transaction_date: new Date("2022-05-10T15:44:05Z"), type: "investment" },
            { transaction_id: 246, user_id: 15, amount: "3903.58", transaction_date: new Date("2021-05-07T03:26:22Z"), type: "withdrawal" },
            { transaction_id: 247, user_id: 221, amount: "9517.96", transaction_date: new Date("2023-09-01T22:22:17Z"), type: "deposit" },
            { transaction_id: 248, user_id: 197, amount: "34.94", transaction_date: new Date("2022-02-21T13:37:43Z"), type: "investment" },
            { transaction_id: 249, user_id: 138, amount: "6065.07", transaction_date: new Date("2021-05-19T01:22:07Z"), type: "withdrawal" },
            { transaction_id: 250, user_id: 127, amount: "6201.42", transaction_date: new Date("2023-07-21T10:42:06Z"), type: "withdrawal" },
            { transaction_id: 251, user_id: 124, amount: "4663.61", transaction_date: new Date("2021-01-31T07:38:59Z"), type: "withdrawal" },
            { transaction_id: 252, user_id: 130, amount: "127.41", transaction_date: new Date("2023-07-30T01:26:58Z"), type: "withdrawal" },
            { transaction_id: 253, user_id: 133, amount: "21.18", transaction_date: new Date("2023-09-22T14:51:53Z"), type: "dividend" },
            { transaction_id: 254, user_id: 187, amount: "5591.86", transaction_date: new Date("2022-06-05T23:49:04Z"), type: "investment" },
            { transaction_id: 255, user_id: 128, amount: "1216.13", transaction_date: new Date("2021-02-08T07:15:14Z"), type: "dividend" },
            { transaction_id: 256, user_id: 47, amount: "5029.81", transaction_date: new Date("2021-11-27T22:05:50Z"), type: "investment" },
            { transaction_id: 257, user_id: 192, amount: "453.05", transaction_date: new Date("2022-06-13T08:39:55Z"), type: "deposit" },
            { transaction_id: 258, user_id: 232, amount: "1138.09", transaction_date: new Date("2023-12-23T01:34:53Z"), type: "withdrawal" },
            { transaction_id: 259, user_id: 115, amount: "216.65", transaction_date: new Date("2022-06-03T16:36:47Z"), type: "withdrawal" },
            { transaction_id: 260, user_id: 80, amount: "359.12", transaction_date: new Date("2023-06-08T23:28:46Z"), type: "deposit" },
            { transaction_id: 261, user_id: 233, amount: "2418.32", transaction_date: new Date("2023-08-17T21:09:40Z"), type: "deposit" },
            { transaction_id: 262, user_id: 241, amount: "7024.27", transaction_date: new Date("2021-03-08T09:56:29Z"), type: "withdrawal" },
            { transaction_id: 263, user_id: 173, amount: "8288.07", transaction_date: new Date("2023-11-11T02:28:58Z"), type: "deposit" },
            { transaction_id: 264, user_id: 9, amount: "1135.18", transaction_date: new Date("2022-03-03T06:51:03Z"), type: "dividend" },
            { transaction_id: 265, user_id: 244, amount: "2300.87", transaction_date: new Date("2023-03-21T18:50:14Z"), type: "withdrawal" },
            { transaction_id: 266, user_id: 138, amount: "718.16", transaction_date: new Date("2022-02-08T04:30:12Z"), type: "deposit" },
            { transaction_id: 267, user_id: 30, amount: "1645.58", transaction_date: new Date("2023-04-05T10:11:02Z"), type: "withdrawal" },
            { transaction_id: 268, user_id: 163, amount: "697.01", transaction_date: new Date("2022-06-08T19:55:21Z"), type: "deposit" },
            { transaction_id: 269, user_id: 228, amount: "1104.38", transaction_date: new Date("2023-09-12T17:54:26Z"), type: "deposit" },
            { transaction_id: 270, user_id: 240, amount: "1847.30", transaction_date: new Date("2023-08-05T06:49:16Z"), type: "deposit" },
            { transaction_id: 271, user_id: 162, amount: "7023.12", transaction_date: new Date("2023-01-02T19:22:55Z"), type: "deposit" },
            { transaction_id: 272, user_id: 184, amount: "256.50", transaction_date: new Date("2022-08-02T17:48:39Z"), type: "withdrawal" },
            { transaction_id: 273, user_id: 260, amount: "8740.00", transaction_date: new Date("2023-10-17T01:10:35Z"), type: "deposit" },
            { transaction_id: 274, user_id: 240, amount: "633.20", transaction_date: new Date("2023-09-20T07:09:26Z"), type: "investment" },
            { transaction_id: 275, user_id: 300, amount: "8236.04", transaction_date: new Date("2021-05-10T19:29:09Z"), type: "investment" },
            { transaction_id: 276, user_id: 185, amount: "7956.29", transaction_date: new Date("2022-12-28T11:29:28Z"), type: "dividend" },
            { transaction_id: 277, user_id: 254, amount: "940.75", transaction_date: new Date("2021-03-20T03:38:45Z"), type: "withdrawal" },
            { transaction_id: 278, user_id: 80, amount: "1963.21", transaction_date: new Date("2021-08-31T00:27:56Z"), type: "deposit" },
            { transaction_id: 279, user_id: 212, amount: "8631.99", transaction_date: new Date("2022-08-26T01:54:02Z"), type: "deposit" },
            { transaction_id: 280, user_id: 292, amount: "1617.86", transaction_date: new Date("2023-02-17T03:42:52Z"), type: "deposit" },
            { transaction_id: 281, user_id: 142, amount: "5524.86", transaction_date: new Date("2022-10-03T09:10:47Z"), type: "withdrawal" },
            { transaction_id: 282, user_id: 129, amount: "2810.32", transaction_date: new Date("2023-10-21T06:00:15Z"), type: "investment" },
            { transaction_id: 283, user_id: 7, amount: "1302.77", transaction_date: new Date("2022-03-07T23:04:31Z"), type: "deposit" },
            { transaction_id: 284, user_id: 244, amount: "1654.22", transaction_date: new Date("2022-03-26T07:03:44Z"), type: "withdrawal" },
            { transaction_id: 285, user_id: 85, amount: "17.26", transaction_date: new Date("2023-10-26T12:54:33Z"), type: "withdrawal" },
            { transaction_id: 286, user_id: 171, amount: "1894.84", transaction_date: new Date("2023-05-23T16:40:54Z"), type: "withdrawal" },
            { transaction_id: 287, user_id: 93, amount: "7228.59", transaction_date: new Date("2021-11-14T07:23:17Z"), type: "dividend" },
            { transaction_id: 288, user_id: 244, amount: "11.13", transaction_date: new Date("2022-02-06T22:35:30Z"), type: "deposit" },
            { transaction_id: 289, user_id: 258, amount: "5078.92", transaction_date: new Date("2023-01-26T22:46:40Z"), type: "withdrawal" },
            { transaction_id: 290, user_id: 125, amount: "6965.35", transaction_date: new Date("2023-03-30T17:41:14Z"), type: "deposit" },
            { transaction_id: 291, user_id: 61, amount: "1816.84", transaction_date: new Date("2022-12-16T22:07:18Z"), type: "investment" },
            { transaction_id: 292, user_id: 214, amount: "9903.22", transaction_date: new Date("2021-10-16T05:45:21Z"), type: "deposit" },
            { transaction_id: 293, user_id: 79, amount: "9134.14", transaction_date: new Date("2021-07-03T11:42:30Z"), type: "withdrawal" },
            { transaction_id: 294, user_id: 71, amount: "6899.43", transaction_date: new Date("2023-06-12T02:08:56Z"), type: "deposit" },
            { transaction_id: 295, user_id: 300, amount: "1039.53", transaction_date: new Date("2022-07-30T10:33:21Z"), type: "dividend" },
            { transaction_id: 296, user_id: 126, amount: "544.11", transaction_date: new Date("2023-04-23T08:48:13Z"), type: "withdrawal" },
            { transaction_id: 297, user_id: 85, amount: "179.93", transaction_date: new Date("2022-09-05T23:33:31Z"), type: "investment" },
            { transaction_id: 298, user_id: 215, amount: "171.19", transaction_date: new Date("2022-02-15T04:25:55Z"), type: "deposit" },
            { transaction_id: 299, user_id: 245, amount: "1203.57", transaction_date: new Date("2023-11-02T02:09:32Z"), type: "investment" },
            { transaction_id: 300, user_id: 291, amount: "6688.70", transaction_date: new Date("2023-11-13T22:17:50Z"), type: "deposit" },
            { transaction_id: 301, user_id: 229, amount: "7476.26", transaction_date: new Date("2023-10-29T12:03:11Z"), type: "withdrawal" },
            { transaction_id: 302, user_id: 245, amount: "935.06", transaction_date: new Date("2021-12-16T14:45:51Z"), type: "investment" },
            { transaction_id: 303, user_id: 268, amount: "5924.21", transaction_date: new Date("2021-02-22T15:04:39Z"), type: "deposit" },
            { transaction_id: 304, user_id: 129, amount: "1835.28", transaction_date: new Date("2023-05-31T00:55:12Z"), type: "withdrawal" },
            { transaction_id: 305, user_id: 161, amount: "6958.09", transaction_date: new Date("2022-01-22T10:34:35Z"), type: "withdrawal" },
            { transaction_id: 306, user_id: 124, amount: "7360.27", transaction_date: new Date("2023-01-25T07:24:16Z"), type: "withdrawal" },
            { transaction_id: 307, user_id: 100, amount: "364.48", transaction_date: new Date("2023-10-09T01:07:35Z"), type: "investment" },
            { transaction_id: 308, user_id: 55, amount: "9086.84", transaction_date: new Date("2023-11-20T23:58:22Z"), type: "deposit" },
            { transaction_id: 309, user_id: 121, amount: "4379.39", transaction_date: new Date("2022-01-12T10:02:16Z"), type: "deposit" },
            { transaction_id: 310, user_id: 296, amount: "2142.92", transaction_date: new Date("2021-04-23T09:17:23Z"), type: "withdrawal" },
            { transaction_id: 311, user_id: 125, amount: "5806.41", transaction_date: new Date("2023-11-16T01:32:27Z"), type: "investment" },
            { transaction_id: 312, user_id: 128, amount: "7274.31", transaction_date: new Date("2023-08-11T23:16:44Z"), type: "deposit" },
            { transaction_id: 313, user_id: 77, amount: "552.67", transaction_date: new Date("2021-12-22T08:22:34Z"), type: "deposit" },
            { transaction_id: 314, user_id: 29, amount: "230.49", transaction_date: new Date("2023-08-24T21:07:37Z"), type: "withdrawal" },
            { transaction_id: 315, user_id: 233, amount: "1662.38", transaction_date: new Date("2021-08-02T04:28:18Z"), type: "withdrawal" },
            { transaction_id: 316, user_id: 56, amount: "4500.03", transaction_date: new Date("2022-01-26T15:23:39Z"), type: "deposit" },
            { transaction_id: 317, user_id: 103, amount: "9189.72", transaction_date: new Date("2023-06-12T02:14:36Z"), type: "withdrawal" },
            { transaction_id: 318, user_id: 125, amount: "9774.72", transaction_date: new Date("2023-09-03T12:31:57Z"), type: "deposit" },
            { transaction_id: 319, user_id: 183, amount: "153.07", transaction_date: new Date("2022-12-07T16:05:34Z"), type: "deposit" },
            { transaction_id: 320, user_id: 109, amount: "652.49", transaction_date: new Date("2021-04-08T00:05:37Z"), type: "deposit" },
            { transaction_id: 321, user_id: 85, amount: "9534.12", transaction_date: new Date("2023-07-24T20:13:36Z"), type: "withdrawal" },
            { transaction_id: 322, user_id: 6, amount: "310.40", transaction_date: new Date("2022-03-04T23:32:28Z"), type: "withdrawal" },
            { transaction_id: 323, user_id: 212, amount: "8966.09", transaction_date: new Date("2023-06-21T18:02:31Z"), type: "deposit" },
            { transaction_id: 324, user_id: 195, amount: "3254.86", transaction_date: new Date("2023-02-19T22:50:12Z"), type: "deposit" },
            { transaction_id: 325, user_id: 286, amount: "5184.41", transaction_date: new Date("2023-04-01T04:18:52Z"), type: "deposit" },
            { transaction_id: 326, user_id: 67, amount: "908.34", transaction_date: new Date("2023-01-15T18:55:53Z"), type: "dividend" },
            { transaction_id: 327, user_id: 178, amount: "1704.84", transaction_date: new Date("2023-08-25T03:49:18Z"), type: "withdrawal" },
            { transaction_id: 328, user_id: 9, amount: "233.80", transaction_date: new Date("2022-02-16T13:23:29Z"), type: "withdrawal" },
            { transaction_id: 329, user_id: 131, amount: "27.44", transaction_date: new Date("2023-11-29T07:35:55Z"), type: "deposit" },
            { transaction_id: 330, user_id: 114, amount: "5448.51", transaction_date: new Date("2022-10-17T04:53:45Z"), type: "deposit" },
            { transaction_id: 331, user_id: 210, amount: "8557.32", transaction_date: new Date("2021-03-28T09:18:51Z"), type: "deposit" },
            { transaction_id: 332, user_id: 10, amount: "3362.92", transaction_date: new Date("2022-12-21T00:05:07Z"), type: "withdrawal" },
            { transaction_id: 333, user_id: 188, amount: "4435.13", transaction_date: new Date("2021-01-19T04:18:30Z"), type: "deposit" },
            { transaction_id: 334, user_id: 211, amount: "320.75", transaction_date: new Date("2022-02-05T05:31:40Z"), type: "withdrawal" },
            { transaction_id: 335, user_id: 201, amount: "5307.18", transaction_date: new Date("2023-05-26T10:13:52Z"), type: "withdrawal" },
            { transaction_id: 336, user_id: 16, amount: "7184.85", transaction_date: new Date("2023-04-23T10:28:09Z"), type: "deposit" },
            { transaction_id: 337, user_id: 90, amount: "5.09", transaction_date: new Date("2023-04-17T09:01:15Z"), type: "deposit" },
            { transaction_id: 338, user_id: 15, amount: "9737.18", transaction_date: new Date("2021-09-15T02:12:19Z"), type: "withdrawal" },
            { transaction_id: 339, user_id: 151, amount: "242.18", transaction_date: new Date("2023-01-06T15:13:19Z"), type: "deposit" },
            { transaction_id: 340, user_id: 173, amount: "7415.86", transaction_date: new Date("2022-12-11T12:51:23Z"), type: "deposit" },
            { transaction_id: 341, user_id: 51, amount: "311.20", transaction_date: new Date("2023-06-23T02:49:28Z"), type: "investment" },
            { transaction_id: 342, user_id: 134, amount: "2939.34", transaction_date: new Date("2023-07-02T04:40:54Z"), type: "withdrawal" },
            { transaction_id: 343, user_id: 269, amount: "6811.58", transaction_date: new Date("2021-03-07T23:43:12Z"), type: "deposit" },
            { transaction_id: 344, user_id: 51, amount: "5976.36", transaction_date: new Date("2023-11-16T02:25:47Z"), type: "dividend" },
            { transaction_id: 345, user_id: 275, amount: "8603.49", transaction_date: new Date("2023-06-17T18:17:36Z"), type: "investment" },
            { transaction_id: 346, user_id: 139, amount: "7930.43", transaction_date: new Date("2022-10-29T22:50:52Z"), type: "deposit" },
            { transaction_id: 347, user_id: 18, amount: "1556.44", transaction_date: new Date("2022-09-20T15:44:01Z"), type: "deposit" },
            { transaction_id: 348, user_id: 287, amount: "5868.13", transaction_date: new Date("2022-05-17T00:58:28Z"), type: "investment" },
            { transaction_id: 349, user_id: 187, amount: "4037.01", transaction_date: new Date("2023-05-06T06:00:34Z"), type: "deposit" },
            { transaction_id: 350, user_id: 292, amount: "4692.03", transaction_date: new Date("2021-12-24T08:34:06Z"), type: "withdrawal" },
            { transaction_id: 351, user_id: 298, amount: "8859.94", transaction_date: new Date("2022-03-17T05:53:52Z"), type: "dividend" },
            { transaction_id: 352, user_id: 9, amount: "1062.10", transaction_date: new Date("2021-05-22T00:14:01Z"), type: "deposit" },
            { transaction_id: 353, user_id: 132, amount: "6949.34", transaction_date: new Date("2022-12-28T08:50:47Z"), type: "investment" },
            { transaction_id: 354, user_id: 159, amount: "51.18", transaction_date: new Date("2022-01-30T23:09:52Z"), type: "investment" },
            { transaction_id: 355, user_id: 251, amount: "3616.38", transaction_date: new Date("2021-10-30T01:19:20Z"), type: "withdrawal" },
            { transaction_id: 356, user_id: 162, amount: "1905.90", transaction_date: new Date("2021-02-03T12:57:03Z"), type: "deposit" },
            { transaction_id: 357, user_id: 141, amount: "58.53", transaction_date: new Date("2021-12-10T20:55:48Z"), type: "withdrawal" },
            { transaction_id: 358, user_id: 134, amount: "5764.09", transaction_date: new Date("2021-08-19T08:19:49Z"), type: "deposit" },
            { transaction_id: 359, user_id: 131, amount: "5150.96", transaction_date: new Date("2023-08-29T06:48:29Z"), type: "deposit" },
            { transaction_id: 360, user_id: 107, amount: "917.81", transaction_date: new Date("2021-05-09T12:23:23Z"), type: "withdrawal" },
            { transaction_id: 361, user_id: 229, amount: "868.98", transaction_date: new Date("2021-05-03T20:20:41Z"), type: "investment" },
            { transaction_id: 362, user_id: 294, amount: "8501.51", transaction_date: new Date("2023-12-19T04:17:53Z"), type: "deposit" },
            { transaction_id: 363, user_id: 100, amount: "5155.25", transaction_date: new Date("2021-12-21T11:30:00Z"), type: "deposit" },
            { transaction_id: 364, user_id: 272, amount: "9485.01", transaction_date: new Date("2023-10-16T04:09:37Z"), type: "deposit" },
            { transaction_id: 365, user_id: 9, amount: "8695.87", transaction_date: new Date("2023-07-21T11:51:32Z"), type: "deposit" },
            { transaction_id: 366, user_id: 122, amount: "2829.16", transaction_date: new Date("2021-05-05T23:35:24Z"), type: "deposit" },
            { transaction_id: 367, user_id: 113, amount: "5356.28", transaction_date: new Date("2022-01-23T05:34:56Z"), type: "withdrawal" },
            { transaction_id: 368, user_id: 262, amount: "138.22", transaction_date: new Date("2021-07-09T03:40:36Z"), type: "deposit" },
            { transaction_id: 369, user_id: 215, amount: "2944.86", transaction_date: new Date("2022-07-12T13:37:35Z"), type: "deposit" },
            { transaction_id: 370, user_id: 55, amount: "3374.40", transaction_date: new Date("2022-10-14T09:54:29Z"), type: "deposit" },
            { transaction_id: 371, user_id: 169, amount: "86.98", transaction_date: new Date("2023-10-10T15:27:34Z"), type: "withdrawal" },
            { transaction_id: 372, user_id: 239, amount: "9994.45", transaction_date: new Date("2023-07-06T16:03:16Z"), type: "dividend" },
            { transaction_id: 373, user_id: 130, amount: "332.43", transaction_date: new Date("2023-01-17T23:54:29Z"), type: "withdrawal" },
            { transaction_id: 374, user_id: 77, amount: "1320.43", transaction_date: new Date("2023-07-11T09:06:38Z"), type: "deposit" },
            { transaction_id: 375, user_id: 121, amount: "7561.13", transaction_date: new Date("2023-05-01T19:38:00Z"), type: "deposit" },
            { transaction_id: 376, user_id: 172, amount: "9008.81", transaction_date: new Date("2023-06-16T04:13:42Z"), type: "withdrawal" },
            { transaction_id: 377, user_id: 154, amount: "2013.33", transaction_date: new Date("2023-10-05T17:35:55Z"), type: "withdrawal" },
            { transaction_id: 378, user_id: 155, amount: "6594.12", transaction_date: new Date("2022-01-21T23:19:53Z"), type: "withdrawal" },
            { transaction_id: 379, user_id: 204, amount: "9354.81", transaction_date: new Date("2023-03-13T01:47:03Z"), type: "investment" },
            { transaction_id: 380, user_id: 231, amount: "6064.74", transaction_date: new Date("2021-07-28T16:49:18Z"), type: "investment" },
            { transaction_id: 381, user_id: 105, amount: "1.00", transaction_date: new Date("2022-08-26T18:09:53Z"), type: "deposit" },
            { transaction_id: 382, user_id: 291, amount: "4171.20", transaction_date: new Date("2022-05-03T02:30:23Z"), type: "investment" },
            { transaction_id: 383, user_id: 191, amount: "3926.07", transaction_date: new Date("2023-02-12T23:35:06Z"), type: "withdrawal" },
            { transaction_id: 384, user_id: 138, amount: "8097.24", transaction_date: new Date("2023-09-18T03:03:38Z"), type: "deposit" },
            { transaction_id: 385, user_id: 65, amount: "505.59", transaction_date: new Date("2023-11-12T05:13:41Z"), type: "deposit" },
            { transaction_id: 386, user_id: 272, amount: "5096.22", transaction_date: new Date("2021-10-12T19:11:29Z"), type: "withdrawal" },
            { transaction_id: 387, user_id: 44, amount: "10.62", transaction_date: new Date("2022-12-29T16:14:59Z"), type: "deposit" },
            { transaction_id: 388, user_id: 247, amount: "198.92", transaction_date: new Date("2022-09-04T00:27:05Z"), type: "investment" },
            { transaction_id: 389, user_id: 6, amount: "118.32", transaction_date: new Date("2022-09-17T12:08:41Z"), type: "investment" },
            { transaction_id: 390, user_id: 151, amount: "643.43", transaction_date: new Date("2021-06-28T13:47:07Z"), type: "dividend" },
            { transaction_id: 391, user_id: 155, amount: "2244.03", transaction_date: new Date("2021-11-25T17:55:33Z"), type: "dividend" },
            { transaction_id: 392, user_id: 224, amount: "405.27", transaction_date: new Date("2022-07-04T01:03:05Z"), type: "deposit" },
            { transaction_id: 393, user_id: 62, amount: "3323.33", transaction_date: new Date("2022-04-26T14:49:38Z"), type: "deposit" },
            { transaction_id: 394, user_id: 235, amount: "4187.46", transaction_date: new Date("2022-08-26T04:52:55Z"), type: "withdrawal" },
            { transaction_id: 395, user_id: 21, amount: "1502.87", transaction_date: new Date("2021-09-21T09:03:39Z"), type: "withdrawal" },
            { transaction_id: 396, user_id: 212, amount: "6036.37", transaction_date: new Date("2021-01-01T03:14:23Z"), type: "dividend" },
            { transaction_id: 397, user_id: 152, amount: "7733.25", transaction_date: new Date("2022-01-11T17:44:52Z"), type: "deposit" },
            { transaction_id: 398, user_id: 27, amount: "2746.11", transaction_date: new Date("2023-02-10T20:02:35Z"), type: "deposit" },
            { transaction_id: 399, user_id: 31, amount: "7063.91", transaction_date: new Date("2021-11-21T10:10:53Z"), type: "deposit" },
            { transaction_id: 400, user_id: 51, amount: "2701.45", transaction_date: new Date("2022-11-05T01:24:19Z"), type: "deposit" },
            { transaction_id: 401, user_id: 61, amount: "82.86", transaction_date: new Date("2021-12-15T08:24:37Z"), type: "investment" },
            { transaction_id: 402, user_id: 69, amount: "323.10", transaction_date: new Date("2021-10-31T09:06:02Z"), type: "withdrawal" },
            { transaction_id: 403, user_id: 176, amount: "8909.78", transaction_date: new Date("2023-12-14T06:51:38Z"), type: "withdrawal" },
            { transaction_id: 404, user_id: 81, amount: "107.31", transaction_date: new Date("2022-03-11T02:31:19Z"), type: "investment" },
            { transaction_id: 405, user_id: 19, amount: "182.61", transaction_date: new Date("2023-12-05T10:08:28Z"), type: "dividend" },
            { transaction_id: 406, user_id: 235, amount: "5405.24", transaction_date: new Date("2021-12-19T23:41:09Z"), type: "withdrawal" },
            { transaction_id: 407, user_id: 244, amount: "2045.05", transaction_date: new Date("2023-10-15T12:40:57Z"), type: "deposit" },
            { transaction_id: 408, user_id: 252, amount: "5171.99", transaction_date: new Date("2021-04-13T11:16:13Z"), type: "deposit" },
            { transaction_id: 409, user_id: 221, amount: "882.16", transaction_date: new Date("2022-09-26T22:21:21Z"), type: "deposit" },
            { transaction_id: 410, user_id: 50, amount: "7685.64", transaction_date: new Date("2022-04-05T04:03:49Z"), type: "dividend" },
            { transaction_id: 411, user_id: 124, amount: "2749.66", transaction_date: new Date("2023-05-18T21:13:19Z"), type: "deposit" },
            { transaction_id: 412, user_id: 256, amount: "7222.15", transaction_date: new Date("2023-04-21T06:59:21Z"), type: "deposit" },
            { transaction_id: 413, user_id: 208, amount: "8597.20", transaction_date: new Date("2021-02-06T06:40:02Z"), type: "withdrawal" },
            { transaction_id: 414, user_id: 69, amount: "9599.89", transaction_date: new Date("2023-01-07T17:12:59Z"), type: "investment" },
            { transaction_id: 415, user_id: 246, amount: "290.85", transaction_date: new Date("2023-07-19T12:06:59Z"), type: "deposit" },
            { transaction_id: 416, user_id: 162, amount: "5137.50", transaction_date: new Date("2022-11-13T07:21:02Z"), type: "withdrawal" },
            { transaction_id: 417, user_id: 48, amount: "1.34", transaction_date: new Date("2023-12-16T18:00:23Z"), type: "deposit" },
            { transaction_id: 418, user_id: 44, amount: "5051.03", transaction_date: new Date("2023-04-26T21:45:19Z"), type: "withdrawal" },
            { transaction_id: 419, user_id: 296, amount: "1102.06", transaction_date: new Date("2022-12-17T06:43:36Z"), type: "deposit" },
            { transaction_id: 420, user_id: 90, amount: "164.84", transaction_date: new Date("2021-03-12T07:30:36Z"), type: "dividend" },
            { transaction_id: 421, user_id: 211, amount: "5705.64", transaction_date: new Date("2022-08-17T03:31:42Z"), type: "deposit" },
            { transaction_id: 422, user_id: 10, amount: "3501.67", transaction_date: new Date("2023-02-11T11:30:06Z"), type: "investment" },
            { transaction_id: 423, user_id: 194, amount: "3047.47", transaction_date: new Date("2023-09-22T21:33:28Z"), type: "deposit" },
            { transaction_id: 424, user_id: 141, amount: "9189.63", transaction_date: new Date("2023-07-04T12:07:10Z"), type: "deposit" },
            { transaction_id: 425, user_id: 61, amount: "5225.32", transaction_date: new Date("2021-02-23T11:36:32Z"), type: "deposit" },
            { transaction_id: 426, user_id: 239, amount: "1868.71", transaction_date: new Date("2021-12-29T23:32:26Z"), type: "investment" },
            { transaction_id: 427, user_id: 82, amount: "956.69", transaction_date: new Date("2023-03-13T01:29:54Z"), type: "deposit" },
            { transaction_id: 428, user_id: 1, amount: "443.82", transaction_date: new Date("2022-03-23T06:43:57Z"), type: "dividend" },
            { transaction_id: 429, user_id: 135, amount: "355.56", transaction_date: new Date("2021-05-18T04:16:12Z"), type: "withdrawal" },
            { transaction_id: 430, user_id: 35, amount: "3980.56", transaction_date: new Date("2023-05-07T05:20:42Z"), type: "withdrawal" },
            { transaction_id: 431, user_id: 229, amount: "2674.89", transaction_date: new Date("2021-12-21T21:58:45Z"), type: "withdrawal" },
            { transaction_id: 432, user_id: 293, amount: "6498.38", transaction_date: new Date("2023-07-31T21:00:27Z"), type: "dividend" },
            { transaction_id: 433, user_id: 155, amount: "151.04", transaction_date: new Date("2023-03-19T16:48:53Z"), type: "withdrawal" },
            { transaction_id: 434, user_id: 12, amount: "6406.02", transaction_date: new Date("2023-09-20T05:14:34Z"), type: "dividend" },
            { transaction_id: 435, user_id: 42, amount: "4171.58", transaction_date: new Date("2022-08-12T22:36:49Z"), type: "investment" },
            { transaction_id: 436, user_id: 232, amount: "48.60", transaction_date: new Date("2023-07-01T00:28:52Z"), type: "deposit" },
            { transaction_id: 437, user_id: 187, amount: "308.69", transaction_date: new Date("2023-03-03T05:03:55Z"), type: "deposit" },
            { transaction_id: 438, user_id: 64, amount: "6778.79", transaction_date: new Date("2021-06-19T23:23:24Z"), type: "investment" },
            { transaction_id: 439, user_id: 36, amount: "917.82", transaction_date: new Date("2021-06-19T09:58:40Z"), type: "investment" },
            { transaction_id: 440, user_id: 216, amount: "559.16", transaction_date: new Date("2022-06-05T19:11:42Z"), type: "deposit" },
            { transaction_id: 441, user_id: 180, amount: "25.94", transaction_date: new Date("2022-10-08T05:05:34Z"), type: "dividend" },
            { transaction_id: 442, user_id: 239, amount: "7441.71", transaction_date: new Date("2021-03-01T07:57:44Z"), type: "deposit" },
            { transaction_id: 443, user_id: 10, amount: "733.83", transaction_date: new Date("2023-11-13T11:50:56Z"), type: "investment" },
            { transaction_id: 444, user_id: 276, amount: "1401.70", transaction_date: new Date("2023-06-03T10:51:27Z"), type: "deposit" },
            { transaction_id: 445, user_id: 120, amount: "2554.80", transaction_date: new Date("2023-10-02T22:41:19Z"), type: "deposit" },
            { transaction_id: 446, user_id: 33, amount: "4771.13", transaction_date: new Date("2023-04-10T17:50:57Z"), type: "withdrawal" },
            { transaction_id: 447, user_id: 263, amount: "9816.97", transaction_date: new Date("2023-03-09T20:16:56Z"), type: "investment" },
            { transaction_id: 448, user_id: 119, amount: "1148.03", transaction_date: new Date("2021-03-24T10:49:20Z"), type: "deposit" },
            { transaction_id: 449, user_id: 217, amount: "507.12", transaction_date: new Date("2023-04-28T18:19:15Z"), type: "withdrawal" },
            { transaction_id: 450, user_id: 233, amount: "2718.19", transaction_date: new Date("2021-04-26T14:22:11Z"), type: "deposit" },
            { transaction_id: 451, user_id: 157, amount: "8066.05", transaction_date: new Date("2023-11-20T05:56:17Z"), type: "investment" },
            { transaction_id: 452, user_id: 194, amount: "2376.93", transaction_date: new Date("2023-10-14T20:07:18Z"), type: "deposit" },
            { transaction_id: 453, user_id: 75, amount: "4443.59", transaction_date: new Date("2023-01-11T01:13:29Z"), type: "investment" },
            { transaction_id: 454, user_id: 200, amount: "797.11", transaction_date: new Date("2022-12-19T06:25:01Z"), type: "deposit" },
            { transaction_id: 455, user_id: 17, amount: "597.38", transaction_date: new Date("2021-10-07T17:29:27Z"), type: "withdrawal" },
            { transaction_id: 456, user_id: 70, amount: "653.52", transaction_date: new Date("2021-01-25T11:49:22Z"), type: "deposit" },
            { transaction_id: 457, user_id: 268, amount: "2133.17", transaction_date: new Date("2021-09-13T02:22:50Z"), type: "deposit" },
            { transaction_id: 458, user_id: 194, amount: "535.03", transaction_date: new Date("2022-04-04T21:58:17Z"), type: "withdrawal" },
            { transaction_id: 459, user_id: 136, amount: "8802.68", transaction_date: new Date("2022-03-07T18:23:59Z"), type: "deposit" },
            { transaction_id: 460, user_id: 101, amount: "2.22", transaction_date: new Date("2022-10-24T17:53:22Z"), type: "deposit" },
            { transaction_id: 461, user_id: 112, amount: "3027.60", transaction_date: new Date("2022-01-15T05:18:35Z"), type: "withdrawal" },
            { transaction_id: 462, user_id: 162, amount: "5237.85", transaction_date: new Date("2023-06-01T00:38:21Z"), type: "deposit" },
            { transaction_id: 463, user_id: 233, amount: "289.97", transaction_date: new Date("2022-11-11T23:22:05Z"), type: "withdrawal" },
            { transaction_id: 464, user_id: 150, amount: "7596.56", transaction_date: new Date("2022-06-22T22:31:09Z"), type: "withdrawal" },
            { transaction_id: 465, user_id: 254, amount: "9188.90", transaction_date: new Date("2021-04-19T15:55:01Z"), type: "withdrawal" },
            { transaction_id: 466, user_id: 281, amount: "6814.74", transaction_date: new Date("2022-09-06T09:20:20Z"), type: "dividend" },
            { transaction_id: 467, user_id: 93, amount: "3435.80", transaction_date: new Date("2022-06-01T15:04:42Z"), type: "withdrawal" },
            { transaction_id: 468, user_id: 69, amount: "7498.70", transaction_date: new Date("2023-11-12T20:43:31Z"), type: "withdrawal" },
            { transaction_id: 469, user_id: 111, amount: "388.62", transaction_date: new Date("2023-01-08T14:45:59Z"), type: "deposit" },
            { transaction_id: 470, user_id: 126, amount: "6571.16", transaction_date: new Date("2022-03-21T20:15:58Z"), type: "deposit" },
            { transaction_id: 471, user_id: 79, amount: "6337.55", transaction_date: new Date("2023-04-19T11:19:18Z"), type: "investment" },
            { transaction_id: 472, user_id: 249, amount: "1356.88", transaction_date: new Date("2023-10-05T07:45:41Z"), type: "withdrawal" },
            { transaction_id: 473, user_id: 282, amount: "1220.02", transaction_date: new Date("2021-03-29T04:01:59Z"), type: "deposit" },
            { transaction_id: 474, user_id: 282, amount: "659.25", transaction_date: new Date("2022-10-19T22:25:55Z"), type: "investment" },
            { transaction_id: 475, user_id: 243, amount: "2992.62", transaction_date: new Date("2022-06-22T15:46:15Z"), type: "deposit" },
            { transaction_id: 476, user_id: 135, amount: "2895.63", transaction_date: new Date("2023-03-05T15:52:48Z"), type: "withdrawal" },
            { transaction_id: 477, user_id: 227, amount: "3424.08", transaction_date: new Date("2023-07-20T10:58:58Z"), type: "deposit" },
            { transaction_id: 478, user_id: 185, amount: "2319.53", transaction_date: new Date("2022-12-22T20:03:21Z"), type: "withdrawal" },
            { transaction_id: 479, user_id: 279, amount: "11.04", transaction_date: new Date("2022-06-30T21:49:03Z"), type: "deposit" },
            { transaction_id: 480, user_id: 17, amount: "4845.12", transaction_date: new Date("2021-02-17T08:28:15Z"), type: "deposit" },
            { transaction_id: 481, user_id: 87, amount: "116.41", transaction_date: new Date("2022-05-25T19:43:07Z"), type: "withdrawal" },
            { transaction_id: 482, user_id: 222, amount: "254.20", transaction_date: new Date("2022-05-18T06:13:50Z"), type: "withdrawal" },
            { transaction_id: 483, user_id: 133, amount: "322.05", transaction_date: new Date("2023-09-14T03:02:25Z"), type: "deposit" },
            { transaction_id: 484, user_id: 12, amount: "48.84", transaction_date: new Date("2023-09-21T02:49:06Z"), type: "withdrawal" },
            { transaction_id: 485, user_id: 172, amount: "4358.21", transaction_date: new Date("2023-07-06T19:28:21Z"), type: "deposit" },
            { transaction_id: 486, user_id: 45, amount: "2464.37", transaction_date: new Date("2022-02-10T15:17:58Z"), type: "withdrawal" },
            { transaction_id: 487, user_id: 24, amount: "173.17", transaction_date: new Date("2022-09-19T06:18:50Z"), type: "investment" },
            { transaction_id: 488, user_id: 201, amount: "9732.68", transaction_date: new Date("2023-12-28T16:04:10Z"), type: "withdrawal" },
            { transaction_id: 489, user_id: 143, amount: "316.48", transaction_date: new Date("2023-11-21T10:36:54Z"), type: "deposit" },
            { transaction_id: 490, user_id: 104, amount: "547.38", transaction_date: new Date("2023-09-26T11:01:07Z"), type: "deposit" },
            { transaction_id: 491, user_id: 282, amount: "3087.32", transaction_date: new Date("2023-10-22T06:39:57Z"), type: "investment" },
            { transaction_id: 492, user_id: 182, amount: "813.24", transaction_date: new Date("2021-03-21T09:39:05Z"), type: "investment" },
            { transaction_id: 493, user_id: 1, amount: "1485.56", transaction_date: new Date("2021-09-23T08:14:52Z"), type: "deposit" },
            { transaction_id: 494, user_id: 118, amount: "23.08", transaction_date: new Date("2021-03-16T08:19:44Z"), type: "deposit" },
            { transaction_id: 495, user_id: 61, amount: "805.00", transaction_date: new Date("2021-06-01T04:42:47Z"), type: "withdrawal" },
            { transaction_id: 496, user_id: 209, amount: "7973.38", transaction_date: new Date("2021-11-16T13:14:32Z"), type: "withdrawal" },
            { transaction_id: 497, user_id: 285, amount: "2831.59", transaction_date: new Date("2023-11-15T18:32:06Z"), type: "deposit" },
            { transaction_id: 498, user_id: 145, amount: "7579.11", transaction_date: new Date("2023-08-10T07:27:53Z"), type: "dividend" },
            { transaction_id: 499, user_id: 34, amount: "4399.33", transaction_date: new Date("2021-12-28T08:08:57Z"), type: "deposit" },
            { transaction_id: 500, user_id: 300, amount: "417.36", transaction_date: new Date("2021-08-27T12:00:54Z"), type: "deposit" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { transaction_id: 501, user_id: 66, amount: "7215.95", transaction_date: new Date("2022-08-15T23:52:01Z"), type: "deposit" },
            { transaction_id: 502, user_id: 114, amount: "31.69", transaction_date: new Date("2023-02-11T18:33:29Z"), type: "deposit" },
            { transaction_id: 503, user_id: 52, amount: "1317.99", transaction_date: new Date("2022-10-20T02:56:06Z"), type: "deposit" },
            { transaction_id: 504, user_id: 3, amount: "30.60", transaction_date: new Date("2023-09-19T17:25:28Z"), type: "deposit" },
            { transaction_id: 505, user_id: 12, amount: "7324.98", transaction_date: new Date("2021-01-23T01:28:08Z"), type: "withdrawal" },
            { transaction_id: 506, user_id: 122, amount: "9106.59", transaction_date: new Date("2023-05-28T22:51:46Z"), type: "deposit" },
            { transaction_id: 507, user_id: 56, amount: "5554.91", transaction_date: new Date("2023-07-21T05:20:38Z"), type: "deposit" },
            { transaction_id: 508, user_id: 79, amount: "1915.82", transaction_date: new Date("2021-08-08T22:20:37Z"), type: "deposit" },
            { transaction_id: 509, user_id: 15, amount: "568.24", transaction_date: new Date("2023-01-30T01:54:09Z"), type: "deposit" },
            { transaction_id: 510, user_id: 242, amount: "6418.24", transaction_date: new Date("2022-01-10T21:03:02Z"), type: "deposit" },
            { transaction_id: 511, user_id: 237, amount: "2247.15", transaction_date: new Date("2021-05-21T22:40:33Z"), type: "deposit" },
            { transaction_id: 512, user_id: 135, amount: "808.58", transaction_date: new Date("2021-09-21T11:25:22Z"), type: "deposit" },
            { transaction_id: 513, user_id: 69, amount: "5557.74", transaction_date: new Date("2022-12-28T14:25:14Z"), type: "deposit" },
            { transaction_id: 514, user_id: 265, amount: "321.43", transaction_date: new Date("2022-11-24T06:31:19Z"), type: "deposit" },
            { transaction_id: 515, user_id: 71, amount: "6884.37", transaction_date: new Date("2022-09-26T00:34:40Z"), type: "withdrawal" },
            { transaction_id: 516, user_id: 13, amount: "9437.92", transaction_date: new Date("2023-11-29T15:04:56Z"), type: "deposit" },
            { transaction_id: 517, user_id: 176, amount: "638.79", transaction_date: new Date("2023-07-13T09:14:19Z"), type: "withdrawal" },
            { transaction_id: 518, user_id: 9, amount: "9.04", transaction_date: new Date("2022-05-27T08:57:39Z"), type: "investment" },
            { transaction_id: 519, user_id: 190, amount: "3597.46", transaction_date: new Date("2023-11-13T04:26:27Z"), type: "withdrawal" },
            { transaction_id: 520, user_id: 74, amount: "960.93", transaction_date: new Date("2023-07-10T07:09:49Z"), type: "investment" },
            { transaction_id: 521, user_id: 235, amount: "6508.04", transaction_date: new Date("2021-05-22T10:06:57Z"), type: "deposit" },
            { transaction_id: 522, user_id: 9, amount: "1367.93", transaction_date: new Date("2021-08-18T04:37:34Z"), type: "investment" },
            { transaction_id: 523, user_id: 159, amount: "886.79", transaction_date: new Date("2023-12-23T15:30:00Z"), type: "withdrawal" },
            { transaction_id: 524, user_id: 263, amount: "3396.75", transaction_date: new Date("2023-12-05T04:45:33Z"), type: "withdrawal" },
            { transaction_id: 525, user_id: 271, amount: "406.30", transaction_date: new Date("2021-01-24T16:33:59Z"), type: "deposit" },
            { transaction_id: 526, user_id: 27, amount: "3878.36", transaction_date: new Date("2023-01-17T07:55:45Z"), type: "deposit" },
            { transaction_id: 527, user_id: 237, amount: "1910.62", transaction_date: new Date("2021-12-19T06:36:15Z"), type: "withdrawal" },
            { transaction_id: 528, user_id: 190, amount: "1497.52", transaction_date: new Date("2023-11-09T01:32:03Z"), type: "deposit" },
            { transaction_id: 529, user_id: 38, amount: "1795.80", transaction_date: new Date("2021-10-18T06:30:40Z"), type: "deposit" },
            { transaction_id: 530, user_id: 224, amount: "2778.27", transaction_date: new Date("2022-11-24T23:53:22Z"), type: "deposit" },
            { transaction_id: 531, user_id: 167, amount: "11.50", transaction_date: new Date("2022-04-25T10:00:33Z"), type: "deposit" },
            { transaction_id: 532, user_id: 140, amount: "989.79", transaction_date: new Date("2023-11-07T14:24:05Z"), type: "investment" },
            { transaction_id: 533, user_id: 280, amount: "5979.85", transaction_date: new Date("2021-10-09T22:12:18Z"), type: "deposit" },
            { transaction_id: 534, user_id: 200, amount: "3378.52", transaction_date: new Date("2021-11-26T23:43:15Z"), type: "withdrawal" },
            { transaction_id: 535, user_id: 130, amount: "2.49", transaction_date: new Date("2022-09-13T15:20:56Z"), type: "withdrawal" },
            { transaction_id: 536, user_id: 257, amount: "197.66", transaction_date: new Date("2023-04-14T08:24:17Z"), type: "withdrawal" },
            { transaction_id: 537, user_id: 96, amount: "58.47", transaction_date: new Date("2022-08-18T11:40:42Z"), type: "deposit" },
            { transaction_id: 538, user_id: 297, amount: "111.12", transaction_date: new Date("2022-04-12T04:50:55Z"), type: "investment" },
            { transaction_id: 539, user_id: 83, amount: "7029.29", transaction_date: new Date("2022-06-02T01:36:00Z"), type: "withdrawal" },
            { transaction_id: 540, user_id: 197, amount: "32.97", transaction_date: new Date("2022-11-12T07:22:25Z"), type: "deposit" },
            { transaction_id: 541, user_id: 45, amount: "2820.91", transaction_date: new Date("2023-04-03T03:42:05Z"), type: "dividend" },
            { transaction_id: 542, user_id: 252, amount: "9770.81", transaction_date: new Date("2022-04-26T07:46:34Z"), type: "deposit" },
            { transaction_id: 543, user_id: 94, amount: "868.37", transaction_date: new Date("2022-07-23T06:51:37Z"), type: "deposit" },
            { transaction_id: 544, user_id: 293, amount: "68.47", transaction_date: new Date("2021-07-12T01:32:00Z"), type: "dividend" },
            { transaction_id: 545, user_id: 34, amount: "913.16", transaction_date: new Date("2023-10-28T19:31:33Z"), type: "deposit" },
            { transaction_id: 546, user_id: 111, amount: "889.90", transaction_date: new Date("2021-09-14T23:13:24Z"), type: "deposit" },
            { transaction_id: 547, user_id: 229, amount: "3911.15", transaction_date: new Date("2023-09-26T10:50:33Z"), type: "deposit" },
            { transaction_id: 548, user_id: 279, amount: "2.15", transaction_date: new Date("2022-04-10T19:42:16Z"), type: "deposit" },
            { transaction_id: 549, user_id: 277, amount: "6.62", transaction_date: new Date("2022-10-31T17:08:04Z"), type: "withdrawal" },
            { transaction_id: 550, user_id: 299, amount: "433.98", transaction_date: new Date("2021-06-09T23:20:43Z"), type: "deposit" },
            { transaction_id: 551, user_id: 116, amount: "2084.75", transaction_date: new Date("2023-12-16T08:28:19Z"), type: "deposit" },
            { transaction_id: 552, user_id: 131, amount: "31.81", transaction_date: new Date("2021-01-30T21:26:00Z"), type: "withdrawal" },
            { transaction_id: 553, user_id: 180, amount: "4352.13", transaction_date: new Date("2022-03-27T00:36:08Z"), type: "withdrawal" },
            { transaction_id: 554, user_id: 172, amount: "181.18", transaction_date: new Date("2021-03-28T01:51:12Z"), type: "deposit" },
            { transaction_id: 555, user_id: 72, amount: "63.67", transaction_date: new Date("2023-12-22T17:23:08Z"), type: "withdrawal" },
            { transaction_id: 556, user_id: 230, amount: "1040.13", transaction_date: new Date("2021-12-29T13:12:20Z"), type: "deposit" },
            { transaction_id: 557, user_id: 137, amount: "9736.92", transaction_date: new Date("2021-08-21T00:37:00Z"), type: "investment" },
            { transaction_id: 558, user_id: 107, amount: "6244.66", transaction_date: new Date("2022-08-07T12:10:29Z"), type: "investment" },
            { transaction_id: 559, user_id: 117, amount: "331.18", transaction_date: new Date("2023-05-19T22:47:50Z"), type: "withdrawal" },
            { transaction_id: 560, user_id: 277, amount: "4.93", transaction_date: new Date("2023-09-17T10:38:38Z"), type: "withdrawal" },
            { transaction_id: 561, user_id: 152, amount: "787.28", transaction_date: new Date("2023-08-01T20:28:24Z"), type: "deposit" },
            { transaction_id: 562, user_id: 131, amount: "8981.30", transaction_date: new Date("2023-12-16T07:50:29Z"), type: "withdrawal" },
            { transaction_id: 563, user_id: 159, amount: "4844.65", transaction_date: new Date("2023-11-26T23:40:14Z"), type: "deposit" },
            { transaction_id: 564, user_id: 49, amount: "8012.83", transaction_date: new Date("2022-11-24T15:49:42Z"), type: "withdrawal" },
            { transaction_id: 565, user_id: 163, amount: "4484.02", transaction_date: new Date("2022-02-16T21:05:06Z"), type: "investment" },
            { transaction_id: 566, user_id: 54, amount: "7190.36", transaction_date: new Date("2022-11-14T19:12:46Z"), type: "investment" },
            { transaction_id: 567, user_id: 156, amount: "162.87", transaction_date: new Date("2023-06-28T15:28:49Z"), type: "withdrawal" },
            { transaction_id: 568, user_id: 70, amount: "5941.09", transaction_date: new Date("2021-01-06T11:36:13Z"), type: "deposit" },
            { transaction_id: 569, user_id: 288, amount: "3724.78", transaction_date: new Date("2022-05-05T10:27:01Z"), type: "withdrawal" },
            { transaction_id: 570, user_id: 149, amount: "3385.95", transaction_date: new Date("2023-10-19T08:24:52Z"), type: "deposit" },
            { transaction_id: 571, user_id: 272, amount: "1045.75", transaction_date: new Date("2022-03-10T12:35:57Z"), type: "deposit" },
            { transaction_id: 572, user_id: 10, amount: "7050.35", transaction_date: new Date("2023-10-22T16:28:09Z"), type: "deposit" },
            { transaction_id: 573, user_id: 270, amount: "3456.68", transaction_date: new Date("2021-07-28T16:21:06Z"), type: "withdrawal" },
            { transaction_id: 574, user_id: 234, amount: "4856.89", transaction_date: new Date("2022-08-23T20:25:09Z"), type: "deposit" },
            { transaction_id: 575, user_id: 100, amount: "6302.18", transaction_date: new Date("2022-09-06T03:31:07Z"), type: "dividend" },
            { transaction_id: 576, user_id: 68, amount: "6027.55", transaction_date: new Date("2022-06-09T06:19:35Z"), type: "withdrawal" },
            { transaction_id: 577, user_id: 267, amount: "1.96", transaction_date: new Date("2023-04-22T18:10:44Z"), type: "withdrawal" },
            { transaction_id: 578, user_id: 171, amount: "4627.80", transaction_date: new Date("2023-05-26T21:37:39Z"), type: "investment" },
            { transaction_id: 579, user_id: 97, amount: "1409.67", transaction_date: new Date("2021-11-30T03:11:24Z"), type: "withdrawal" },
            { transaction_id: 580, user_id: 41, amount: "264.37", transaction_date: new Date("2022-07-18T15:09:08Z"), type: "withdrawal" },
            { transaction_id: 581, user_id: 275, amount: "1990.94", transaction_date: new Date("2023-04-13T02:25:01Z"), type: "withdrawal" },
            { transaction_id: 582, user_id: 248, amount: "7018.95", transaction_date: new Date("2022-11-14T02:45:27Z"), type: "deposit" },
            { transaction_id: 583, user_id: 203, amount: "5287.76", transaction_date: new Date("2023-10-10T03:20:12Z"), type: "deposit" },
            { transaction_id: 584, user_id: 261, amount: "601.46", transaction_date: new Date("2023-05-21T16:39:12Z"), type: "deposit" },
            { transaction_id: 585, user_id: 32, amount: "3319.78", transaction_date: new Date("2023-07-03T03:29:56Z"), type: "deposit" },
            { transaction_id: 586, user_id: 204, amount: "6108.21", transaction_date: new Date("2023-07-26T02:37:18Z"), type: "deposit" },
            { transaction_id: 587, user_id: 26, amount: "973.98", transaction_date: new Date("2021-01-02T04:20:11Z"), type: "withdrawal" },
            { transaction_id: 588, user_id: 164, amount: "3868.38", transaction_date: new Date("2023-09-10T17:35:24Z"), type: "investment" },
            { transaction_id: 589, user_id: 107, amount: "911.34", transaction_date: new Date("2023-08-20T09:19:26Z"), type: "deposit" },
            { transaction_id: 590, user_id: 256, amount: "40.08", transaction_date: new Date("2022-11-24T10:54:05Z"), type: "deposit" },
            { transaction_id: 591, user_id: 52, amount: "477.15", transaction_date: new Date("2022-12-17T17:19:46Z"), type: "dividend" },
            { transaction_id: 592, user_id: 224, amount: "309.15", transaction_date: new Date("2023-07-17T12:49:00Z"), type: "deposit" },
            { transaction_id: 593, user_id: 80, amount: "81.83", transaction_date: new Date("2021-08-02T23:18:17Z"), type: "deposit" },
            { transaction_id: 594, user_id: 106, amount: "2673.21", transaction_date: new Date("2022-07-13T11:31:34Z"), type: "withdrawal" },
            { transaction_id: 595, user_id: 88, amount: "5732.60", transaction_date: new Date("2023-11-11T18:34:02Z"), type: "deposit" },
            { transaction_id: 596, user_id: 287, amount: "3.18", transaction_date: new Date("2022-01-26T04:40:09Z"), type: "dividend" },
            { transaction_id: 597, user_id: 206, amount: "6998.31", transaction_date: new Date("2021-09-06T11:35:55Z"), type: "deposit" },
            { transaction_id: 598, user_id: 168, amount: "519.15", transaction_date: new Date("2023-11-22T14:51:47Z"), type: "withdrawal" },
            { transaction_id: 599, user_id: 256, amount: "2287.25", transaction_date: new Date("2022-07-03T12:11:00Z"), type: "withdrawal" },
            { transaction_id: 600, user_id: 29, amount: "1.38", transaction_date: new Date("2022-07-27T13:26:02Z"), type: "deposit" },
            { transaction_id: 601, user_id: 274, amount: "5509.02", transaction_date: new Date("2021-12-07T18:33:14Z"), type: "deposit" },
            { transaction_id: 602, user_id: 185, amount: "6563.96", transaction_date: new Date("2022-11-11T16:31:13Z"), type: "withdrawal" },
            { transaction_id: 603, user_id: 14, amount: "620.82", transaction_date: new Date("2023-07-26T14:56:07Z"), type: "deposit" },
            { transaction_id: 604, user_id: 243, amount: "706.11", transaction_date: new Date("2023-12-16T18:45:59Z"), type: "withdrawal" },
            { transaction_id: 605, user_id: 122, amount: "1945.54", transaction_date: new Date("2023-09-12T17:24:19Z"), type: "withdrawal" },
            { transaction_id: 606, user_id: 66, amount: "3058.99", transaction_date: new Date("2023-09-25T08:03:53Z"), type: "deposit" },
            { transaction_id: 607, user_id: 134, amount: "7060.28", transaction_date: new Date("2021-12-18T22:22:15Z"), type: "deposit" },
            { transaction_id: 608, user_id: 228, amount: "406.07", transaction_date: new Date("2022-01-31T15:57:14Z"), type: "deposit" },
            { transaction_id: 609, user_id: 21, amount: "2887.43", transaction_date: new Date("2023-03-23T18:10:14Z"), type: "deposit" },
            { transaction_id: 610, user_id: 45, amount: "2700.65", transaction_date: new Date("2022-11-06T10:17:38Z"), type: "investment" },
            { transaction_id: 611, user_id: 27, amount: "317.62", transaction_date: new Date("2023-05-06T19:52:14Z"), type: "deposit" },
            { transaction_id: 612, user_id: 197, amount: "2381.43", transaction_date: new Date("2022-05-24T15:37:10Z"), type: "dividend" },
            { transaction_id: 613, user_id: 223, amount: "3270.59", transaction_date: new Date("2023-07-12T20:11:19Z"), type: "deposit" },
            { transaction_id: 614, user_id: 179, amount: "14.26", transaction_date: new Date("2022-03-21T05:28:57Z"), type: "deposit" },
            { transaction_id: 615, user_id: 282, amount: "26.08", transaction_date: new Date("2021-12-10T10:14:35Z"), type: "withdrawal" },
            { transaction_id: 616, user_id: 295, amount: "7101.25", transaction_date: new Date("2023-11-14T21:44:35Z"), type: "deposit" },
            { transaction_id: 617, user_id: 242, amount: "1152.63", transaction_date: new Date("2021-09-06T23:18:03Z"), type: "withdrawal" },
            { transaction_id: 618, user_id: 202, amount: "12.78", transaction_date: new Date("2022-06-05T14:11:18Z"), type: "deposit" },
            { transaction_id: 619, user_id: 100, amount: "1618.16", transaction_date: new Date("2021-10-17T01:13:01Z"), type: "withdrawal" },
            { transaction_id: 620, user_id: 296, amount: "3412.61", transaction_date: new Date("2023-09-25T13:58:27Z"), type: "withdrawal" },
            { transaction_id: 621, user_id: 232, amount: "2358.01", transaction_date: new Date("2022-02-13T14:13:37Z"), type: "investment" },
            { transaction_id: 622, user_id: 1, amount: "2679.60", transaction_date: new Date("2022-08-09T10:08:02Z"), type: "deposit" },
            { transaction_id: 623, user_id: 124, amount: "1084.02", transaction_date: new Date("2023-08-21T21:24:19Z"), type: "withdrawal" },
            { transaction_id: 624, user_id: 5, amount: "5442.40", transaction_date: new Date("2022-01-25T16:24:16Z"), type: "withdrawal" },
            { transaction_id: 625, user_id: 196, amount: "2327.78", transaction_date: new Date("2022-02-18T10:12:54Z"), type: "dividend" },
            { transaction_id: 626, user_id: 9, amount: "288.89", transaction_date: new Date("2023-06-19T11:18:46Z"), type: "withdrawal" },
            { transaction_id: 627, user_id: 15, amount: "1539.88", transaction_date: new Date("2021-06-13T04:27:57Z"), type: "deposit" },
            { transaction_id: 628, user_id: 224, amount: "4141.34", transaction_date: new Date("2022-05-26T16:11:51Z"), type: "investment" },
            { transaction_id: 629, user_id: 226, amount: "9741.50", transaction_date: new Date("2023-12-24T15:21:59Z"), type: "withdrawal" },
            { transaction_id: 630, user_id: 184, amount: "488.75", transaction_date: new Date("2022-12-29T03:20:52Z"), type: "investment" },
            { transaction_id: 631, user_id: 125, amount: "605.10", transaction_date: new Date("2021-07-27T17:27:23Z"), type: "withdrawal" },
            { transaction_id: 632, user_id: 114, amount: "1164.55", transaction_date: new Date("2023-07-09T04:21:50Z"), type: "deposit" },
            { transaction_id: 633, user_id: 204, amount: "96.77", transaction_date: new Date("2023-03-03T12:03:20Z"), type: "dividend" },
            { transaction_id: 634, user_id: 23, amount: "1.57", transaction_date: new Date("2023-12-30T09:05:57Z"), type: "investment" },
            { transaction_id: 635, user_id: 293, amount: "9657.78", transaction_date: new Date("2023-07-27T20:39:57Z"), type: "withdrawal" },
            { transaction_id: 636, user_id: 273, amount: "5079.41", transaction_date: new Date("2022-11-25T22:57:53Z"), type: "deposit" },
            { transaction_id: 637, user_id: 57, amount: "3194.16", transaction_date: new Date("2023-01-06T11:56:23Z"), type: "investment" },
            { transaction_id: 638, user_id: 74, amount: "378.37", transaction_date: new Date("2022-05-18T16:12:20Z"), type: "deposit" },
            { transaction_id: 639, user_id: 27, amount: "1421.95", transaction_date: new Date("2023-03-17T21:56:49Z"), type: "dividend" },
            { transaction_id: 640, user_id: 115, amount: "1868.55", transaction_date: new Date("2022-04-24T00:40:47Z"), type: "deposit" },
            { transaction_id: 641, user_id: 289, amount: "87.70", transaction_date: new Date("2021-10-27T17:11:23Z"), type: "withdrawal" },
            { transaction_id: 642, user_id: 137, amount: "6860.64", transaction_date: new Date("2021-08-05T01:19:17Z"), type: "dividend" },
            { transaction_id: 643, user_id: 119, amount: "3550.32", transaction_date: new Date("2023-09-02T21:56:19Z"), type: "withdrawal" },
            { transaction_id: 644, user_id: 56, amount: "126.93", transaction_date: new Date("2022-10-29T10:32:41Z"), type: "deposit" },
            { transaction_id: 645, user_id: 195, amount: "9373.78", transaction_date: new Date("2022-12-19T12:14:07Z"), type: "deposit" },
            { transaction_id: 646, user_id: 144, amount: "5053.71", transaction_date: new Date("2023-07-22T05:21:18Z"), type: "investment" },
            { transaction_id: 647, user_id: 80, amount: "146.29", transaction_date: new Date("2022-04-03T22:30:47Z"), type: "deposit" },
            { transaction_id: 648, user_id: 181, amount: "6125.29", transaction_date: new Date("2023-06-23T22:36:29Z"), type: "deposit" },
            { transaction_id: 649, user_id: 245, amount: "7895.59", transaction_date: new Date("2023-06-12T03:01:02Z"), type: "deposit" },
            { transaction_id: 650, user_id: 246, amount: "87.65", transaction_date: new Date("2021-02-18T16:43:45Z"), type: "withdrawal" },
            { transaction_id: 651, user_id: 210, amount: "212.50", transaction_date: new Date("2022-01-07T06:27:51Z"), type: "withdrawal" },
            { transaction_id: 652, user_id: 264, amount: "3779.13", transaction_date: new Date("2022-09-26T22:00:26Z"), type: "deposit" },
            { transaction_id: 653, user_id: 129, amount: "356.15", transaction_date: new Date("2023-08-27T12:56:24Z"), type: "deposit" },
            { transaction_id: 654, user_id: 235, amount: "7072.71", transaction_date: new Date("2023-04-02T09:43:58Z"), type: "deposit" },
            { transaction_id: 655, user_id: 32, amount: "1291.72", transaction_date: new Date("2023-09-15T15:58:54Z"), type: "withdrawal" },
            { transaction_id: 656, user_id: 28, amount: "1325.82", transaction_date: new Date("2023-07-16T10:59:28Z"), type: "deposit" },
            { transaction_id: 657, user_id: 169, amount: "8893.28", transaction_date: new Date("2023-01-03T03:39:16Z"), type: "dividend" },
            { transaction_id: 658, user_id: 115, amount: "3221.36", transaction_date: new Date("2023-04-16T09:11:14Z"), type: "deposit" },
            { transaction_id: 659, user_id: 140, amount: "4.66", transaction_date: new Date("2022-11-27T00:16:10Z"), type: "withdrawal" },
            { transaction_id: 660, user_id: 162, amount: "8553.93", transaction_date: new Date("2023-08-13T19:56:43Z"), type: "deposit" },
            { transaction_id: 661, user_id: 152, amount: "6675.58", transaction_date: new Date("2022-11-06T16:36:29Z"), type: "deposit" },
            { transaction_id: 662, user_id: 197, amount: "5022.93", transaction_date: new Date("2022-09-21T09:43:33Z"), type: "deposit" },
            { transaction_id: 663, user_id: 281, amount: "7.67", transaction_date: new Date("2021-12-02T09:23:35Z"), type: "deposit" },
            { transaction_id: 664, user_id: 279, amount: "4313.49", transaction_date: new Date("2023-03-16T20:49:38Z"), type: "deposit" },
            { transaction_id: 665, user_id: 87, amount: "539.95", transaction_date: new Date("2023-12-12T22:32:05Z"), type: "dividend" },
            { transaction_id: 666, user_id: 274, amount: "3907.64", transaction_date: new Date("2022-03-16T15:13:25Z"), type: "withdrawal" },
            { transaction_id: 667, user_id: 30, amount: "1675.99", transaction_date: new Date("2022-11-19T23:23:54Z"), type: "deposit" },
            { transaction_id: 668, user_id: 145, amount: "1390.39", transaction_date: new Date("2023-03-02T05:34:06Z"), type: "deposit" },
            { transaction_id: 669, user_id: 270, amount: "1157.14", transaction_date: new Date("2022-03-20T01:29:20Z"), type: "withdrawal" },
            { transaction_id: 670, user_id: 76, amount: "9052.29", transaction_date: new Date("2022-01-18T10:17:53Z"), type: "deposit" },
            { transaction_id: 671, user_id: 22, amount: "1506.19", transaction_date: new Date("2022-03-19T20:30:00Z"), type: "deposit" },
            { transaction_id: 672, user_id: 12, amount: "6756.30", transaction_date: new Date("2022-12-01T00:12:46Z"), type: "deposit" },
            { transaction_id: 673, user_id: 197, amount: "6579.86", transaction_date: new Date("2023-11-07T13:53:24Z"), type: "deposit" },
            { transaction_id: 674, user_id: 94, amount: "448.26", transaction_date: new Date("2022-11-27T17:49:20Z"), type: "investment" },
            { transaction_id: 675, user_id: 31, amount: "3562.27", transaction_date: new Date("2023-12-01T10:02:49Z"), type: "dividend" },
            { transaction_id: 676, user_id: 140, amount: "2469.66", transaction_date: new Date("2023-03-12T02:32:28Z"), type: "investment" },
            { transaction_id: 677, user_id: 133, amount: "1556.87", transaction_date: new Date("2021-06-09T04:06:47Z"), type: "deposit" },
            { transaction_id: 678, user_id: 7, amount: "300.00", transaction_date: new Date("2022-09-22T02:24:04Z"), type: "deposit" },
            { transaction_id: 679, user_id: 221, amount: "850.32", transaction_date: new Date("2023-07-30T13:48:06Z"), type: "deposit" },
            { transaction_id: 680, user_id: 291, amount: "1.26", transaction_date: new Date("2023-06-13T13:49:13Z"), type: "deposit" },
            { transaction_id: 681, user_id: 223, amount: "1614.45", transaction_date: new Date("2022-08-07T15:53:45Z"), type: "withdrawal" },
            { transaction_id: 682, user_id: 224, amount: "691.23", transaction_date: new Date("2021-06-11T00:25:09Z"), type: "deposit" },
            { transaction_id: 683, user_id: 63, amount: "189.50", transaction_date: new Date("2021-09-16T13:21:59Z"), type: "withdrawal" },
            { transaction_id: 684, user_id: 146, amount: "4669.74", transaction_date: new Date("2023-04-28T07:07:35Z"), type: "deposit" },
            { transaction_id: 685, user_id: 123, amount: "2988.60", transaction_date: new Date("2022-01-17T14:35:44Z"), type: "dividend" },
            { transaction_id: 686, user_id: 118, amount: "3505.51", transaction_date: new Date("2022-01-06T14:11:06Z"), type: "deposit" },
            { transaction_id: 687, user_id: 249, amount: "8199.97", transaction_date: new Date("2021-01-15T14:20:01Z"), type: "deposit" },
            { transaction_id: 688, user_id: 84, amount: "1.63", transaction_date: new Date("2023-08-28T10:46:28Z"), type: "dividend" },
            { transaction_id: 689, user_id: 13, amount: "799.21", transaction_date: new Date("2021-10-26T20:46:48Z"), type: "deposit" },
            { transaction_id: 690, user_id: 57, amount: "1637.62", transaction_date: new Date("2023-04-28T09:48:01Z"), type: "deposit" },
            { transaction_id: 691, user_id: 56, amount: "20.37", transaction_date: new Date("2023-06-28T04:16:35Z"), type: "deposit" },
            { transaction_id: 692, user_id: 77, amount: "4212.51", transaction_date: new Date("2022-12-24T04:16:13Z"), type: "deposit" },
            { transaction_id: 693, user_id: 130, amount: "5.80", transaction_date: new Date("2023-03-20T21:02:17Z"), type: "deposit" },
            { transaction_id: 694, user_id: 193, amount: "378.10", transaction_date: new Date("2021-12-05T05:59:16Z"), type: "dividend" },
            { transaction_id: 695, user_id: 50, amount: "3953.97", transaction_date: new Date("2023-06-25T10:26:29Z"), type: "deposit" },
            { transaction_id: 696, user_id: 49, amount: "3247.18", transaction_date: new Date("2022-07-05T00:37:54Z"), type: "deposit" },
            { transaction_id: 697, user_id: 287, amount: "1695.07", transaction_date: new Date("2023-05-02T08:39:17Z"), type: "deposit" },
            { transaction_id: 698, user_id: 242, amount: "10.61", transaction_date: new Date("2021-11-26T01:39:44Z"), type: "deposit" },
            { transaction_id: 699, user_id: 164, amount: "2.67", transaction_date: new Date("2022-05-21T01:44:35Z"), type: "deposit" },
            { transaction_id: 700, user_id: 233, amount: "2.05", transaction_date: new Date("2023-04-24T08:28:56Z"), type: "dividend" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
