// Microfinance Transactions (microfinance-platform) 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.transactions), 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.transactions.createMany({
        data: [
            { id: 1, client_id: 236, transaction_type: "loan_disbursement", amount: "3196.98", transaction_date: new Date("2022-11-11T17:02:23Z"), status: "pending" },
            { id: 2, client_id: 3, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 3, client_id: 918, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 4, client_id: 613, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 5, client_id: 269, transaction_type: "loan_disbursement", amount: "16.58", transaction_date: null, status: "completed" },
            { id: 6, client_id: 65, transaction_type: "loan_disbursement", amount: "703.93", transaction_date: null, status: "completed" },
            { id: 7, client_id: 222, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 8, client_id: 828, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 9, client_id: 790, transaction_type: "loan_disbursement", amount: "1663.20", transaction_date: new Date("2020-07-05T19:07:57Z"), status: "pending" },
            { id: 10, client_id: 609, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2020-01-20T20:12:19Z"), status: "pending" },
            { id: 11, client_id: 514, transaction_type: "loan_disbursement", amount: "3884.94", transaction_date: new Date("2022-07-11T14:28:31Z"), status: "pending" },
            { id: 12, client_id: 681, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 13, client_id: 491, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2020-11-03T19:38:00Z"), status: "pending" },
            { id: 14, client_id: 92, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2020-06-14T09:46:27Z"), status: "failed" },
            { id: 15, client_id: 608, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 16, client_id: 563, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2022-01-26T14:33:21Z"), status: "pending" },
            { id: 17, client_id: 43, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 18, client_id: 259, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 19, client_id: 180, transaction_type: "loan_disbursement", amount: "427.31", transaction_date: null, status: "completed" },
            { id: 20, client_id: 945, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 21, client_id: 995, transaction_type: "loan_disbursement", amount: "1683.43", transaction_date: new Date("2020-02-04T18:33:03Z"), status: "pending" },
            { id: 22, client_id: 423, transaction_type: "loan_disbursement", amount: "4572.73", transaction_date: null, status: "completed" },
            { id: 23, client_id: 115, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 24, client_id: 130, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2020-10-03T14:43:14Z"), status: "pending" },
            { id: 25, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 26, client_id: 177, transaction_type: "loan_disbursement", amount: "134.56", transaction_date: null, status: "completed" },
            { id: 27, client_id: 418, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 28, client_id: 543, transaction_type: "loan_disbursement", amount: "1153.73", transaction_date: null, status: "completed" },
            { id: 29, client_id: 875, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 30, client_id: 828, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 31, client_id: 831, transaction_type: "loan_disbursement", amount: "4608.83", transaction_date: null, status: "completed" },
            { id: 32, client_id: 208, transaction_type: "loan_disbursement", amount: "1903.66", transaction_date: new Date("2023-11-01T13:11:57Z"), status: "failed" },
            { id: 33, client_id: 823, transaction_type: "loan_disbursement", amount: "1590.22", transaction_date: null, status: "completed" },
            { id: 34, client_id: 291, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 35, client_id: null, transaction_type: "loan_disbursement", amount: "2730.45", transaction_date: null, status: "completed" },
            { id: 36, client_id: 546, transaction_type: "loan_disbursement", amount: "4034.77", transaction_date: null, status: "completed" },
            { id: 37, client_id: 603, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 38, client_id: 291, transaction_type: "loan_disbursement", amount: "3102.48", transaction_date: null, status: "completed" },
            { id: 39, client_id: 725, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 40, client_id: 849, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 41, client_id: 427, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 42, client_id: 320, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 43, client_id: 795, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 44, client_id: 376, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2022-05-21T19:46:24Z"), status: "pending" },
            { id: 45, client_id: 145, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 46, client_id: null, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2020-04-14T15:39:31Z"), status: "pending" },
            { id: 47, client_id: 987, transaction_type: "loan_disbursement", amount: "3130.41", transaction_date: new Date("2021-05-09T13:35:11Z"), status: "pending" },
            { id: 48, client_id: 776, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2022-11-18T20:51:33Z"), status: "failed" },
            { id: 49, client_id: 771, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 50, client_id: null, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 51, client_id: 530, transaction_type: "loan_disbursement", amount: "1884.54", transaction_date: null, status: "completed" },
            { id: 52, client_id: 769, transaction_type: "loan_disbursement", amount: "4646.53", transaction_date: null, status: "completed" },
            { id: 53, client_id: 833, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 54, client_id: 39, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 55, client_id: 568, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2023-01-13T08:45:56Z"), status: "pending" },
            { id: 56, client_id: 244, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2020-09-22T21:30:29Z"), status: "pending" },
            { id: 57, client_id: 78, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 58, client_id: 432, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 59, client_id: 260, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2021-10-07T15:14:12Z"), status: "failed" },
            { id: 60, client_id: 480, transaction_type: "loan_disbursement", amount: "253.52", transaction_date: null, status: "completed" },
            { id: 61, client_id: 175, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 62, client_id: 401, transaction_type: "loan_disbursement", amount: "857.35", transaction_date: null, status: "completed" },
            { id: 63, client_id: 119, transaction_type: "loan_disbursement", amount: "39.43", transaction_date: null, status: "completed" },
            { id: 64, client_id: 96, transaction_type: "loan_disbursement", amount: "4700.57", transaction_date: new Date("2021-03-19T12:34:19Z"), status: "pending" },
            { id: 65, client_id: 527, transaction_type: "loan_disbursement", amount: "13.36", transaction_date: new Date("2020-06-29T05:56:25Z"), status: "pending" },
            { id: 66, client_id: 7, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 67, client_id: 840, transaction_type: "loan_disbursement", amount: "390.31", transaction_date: null, status: "completed" },
            { id: 68, client_id: 204, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 69, client_id: 976, transaction_type: "loan_disbursement", amount: "9.99", transaction_date: null, status: "completed" },
            { id: 70, client_id: 345, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 71, client_id: null, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2022-08-12T21:29:58Z"), status: "pending" },
            { id: 72, client_id: 945, transaction_type: "loan_disbursement", amount: "862.04", transaction_date: null, status: "completed" },
            { id: 73, client_id: 325, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 74, client_id: 754, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-04-10T18:22:08Z"), status: "pending" },
            { id: 75, client_id: 58, transaction_type: "loan_disbursement", amount: "3211.34", transaction_date: null, status: "completed" },
            { id: 76, client_id: 982, transaction_type: "loan_disbursement", amount: "4683.32", transaction_date: null, status: "completed" },
            { id: 77, client_id: 851, transaction_type: "loan_disbursement", amount: "3751.29", transaction_date: new Date("2020-03-11T11:23:03Z"), status: "pending" },
            { id: 78, client_id: 618, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 79, client_id: 25, transaction_type: "loan_disbursement", amount: "3128.07", transaction_date: null, status: "completed" },
            { id: 80, client_id: 807, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 81, client_id: 397, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 82, client_id: 436, transaction_type: "loan_disbursement", amount: "69.86", transaction_date: new Date("2022-09-05T11:01:32Z"), status: "pending" },
            { id: 83, client_id: 623, transaction_type: "loan_disbursement", amount: "471.79", transaction_date: new Date("2023-06-14T07:03:25Z"), status: "pending" },
            { id: 84, client_id: 190, transaction_type: "loan_disbursement", amount: "1428.93", transaction_date: null, status: "completed" },
            { id: 85, client_id: 2, transaction_type: "loan_disbursement", amount: "372.63", transaction_date: null, status: "completed" },
            { id: 86, client_id: 6, transaction_type: "loan_disbursement", amount: "374.91", transaction_date: null, status: "completed" },
            { id: 87, client_id: 751, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 88, client_id: 824, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 89, client_id: 328, transaction_type: "loan_disbursement", amount: "4843.69", transaction_date: null, status: "completed" },
            { id: 90, client_id: 864, transaction_type: "loan_disbursement", amount: "3598.81", transaction_date: new Date("2021-08-15T07:05:09Z"), status: "failed" },
            { id: 91, client_id: 44, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-06-24T23:22:34Z"), status: "pending" },
            { id: 92, client_id: 675, transaction_type: "loan_disbursement", amount: "6.19", transaction_date: null, status: "completed" },
            { id: 93, client_id: 258, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 94, client_id: 70, transaction_type: "loan_disbursement", amount: "66.57", transaction_date: null, status: "completed" },
            { id: 95, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2023-01-06T08:26:10Z"), status: "pending" },
            { id: 96, client_id: 285, transaction_type: "loan_disbursement", amount: "4052.96", transaction_date: null, status: "completed" },
            { id: 97, client_id: null, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 98, client_id: 895, transaction_type: "loan_disbursement", amount: "3482.07", transaction_date: null, status: "completed" },
            { id: 99, client_id: 671, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2021-11-15T14:56:34Z"), status: "pending" },
            { id: 100, client_id: 913, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-07-17T11:33:56Z"), status: "failed" },
            { id: 101, client_id: 11, transaction_type: "loan_disbursement", amount: "14.58", transaction_date: new Date("2021-05-16T18:55:01Z"), status: "pending" },
            { id: 102, client_id: 427, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2020-11-20T15:13:11Z"), status: "pending" },
            { id: 103, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 104, client_id: 648, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 105, client_id: 5, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 106, client_id: 447, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2020-01-02T17:51:23Z"), status: "failed" },
            { id: 107, client_id: 488, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2021-11-07T16:08:58Z"), status: "failed" },
            { id: 108, client_id: 474, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 109, client_id: null, transaction_type: "loan_disbursement", amount: "59.62", transaction_date: new Date("2023-04-05T08:45:27Z"), status: "pending" },
            { id: 110, client_id: 270, transaction_type: "loan_disbursement", amount: "2821.18", transaction_date: null, status: "completed" },
            { id: 111, client_id: 656, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 112, client_id: 60, transaction_type: "loan_disbursement", amount: "229.93", transaction_date: null, status: "completed" },
            { id: 113, client_id: 300, transaction_type: "loan_disbursement", amount: "112.13", transaction_date: new Date("2020-04-24T17:27:09Z"), status: "pending" },
            { id: 114, client_id: 994, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 115, client_id: 354, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 116, client_id: 942, transaction_type: "loan_disbursement", amount: "1098.94", transaction_date: null, status: "completed" },
            { id: 117, client_id: 340, transaction_type: "loan_disbursement", amount: "581.67", transaction_date: null, status: "completed" },
            { id: 118, client_id: null, transaction_type: "loan_disbursement", amount: "217.05", transaction_date: new Date("2022-03-02T14:50:48Z"), status: "failed" },
            { id: 119, client_id: 504, transaction_type: "loan_disbursement", amount: "924.16", transaction_date: null, status: "completed" },
            { id: 120, client_id: 25, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 121, client_id: 450, transaction_type: "loan_disbursement", amount: "4383.59", transaction_date: null, status: "completed" },
            { id: 122, client_id: 983, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 123, client_id: null, transaction_type: "loan_disbursement", amount: "345.20", transaction_date: new Date("2022-07-14T16:26:51Z"), status: "pending" },
            { id: 124, client_id: 123, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2023-11-17T19:01:58Z"), status: "pending" },
            { id: 125, client_id: 180, transaction_type: "loan_disbursement", amount: "2048.95", transaction_date: new Date("2022-04-11T03:14:37Z"), status: "pending" },
            { id: 126, client_id: 880, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2023-08-24T15:29:00Z"), status: "pending" },
            { id: 127, client_id: 415, transaction_type: "loan_disbursement", amount: "605.37", transaction_date: new Date("2023-10-30T19:14:39Z"), status: "pending" },
            { id: 128, client_id: 79, transaction_type: "loan_disbursement", amount: "4189.98", transaction_date: new Date("2023-02-09T03:38:06Z"), status: "pending" },
            { id: 129, client_id: 738, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 130, client_id: 669, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 131, client_id: 76, transaction_type: "loan_disbursement", amount: "3704.96", transaction_date: new Date("2021-07-21T05:17:59Z"), status: "pending" },
            { id: 132, client_id: 538, transaction_type: "loan_disbursement", amount: "3481.43", transaction_date: null, status: "completed" },
            { id: 133, client_id: 336, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2021-07-18T01:02:54Z"), status: "failed" },
            { id: 134, client_id: 418, transaction_type: "loan_disbursement", amount: "449.69", transaction_date: null, status: "completed" },
            { id: 135, client_id: 515, transaction_type: "loan_disbursement", amount: "1716.89", transaction_date: new Date("2021-06-23T19:27:41Z"), status: "pending" },
            { id: 136, client_id: 81, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 137, client_id: null, transaction_type: "loan_disbursement", amount: "1234.73", transaction_date: null, status: "completed" },
            { id: 138, client_id: 712, transaction_type: "loan_disbursement", amount: "3896.25", transaction_date: new Date("2020-11-22T17:08:45Z"), status: "pending" },
            { id: 139, client_id: 166, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2021-08-07T19:54:33Z"), status: "pending" },
            { id: 140, client_id: 149, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 141, client_id: 109, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 142, client_id: 662, transaction_type: "loan_disbursement", amount: "1002.75", transaction_date: null, status: "completed" },
            { id: 143, client_id: 742, transaction_type: "loan_disbursement", amount: "2418.01", transaction_date: null, status: "completed" },
            { id: 144, client_id: null, transaction_type: "loan_disbursement", amount: "2738.98", transaction_date: new Date("2021-11-12T18:25:06Z"), status: "pending" },
            { id: 145, client_id: null, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2022-01-17T13:48:31Z"), status: "failed" },
            { id: 146, client_id: 899, transaction_type: "loan_disbursement", amount: "3656.18", transaction_date: null, status: "completed" },
            { id: 147, client_id: 896, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 148, client_id: 906, transaction_type: "loan_disbursement", amount: "54.26", transaction_date: null, status: "completed" },
            { id: 149, client_id: 321, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2020-08-13T13:58:39Z"), status: "pending" },
            { id: 150, client_id: 763, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 151, client_id: 55, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2023-11-24T19:27:41Z"), status: "pending" },
            { id: 152, client_id: 279, transaction_type: "loan_disbursement", amount: "868.08", transaction_date: null, status: "completed" },
            { id: 153, client_id: 539, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 154, client_id: 147, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 155, client_id: 261, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 156, client_id: 955, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 157, client_id: 594, transaction_type: "loan_disbursement", amount: "2280.11", transaction_date: new Date("2020-11-16T06:36:10Z"), status: "pending" },
            { id: 158, client_id: 978, transaction_type: "loan_disbursement", amount: "2511.56", transaction_date: null, status: "completed" },
            { id: 159, client_id: 200, transaction_type: "loan_disbursement", amount: "2480.62", transaction_date: null, status: "completed" },
            { id: 160, client_id: 826, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 161, client_id: 691, transaction_type: "loan_disbursement", amount: "1607.39", transaction_date: new Date("2020-12-06T18:03:15Z"), status: "failed" },
            { id: 162, client_id: 499, transaction_type: "loan_disbursement", amount: "1760.35", transaction_date: null, status: "completed" },
            { id: 163, client_id: 672, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 164, client_id: 224, transaction_type: "loan_disbursement", amount: "1840.83", transaction_date: null, status: "completed" },
            { id: 165, client_id: 151, transaction_type: "loan_disbursement", amount: "2945.82", transaction_date: null, status: "completed" },
            { id: 166, client_id: 299, transaction_type: "loan_disbursement", amount: "732.38", transaction_date: null, status: "completed" },
            { id: 167, client_id: 416, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 168, client_id: null, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2022-09-06T21:43:51Z"), status: "pending" },
            { id: 169, client_id: 991, transaction_type: "loan_disbursement", amount: "2650.22", transaction_date: null, status: "completed" },
            { id: 170, client_id: null, transaction_type: "loan_disbursement", amount: "605.76", transaction_date: null, status: "completed" },
            { id: 171, client_id: 159, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2020-05-12T16:08:21Z"), status: "failed" },
            { id: 172, client_id: 108, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 173, client_id: 674, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 174, client_id: 774, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 175, client_id: 296, transaction_type: "loan_disbursement", amount: "3996.82", transaction_date: null, status: "completed" },
            { id: 176, client_id: 64, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 177, client_id: 397, transaction_type: "loan_disbursement", amount: "3642.26", transaction_date: null, status: "completed" },
            { id: 178, client_id: 33, transaction_type: "loan_disbursement", amount: "3094.34", transaction_date: null, status: "completed" },
            { id: 179, client_id: 480, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2020-03-16T18:32:56Z"), status: "failed" },
            { id: 180, client_id: 12, transaction_type: "loan_disbursement", amount: "2355.30", transaction_date: null, status: "completed" },
            { id: 181, client_id: 196, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 182, client_id: 291, transaction_type: "loan_disbursement", amount: "17.85", transaction_date: null, status: "completed" },
            { id: 183, client_id: 664, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 184, client_id: 608, transaction_type: "loan_disbursement", amount: "230.66", transaction_date: null, status: "completed" },
            { id: 185, client_id: 351, transaction_type: "loan_disbursement", amount: "363.90", transaction_date: new Date("2023-02-15T21:22:29Z"), status: "pending" },
            { id: 186, client_id: null, transaction_type: "loan_disbursement", amount: "3216.50", transaction_date: null, status: "completed" },
            { id: 187, client_id: 551, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 188, client_id: 941, transaction_type: "loan_disbursement", amount: "214.02", transaction_date: new Date("2021-12-30T12:00:29Z"), status: "pending" },
            { id: 189, client_id: 198, transaction_type: "loan_disbursement", amount: "1691.31", transaction_date: null, status: "completed" },
            { id: 190, client_id: 864, transaction_type: "loan_disbursement", amount: "601.89", transaction_date: null, status: "completed" },
            { id: 191, client_id: 190, transaction_type: "loan_disbursement", amount: "1040.29", transaction_date: null, status: "completed" },
            { id: 192, client_id: 600, transaction_type: "loan_disbursement", amount: "1345.69", transaction_date: null, status: "completed" },
            { id: 193, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2021-07-22T14:46:51Z"), status: "pending" },
            { id: 194, client_id: 681, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 195, client_id: 325, transaction_type: "loan_disbursement", amount: "430.73", transaction_date: null, status: "completed" },
            { id: 196, client_id: 471, transaction_type: "loan_disbursement", amount: "342.83", transaction_date: new Date("2023-02-14T12:19:40Z"), status: "failed" },
            { id: 197, client_id: 105, transaction_type: "loan_disbursement", amount: "195.91", transaction_date: null, status: "completed" },
            { id: 198, client_id: 442, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 199, client_id: 572, transaction_type: "loan_disbursement", amount: "183.09", transaction_date: new Date("2020-04-14T12:46:38Z"), status: "pending" },
            { id: 200, client_id: null, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2022-11-10T20:47:23Z"), status: "pending" },
            { id: 201, client_id: 541, transaction_type: "loan_disbursement", amount: "88.43", transaction_date: null, status: "completed" },
            { id: 202, client_id: 90, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 203, client_id: 51, transaction_type: "loan_disbursement", amount: "1093.59", transaction_date: null, status: "completed" },
            { id: 204, client_id: 60, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 205, client_id: 578, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 206, client_id: 324, transaction_type: "loan_disbursement", amount: "1168.26", transaction_date: null, status: "completed" },
            { id: 207, client_id: 734, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 208, client_id: 695, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2021-06-28T20:38:24Z"), status: "failed" },
            { id: 209, client_id: 108, transaction_type: "loan_disbursement", amount: "513.58", transaction_date: new Date("2021-10-27T00:40:23Z"), status: "failed" },
            { id: 210, client_id: 768, transaction_type: "loan_disbursement", amount: "258.30", transaction_date: new Date("2021-03-09T17:19:29Z"), status: "pending" },
            { id: 211, client_id: 812, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 212, client_id: 725, transaction_type: "loan_disbursement", amount: "2241.49", transaction_date: null, status: "completed" },
            { id: 213, client_id: 698, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 214, client_id: 609, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2023-12-14T21:07:17Z"), status: "failed" },
            { id: 215, client_id: null, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2021-02-26T20:32:25Z"), status: "pending" },
            { id: 216, client_id: 634, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 217, client_id: 553, transaction_type: "loan_disbursement", amount: "1341.75", transaction_date: null, status: "completed" },
            { id: 218, client_id: 867, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2023-09-01T18:33:22Z"), status: "pending" },
            { id: 219, client_id: 530, transaction_type: "loan_disbursement", amount: "919.31", transaction_date: new Date("2023-12-27T12:31:36Z"), status: "pending" },
            { id: 220, client_id: 616, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 221, client_id: 19, transaction_type: "loan_disbursement", amount: "3865.34", transaction_date: null, status: "completed" },
            { id: 222, client_id: 623, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 223, client_id: 196, transaction_type: "loan_disbursement", amount: "97.11", transaction_date: null, status: "completed" },
            { id: 224, client_id: 712, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 225, client_id: 607, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2022-04-28T16:54:38Z"), status: "pending" },
            { id: 226, client_id: 638, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 227, client_id: 179, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 228, client_id: 364, transaction_type: "loan_disbursement", amount: "1175.47", transaction_date: new Date("2021-09-04T14:16:49Z"), status: "pending" },
            { id: 229, client_id: 830, transaction_type: "loan_disbursement", amount: "3150.41", transaction_date: null, status: "completed" },
            { id: 230, client_id: null, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 231, client_id: 355, transaction_type: "loan_disbursement", amount: "2534.69", transaction_date: null, status: "completed" },
            { id: 232, client_id: 701, transaction_type: "loan_disbursement", amount: "2541.67", transaction_date: new Date("2020-01-25T22:41:58Z"), status: "pending" },
            { id: 233, client_id: 714, transaction_type: "loan_disbursement", amount: "538.49", transaction_date: null, status: "completed" },
            { id: 234, client_id: 460, transaction_type: "loan_disbursement", amount: "2971.77", transaction_date: null, status: "completed" },
            { id: 235, client_id: 268, transaction_type: "loan_disbursement", amount: "30.00", transaction_date: new Date("2020-08-23T02:52:56Z"), status: "pending" },
            { id: 236, client_id: 961, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 237, client_id: null, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 238, client_id: 361, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 239, client_id: 623, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2023-02-23T18:37:59Z"), status: "pending" },
            { id: 240, client_id: 669, transaction_type: "loan_disbursement", amount: "112.90", transaction_date: null, status: "completed" },
            { id: 241, client_id: 371, transaction_type: "loan_disbursement", amount: "2289.14", transaction_date: null, status: "completed" },
            { id: 242, client_id: 412, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-11-30T20:17:16Z"), status: "pending" },
            { id: 243, client_id: 356, transaction_type: "loan_disbursement", amount: "682.40", transaction_date: null, status: "completed" },
            { id: 244, client_id: null, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 245, client_id: 724, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 246, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 247, client_id: 350, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 248, client_id: 374, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 249, client_id: 891, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2022-07-22T05:32:14Z"), status: "failed" },
            { id: 250, client_id: 631, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 251, client_id: 371, transaction_type: "loan_disbursement", amount: "406.22", transaction_date: null, status: "completed" },
            { id: 252, client_id: 726, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 253, client_id: 877, transaction_type: "loan_disbursement", amount: "5.17", transaction_date: new Date("2022-10-15T18:04:44Z"), status: "pending" },
            { id: 254, client_id: 482, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 255, client_id: 107, transaction_type: "loan_disbursement", amount: "476.02", transaction_date: null, status: "completed" },
            { id: 256, client_id: 184, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 257, client_id: 26, transaction_type: "loan_disbursement", amount: "4786.82", transaction_date: null, status: "completed" },
            { id: 258, client_id: 324, transaction_type: "loan_disbursement", amount: "3979.59", transaction_date: new Date("2023-04-19T16:58:14Z"), status: "failed" },
            { id: 259, client_id: 147, transaction_type: "loan_disbursement", amount: "253.94", transaction_date: null, status: "completed" },
            { id: 260, client_id: 788, transaction_type: "loan_disbursement", amount: "1704.46", transaction_date: null, status: "completed" },
            { id: 261, client_id: 422, transaction_type: "loan_disbursement", amount: "2647.53", transaction_date: new Date("2022-01-23T11:06:42Z"), status: "pending" },
            { id: 262, client_id: 965, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 263, client_id: 730, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2022-10-27T13:04:58Z"), status: "pending" },
            { id: 264, client_id: 446, transaction_type: "loan_disbursement", amount: "4714.55", transaction_date: new Date("2020-04-29T19:45:53Z"), status: "pending" },
            { id: 265, client_id: 105, transaction_type: "loan_disbursement", amount: "4560.63", transaction_date: null, status: "completed" },
            { id: 266, client_id: 225, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 267, client_id: 875, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 268, client_id: 958, transaction_type: "loan_disbursement", amount: "3291.97", transaction_date: null, status: "completed" },
            { id: 269, client_id: 825, transaction_type: "loan_disbursement", amount: "1673.48", transaction_date: null, status: "completed" },
            { id: 270, client_id: 35, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2021-12-16T16:33:35Z"), status: "pending" },
            { id: 271, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-07-29T05:16:57Z"), status: "pending" },
            { id: 272, client_id: 873, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 273, client_id: 585, transaction_type: "loan_disbursement", amount: "213.26", transaction_date: null, status: "completed" },
            { id: 274, client_id: 554, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 275, client_id: 426, transaction_type: "loan_disbursement", amount: "2388.05", transaction_date: new Date("2022-09-15T01:52:14Z"), status: "failed" },
            { id: 276, client_id: 21, transaction_type: "loan_disbursement", amount: "958.51", transaction_date: null, status: "completed" },
            { id: 277, client_id: 847, transaction_type: "loan_disbursement", amount: "4716.69", transaction_date: null, status: "completed" },
            { id: 278, client_id: 405, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2021-01-09T15:58:11Z"), status: "pending" },
            { id: 279, client_id: 452, transaction_type: "loan_disbursement", amount: "1251.11", transaction_date: null, status: "completed" },
            { id: 280, client_id: 107, transaction_type: "loan_disbursement", amount: "973.81", transaction_date: new Date("2023-02-14T08:09:20Z"), status: "pending" },
            { id: 281, client_id: 570, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 282, client_id: 337, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2021-02-10T17:33:57Z"), status: "pending" },
            { id: 283, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 284, client_id: null, transaction_type: "loan_disbursement", amount: "479.63", transaction_date: new Date("2021-02-22T22:05:14Z"), status: "pending" },
            { id: 285, client_id: 566, transaction_type: "loan_disbursement", amount: "2458.41", transaction_date: null, status: "completed" },
            { id: 286, client_id: 244, transaction_type: "loan_disbursement", amount: "3554.06", transaction_date: null, status: "completed" },
            { id: 287, client_id: null, transaction_type: "loan_disbursement", amount: "445.48", transaction_date: new Date("2020-05-11T14:27:22Z"), status: "pending" },
            { id: 288, client_id: 34, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2023-07-15T10:58:12Z"), status: "pending" },
            { id: 289, client_id: 299, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 290, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 291, client_id: 103, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 292, client_id: 836, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2022-01-03T08:57:55Z"), status: "pending" },
            { id: 293, client_id: 743, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2023-05-22T12:57:49Z"), status: "pending" },
            { id: 294, client_id: 654, transaction_type: "loan_disbursement", amount: "3146.46", transaction_date: null, status: "completed" },
            { id: 295, client_id: 131, transaction_type: "loan_disbursement", amount: "1640.49", transaction_date: null, status: "completed" },
            { id: 296, client_id: 172, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2021-10-28T10:11:42Z"), status: "failed" },
            { id: 297, client_id: 860, transaction_type: "loan_disbursement", amount: "106.24", transaction_date: null, status: "completed" },
            { id: 298, client_id: 18, transaction_type: "loan_disbursement", amount: "2912.22", transaction_date: null, status: "completed" },
            { id: 299, client_id: 977, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 300, client_id: 275, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 301, client_id: 421, transaction_type: "loan_disbursement", amount: "4004.01", transaction_date: null, status: "completed" },
            { id: 302, client_id: 832, transaction_type: "loan_disbursement", amount: "502.71", transaction_date: null, status: "completed" },
            { id: 303, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 304, client_id: 548, transaction_type: "loan_disbursement", amount: "1711.09", transaction_date: null, status: "completed" },
            { id: 305, client_id: 98, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 306, client_id: 17, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 307, client_id: 783, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 308, client_id: 240, transaction_type: "loan_disbursement", amount: "7.33", transaction_date: null, status: "completed" },
            { id: 309, client_id: null, transaction_type: "loan_disbursement", amount: "114.62", transaction_date: null, status: "completed" },
            { id: 310, client_id: 27, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 311, client_id: 723, transaction_type: "loan_disbursement", amount: "807.77", transaction_date: null, status: "completed" },
            { id: 312, client_id: 193, transaction_type: "loan_disbursement", amount: "993.26", transaction_date: new Date("2021-03-25T21:59:03Z"), status: "pending" },
            { id: 313, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 314, client_id: 109, transaction_type: "loan_disbursement", amount: "27.29", transaction_date: null, status: "completed" },
            { id: 315, client_id: 816, transaction_type: "loan_disbursement", amount: "960.95", transaction_date: new Date("2023-09-20T18:36:47Z"), status: "failed" },
            { id: 316, client_id: 545, transaction_type: "loan_disbursement", amount: "182.03", transaction_date: new Date("2021-08-12T20:22:59Z"), status: "pending" },
            { id: 317, client_id: 425, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2023-06-17T08:31:59Z"), status: "pending" },
            { id: 318, client_id: 225, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-12-15T19:55:47Z"), status: "pending" },
            { id: 319, client_id: 965, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 320, client_id: null, transaction_type: "loan_disbursement", amount: "4691.41", transaction_date: new Date("2022-02-18T12:39:11Z"), status: "pending" },
            { id: 321, client_id: 99, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 322, client_id: 3, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2021-11-21T18:50:01Z"), status: "pending" },
            { id: 323, client_id: 424, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 324, client_id: 277, transaction_type: "loan_disbursement", amount: "18.34", transaction_date: null, status: "completed" },
            { id: 325, client_id: 565, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-04-29T15:32:13Z"), status: "pending" },
            { id: 326, client_id: 695, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 327, client_id: 325, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2020-10-10T18:18:42Z"), status: "failed" },
            { id: 328, client_id: 331, transaction_type: "loan_disbursement", amount: "291.67", transaction_date: null, status: "completed" },
            { id: 329, client_id: 516, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2023-08-20T11:15:57Z"), status: "pending" },
            { id: 330, client_id: null, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2023-08-14T08:54:42Z"), status: "pending" },
            { id: 331, client_id: 440, transaction_type: "loan_disbursement", amount: "4270.02", transaction_date: null, status: "completed" },
            { id: 332, client_id: 282, transaction_type: "loan_disbursement", amount: "346.86", transaction_date: null, status: "completed" },
            { id: 333, client_id: 653, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 334, client_id: 663, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2020-09-20T09:37:02Z"), status: "failed" },
            { id: 335, client_id: 199, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 336, client_id: 431, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 337, client_id: null, transaction_type: "loan_disbursement", amount: "3413.65", transaction_date: new Date("2020-02-01T08:40:48Z"), status: "pending" },
            { id: 338, client_id: 446, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 339, client_id: 282, transaction_type: "loan_disbursement", amount: "2786.31", transaction_date: null, status: "completed" },
            { id: 340, client_id: 268, transaction_type: "loan_disbursement", amount: "2535.79", transaction_date: null, status: "completed" },
            { id: 341, client_id: 671, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 342, client_id: 53, transaction_type: "loan_disbursement", amount: "2607.97", transaction_date: new Date("2023-07-05T10:14:49Z"), status: "pending" },
            { id: 343, client_id: null, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 344, client_id: 469, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 345, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 346, client_id: 256, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2020-04-23T16:28:23Z"), status: "pending" },
            { id: 347, client_id: 323, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 348, client_id: 544, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2022-06-01T17:46:44Z"), status: "failed" },
            { id: 349, client_id: 280, transaction_type: "loan_disbursement", amount: "753.31", transaction_date: null, status: "completed" },
            { id: 350, client_id: 428, transaction_type: "loan_disbursement", amount: "117.39", transaction_date: new Date("2021-12-02T14:36:50Z"), status: "pending" },
            { id: 351, client_id: 807, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 352, client_id: 641, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 353, client_id: 327, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 354, client_id: 88, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 355, client_id: 841, transaction_type: "loan_disbursement", amount: "427.59", transaction_date: null, status: "completed" },
            { id: 356, client_id: 123, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 357, client_id: 653, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 358, client_id: 562, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 359, client_id: 707, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 360, client_id: 359, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 361, client_id: 527, transaction_type: "loan_disbursement", amount: "1170.03", transaction_date: null, status: "completed" },
            { id: 362, client_id: 659, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 363, client_id: null, transaction_type: "loan_disbursement", amount: "2673.05", transaction_date: null, status: "completed" },
            { id: 364, client_id: 450, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 365, client_id: 571, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-03-30T15:15:32Z"), status: "pending" },
            { id: 366, client_id: 406, transaction_type: "loan_disbursement", amount: "2940.91", transaction_date: new Date("2023-10-18T00:30:22Z"), status: "failed" },
            { id: 367, client_id: 933, transaction_type: "loan_disbursement", amount: "34.98", transaction_date: null, status: "completed" },
            { id: 368, client_id: 158, transaction_type: "loan_disbursement", amount: "10.29", transaction_date: null, status: "completed" },
            { id: 369, client_id: 26, transaction_type: "loan_disbursement", amount: "1750.30", transaction_date: null, status: "completed" },
            { id: 370, client_id: 374, transaction_type: "loan_disbursement", amount: "182.71", transaction_date: new Date("2023-09-22T23:11:43Z"), status: "pending" },
            { id: 371, client_id: 70, transaction_type: "loan_disbursement", amount: "256.82", transaction_date: new Date("2022-10-08T11:18:51Z"), status: "failed" },
            { id: 372, client_id: 668, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 373, client_id: 101, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2023-07-03T00:04:57Z"), status: "pending" },
            { id: 374, client_id: 725, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2020-05-15T10:23:33Z"), status: "pending" },
            { id: 375, client_id: 894, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-06-13T14:43:21Z"), status: "pending" },
            { id: 376, client_id: 606, transaction_type: "loan_disbursement", amount: "363.13", transaction_date: null, status: "completed" },
            { id: 377, client_id: null, transaction_type: "loan_disbursement", amount: "658.53", transaction_date: null, status: "completed" },
            { id: 378, client_id: 377, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 379, client_id: 496, transaction_type: "loan_disbursement", amount: "2201.86", transaction_date: null, status: "completed" },
            { id: 380, client_id: 277, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 381, client_id: 305, transaction_type: "loan_disbursement", amount: "21.53", transaction_date: new Date("2023-04-26T18:52:27Z"), status: "pending" },
            { id: 382, client_id: 489, transaction_type: "loan_disbursement", amount: "2492.16", transaction_date: new Date("2022-01-02T08:21:17Z"), status: "pending" },
            { id: 383, client_id: 860, transaction_type: "loan_disbursement", amount: "1469.27", transaction_date: null, status: "completed" },
            { id: 384, client_id: 399, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 385, client_id: 508, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 386, client_id: 959, transaction_type: "loan_disbursement", amount: "338.29", transaction_date: new Date("2023-07-23T20:29:40Z"), status: "failed" },
            { id: 387, client_id: 602, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 388, client_id: 221, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 389, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2020-10-23T06:30:15Z"), status: "pending" },
            { id: 390, client_id: 301, transaction_type: "loan_disbursement", amount: "904.86", transaction_date: null, status: "completed" },
            { id: 391, client_id: 979, transaction_type: "loan_disbursement", amount: "65.45", transaction_date: null, status: "completed" },
            { id: 392, client_id: 336, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 393, client_id: null, transaction_type: "loan_disbursement", amount: "31.98", transaction_date: null, status: "completed" },
            { id: 394, client_id: null, transaction_type: "loan_disbursement", amount: "1947.45", transaction_date: null, status: "completed" },
            { id: 395, client_id: 134, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2022-11-09T07:26:12Z"), status: "failed" },
            { id: 396, client_id: 596, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 397, client_id: 466, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 398, client_id: 725, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2021-06-15T15:37:27Z"), status: "pending" },
            { id: 399, client_id: 760, transaction_type: "loan_disbursement", amount: "13.77", transaction_date: null, status: "completed" },
            { id: 400, client_id: 414, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2022-05-12T19:29:35Z"), status: "failed" },
            { id: 401, client_id: 529, transaction_type: "loan_disbursement", amount: "390.24", transaction_date: new Date("2021-02-23T19:45:58Z"), status: "pending" },
            { id: 402, client_id: 340, transaction_type: "loan_disbursement", amount: "1857.59", transaction_date: null, status: "completed" },
            { id: 403, client_id: 30, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 404, client_id: 588, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2020-01-17T16:43:02Z"), status: "failed" },
            { id: 405, client_id: 65, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 406, client_id: 936, transaction_type: "loan_disbursement", amount: "11.29", transaction_date: null, status: "completed" },
            { id: 407, client_id: 36, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 408, client_id: 914, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 409, client_id: 607, transaction_type: "loan_disbursement", amount: "1271.94", transaction_date: new Date("2022-06-17T13:01:59Z"), status: "pending" },
            { id: 410, client_id: 593, transaction_type: "loan_disbursement", amount: "781.36", transaction_date: null, status: "completed" },
            { id: 411, client_id: 738, transaction_type: "loan_disbursement", amount: "2024.69", transaction_date: null, status: "completed" },
            { id: 412, client_id: 859, transaction_type: "loan_disbursement", amount: "1723.86", transaction_date: new Date("2021-06-30T18:41:04Z"), status: "pending" },
            { id: 413, client_id: 792, transaction_type: "loan_disbursement", amount: "3722.31", transaction_date: null, status: "completed" },
            { id: 414, client_id: 652, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2021-05-03T20:09:45Z"), status: "failed" },
            { id: 415, client_id: null, transaction_type: "loan_disbursement", amount: "2818.07", transaction_date: new Date("2023-06-22T18:22:28Z"), status: "failed" },
            { id: 416, client_id: 703, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 417, client_id: null, transaction_type: "loan_disbursement", amount: "33.63", transaction_date: null, status: "completed" },
            { id: 418, client_id: 122, transaction_type: "loan_disbursement", amount: "2599.87", transaction_date: null, status: "completed" },
            { id: 419, client_id: 995, transaction_type: "loan_disbursement", amount: "4303.90", transaction_date: null, status: "completed" },
            { id: 420, client_id: 579, transaction_type: "loan_disbursement", amount: "1738.16", transaction_date: null, status: "completed" },
            { id: 421, client_id: 172, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 422, client_id: 986, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 423, client_id: 507, transaction_type: "loan_disbursement", amount: "42.94", transaction_date: null, status: "completed" },
            { id: 424, client_id: 472, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 425, client_id: 707, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 426, client_id: 47, transaction_type: "loan_disbursement", amount: "193.66", transaction_date: null, status: "completed" },
            { id: 427, client_id: 379, transaction_type: "loan_disbursement", amount: "4091.40", transaction_date: null, status: "completed" },
            { id: 428, client_id: 525, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 429, client_id: 822, transaction_type: "loan_disbursement", amount: "227.65", transaction_date: new Date("2021-08-05T14:56:46Z"), status: "pending" },
            { id: 430, client_id: 156, transaction_type: "loan_disbursement", amount: "1489.94", transaction_date: null, status: "completed" },
            { id: 431, client_id: 422, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 432, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 433, client_id: 654, transaction_type: "loan_disbursement", amount: "4970.58", transaction_date: null, status: "completed" },
            { id: 434, client_id: 316, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 435, client_id: 209, transaction_type: "loan_disbursement", amount: "2851.72", transaction_date: new Date("2023-08-24T09:42:43Z"), status: "failed" },
            { id: 436, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 437, client_id: 602, transaction_type: "loan_disbursement", amount: "2870.74", transaction_date: null, status: "completed" },
            { id: 438, client_id: 269, transaction_type: "loan_disbursement", amount: "117.03", transaction_date: null, status: "completed" },
            { id: 439, client_id: 519, transaction_type: "loan_disbursement", amount: "896.06", transaction_date: new Date("2023-06-27T17:43:00Z"), status: "pending" },
            { id: 440, client_id: 683, transaction_type: "loan_disbursement", amount: "2936.36", transaction_date: null, status: "completed" },
            { id: 441, client_id: 291, transaction_type: "loan_disbursement", amount: "2272.86", transaction_date: null, status: "completed" },
            { id: 442, client_id: 500, transaction_type: "loan_disbursement", amount: "4604.47", transaction_date: new Date("2020-04-08T21:17:20Z"), status: "pending" },
            { id: 443, client_id: 392, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 444, client_id: 763, transaction_type: "loan_disbursement", amount: "2537.67", transaction_date: null, status: "completed" },
            { id: 445, client_id: 924, transaction_type: "loan_disbursement", amount: "4418.33", transaction_date: null, status: "completed" },
            { id: 446, client_id: 173, transaction_type: "savings_withdrawal", amount: null, transaction_date: new Date("2020-07-04T08:31:00Z"), status: "pending" },
            { id: 447, client_id: 906, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2021-10-29T08:04:31Z"), status: "pending" },
            { id: 448, client_id: 77, transaction_type: "loan_disbursement", amount: "1332.12", transaction_date: new Date("2020-08-25T11:18:32Z"), status: "pending" },
            { id: 449, client_id: 186, transaction_type: "loan_disbursement", amount: "225.96", transaction_date: null, status: "completed" },
            { id: 450, client_id: 250, transaction_type: "loan_disbursement", amount: "2552.11", transaction_date: null, status: "completed" },
            { id: 451, client_id: 169, transaction_type: "loan_disbursement", amount: "2841.23", transaction_date: null, status: "completed" },
            { id: 452, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 453, client_id: null, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2022-06-03T19:22:20Z"), status: "failed" },
            { id: 454, client_id: 285, transaction_type: "loan_disbursement", amount: "501.62", transaction_date: null, status: "completed" },
            { id: 455, client_id: 232, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-05-20T01:55:30Z"), status: "pending" },
            { id: 456, client_id: 10, transaction_type: "loan_disbursement", amount: "4276.69", transaction_date: null, status: "completed" },
            { id: 457, client_id: 991, transaction_type: "loan_disbursement", amount: "6.99", transaction_date: new Date("2020-06-24T23:18:24Z"), status: "pending" },
            { id: 458, client_id: null, transaction_type: "loan_disbursement", amount: "409.97", transaction_date: null, status: "completed" },
            { id: 459, client_id: 376, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 460, client_id: 522, transaction_type: "loan_disbursement", amount: "2577.90", transaction_date: null, status: "completed" },
            { id: 461, client_id: 718, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 462, client_id: 700, transaction_type: "loan_disbursement", amount: "2302.81", transaction_date: new Date("2020-02-04T09:44:10Z"), status: "pending" },
            { id: 463, client_id: 412, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 464, client_id: 77, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 465, client_id: 797, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2021-11-02T17:57:20Z"), status: "failed" },
            { id: 466, client_id: 248, transaction_type: "loan_disbursement", amount: "31.74", transaction_date: new Date("2021-04-27T08:25:09Z"), status: "pending" },
            { id: 467, client_id: 675, transaction_type: "loan_disbursement", amount: "1003.18", transaction_date: new Date("2022-04-26T20:15:56Z"), status: "failed" },
            { id: 468, client_id: 433, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 469, client_id: 28, transaction_type: "loan_disbursement", amount: "727.38", transaction_date: null, status: "completed" },
            { id: 470, client_id: 857, transaction_type: "loan_disbursement", amount: "3258.61", transaction_date: null, status: "completed" },
            { id: 471, client_id: 802, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 472, client_id: 328, transaction_type: "loan_disbursement", amount: "135.75", transaction_date: null, status: "completed" },
            { id: 473, client_id: 549, transaction_type: "loan_disbursement", amount: "60.16", transaction_date: null, status: "completed" },
            { id: 474, client_id: 589, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 475, client_id: 324, transaction_type: "loan_disbursement", amount: "168.84", transaction_date: null, status: "completed" },
            { id: 476, client_id: 905, transaction_type: "savings_deposit", amount: null, transaction_date: new Date("2023-08-15T09:40:14Z"), status: "failed" },
            { id: 477, client_id: 984, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 478, client_id: 152, transaction_type: "loan_disbursement", amount: "4023.00", transaction_date: null, status: "completed" },
            { id: 479, client_id: 180, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 480, client_id: null, transaction_type: "loan_disbursement", amount: "1814.63", transaction_date: null, status: "completed" },
            { id: 481, client_id: 540, transaction_type: "savings_withdrawal", amount: null, transaction_date: null, status: "completed" },
            { id: 482, client_id: 280, transaction_type: "loan_disbursement", amount: "136.13", transaction_date: null, status: "completed" },
            { id: 483, client_id: 209, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 484, client_id: 214, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2021-07-18T17:09:24Z"), status: "pending" },
            { id: 485, client_id: 102, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 486, client_id: null, transaction_type: "loan_disbursement", amount: "3996.04", transaction_date: null, status: "completed" },
            { id: 487, client_id: 851, transaction_type: "loan_disbursement", amount: "226.11", transaction_date: null, status: "completed" },
            { id: 488, client_id: 850, transaction_type: "loan_disbursement", amount: "798.56", transaction_date: null, status: "completed" },
            { id: 489, client_id: 704, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2022-03-03T20:35:50Z"), status: "pending" },
            { id: 490, client_id: 907, transaction_type: "loan_repayment", amount: null, transaction_date: new Date("2023-06-05T08:57:38Z"), status: "failed" },
            { id: 491, client_id: 779, transaction_type: "loan_disbursement", amount: "180.75", transaction_date: null, status: "completed" },
            { id: 492, client_id: 567, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 493, client_id: 82, transaction_type: "loan_disbursement", amount: "69.65", transaction_date: null, status: "completed" },
            { id: 494, client_id: null, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 495, client_id: 702, transaction_type: "loan_disbursement", amount: "1102.67", transaction_date: null, status: "completed" },
            { id: 496, client_id: 512, transaction_type: "loan_disbursement", amount: "2120.43", transaction_date: null, status: "completed" },
            { id: 497, client_id: 833, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 498, client_id: 495, transaction_type: "savings_deposit", amount: null, transaction_date: null, status: "completed" },
            { id: 499, client_id: 51, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
            { id: 500, client_id: 879, transaction_type: "loan_repayment", amount: null, transaction_date: null, status: "completed" },
        ],
    });
}

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