// Retail Bank Accounts (retail-bank-accounts) 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.branches), 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.branches.createMany({
        data: [
            { branch_id: 1, branch_name: "east village", location: "Rome", manager_name: "Emma Yilmaz", established_date: "2017-02-27" },
            { branch_id: 2, branch_name: "choice community west", location: "Istanbul", manager_name: "Tariq Evans", established_date: "2020-08-31" },
            { branch_id: 3, branch_name: "river central west", location: "Zurich", manager_name: "Maya Weber", established_date: "2012-10-18" },
            { branch_id: 4, branch_name: "south", location: "Rome", manager_name: "Marco Zhang", established_date: "2018-10-04" },
            { branch_id: 5, branch_name: "suburban network branch", location: "Oslo", manager_name: "Ravi Tanaka", established_date: "2016-11-09" },
            { branch_id: 6, branch_name: "wealth link", location: "Auckland", manager_name: "Andre Clark", established_date: "2007-03-27" },
            { branch_id: 7, branch_name: "capital credit river", location: "Hamburg", manager_name: "Carlos Meyer", established_date: "2011-09-02" },
            { branch_id: 8, branch_name: "connection plaza", location: "Sao Paulo", manager_name: "Mei Becker", established_date: "2014-03-03" },
            { branch_id: 9, branch_name: "region", location: "Kyoto", manager_name: null, established_date: "2001-08-11" },
            { branch_id: 10, branch_name: "savings market", location: "Prague", manager_name: "Karim Kumar", established_date: "2000-03-07" },
        ],
    });
    await prisma.customers.createMany({
        data: [
            { customer_id: 1, first_name: "Carla", last_name: "Torres", email: "carla.torres@example.net", phone: "+1-917-555-0187", branch_id: 5 },
            { customer_id: 2, first_name: "Sam", last_name: "Kumar", email: "sam.kumar@example.net", phone: "+1-415-555-0136", branch_id: 8 },
            { customer_id: 3, first_name: "Sam", last_name: "Kowalski", email: "sam.kowalski@example.org", phone: "+1-713-555-0151", branch_id: 2 },
            { customer_id: 4, first_name: "Felix", last_name: "Shah", email: "felix.shah@example.org", phone: "+1-905-555-0110", branch_id: null },
            { customer_id: 5, first_name: "Tariq", last_name: "Flores", email: "tariq.flores@example.org", phone: "+1-469-555-0151", branch_id: 3 },
            { customer_id: 6, first_name: "Hana", last_name: "Ibrahim", email: "hana.ibrahim@example.com", phone: null, branch_id: 1 },
            { customer_id: 7, first_name: "David", last_name: "Miller", email: "david.miller@example.org", phone: "+1-202-555-0102", branch_id: 7 },
            { customer_id: 8, first_name: "Nour", last_name: "Demir", email: "nour.demir@example.net", phone: "+1-212-555-0153", branch_id: 10 },
            { customer_id: 9, first_name: "Ivan", last_name: "Kim", email: "ivan.kim@example.org", phone: "+1-214-555-0188", branch_id: null },
            { customer_id: 10, first_name: "Yusuf", last_name: "Becker", email: "yusuf.becker@example.com", phone: "+1-857-555-0115", branch_id: 9 },
            { customer_id: 11, first_name: "David", last_name: "Singh", email: "david.singh@example.net", phone: "+1-512-555-0193", branch_id: 7 },
            { customer_id: 12, first_name: "Uma", last_name: "Silva", email: "uma.silva@example.org", phone: "+1-713-555-0194", branch_id: 2 },
            { customer_id: 13, first_name: "Rafael", last_name: "Young", email: "rafael.young@example.org", phone: "+1-917-555-0161", branch_id: 3 },
            { customer_id: 14, first_name: "Jade", last_name: "Hansen", email: "jade.hansen@example.org", phone: "+1-212-555-0122", branch_id: 8 },
            { customer_id: 15, first_name: "Mohamed", last_name: "Ibrahim", email: "mohamed.ibrahim@example.com", phone: "+1-303-555-0177", branch_id: 4 },
            { customer_id: 16, first_name: "Nour", last_name: "Adams", email: "nour.adams@example.com", phone: "+1-469-555-0199", branch_id: 9 },
            { customer_id: 17, first_name: "Kai", last_name: "Davis", email: "kai.davis@example.com", phone: "+1-713-555-0103", branch_id: 3 },
            { customer_id: 18, first_name: "Jack", last_name: "Cruz", email: "jack.cruz@example.com", phone: "+1-213-555-0172", branch_id: 7 },
            { customer_id: 19, first_name: "James", last_name: "Weber", email: "james.weber@example.net", phone: null, branch_id: 10 },
            { customer_id: 20, first_name: "Sven", last_name: "Adams", email: "sven.adams@example.net", phone: "+1-312-555-0183", branch_id: 4 },
            { customer_id: 21, first_name: "Ana", last_name: "Evans", email: "ana.evans@example.org", phone: "+1-305-555-0126", branch_id: 8 },
            { customer_id: 22, first_name: "Tariq", last_name: "Sato", email: "tariq.sato@example.com", phone: "+1-617-555-0186", branch_id: 4 },
            { customer_id: 23, first_name: "Mateo", last_name: "Ruiz", email: "mateo.ruiz@example.net", phone: "+1-303-555-0151", branch_id: 10 },
            { customer_id: 24, first_name: "Mia", last_name: "Dubois", email: "mia.dubois@example.com", phone: "+1-503-555-0171", branch_id: 7 },
            { customer_id: 25, first_name: "Theo", last_name: "Hassan", email: "theo.hassan@example.org", phone: "+1-612-555-0103", branch_id: 5 },
            { customer_id: 26, first_name: "Jonas", last_name: "Rossi", email: "jonas.rossi@example.net", phone: "+1-713-555-0141", branch_id: 2 },
            { customer_id: 27, first_name: "Ethan", last_name: "Evans", email: "ethan.evans@example.org", phone: "+1-702-555-0119", branch_id: 6 },
            { customer_id: 28, first_name: "Isaac", last_name: "Sousa", email: "isaac.sousa@example.com", phone: "+1-214-555-0189", branch_id: null },
            { customer_id: 29, first_name: "Sofia", last_name: "Wilson", email: "sofia.wilson@example.org", phone: "+1-857-555-0100", branch_id: 10 },
            { customer_id: 30, first_name: "Oscar", last_name: "Patel", email: "oscar.patel@example.org", phone: "+1-312-555-0181", branch_id: 9 },
            { customer_id: 31, first_name: "Liam", last_name: "Ahmed", email: "liam.ahmed@example.com", phone: "+1-305-555-0158", branch_id: 5 },
            { customer_id: 32, first_name: "Kai", last_name: "Becker", email: "kai.becker@example.net", phone: "+1-617-555-0173", branch_id: 6 },
            { customer_id: 33, first_name: "Sofia", last_name: "Yilmaz", email: "sofia.yilmaz@example.net", phone: "+1-512-555-0110", branch_id: 4 },
            { customer_id: 34, first_name: "Laura", last_name: "Vargas", email: "laura.vargas@example.net", phone: "+1-202-555-0193", branch_id: 5 },
            { customer_id: 35, first_name: "Zoe", last_name: "Murphy", email: "zoe.murphy@example.com", phone: "+1-214-555-0178", branch_id: 1 },
            { customer_id: 36, first_name: "Nadia", last_name: "Chen", email: "nadia.chen@example.org", phone: null, branch_id: 10 },
            { customer_id: 37, first_name: "David", last_name: "Shah", email: "david.shah@example.net", phone: null, branch_id: 6 },
            { customer_id: 38, first_name: "David", last_name: "Sousa", email: "david.sousa@example.net", phone: "+1-905-555-0107", branch_id: 2 },
            { customer_id: 39, first_name: "Lena", last_name: "Pereira", email: "lena.pereira@example.org", phone: "+1-604-555-0106", branch_id: 6 },
            { customer_id: 40, first_name: "Jade", last_name: "Schneider", email: "jade.schneider@example.net", phone: "+1-905-555-0189", branch_id: null },
            { customer_id: 41, first_name: "Mila", last_name: "Reyes", email: "mila.reyes@example.net", phone: "+1-702-555-0185", branch_id: 5 },
            { customer_id: 42, first_name: "Victor", last_name: "Kowalski", email: "victor.kowalski@example.net", phone: null, branch_id: 4 },
            { customer_id: 43, first_name: "Nina", last_name: "Kumar", email: "nina.kumar@example.org", phone: "+1-416-555-0184", branch_id: 8 },
            { customer_id: 44, first_name: "Isaac", last_name: "Moreau", email: "isaac.moreau@example.org", phone: "+1-503-555-0175", branch_id: null },
            { customer_id: 45, first_name: "Sara", last_name: "Sato", email: "sara.sato@example.net", phone: "+1-312-555-0159", branch_id: null },
            { customer_id: 46, first_name: "Yara", last_name: "Hassan", email: "yara.hassan@example.com", phone: "+1-713-555-0135", branch_id: 3 },
            { customer_id: 47, first_name: "Ana", last_name: "Gomez", email: "ana.gomez@example.com", phone: "+1-503-555-0134", branch_id: 6 },
            { customer_id: 48, first_name: "Uma", last_name: "Ibrahim", email: "uma.ibrahim@example.org", phone: null, branch_id: 4 },
            { customer_id: 49, first_name: "Sam", last_name: "Klein", email: "sam.klein@example.org", phone: "+1-305-555-0198", branch_id: 3 },
            { customer_id: 50, first_name: "Pedro", last_name: "Patel", email: "pedro.patel@example.com", phone: "+1-512-555-0169", branch_id: 3 },
            { customer_id: 51, first_name: "Sven", last_name: "Fischer", email: "sven.fischer@example.com", phone: "+1-415-555-0186", branch_id: 1 },
            { customer_id: 52, first_name: "Oscar", last_name: "Adams", email: "oscar.adams@example.net", phone: "+1-857-555-0192", branch_id: null },
            { customer_id: 53, first_name: "Jonas", last_name: "Garcia", email: "jonas.garcia@example.net", phone: "+1-503-555-0183", branch_id: null },
            { customer_id: 54, first_name: "Paula", last_name: "Carter", email: "paula.carter@example.org", phone: "+1-713-555-0128", branch_id: 9 },
            { customer_id: 55, first_name: "Mila", last_name: "Ali", email: "mila.ali@example.com", phone: "+1-416-555-0107", branch_id: 7 },
            { customer_id: 56, first_name: "Andre", last_name: "Nguyen", email: "andre.nguyen@example.com", phone: "+1-801-555-0192", branch_id: 7 },
            { customer_id: 57, first_name: "Rafael", last_name: "Flores", email: "rafael.flores@example.com", phone: null, branch_id: 8 },
            { customer_id: 58, first_name: "Uma", last_name: "Wagner", email: "uma.wagner@example.org", phone: "+1-778-555-0145", branch_id: 7 },
            { customer_id: 59, first_name: "Maya", last_name: "Wang", email: "maya.wang@example.net", phone: "+1-905-555-0133", branch_id: 6 },
            { customer_id: 60, first_name: "Grace", last_name: "Wright", email: "grace.wright@example.org", phone: "+1-905-555-0100", branch_id: 10 },
            { customer_id: 61, first_name: "Hugo", last_name: "Andersen", email: "hugo.andersen@example.org", phone: "+1-503-555-0167", branch_id: 8 },
            { customer_id: 62, first_name: "Pedro", last_name: "Dubois", email: "pedro.dubois@example.com", phone: "+1-503-555-0137", branch_id: 2 },
            { customer_id: 63, first_name: "Mohamed", last_name: "Meyer", email: "mohamed.meyer@example.net", phone: "+1-917-555-0146", branch_id: 2 },
            { customer_id: 64, first_name: "Priya", last_name: "Yilmaz", email: "priya.yilmaz@example.net", phone: null, branch_id: null },
            { customer_id: 65, first_name: "Diego", last_name: "Torres", email: "diego.torres@example.net", phone: "+1-972-555-0158", branch_id: null },
            { customer_id: 66, first_name: "Mohamed", last_name: "Park", email: "mohamed.park@example.org", phone: "+1-972-555-0104", branch_id: 3 },
            { customer_id: 67, first_name: "Ivan", last_name: "Smith", email: "ivan.smith@example.org", phone: "+1-617-555-0120", branch_id: 5 },
            { customer_id: 68, first_name: "Zara", last_name: "Kumar", email: "zara.kumar@example.com", phone: null, branch_id: 6 },
            { customer_id: 69, first_name: "Arjun", last_name: "Davis", email: "arjun.davis@example.net", phone: "+1-905-555-0132", branch_id: 7 },
            { customer_id: 70, first_name: "Liam", last_name: "Young", email: "liam.young@example.net", phone: "+1-801-555-0142", branch_id: 7 },
            { customer_id: 71, first_name: "Yusuf", last_name: "Fischer", email: "yusuf.fischer@example.org", phone: "+1-305-555-0157", branch_id: 5 },
            { customer_id: 72, first_name: "Olivia", last_name: "Ruiz", email: "olivia.ruiz@example.net", phone: "+1-778-555-0190", branch_id: 5 },
            { customer_id: 73, first_name: "Ruby", last_name: "Garcia", email: "ruby.garcia@example.org", phone: null, branch_id: 10 },
            { customer_id: 74, first_name: "Maja", last_name: "Davis", email: "maja.davis@example.net", phone: "+1-213-555-0188", branch_id: 2 },
            { customer_id: 75, first_name: "Ibrahim", last_name: "Hoffmann", email: "ibrahim.hoffmann@example.org", phone: "+1-416-555-0177", branch_id: 6 },
            { customer_id: 76, first_name: "Rafael", last_name: "Costa", email: "rafael.costa@example.net", phone: "+1-212-555-0163", branch_id: 3 },
            { customer_id: 77, first_name: "Mohamed", last_name: "Rossi", email: "mohamed.rossi@example.net", phone: "+1-404-555-0163", branch_id: 5 },
            { customer_id: 78, first_name: "Maya", last_name: "Lopez", email: "maya.lopez@example.com", phone: "+1-212-555-0122", branch_id: 9 },
            { customer_id: 79, first_name: "Zoe", last_name: "Martin", email: "zoe.martin@example.org", phone: "+1-212-555-0141", branch_id: null },
            { customer_id: 80, first_name: "Emma", last_name: "Rossi", email: "emma.rossi@example.com", phone: null, branch_id: 7 },
            { customer_id: 81, first_name: "Fatima", last_name: "Johnson", email: "fatima.johnson@example.net", phone: "+1-303-555-0181", branch_id: 4 },
            { customer_id: 82, first_name: "Selin", last_name: "Sousa", email: "selin.sousa@example.com", phone: "+1-512-555-0168", branch_id: 3 },
            { customer_id: 83, first_name: "Carlos", last_name: "Clark", email: "carlos.clark@example.com", phone: "+1-415-555-0198", branch_id: 1 },
            { customer_id: 84, first_name: "Omar", last_name: "Demir", email: "omar.demir@example.org", phone: "+1-312-555-0100", branch_id: 4 },
            { customer_id: 85, first_name: "James", last_name: "Evans", email: "james.evans@example.net", phone: "+1-972-555-0118", branch_id: 8 },
            { customer_id: 86, first_name: "Marco", last_name: "Lee", email: "marco.lee@example.net", phone: "+1-512-555-0106", branch_id: 10 },
            { customer_id: 87, first_name: "Ines", last_name: "Lopez", email: "ines.lopez@example.net", phone: "+1-213-555-0151", branch_id: 6 },
            { customer_id: 88, first_name: "Hana", last_name: "Schneider", email: "hana.schneider@example.com", phone: "+1-778-555-0128", branch_id: 9 },
            { customer_id: 89, first_name: "Diego", last_name: "Adams", email: "diego.adams@example.com", phone: "+1-305-555-0122", branch_id: 3 },
            { customer_id: 90, first_name: "Anna", last_name: "Schmidt", email: "anna.schmidt@example.com", phone: "+1-404-555-0191", branch_id: 6 },
            { customer_id: 91, first_name: "Julia", last_name: "Schneider", email: "julia.schneider@example.org", phone: "+1-202-555-0153", branch_id: 1 },
            { customer_id: 92, first_name: "Victor", last_name: "Ahmed", email: "victor.ahmed@example.org", phone: null, branch_id: 7 },
            { customer_id: 93, first_name: "Liam", last_name: "Singh", email: "liam.singh@example.org", phone: "+1-312-555-0194", branch_id: 6 },
            { customer_id: 94, first_name: "Deniz", last_name: "Cruz", email: "deniz.cruz@example.org", phone: "+1-303-555-0199", branch_id: 7 },
            { customer_id: 95, first_name: "Paula", last_name: "Brown", email: "paula.brown@example.com", phone: "+1-512-555-0134", branch_id: 9 },
            { customer_id: 96, first_name: "Zoe", last_name: "Larsen", email: "zoe.larsen@example.org", phone: "+1-213-555-0128", branch_id: 5 },
            { customer_id: 97, first_name: "Priya", last_name: "Mendes", email: "priya.mendes@example.org", phone: "+1-604-555-0138", branch_id: 1 },
            { customer_id: 98, first_name: "Isaac", last_name: "Oliveira", email: "isaac.oliveira@example.org", phone: "+1-202-555-0137", branch_id: 5 },
            { customer_id: 99, first_name: "Sam", last_name: "Meyer", email: "sam.meyer@example.net", phone: "+1-702-555-0171", branch_id: 10 },
            { customer_id: 100, first_name: "Theo", last_name: "Wilson", email: "theo.wilson@example.org", phone: "+1-972-555-0189", branch_id: 2 },
            { customer_id: 101, first_name: "Ruby", last_name: "Ahmed", email: "ruby.ahmed@example.net", phone: null, branch_id: 4 },
            { customer_id: 102, first_name: "Selin", last_name: "Jensen", email: "selin.jensen@example.com", phone: "+1-312-555-0107", branch_id: 5 },
            { customer_id: 103, first_name: "Arjun", last_name: "Shah", email: "arjun.shah@example.net", phone: "+1-303-555-0186", branch_id: 7 },
            { customer_id: 104, first_name: "Rafael", last_name: "Cruz", email: "rafael.cruz@example.net", phone: "+1-604-555-0154", branch_id: 10 },
            { customer_id: 105, first_name: "Paula", last_name: "Andersen", email: "paula.andersen@example.net", phone: null, branch_id: 6 },
            { customer_id: 106, first_name: "Tomas", last_name: "Miller", email: "tomas.miller@example.com", phone: "+1-702-555-0128", branch_id: 1 },
            { customer_id: 107, first_name: "Maya", last_name: "Bennett", email: "maya.bennett@example.net", phone: null, branch_id: 3 },
            { customer_id: 108, first_name: "Wei", last_name: "Wang", email: "wei.wang@example.com", phone: "+1-305-555-0193", branch_id: null },
            { customer_id: 109, first_name: "Lina", last_name: "Torres", email: "lina.torres@example.net", phone: "+1-604-555-0131", branch_id: 10 },
            { customer_id: 110, first_name: "Omar", last_name: "Klein", email: "omar.klein@example.org", phone: "+1-415-555-0169", branch_id: 7 },
            { customer_id: 111, first_name: "Theo", last_name: "Pereira", email: "theo.pereira@example.org", phone: null, branch_id: 9 },
            { customer_id: 112, first_name: "Tomas", last_name: "Wagner", email: "tomas.wagner@example.net", phone: "+1-972-555-0139", branch_id: 3 },
            { customer_id: 113, first_name: "Victor", last_name: "Andersen", email: "victor.andersen@example.net", phone: null, branch_id: 3 },
            { customer_id: 114, first_name: "Selin", last_name: "Bennett", email: "selin.bennett@example.org", phone: null, branch_id: 2 },
            { customer_id: 115, first_name: "Jack", last_name: "Diaz", email: "jack.diaz@example.com", phone: "+1-604-555-0128", branch_id: 1 },
            { customer_id: 116, first_name: "Sven", last_name: "Tanaka", email: "sven.tanaka@example.com", phone: "+1-404-555-0145", branch_id: 8 },
            { customer_id: 117, first_name: "Ethan", last_name: "Torres", email: "ethan.torres@example.net", phone: "+1-857-555-0116", branch_id: 6 },
            { customer_id: 118, first_name: "Laura", last_name: "Brown", email: "laura.brown@example.net", phone: "+1-905-555-0152", branch_id: 8 },
            { customer_id: 119, first_name: "Mohamed", last_name: "Castro", email: "mohamed.castro@example.com", phone: "+1-612-555-0182", branch_id: 9 },
            { customer_id: 120, first_name: "Mei", last_name: "Oliveira", email: "mei.oliveira@example.com", phone: "+1-801-555-0176", branch_id: 6 },
            { customer_id: 121, first_name: "Omar", last_name: "Wright", email: "omar.wright@example.com", phone: "+1-713-555-0174", branch_id: 1 },
            { customer_id: 122, first_name: "Tomas", last_name: "Ahmed", email: "tomas.ahmed@example.net", phone: "+1-416-555-0142", branch_id: 8 },
            { customer_id: 123, first_name: "Hannah", last_name: "Oliveira", email: "hannah.oliveira@example.com", phone: "+1-604-555-0155", branch_id: 4 },
            { customer_id: 124, first_name: "Ibrahim", last_name: "Silva", email: "ibrahim.silva@example.net", phone: null, branch_id: 3 },
            { customer_id: 125, first_name: "Jade", last_name: "Johnson", email: "jade.johnson@example.org", phone: "+1-212-555-0164", branch_id: 6 },
            { customer_id: 126, first_name: "Andre", last_name: "Schneider", email: "andre.schneider@example.net", phone: "+1-617-555-0187", branch_id: null },
            { customer_id: 127, first_name: "Chloe", last_name: "Sato", email: "chloe.sato@example.com", phone: "+1-612-555-0102", branch_id: 5 },
            { customer_id: 128, first_name: "Yusuf", last_name: "Ahmed", email: "yusuf.ahmed@example.org", phone: "+1-214-555-0146", branch_id: null },
            { customer_id: 129, first_name: "Ines", last_name: "Evans", email: "ines.evans@example.net", phone: "+1-713-555-0147", branch_id: 3 },
            { customer_id: 130, first_name: "Victor", last_name: "Smith", email: "victor.smith@example.org", phone: "+1-312-555-0120", branch_id: 7 },
            { customer_id: 131, first_name: "Rosa", last_name: "Dubois", email: "rosa.dubois@example.net", phone: null, branch_id: 4 },
            { customer_id: 132, first_name: "Deniz", last_name: "Novak", email: "deniz.novak@example.net", phone: "+1-702-555-0193", branch_id: 3 },
            { customer_id: 133, first_name: "Ana", last_name: "Kowalski", email: "ana.kowalski@example.net", phone: "+1-778-555-0138", branch_id: 2 },
            { customer_id: 134, first_name: "Ivan", last_name: "Chen", email: "ivan.chen@example.net", phone: "+1-303-555-0126", branch_id: 6 },
            { customer_id: 135, first_name: "Amir", last_name: "Gomez", email: "amir.gomez@example.org", phone: "+1-503-555-0123", branch_id: 2 },
            { customer_id: 136, first_name: "Julia", last_name: "Schneider", email: "julia.schneider@example.com", phone: null, branch_id: 5 },
            { customer_id: 137, first_name: "Zoe", last_name: "Hoffmann", email: "zoe.hoffmann@example.net", phone: "+1-612-555-0115", branch_id: null },
            { customer_id: 138, first_name: "Jade", last_name: "Kowalski", email: "jade.kowalski@example.org", phone: "+1-404-555-0121", branch_id: 10 },
            { customer_id: 139, first_name: "James", last_name: "Lee", email: "james.lee@example.com", phone: "+1-713-555-0119", branch_id: 1 },
            { customer_id: 140, first_name: "Zara", last_name: "Khan", email: "zara.khan@example.net", phone: "+1-617-555-0133", branch_id: 5 },
            { customer_id: 141, first_name: "Ethan", last_name: "Shah", email: "ethan.shah@example.com", phone: "+1-905-555-0113", branch_id: 7 },
            { customer_id: 142, first_name: "Tariq", last_name: "Rossi", email: "tariq.rossi@example.org", phone: "+1-801-555-0166", branch_id: null },
            { customer_id: 143, first_name: "Noah", last_name: "Patel", email: "noah.patel@example.org", phone: "+1-469-555-0145", branch_id: 2 },
            { customer_id: 144, first_name: "Fatima", last_name: "Weber", email: "fatima.weber@example.com", phone: "+1-469-555-0192", branch_id: 6 },
            { customer_id: 145, first_name: "Maja", last_name: "Clark", email: "maja.clark@example.com", phone: null, branch_id: null },
            { customer_id: 146, first_name: "Sara", last_name: "Walker", email: "sara.walker@example.net", phone: "+1-404-555-0103", branch_id: 7 },
            { customer_id: 147, first_name: "Sofia", last_name: "Gomez", email: "sofia.gomez@example.com", phone: "+1-512-555-0191", branch_id: 9 },
            { customer_id: 148, first_name: "Ruby", last_name: "Nakamura", email: "ruby.nakamura@example.net", phone: "+1-212-555-0192", branch_id: 4 },
            { customer_id: 149, first_name: "Ben", last_name: "Bennett", email: "ben.bennett@example.net", phone: "+1-202-555-0162", branch_id: 10 },
            { customer_id: 150, first_name: "Emma", last_name: "Moreau", email: "emma.moreau@example.net", phone: "+1-778-555-0127", branch_id: 1 },
            { customer_id: 151, first_name: "Ethan", last_name: "Ruiz", email: "ethan.ruiz@example.net", phone: "+1-778-555-0185", branch_id: 2 },
            { customer_id: 152, first_name: "Ethan", last_name: "Ahmed", email: "ethan.ahmed@example.org", phone: "+1-905-555-0168", branch_id: 2 },
            { customer_id: 153, first_name: "Theo", last_name: "Singh", email: "theo.singh@example.com", phone: "+1-713-555-0186", branch_id: null },
            { customer_id: 154, first_name: "Lena", last_name: "Klein", email: "lena.klein@example.org", phone: "+1-303-555-0145", branch_id: 2 },
            { customer_id: 155, first_name: "Felix", last_name: "Kumar", email: "felix.kumar@example.org", phone: "+1-469-555-0144", branch_id: 5 },
            { customer_id: 156, first_name: "Sara", last_name: "Lee", email: "sara.lee@example.net", phone: "+1-917-555-0157", branch_id: 10 },
            { customer_id: 157, first_name: "Marco", last_name: "Smith", email: "marco.smith@example.net", phone: "+1-213-555-0140", branch_id: 4 },
            { customer_id: 158, first_name: "James", last_name: "Park", email: "james.park@example.net", phone: "+1-303-555-0199", branch_id: 5 },
            { customer_id: 159, first_name: "Fatima", last_name: "Gomez", email: "fatima.gomez@example.net", phone: null, branch_id: 5 },
            { customer_id: 160, first_name: "James", last_name: "Meyer", email: "james.meyer@example.org", phone: "+1-778-555-0192", branch_id: 4 },
            { customer_id: 161, first_name: "Yusuf", last_name: "Cruz", email: "yusuf.cruz@example.net", phone: "+1-416-555-0126", branch_id: null },
            { customer_id: 162, first_name: "Mateo", last_name: "Oliveira", email: "mateo.oliveira@example.com", phone: "+1-416-555-0130", branch_id: 2 },
            { customer_id: 163, first_name: "Yara", last_name: "Novak", email: "yara.novak@example.com", phone: "+1-604-555-0179", branch_id: 7 },
            { customer_id: 164, first_name: "Yusuf", last_name: "Nakamura", email: "yusuf.nakamura@example.net", phone: "+1-702-555-0102", branch_id: 3 },
            { customer_id: 165, first_name: "Uma", last_name: "Reyes", email: "uma.reyes@example.org", phone: "+1-404-555-0128", branch_id: 9 },
            { customer_id: 166, first_name: "Omar", last_name: "Walker", email: "omar.walker@example.com", phone: null, branch_id: 9 },
            { customer_id: 167, first_name: "Ibrahim", last_name: "Baker", email: "ibrahim.baker@example.org", phone: "+1-303-555-0126", branch_id: 10 },
            { customer_id: 168, first_name: "Lucas", last_name: "Schneider", email: "lucas.schneider@example.net", phone: "+1-214-555-0163", branch_id: 10 },
            { customer_id: 169, first_name: "Maja", last_name: "Diaz", email: "maja.diaz@example.net", phone: "+1-202-555-0195", branch_id: 1 },
            { customer_id: 170, first_name: "Sofia", last_name: "Ali", email: "sofia.ali@example.net", phone: "+1-469-555-0152", branch_id: null },
            { customer_id: 171, first_name: "Deniz", last_name: "Shah", email: "deniz.shah@example.org", phone: "+1-503-555-0191", branch_id: 7 },
            { customer_id: 172, first_name: "Pedro", last_name: "Becker", email: "pedro.becker@example.org", phone: "+1-503-555-0146", branch_id: 8 },
            { customer_id: 173, first_name: "David", last_name: "Kumar", email: "david.kumar@example.org", phone: "+1-303-555-0194", branch_id: 1 },
            { customer_id: 174, first_name: "Mateo", last_name: "Nakamura", email: "mateo.nakamura@example.com", phone: null, branch_id: 8 },
            { customer_id: 175, first_name: "Jade", last_name: "Schneider", email: "jade.schneider@example.org", phone: "+1-202-555-0106", branch_id: null },
            { customer_id: 176, first_name: "Ravi", last_name: "Sousa", email: "ravi.sousa@example.com", phone: "+1-702-555-0140", branch_id: 8 },
            { customer_id: 177, first_name: "Lina", last_name: "Wright", email: "lina.wright@example.org", phone: "+1-404-555-0132", branch_id: null },
            { customer_id: 178, first_name: "Sara", last_name: "Castro", email: "sara.castro@example.net", phone: "+1-702-555-0116", branch_id: 2 },
            { customer_id: 179, first_name: "Ana", last_name: "Smith", email: "ana.smith@example.net", phone: "+1-604-555-0127", branch_id: 6 },
            { customer_id: 180, first_name: "Jack", last_name: "Patel", email: "jack.patel@example.org", phone: "+1-312-555-0151", branch_id: 5 },
            { customer_id: 181, first_name: "Hannah", last_name: "Kaya", email: "hannah.kaya@example.org", phone: "+1-617-555-0122", branch_id: 7 },
            { customer_id: 182, first_name: "Victor", last_name: "Ahmed", email: "victor.ahmed@example.com", phone: "+1-702-555-0105", branch_id: 9 },
            { customer_id: 183, first_name: "Victor", last_name: "Nguyen", email: "victor.nguyen@example.com", phone: "+1-857-555-0148", branch_id: 2 },
            { customer_id: 184, first_name: "Mei", last_name: "Mendes", email: "mei.mendes@example.com", phone: "+1-604-555-0172", branch_id: 9 },
            { customer_id: 185, first_name: "Deniz", last_name: "Young", email: "deniz.young@example.net", phone: "+1-305-555-0113", branch_id: null },
            { customer_id: 186, first_name: "Jack", last_name: "Wagner", email: "jack.wagner@example.org", phone: null, branch_id: null },
            { customer_id: 187, first_name: "Tomas", last_name: "Fischer", email: "tomas.fischer@example.org", phone: "+1-617-555-0111", branch_id: 6 },
            { customer_id: 188, first_name: "Nour", last_name: "Baker", email: "nour.baker@example.org", phone: "+1-404-555-0166", branch_id: 10 },
            { customer_id: 189, first_name: "Ana", last_name: "Baker", email: "ana.baker@example.net", phone: "+1-917-555-0111", branch_id: 6 },
            { customer_id: 190, first_name: "Fatima", last_name: "Singh", email: "fatima.singh@example.org", phone: "+1-905-555-0143", branch_id: 6 },
            { customer_id: 191, first_name: "Mohamed", last_name: "Brown", email: "mohamed.brown@example.com", phone: "+1-857-555-0153", branch_id: 2 },
            { customer_id: 192, first_name: "Liam", last_name: "Lee", email: "liam.lee@example.com", phone: "+1-702-555-0164", branch_id: 1 },
            { customer_id: 193, first_name: "Rafael", last_name: "Fischer", email: "rafael.fischer@example.com", phone: "+1-713-555-0162", branch_id: null },
            { customer_id: 194, first_name: "Mia", last_name: "Ali", email: "mia.ali@example.net", phone: null, branch_id: 4 },
            { customer_id: 195, first_name: "Emma", last_name: "Ahmed", email: "emma.ahmed@example.net", phone: "+1-778-555-0140", branch_id: 10 },
            { customer_id: 196, first_name: "Chloe", last_name: "Hughes", email: "chloe.hughes@example.net", phone: "+1-305-555-0164", branch_id: 8 },
            { customer_id: 197, first_name: "Mateo", last_name: "Khan", email: "mateo.khan@example.org", phone: "+1-469-555-0124", branch_id: 3 },
            { customer_id: 198, first_name: "Priya", last_name: "Diaz", email: "priya.diaz@example.net", phone: "+1-905-555-0140", branch_id: 8 },
            { customer_id: 199, first_name: "Elena", last_name: "Lopez", email: "elena.lopez@example.net", phone: "+1-857-555-0112", branch_id: 3 },
            { customer_id: 200, first_name: "Zara", last_name: "Yilmaz", email: "zara.yilmaz@example.com", phone: "+1-202-555-0155", branch_id: 1 },
        ],
    });
    await prisma.accounts.createMany({
        data: [
            { account_id: 1, customer_id: 85, account_type: "checking", balance: "33249.19", open_date: "2022-09-13" },
            { account_id: 2, customer_id: 171, account_type: "checking", balance: "59905.91", open_date: "2020-11-21" },
            { account_id: 3, customer_id: 164, account_type: "checking", balance: "8920.23", open_date: "2020-10-04" },
            { account_id: 4, customer_id: 147, account_type: "savings", balance: "16725.78", open_date: "2020-09-21" },
            { account_id: 5, customer_id: 25, account_type: "checking", balance: "74157.67", open_date: "2020-07-06" },
            { account_id: 6, customer_id: 81, account_type: "savings", balance: "5106.50", open_date: "2022-04-11" },
            { account_id: 7, customer_id: 179, account_type: "savings", balance: "10193.88", open_date: "2022-12-26" },
            { account_id: 8, customer_id: 129, account_type: "savings", balance: "95600.04", open_date: "2020-06-28" },
            { account_id: 9, customer_id: 88, account_type: "business", balance: "61831.81", open_date: "2021-04-17" },
            { account_id: 10, customer_id: 21, account_type: "checking", balance: "48634.86", open_date: "2020-04-05" },
            { account_id: 11, customer_id: 114, account_type: "savings", balance: "37061.62", open_date: "2022-09-30" },
            { account_id: 12, customer_id: 180, account_type: "checking", balance: "6712.84", open_date: "2021-07-28" },
            { account_id: 13, customer_id: 167, account_type: "savings", balance: "58130.34", open_date: "2020-04-30" },
            { account_id: 14, customer_id: 29, account_type: "savings", balance: "33268.08", open_date: "2020-05-04" },
            { account_id: 15, customer_id: 122, account_type: "savings", balance: "2670.81", open_date: "2020-10-13" },
            { account_id: 16, customer_id: 160, account_type: "checking", balance: "64202.93", open_date: "2021-05-25" },
            { account_id: 17, customer_id: 2, account_type: "savings", balance: "3010.36", open_date: "2021-03-29" },
            { account_id: 18, customer_id: 26, account_type: "business", balance: "16176.78", open_date: "2020-08-20" },
            { account_id: 19, customer_id: 87, account_type: "checking", balance: "62.03", open_date: "2021-12-13" },
            { account_id: 20, customer_id: 90, account_type: "savings", balance: "76417.91", open_date: "2022-03-17" },
            { account_id: 21, customer_id: 41, account_type: "savings", balance: "35034.22", open_date: "2022-09-29" },
            { account_id: 22, customer_id: 59, account_type: "checking", balance: "189.72", open_date: "2022-03-13" },
            { account_id: 23, customer_id: 66, account_type: "savings", balance: "38114.13", open_date: "2021-09-25" },
            { account_id: 24, customer_id: 67, account_type: "business", balance: "28701.27", open_date: "2022-10-23" },
            { account_id: 25, customer_id: 78, account_type: "checking", balance: "39852.51", open_date: "2021-08-08" },
            { account_id: 26, customer_id: 67, account_type: "checking", balance: "39915.87", open_date: "2020-10-13" },
            { account_id: 27, customer_id: 26, account_type: "checking", balance: "28460.19", open_date: "2022-05-10" },
            { account_id: 28, customer_id: 176, account_type: "savings", balance: "2034.24", open_date: "2022-04-13" },
            { account_id: 29, customer_id: 33, account_type: "savings", balance: "24625.67", open_date: "2021-04-10" },
            { account_id: 30, customer_id: 91, account_type: "savings", balance: "16479.76", open_date: "2021-01-16" },
            { account_id: 31, customer_id: 107, account_type: "savings", balance: "15645.16", open_date: "2020-08-17" },
            { account_id: 32, customer_id: 13, account_type: "checking", balance: "5348.27", open_date: "2021-08-16" },
            { account_id: 33, customer_id: 16, account_type: "savings", balance: "13649.81", open_date: "2020-12-28" },
            { account_id: 34, customer_id: 75, account_type: "savings", balance: "17700.41", open_date: "2020-01-11" },
            { account_id: 35, customer_id: 118, account_type: "checking", balance: "3.32", open_date: "2022-02-09" },
            { account_id: 36, customer_id: 38, account_type: "savings", balance: "10829.75", open_date: "2020-01-30" },
            { account_id: 37, customer_id: 115, account_type: "savings", balance: "39979.30", open_date: "2022-06-05" },
            { account_id: 38, customer_id: 2, account_type: "checking", balance: "98634.85", open_date: "2020-02-26" },
            { account_id: 39, customer_id: 66, account_type: "checking", balance: "2875.20", open_date: "2021-01-18" },
            { account_id: 40, customer_id: 85, account_type: "savings", balance: "21173.09", open_date: "2021-04-18" },
            { account_id: 41, customer_id: 146, account_type: "savings", balance: "60062.32", open_date: "2020-06-22" },
            { account_id: 42, customer_id: 78, account_type: "savings", balance: "72094.72", open_date: "2021-08-10" },
            { account_id: 43, customer_id: 133, account_type: "savings", balance: "40731.51", open_date: "2020-04-10" },
            { account_id: 44, customer_id: 86, account_type: "checking", balance: "36411.09", open_date: "2021-08-06" },
            { account_id: 45, customer_id: 10, account_type: "savings", balance: "82596.38", open_date: "2020-12-14" },
            { account_id: 46, customer_id: 17, account_type: "savings", balance: "6767.17", open_date: "2021-04-21" },
            { account_id: 47, customer_id: 73, account_type: "savings", balance: "9.67", open_date: "2021-11-02" },
            { account_id: 48, customer_id: 74, account_type: "checking", balance: "49811.74", open_date: "2022-08-03" },
            { account_id: 49, customer_id: 182, account_type: "savings", balance: "68.58", open_date: "2021-02-22" },
            { account_id: 50, customer_id: 157, account_type: "checking", balance: "21018.46", open_date: "2022-01-31" },
            { account_id: 51, customer_id: 77, account_type: "savings", balance: "7016.56", open_date: "2020-08-24" },
            { account_id: 52, customer_id: 77, account_type: "savings", balance: "3736.35", open_date: "2022-01-11" },
            { account_id: 53, customer_id: 99, account_type: "checking", balance: "9426.54", open_date: "2020-01-24" },
            { account_id: 54, customer_id: 143, account_type: "savings", balance: "34383.90", open_date: "2022-01-09" },
            { account_id: 55, customer_id: 47, account_type: "checking", balance: "83759.71", open_date: "2022-01-29" },
            { account_id: 56, customer_id: 23, account_type: "savings", balance: "49.51", open_date: "2020-02-15" },
            { account_id: 57, customer_id: 189, account_type: "checking", balance: "70172.65", open_date: "2021-01-11" },
            { account_id: 58, customer_id: 189, account_type: "savings", balance: "622.33", open_date: "2022-12-11" },
            { account_id: 59, customer_id: 148, account_type: "savings", balance: "15.96", open_date: "2022-11-17" },
            { account_id: 60, customer_id: 54, account_type: "checking", balance: "64811.24", open_date: "2021-11-09" },
            { account_id: 61, customer_id: 93, account_type: "savings", balance: "98122.95", open_date: "2020-03-17" },
            { account_id: 62, customer_id: 167, account_type: "savings", balance: "15194.03", open_date: "2022-03-22" },
            { account_id: 63, customer_id: 189, account_type: "checking", balance: "15102.88", open_date: "2020-05-30" },
            { account_id: 64, customer_id: 1, account_type: "savings", balance: "31085.35", open_date: "2021-04-02" },
            { account_id: 65, customer_id: 183, account_type: "checking", balance: "45923.67", open_date: "2020-07-15" },
            { account_id: 66, customer_id: 195, account_type: "savings", balance: "3119.69", open_date: "2022-12-14" },
            { account_id: 67, customer_id: 132, account_type: "checking", balance: "4815.03", open_date: "2022-07-26" },
            { account_id: 68, customer_id: 39, account_type: "savings", balance: "11842.62", open_date: "2022-12-27" },
            { account_id: 69, customer_id: 105, account_type: "checking", balance: "14223.13", open_date: "2021-12-06" },
            { account_id: 70, customer_id: 67, account_type: "checking", balance: "8850.17", open_date: "2020-08-13" },
            { account_id: 71, customer_id: 172, account_type: "business", balance: "63928.63", open_date: "2021-09-06" },
            { account_id: 72, customer_id: 71, account_type: "checking", balance: "30618.24", open_date: "2020-08-22" },
            { account_id: 73, customer_id: 67, account_type: "savings", balance: "67318.62", open_date: "2022-08-09" },
            { account_id: 74, customer_id: 194, account_type: "checking", balance: "580.03", open_date: "2022-07-18" },
            { account_id: 75, customer_id: 61, account_type: "checking", balance: "98923.41", open_date: "2021-01-04" },
            { account_id: 76, customer_id: 41, account_type: "savings", balance: "49425.53", open_date: "2020-05-03" },
            { account_id: 77, customer_id: 4, account_type: "savings", balance: "9762.92", open_date: "2021-07-23" },
            { account_id: 78, customer_id: 15, account_type: "savings", balance: "56206.16", open_date: "2022-01-30" },
            { account_id: 79, customer_id: 50, account_type: "business", balance: "20347.86", open_date: "2021-03-21" },
            { account_id: 80, customer_id: 172, account_type: "checking", balance: "339.41", open_date: "2020-11-15" },
            { account_id: 81, customer_id: 138, account_type: "business", balance: "13207.34", open_date: "2022-07-07" },
            { account_id: 82, customer_id: 156, account_type: "savings", balance: "1350.02", open_date: "2020-10-31" },
            { account_id: 83, customer_id: 190, account_type: "checking", balance: "12002.59", open_date: "2021-06-25" },
            { account_id: 84, customer_id: 119, account_type: "savings", balance: "11.85", open_date: "2022-03-25" },
            { account_id: 85, customer_id: 143, account_type: "savings", balance: "26107.69", open_date: "2020-03-28" },
            { account_id: 86, customer_id: 8, account_type: "checking", balance: "11473.78", open_date: "2021-03-08" },
            { account_id: 87, customer_id: 85, account_type: "checking", balance: "26090.13", open_date: "2022-05-29" },
            { account_id: 88, customer_id: 37, account_type: "savings", balance: "96947.30", open_date: "2022-08-05" },
            { account_id: 89, customer_id: 72, account_type: "checking", balance: "17218.31", open_date: "2021-05-28" },
            { account_id: 90, customer_id: 146, account_type: "business", balance: "37314.06", open_date: "2021-01-28" },
            { account_id: 91, customer_id: 192, account_type: "checking", balance: "6642.02", open_date: "2020-10-01" },
            { account_id: 92, customer_id: 130, account_type: "savings", balance: "52653.75", open_date: "2021-01-03" },
            { account_id: 93, customer_id: 109, account_type: "checking", balance: "20671.47", open_date: "2020-10-10" },
            { account_id: 94, customer_id: 99, account_type: "checking", balance: "12104.23", open_date: "2020-02-01" },
            { account_id: 95, customer_id: 72, account_type: "savings", balance: "41861.30", open_date: "2021-03-05" },
            { account_id: 96, customer_id: 53, account_type: "business", balance: "5147.41", open_date: "2020-03-17" },
            { account_id: 97, customer_id: 181, account_type: "savings", balance: "4971.68", open_date: "2022-09-24" },
            { account_id: 98, customer_id: 63, account_type: "savings", balance: "5987.38", open_date: "2020-11-28" },
            { account_id: 99, customer_id: 6, account_type: "savings", balance: "23008.06", open_date: "2022-09-13" },
            { account_id: 100, customer_id: 6, account_type: "savings", balance: "78809.38", open_date: "2021-04-30" },
            { account_id: 101, customer_id: 145, account_type: "savings", balance: "44402.72", open_date: "2020-09-24" },
            { account_id: 102, customer_id: 52, account_type: "checking", balance: "764.87", open_date: "2021-03-09" },
            { account_id: 103, customer_id: 120, account_type: "checking", balance: "92600.15", open_date: "2020-07-30" },
            { account_id: 104, customer_id: 76, account_type: "savings", balance: "874.13", open_date: "2021-07-31" },
            { account_id: 105, customer_id: 184, account_type: "savings", balance: "45105.91", open_date: "2020-05-08" },
            { account_id: 106, customer_id: 16, account_type: "savings", balance: "9178.00", open_date: "2020-09-24" },
            { account_id: 107, customer_id: 46, account_type: "savings", balance: "54802.25", open_date: "2020-05-17" },
            { account_id: 108, customer_id: 103, account_type: "savings", balance: "20793.27", open_date: "2021-05-30" },
            { account_id: 109, customer_id: 99, account_type: "checking", balance: "43363.20", open_date: "2020-01-10" },
            { account_id: 110, customer_id: 87, account_type: "savings", balance: "85926.37", open_date: "2020-03-04" },
            { account_id: 111, customer_id: 131, account_type: "checking", balance: "908.29", open_date: "2022-11-06" },
            { account_id: 112, customer_id: 151, account_type: "checking", balance: "1501.55", open_date: "2021-01-20" },
            { account_id: 113, customer_id: 82, account_type: "savings", balance: "10922.43", open_date: "2020-06-14" },
            { account_id: 114, customer_id: 178, account_type: "savings", balance: "56365.45", open_date: "2021-05-31" },
            { account_id: 115, customer_id: 5, account_type: "checking", balance: "6709.07", open_date: "2020-11-14" },
            { account_id: 116, customer_id: 171, account_type: "savings", balance: "2838.91", open_date: "2022-03-03" },
            { account_id: 117, customer_id: 39, account_type: "savings", balance: "18051.36", open_date: "2022-09-24" },
            { account_id: 118, customer_id: 126, account_type: "savings", balance: "40971.17", open_date: "2021-10-25" },
            { account_id: 119, customer_id: 9, account_type: "checking", balance: "74382.25", open_date: "2022-12-05" },
            { account_id: 120, customer_id: 97, account_type: "savings", balance: "35142.67", open_date: "2021-07-29" },
            { account_id: 121, customer_id: 107, account_type: "savings", balance: "88931.54", open_date: "2021-09-23" },
            { account_id: 122, customer_id: 109, account_type: "savings", balance: "26661.21", open_date: "2020-09-11" },
            { account_id: 123, customer_id: 103, account_type: "savings", balance: "64176.84", open_date: "2022-09-07" },
            { account_id: 124, customer_id: 173, account_type: "savings", balance: "268.53", open_date: "2020-04-04" },
            { account_id: 125, customer_id: 131, account_type: "savings", balance: "76778.61", open_date: "2021-07-21" },
            { account_id: 126, customer_id: 48, account_type: "savings", balance: "63756.03", open_date: "2022-07-19" },
            { account_id: 127, customer_id: 18, account_type: "checking", balance: "69884.75", open_date: "2021-06-16" },
            { account_id: 128, customer_id: 190, account_type: "business", balance: "889.46", open_date: "2021-07-16" },
            { account_id: 129, customer_id: 156, account_type: "checking", balance: "67899.53", open_date: "2020-06-15" },
            { account_id: 130, customer_id: 32, account_type: "savings", balance: "19861.13", open_date: "2021-11-23" },
            { account_id: 131, customer_id: 82, account_type: "savings", balance: "9582.99", open_date: "2020-12-01" },
            { account_id: 132, customer_id: 138, account_type: "checking", balance: "450.71", open_date: "2021-09-29" },
            { account_id: 133, customer_id: 88, account_type: "savings", balance: "8177.93", open_date: "2022-06-15" },
            { account_id: 134, customer_id: 123, account_type: "checking", balance: "4118.38", open_date: "2020-01-02" },
            { account_id: 135, customer_id: 26, account_type: "checking", balance: "49444.15", open_date: "2020-10-25" },
            { account_id: 136, customer_id: 136, account_type: "checking", balance: "39427.80", open_date: "2021-10-28" },
            { account_id: 137, customer_id: 141, account_type: "savings", balance: "56382.57", open_date: "2021-12-16" },
            { account_id: 138, customer_id: 48, account_type: "checking", balance: "28205.09", open_date: "2020-11-14" },
            { account_id: 139, customer_id: 69, account_type: "savings", balance: "5144.06", open_date: "2021-12-11" },
            { account_id: 140, customer_id: 45, account_type: "checking", balance: "64776.95", open_date: "2022-01-30" },
            { account_id: 141, customer_id: 187, account_type: "savings", balance: "2474.70", open_date: "2021-01-07" },
            { account_id: 142, customer_id: 162, account_type: "savings", balance: "23156.85", open_date: "2021-01-22" },
            { account_id: 143, customer_id: 76, account_type: "savings", balance: "5294.17", open_date: "2021-08-22" },
            { account_id: 144, customer_id: 116, account_type: "checking", balance: "55019.21", open_date: "2020-11-09" },
            { account_id: 145, customer_id: 42, account_type: "business", balance: "42087.88", open_date: "2020-06-17" },
            { account_id: 146, customer_id: 139, account_type: "checking", balance: "22947.88", open_date: "2021-03-13" },
            { account_id: 147, customer_id: 170, account_type: "savings", balance: "5949.39", open_date: "2021-04-25" },
            { account_id: 148, customer_id: 6, account_type: "checking", balance: "482.06", open_date: "2021-10-01" },
            { account_id: 149, customer_id: 92, account_type: "business", balance: "23361.46", open_date: "2020-03-01" },
            { account_id: 150, customer_id: 95, account_type: "checking", balance: "6247.46", open_date: "2021-11-05" },
            { account_id: 151, customer_id: 33, account_type: "checking", balance: "72773.90", open_date: "2020-08-13" },
            { account_id: 152, customer_id: 42, account_type: "savings", balance: "86353.72", open_date: "2021-06-05" },
            { account_id: 153, customer_id: 143, account_type: "savings", balance: "75557.00", open_date: "2021-08-13" },
            { account_id: 154, customer_id: 159, account_type: "checking", balance: "49539.04", open_date: "2022-05-19" },
            { account_id: 155, customer_id: 32, account_type: "checking", balance: "31417.07", open_date: "2021-08-17" },
            { account_id: 156, customer_id: 34, account_type: "savings", balance: "51949.36", open_date: "2021-02-24" },
            { account_id: 157, customer_id: 147, account_type: "savings", balance: "66316.08", open_date: "2021-03-28" },
            { account_id: 158, customer_id: 5, account_type: "checking", balance: "2834.29", open_date: "2020-04-08" },
            { account_id: 159, customer_id: 169, account_type: "savings", balance: "28021.40", open_date: "2021-06-02" },
            { account_id: 160, customer_id: 111, account_type: "checking", balance: "72782.68", open_date: "2021-10-21" },
            { account_id: 161, customer_id: 132, account_type: "checking", balance: "48353.58", open_date: "2021-09-18" },
            { account_id: 162, customer_id: 62, account_type: "checking", balance: "496.32", open_date: "2020-10-08" },
            { account_id: 163, customer_id: 90, account_type: "savings", balance: "68903.44", open_date: "2021-02-10" },
            { account_id: 164, customer_id: 111, account_type: "checking", balance: "94725.54", open_date: "2022-09-11" },
            { account_id: 165, customer_id: 29, account_type: "savings", balance: "98604.89", open_date: "2020-08-16" },
            { account_id: 166, customer_id: 159, account_type: "checking", balance: "93309.18", open_date: "2022-11-03" },
            { account_id: 167, customer_id: 142, account_type: "business", balance: "12691.32", open_date: "2020-01-09" },
            { account_id: 168, customer_id: 91, account_type: "savings", balance: "399.29", open_date: "2020-01-18" },
            { account_id: 169, customer_id: 75, account_type: "savings", balance: "4859.90", open_date: "2021-04-26" },
            { account_id: 170, customer_id: 6, account_type: "checking", balance: "67.99", open_date: "2022-07-08" },
            { account_id: 171, customer_id: 176, account_type: "business", balance: "173.69", open_date: "2022-03-10" },
            { account_id: 172, customer_id: 23, account_type: "savings", balance: "84717.56", open_date: "2021-04-15" },
            { account_id: 173, customer_id: 104, account_type: "checking", balance: "22614.00", open_date: "2020-05-06" },
            { account_id: 174, customer_id: 153, account_type: "checking", balance: "74490.31", open_date: "2022-11-26" },
            { account_id: 175, customer_id: 174, account_type: "checking", balance: "36405.40", open_date: "2022-03-22" },
            { account_id: 176, customer_id: 37, account_type: "savings", balance: "4423.04", open_date: "2022-03-14" },
            { account_id: 177, customer_id: 183, account_type: "checking", balance: "193.71", open_date: "2020-03-23" },
            { account_id: 178, customer_id: 73, account_type: "savings", balance: "15341.25", open_date: "2021-11-16" },
            { account_id: 179, customer_id: 164, account_type: "checking", balance: "672.06", open_date: "2022-08-28" },
            { account_id: 180, customer_id: 142, account_type: "savings", balance: "9120.57", open_date: "2021-11-09" },
            { account_id: 181, customer_id: 11, account_type: "checking", balance: "97996.80", open_date: "2021-11-19" },
            { account_id: 182, customer_id: 69, account_type: "checking", balance: "32717.93", open_date: "2020-04-22" },
            { account_id: 183, customer_id: 183, account_type: "savings", balance: "78563.88", open_date: "2021-06-18" },
            { account_id: 184, customer_id: 3, account_type: "checking", balance: "31986.48", open_date: "2022-05-19" },
            { account_id: 185, customer_id: 21, account_type: "savings", balance: "43900.07", open_date: "2022-10-18" },
            { account_id: 186, customer_id: 167, account_type: "checking", balance: "5547.99", open_date: "2021-05-26" },
            { account_id: 187, customer_id: 95, account_type: "business", balance: "31152.81", open_date: "2021-09-22" },
            { account_id: 188, customer_id: 20, account_type: "savings", balance: "33440.25", open_date: "2021-09-03" },
            { account_id: 189, customer_id: 186, account_type: "checking", balance: "52494.30", open_date: "2021-07-13" },
            { account_id: 190, customer_id: 31, account_type: "savings", balance: "27059.49", open_date: "2022-08-04" },
            { account_id: 191, customer_id: 94, account_type: "checking", balance: "17965.29", open_date: "2021-03-17" },
            { account_id: 192, customer_id: 22, account_type: "checking", balance: "6934.52", open_date: "2021-01-03" },
            { account_id: 193, customer_id: 113, account_type: "checking", balance: "8429.51", open_date: "2022-01-28" },
            { account_id: 194, customer_id: 22, account_type: "savings", balance: "3645.24", open_date: "2022-04-23" },
            { account_id: 195, customer_id: 156, account_type: "checking", balance: "26661.45", open_date: "2020-08-11" },
            { account_id: 196, customer_id: 88, account_type: "checking", balance: "5822.49", open_date: "2022-01-01" },
            { account_id: 197, customer_id: 132, account_type: "checking", balance: "14966.44", open_date: "2021-04-29" },
            { account_id: 198, customer_id: 138, account_type: "savings", balance: "65755.88", open_date: "2020-05-14" },
            { account_id: 199, customer_id: 120, account_type: "checking", balance: "23481.15", open_date: "2021-08-16" },
            { account_id: 200, customer_id: 51, account_type: "savings", balance: "6456.36", open_date: "2021-05-13" },
            { account_id: 201, customer_id: 129, account_type: "savings", balance: "5.38", open_date: "2021-12-21" },
            { account_id: 202, customer_id: 159, account_type: "savings", balance: "29591.75", open_date: "2022-12-17" },
            { account_id: 203, customer_id: 178, account_type: "savings", balance: "3710.34", open_date: "2021-11-11" },
            { account_id: 204, customer_id: 126, account_type: "savings", balance: "931.64", open_date: "2021-11-18" },
            { account_id: 205, customer_id: 43, account_type: "checking", balance: "10409.76", open_date: "2022-06-18" },
            { account_id: 206, customer_id: 159, account_type: "checking", balance: "34580.37", open_date: "2020-04-23" },
            { account_id: 207, customer_id: 46, account_type: "business", balance: "38412.64", open_date: "2020-11-09" },
            { account_id: 208, customer_id: 138, account_type: "savings", balance: "35390.39", open_date: "2020-11-18" },
            { account_id: 209, customer_id: 100, account_type: "checking", balance: "40205.68", open_date: "2022-08-13" },
            { account_id: 210, customer_id: 37, account_type: "business", balance: "21189.91", open_date: "2021-03-11" },
            { account_id: 211, customer_id: 174, account_type: "checking", balance: "12731.61", open_date: "2022-02-02" },
            { account_id: 212, customer_id: 175, account_type: "checking", balance: "3677.80", open_date: "2020-06-10" },
            { account_id: 213, customer_id: 75, account_type: "business", balance: "12720.31", open_date: "2021-05-16" },
            { account_id: 214, customer_id: 45, account_type: "checking", balance: "39262.20", open_date: "2022-09-02" },
            { account_id: 215, customer_id: 50, account_type: "checking", balance: "24501.50", open_date: "2022-03-11" },
            { account_id: 216, customer_id: 92, account_type: "savings", balance: "77719.90", open_date: "2021-12-22" },
            { account_id: 217, customer_id: 50, account_type: "checking", balance: "76840.36", open_date: "2021-04-18" },
            { account_id: 218, customer_id: 57, account_type: "savings", balance: "77805.89", open_date: "2020-05-31" },
            { account_id: 219, customer_id: 141, account_type: "savings", balance: "699.71", open_date: "2020-12-28" },
            { account_id: 220, customer_id: 16, account_type: "savings", balance: "55949.22", open_date: "2021-12-16" },
            { account_id: 221, customer_id: 90, account_type: "savings", balance: "22729.40", open_date: "2021-04-21" },
            { account_id: 222, customer_id: 83, account_type: "savings", balance: "51225.60", open_date: "2022-06-22" },
            { account_id: 223, customer_id: 22, account_type: "checking", balance: "20830.38", open_date: "2021-03-10" },
            { account_id: 224, customer_id: 158, account_type: "checking", balance: "18212.25", open_date: "2021-11-08" },
            { account_id: 225, customer_id: 183, account_type: "savings", balance: "9985.91", open_date: "2020-10-01" },
            { account_id: 226, customer_id: 164, account_type: "checking", balance: "91657.60", open_date: "2021-08-04" },
            { account_id: 227, customer_id: 95, account_type: "savings", balance: "22529.15", open_date: "2021-06-10" },
            { account_id: 228, customer_id: 13, account_type: "checking", balance: "27953.50", open_date: "2022-07-13" },
            { account_id: 229, customer_id: 111, account_type: "savings", balance: "94818.96", open_date: "2021-12-26" },
            { account_id: 230, customer_id: 65, account_type: "savings", balance: "94055.46", open_date: "2022-12-08" },
            { account_id: 231, customer_id: 15, account_type: "business", balance: "51419.77", open_date: "2020-11-12" },
            { account_id: 232, customer_id: 54, account_type: "business", balance: "6391.62", open_date: "2022-11-08" },
            { account_id: 233, customer_id: 78, account_type: "business", balance: "33635.29", open_date: "2022-08-15" },
            { account_id: 234, customer_id: 9, account_type: "business", balance: "2554.15", open_date: "2022-07-22" },
            { account_id: 235, customer_id: 3, account_type: "savings", balance: "2.13", open_date: "2021-05-29" },
            { account_id: 236, customer_id: 33, account_type: "savings", balance: "54285.02", open_date: "2020-08-08" },
            { account_id: 237, customer_id: 35, account_type: "savings", balance: "37673.29", open_date: "2022-09-22" },
            { account_id: 238, customer_id: 138, account_type: "savings", balance: "53448.98", open_date: "2022-06-10" },
            { account_id: 239, customer_id: 121, account_type: "business", balance: "60600.47", open_date: "2020-11-11" },
            { account_id: 240, customer_id: 68, account_type: "business", balance: "1894.52", open_date: "2021-09-19" },
            { account_id: 241, customer_id: 78, account_type: "business", balance: "7501.65", open_date: "2022-04-06" },
            { account_id: 242, customer_id: 180, account_type: "savings", balance: "67011.01", open_date: "2020-08-29" },
            { account_id: 243, customer_id: 77, account_type: "checking", balance: "97845.36", open_date: "2021-02-26" },
            { account_id: 244, customer_id: 77, account_type: "checking", balance: "3376.59", open_date: "2020-05-08" },
            { account_id: 245, customer_id: 186, account_type: "business", balance: "70522.83", open_date: "2020-08-30" },
            { account_id: 246, customer_id: 81, account_type: "checking", balance: "296.72", open_date: "2022-08-07" },
            { account_id: 247, customer_id: 129, account_type: "checking", balance: "14952.76", open_date: "2022-02-10" },
            { account_id: 248, customer_id: 11, account_type: "checking", balance: "660.73", open_date: "2022-11-16" },
            { account_id: 249, customer_id: 88, account_type: "savings", balance: "29106.61", open_date: "2022-09-03" },
            { account_id: 250, customer_id: 164, account_type: "savings", balance: "74983.78", open_date: "2022-10-16" },
            { account_id: 251, customer_id: 198, account_type: "savings", balance: "48405.39", open_date: "2020-03-17" },
            { account_id: 252, customer_id: 115, account_type: "checking", balance: "1988.04", open_date: "2020-02-04" },
            { account_id: 253, customer_id: 143, account_type: "checking", balance: "511.92", open_date: "2022-03-22" },
            { account_id: 254, customer_id: 42, account_type: "checking", balance: "1271.38", open_date: "2022-02-03" },
            { account_id: 255, customer_id: 96, account_type: "savings", balance: "2221.63", open_date: "2021-08-13" },
            { account_id: 256, customer_id: 6, account_type: "checking", balance: "25045.18", open_date: "2020-07-20" },
            { account_id: 257, customer_id: 104, account_type: "savings", balance: "12040.93", open_date: "2022-04-05" },
            { account_id: 258, customer_id: 40, account_type: "savings", balance: "64214.10", open_date: "2021-11-02" },
            { account_id: 259, customer_id: 185, account_type: "checking", balance: "83120.24", open_date: "2021-05-24" },
            { account_id: 260, customer_id: 80, account_type: "savings", balance: "12078.40", open_date: "2022-04-12" },
            { account_id: 261, customer_id: 45, account_type: "savings", balance: "207.80", open_date: "2020-12-12" },
            { account_id: 262, customer_id: 55, account_type: "checking", balance: "24465.97", open_date: "2020-02-21" },
            { account_id: 263, customer_id: 125, account_type: "savings", balance: "488.21", open_date: "2021-04-28" },
            { account_id: 264, customer_id: 50, account_type: "checking", balance: "45595.65", open_date: "2021-11-27" },
            { account_id: 265, customer_id: 23, account_type: "business", balance: "45129.63", open_date: "2022-11-02" },
            { account_id: 266, customer_id: 153, account_type: "checking", balance: "31501.58", open_date: "2021-05-21" },
            { account_id: 267, customer_id: 57, account_type: "savings", balance: "28383.24", open_date: "2021-03-27" },
            { account_id: 268, customer_id: 80, account_type: "checking", balance: "11638.03", open_date: "2020-01-27" },
            { account_id: 269, customer_id: 105, account_type: "savings", balance: "3277.69", open_date: "2020-10-01" },
            { account_id: 270, customer_id: 179, account_type: "savings", balance: "3915.49", open_date: "2020-09-18" },
            { account_id: 271, customer_id: 143, account_type: "savings", balance: "982.94", open_date: "2022-07-14" },
            { account_id: 272, customer_id: 18, account_type: "checking", balance: "27469.81", open_date: "2022-02-13" },
            { account_id: 273, customer_id: 143, account_type: "savings", balance: "51636.09", open_date: "2021-05-18" },
            { account_id: 274, customer_id: 104, account_type: "savings", balance: "52021.65", open_date: "2022-07-20" },
            { account_id: 275, customer_id: 165, account_type: "business", balance: "34974.13", open_date: "2021-12-10" },
            { account_id: 276, customer_id: 52, account_type: "checking", balance: "242.49", open_date: "2021-02-19" },
            { account_id: 277, customer_id: 173, account_type: "checking", balance: "7904.53", open_date: "2022-09-14" },
            { account_id: 278, customer_id: 133, account_type: "savings", balance: "13321.97", open_date: "2021-09-04" },
            { account_id: 279, customer_id: 31, account_type: "savings", balance: "12794.41", open_date: "2022-02-20" },
            { account_id: 280, customer_id: 124, account_type: "savings", balance: "37382.88", open_date: "2020-11-18" },
            { account_id: 281, customer_id: 38, account_type: "savings", balance: "24.24", open_date: "2022-08-03" },
            { account_id: 282, customer_id: 142, account_type: "business", balance: "38444.86", open_date: "2021-04-01" },
            { account_id: 283, customer_id: 35, account_type: "savings", balance: "4006.73", open_date: "2022-09-02" },
            { account_id: 284, customer_id: 62, account_type: "business", balance: "75738.37", open_date: "2020-01-04" },
            { account_id: 285, customer_id: 198, account_type: "business", balance: "3439.72", open_date: "2020-06-12" },
            { account_id: 286, customer_id: 100, account_type: "savings", balance: "7596.43", open_date: "2022-08-07" },
            { account_id: 287, customer_id: 107, account_type: "savings", balance: "58299.80", open_date: "2022-07-16" },
            { account_id: 288, customer_id: 143, account_type: "checking", balance: "9287.53", open_date: "2020-07-09" },
            { account_id: 289, customer_id: 47, account_type: "savings", balance: "97621.94", open_date: "2020-02-02" },
            { account_id: 290, customer_id: 100, account_type: "savings", balance: "14554.84", open_date: "2020-09-11" },
            { account_id: 291, customer_id: 33, account_type: "checking", balance: "74640.98", open_date: "2022-06-02" },
            { account_id: 292, customer_id: 90, account_type: "checking", balance: "1124.79", open_date: "2022-01-29" },
            { account_id: 293, customer_id: 159, account_type: "savings", balance: "62285.21", open_date: "2022-05-20" },
            { account_id: 294, customer_id: 140, account_type: "savings", balance: "59905.53", open_date: "2022-12-02" },
            { account_id: 295, customer_id: 34, account_type: "checking", balance: "80296.81", open_date: "2022-12-26" },
            { account_id: 296, customer_id: 66, account_type: "checking", balance: "3037.29", open_date: "2021-04-13" },
            { account_id: 297, customer_id: 83, account_type: "checking", balance: "68832.44", open_date: "2021-09-16" },
            { account_id: 298, customer_id: 76, account_type: "business", balance: "90191.66", open_date: "2021-08-12" },
            { account_id: 299, customer_id: 166, account_type: "savings", balance: "16482.98", open_date: "2022-10-18" },
            { account_id: 300, customer_id: 146, account_type: "savings", balance: "49414.26", open_date: "2022-12-15" },
        ],
    });
    await prisma.standing_orders.createMany({
        data: [
            { standing_order_id: 1, account_id: 82, amount: "41.40", frequency: "annually", start_date: "2023-04-06", end_date: "2023-06-27" },
            { standing_order_id: 2, account_id: 271, amount: "184.51", frequency: "weekly", start_date: "2023-03-24", end_date: "2023-06-12" },
            { standing_order_id: 3, account_id: 275, amount: "520.26", frequency: "monthly", start_date: "2023-07-01", end_date: "2024-05-12" },
            { standing_order_id: 4, account_id: 237, amount: "14.18", frequency: "monthly", start_date: "2023-01-02", end_date: "2023-09-03" },
            { standing_order_id: 5, account_id: 52, amount: "216.88", frequency: "weekly", start_date: "2023-06-01", end_date: "2023-07-31" },
            { standing_order_id: 6, account_id: 178, amount: "14.06", frequency: "weekly", start_date: "2023-10-26", end_date: "2024-08-05" },
            { standing_order_id: 7, account_id: 2, amount: "118.36", frequency: "weekly", start_date: "2023-03-22", end_date: "2023-10-03" },
            { standing_order_id: 8, account_id: 37, amount: "487.51", frequency: "weekly", start_date: "2023-07-30", end_date: "2023-11-18" },
            { standing_order_id: 9, account_id: 278, amount: "105.76", frequency: "weekly", start_date: "2023-04-30", end_date: "2023-09-18" },
            { standing_order_id: 10, account_id: 284, amount: "322.03", frequency: "weekly", start_date: "2023-12-16", end_date: "2024-04-03" },
            { standing_order_id: 11, account_id: 219, amount: "709.65", frequency: "weekly", start_date: "2023-05-30", end_date: "2023-06-23" },
            { standing_order_id: 12, account_id: 50, amount: "31.94", frequency: "monthly", start_date: "2023-05-14", end_date: "2023-11-29" },
            { standing_order_id: 13, account_id: 93, amount: "58.93", frequency: "weekly", start_date: "2023-09-26", end_date: "2024-04-02" },
            { standing_order_id: 14, account_id: 299, amount: "207.76", frequency: "monthly", start_date: "2023-08-02", end_date: "2023-12-31" },
            { standing_order_id: 15, account_id: 129, amount: "29.46", frequency: "weekly", start_date: "2023-08-18", end_date: "2024-05-09" },
            { standing_order_id: 16, account_id: 87, amount: "840.37", frequency: "weekly", start_date: "2023-03-02", end_date: "2023-10-25" },
            { standing_order_id: 17, account_id: 215, amount: "469.11", frequency: "weekly", start_date: "2023-09-22", end_date: "2024-08-20" },
            { standing_order_id: 18, account_id: 137, amount: "422.67", frequency: "annually", start_date: "2023-04-16", end_date: "2023-12-28" },
            { standing_order_id: 19, account_id: 170, amount: "758.10", frequency: "weekly", start_date: "2023-08-09", end_date: "2023-10-25" },
            { standing_order_id: 20, account_id: 95, amount: "108.58", frequency: "monthly", start_date: "2023-08-28", end_date: "2024-08-15" },
            { standing_order_id: 21, account_id: 106, amount: "173.91", frequency: "monthly", start_date: "2023-05-19", end_date: "2023-12-27" },
            { standing_order_id: 22, account_id: 153, amount: "11.21", frequency: "monthly", start_date: "2023-08-23", end_date: "2023-10-04" },
            { standing_order_id: 23, account_id: 23, amount: "10.37", frequency: "weekly", start_date: "2023-06-18", end_date: "2024-02-27" },
            { standing_order_id: 24, account_id: 228, amount: "499.72", frequency: "monthly", start_date: "2023-02-16", end_date: "2023-08-22" },
            { standing_order_id: 25, account_id: 296, amount: "291.67", frequency: "weekly", start_date: "2023-12-12", end_date: "2024-12-04" },
            { standing_order_id: 26, account_id: 60, amount: "83.00", frequency: "monthly", start_date: "2023-04-10", end_date: "2023-07-20" },
            { standing_order_id: 27, account_id: 19, amount: "38.41", frequency: "monthly", start_date: "2023-04-27", end_date: "2023-07-26" },
            { standing_order_id: 28, account_id: 267, amount: "953.84", frequency: "weekly", start_date: "2023-02-28", end_date: "2023-03-26" },
            { standing_order_id: 29, account_id: 43, amount: "54.72", frequency: "annually", start_date: "2023-02-04", end_date: "2023-02-08" },
            { standing_order_id: 30, account_id: 162, amount: "21.34", frequency: "annually", start_date: "2023-05-26", end_date: "2023-10-14" },
            { standing_order_id: 31, account_id: 121, amount: "738.06", frequency: "annually", start_date: "2023-11-05", end_date: "2024-03-13" },
            { standing_order_id: 32, account_id: 152, amount: "246.16", frequency: "weekly", start_date: "2023-02-04", end_date: "2023-09-23" },
            { standing_order_id: 33, account_id: 179, amount: "53.03", frequency: "monthly", start_date: "2023-06-04", end_date: "2023-09-05" },
            { standing_order_id: 34, account_id: 193, amount: "38.16", frequency: "weekly", start_date: "2023-11-05", end_date: "2023-11-28" },
            { standing_order_id: 35, account_id: 80, amount: "452.88", frequency: "weekly", start_date: "2023-08-15", end_date: "2024-01-19" },
            { standing_order_id: 36, account_id: 147, amount: "93.80", frequency: "weekly", start_date: "2023-05-21", end_date: "2023-10-17" },
            { standing_order_id: 37, account_id: 96, amount: "510.25", frequency: "monthly", start_date: "2023-10-22", end_date: "2024-05-03" },
            { standing_order_id: 38, account_id: 261, amount: "887.96", frequency: "monthly", start_date: "2023-11-14", end_date: "2024-01-11" },
            { standing_order_id: 39, account_id: 125, amount: "665.50", frequency: "monthly", start_date: "2023-01-21", end_date: "2023-10-21" },
            { standing_order_id: 40, account_id: 4, amount: "226.59", frequency: "weekly", start_date: "2023-04-25", end_date: "2023-07-01" },
            { standing_order_id: 41, account_id: 154, amount: "648.33", frequency: "weekly", start_date: "2023-02-01", end_date: "2023-09-07" },
            { standing_order_id: 42, account_id: 106, amount: "176.33", frequency: "weekly", start_date: "2023-05-24", end_date: "2023-05-28" },
            { standing_order_id: 43, account_id: 4, amount: "290.73", frequency: "monthly", start_date: "2023-08-04", end_date: "2023-09-17" },
            { standing_order_id: 44, account_id: 44, amount: "270.64", frequency: "monthly", start_date: "2023-09-26", end_date: "2024-09-15" },
            { standing_order_id: 45, account_id: 256, amount: "433.10", frequency: "monthly", start_date: "2023-05-16", end_date: "2024-01-11" },
            { standing_order_id: 46, account_id: 251, amount: "73.23", frequency: "monthly", start_date: "2023-11-29", end_date: "2024-10-11" },
            { standing_order_id: 47, account_id: 277, amount: "774.16", frequency: "monthly", start_date: "2023-12-20", end_date: "2024-03-21" },
            { standing_order_id: 48, account_id: 216, amount: "12.30", frequency: "monthly", start_date: "2023-05-12", end_date: "2023-11-30" },
            { standing_order_id: 49, account_id: 87, amount: "46.00", frequency: "weekly", start_date: "2023-10-15", end_date: "2024-08-28" },
            { standing_order_id: 50, account_id: 254, amount: "559.19", frequency: "weekly", start_date: "2023-05-01", end_date: "2024-02-12" },
            { standing_order_id: 51, account_id: 156, amount: "98.09", frequency: "weekly", start_date: "2023-08-09", end_date: "2023-09-30" },
            { standing_order_id: 52, account_id: 131, amount: "75.06", frequency: "monthly", start_date: "2023-03-11", end_date: "2023-11-14" },
            { standing_order_id: 53, account_id: 229, amount: "143.58", frequency: "weekly", start_date: "2023-05-02", end_date: "2023-09-03" },
            { standing_order_id: 54, account_id: 4, amount: "548.57", frequency: "weekly", start_date: "2023-05-19", end_date: "2023-05-24" },
            { standing_order_id: 55, account_id: 180, amount: "485.18", frequency: "weekly", start_date: "2023-11-11", end_date: "2024-01-04" },
            { standing_order_id: 56, account_id: 57, amount: "19.50", frequency: "weekly", start_date: "2023-08-20", end_date: "2024-02-02" },
            { standing_order_id: 57, account_id: 91, amount: "761.85", frequency: "weekly", start_date: "2023-02-26", end_date: "2023-12-09" },
            { standing_order_id: 58, account_id: 247, amount: "95.45", frequency: "monthly", start_date: "2023-04-21", end_date: "2023-11-09" },
            { standing_order_id: 59, account_id: 28, amount: "58.01", frequency: "monthly", start_date: "2023-09-19", end_date: "2023-11-02" },
            { standing_order_id: 60, account_id: 122, amount: "104.16", frequency: "annually", start_date: "2023-05-25", end_date: "2024-01-20" },
            { standing_order_id: 61, account_id: 97, amount: "406.61", frequency: "annually", start_date: "2023-11-22", end_date: "2024-07-07" },
            { standing_order_id: 62, account_id: 274, amount: "68.87", frequency: "monthly", start_date: "2023-05-01", end_date: "2023-07-14" },
            { standing_order_id: 63, account_id: 2, amount: "394.01", frequency: "weekly", start_date: "2023-06-14", end_date: "2024-01-06" },
            { standing_order_id: 64, account_id: 163, amount: "832.95", frequency: "monthly", start_date: "2023-11-15", end_date: "2024-08-13" },
            { standing_order_id: 65, account_id: 58, amount: "20.27", frequency: "monthly", start_date: "2023-11-20", end_date: "2024-05-24" },
            { standing_order_id: 66, account_id: 12, amount: "11.18", frequency: "weekly", start_date: "2023-10-14", end_date: "2024-04-03" },
            { standing_order_id: 67, account_id: 295, amount: "613.61", frequency: "weekly", start_date: "2023-09-16", end_date: "2024-01-23" },
            { standing_order_id: 68, account_id: 210, amount: "388.34", frequency: "monthly", start_date: "2023-02-13", end_date: "2023-11-27" },
            { standing_order_id: 69, account_id: 299, amount: "439.31", frequency: "monthly", start_date: "2023-10-08", end_date: "2024-08-24" },
            { standing_order_id: 70, account_id: 166, amount: "346.37", frequency: "monthly", start_date: "2023-03-05", end_date: "2023-06-05" },
            { standing_order_id: 71, account_id: 225, amount: "194.07", frequency: "monthly", start_date: "2023-09-15", end_date: "2023-11-19" },
            { standing_order_id: 72, account_id: 259, amount: "62.39", frequency: "weekly", start_date: "2023-07-14", end_date: "2023-08-05" },
            { standing_order_id: 73, account_id: 162, amount: "241.13", frequency: "weekly", start_date: "2023-08-08", end_date: "2023-12-09" },
            { standing_order_id: 74, account_id: 161, amount: "113.51", frequency: "monthly", start_date: "2023-10-08", end_date: "2023-11-28" },
            { standing_order_id: 75, account_id: 212, amount: "704.98", frequency: "monthly", start_date: "2023-03-02", end_date: "2023-07-04" },
            { standing_order_id: 76, account_id: 188, amount: "721.46", frequency: "annually", start_date: "2023-05-19", end_date: "2024-02-21" },
            { standing_order_id: 77, account_id: 254, amount: "13.22", frequency: "monthly", start_date: "2023-12-21", end_date: "2024-01-04" },
            { standing_order_id: 78, account_id: 300, amount: "285.74", frequency: "monthly", start_date: "2023-01-13", end_date: "2023-02-24" },
            { standing_order_id: 79, account_id: 20, amount: "253.59", frequency: "monthly", start_date: "2023-03-11", end_date: "2024-01-29" },
            { standing_order_id: 80, account_id: 222, amount: "30.33", frequency: "monthly", start_date: "2023-05-04", end_date: "2023-09-21" },
            { standing_order_id: 81, account_id: 224, amount: "966.14", frequency: "weekly", start_date: "2023-02-03", end_date: "2023-02-09" },
            { standing_order_id: 82, account_id: 157, amount: "455.93", frequency: "monthly", start_date: "2023-06-24", end_date: "2023-08-27" },
            { standing_order_id: 83, account_id: 6, amount: "51.75", frequency: "annually", start_date: "2023-11-28", end_date: "2024-09-25" },
            { standing_order_id: 84, account_id: 275, amount: "531.83", frequency: "monthly", start_date: "2023-09-02", end_date: "2023-09-11" },
            { standing_order_id: 85, account_id: 217, amount: "651.29", frequency: "weekly", start_date: "2023-12-01", end_date: "2024-02-27" },
            { standing_order_id: 86, account_id: 207, amount: "246.79", frequency: "monthly", start_date: "2023-09-24", end_date: "2024-01-09" },
            { standing_order_id: 87, account_id: 105, amount: "711.54", frequency: "monthly", start_date: "2023-09-27", end_date: "2024-05-14" },
            { standing_order_id: 88, account_id: 282, amount: "483.64", frequency: "weekly", start_date: "2023-12-18", end_date: "2024-06-15" },
            { standing_order_id: 89, account_id: 31, amount: "566.60", frequency: "monthly", start_date: "2023-01-10", end_date: "2023-08-11" },
            { standing_order_id: 90, account_id: 174, amount: "310.76", frequency: "monthly", start_date: "2023-08-01", end_date: "2024-03-06" },
            { standing_order_id: 91, account_id: 151, amount: "724.19", frequency: "weekly", start_date: "2023-09-19", end_date: "2024-07-26" },
            { standing_order_id: 92, account_id: 117, amount: "331.77", frequency: "annually", start_date: "2023-05-13", end_date: "2023-10-13" },
            { standing_order_id: 93, account_id: 149, amount: "655.25", frequency: "weekly", start_date: "2023-04-08", end_date: "2023-04-21" },
            { standing_order_id: 94, account_id: 47, amount: "780.85", frequency: "annually", start_date: "2023-12-16", end_date: "2024-06-16" },
            { standing_order_id: 95, account_id: 169, amount: "16.27", frequency: "weekly", start_date: "2023-06-30", end_date: "2023-09-06" },
            { standing_order_id: 96, account_id: 90, amount: "52.34", frequency: "monthly", start_date: "2023-01-09", end_date: "2023-06-03" },
            { standing_order_id: 97, account_id: 186, amount: "64.45", frequency: "monthly", start_date: "2023-11-19", end_date: "2024-07-01" },
            { standing_order_id: 98, account_id: 228, amount: "10.37", frequency: "monthly", start_date: "2023-06-23", end_date: "2024-05-16" },
            { standing_order_id: 99, account_id: 297, amount: "16.23", frequency: "monthly", start_date: "2023-02-07", end_date: "2023-11-01" },
            { standing_order_id: 100, account_id: 224, amount: "666.06", frequency: "weekly", start_date: "2023-08-12", end_date: "2024-04-14" },
            { standing_order_id: 101, account_id: 22, amount: "60.15", frequency: "weekly", start_date: "2023-01-19", end_date: "2023-09-27" },
            { standing_order_id: 102, account_id: 106, amount: "18.30", frequency: "weekly", start_date: "2023-04-11", end_date: "2023-05-17" },
            { standing_order_id: 103, account_id: 226, amount: "456.07", frequency: "monthly", start_date: "2023-10-17", end_date: "2023-11-15" },
            { standing_order_id: 104, account_id: 200, amount: "318.36", frequency: "weekly", start_date: "2023-07-31", end_date: "2024-06-11" },
            { standing_order_id: 105, account_id: 76, amount: "187.51", frequency: "weekly", start_date: "2023-02-27", end_date: "2023-12-02" },
            { standing_order_id: 106, account_id: 247, amount: "21.23", frequency: "annually", start_date: "2023-05-29", end_date: "2024-03-01" },
            { standing_order_id: 107, account_id: 199, amount: "143.10", frequency: "weekly", start_date: "2023-02-25", end_date: "2023-06-02" },
            { standing_order_id: 108, account_id: 56, amount: "419.02", frequency: "annually", start_date: "2023-07-20", end_date: "2023-12-09" },
            { standing_order_id: 109, account_id: 283, amount: "965.78", frequency: "weekly", start_date: "2023-09-28", end_date: "2023-11-06" },
            { standing_order_id: 110, account_id: 217, amount: "347.13", frequency: "monthly", start_date: "2023-08-16", end_date: "2024-06-20" },
            { standing_order_id: 111, account_id: 15, amount: "22.52", frequency: "weekly", start_date: "2023-05-22", end_date: "2023-12-23" },
            { standing_order_id: 112, account_id: 132, amount: "310.29", frequency: "annually", start_date: "2023-12-02", end_date: "2024-06-24" },
            { standing_order_id: 113, account_id: 151, amount: "336.51", frequency: "monthly", start_date: "2023-01-24", end_date: "2023-02-22" },
            { standing_order_id: 114, account_id: 46, amount: "13.90", frequency: "monthly", start_date: "2023-10-10", end_date: "2024-06-15" },
            { standing_order_id: 115, account_id: 60, amount: "34.77", frequency: "weekly", start_date: "2023-01-27", end_date: "2023-03-30" },
            { standing_order_id: 116, account_id: 7, amount: "108.11", frequency: "monthly", start_date: "2023-06-23", end_date: "2024-03-29" },
            { standing_order_id: 117, account_id: 158, amount: "156.29", frequency: "annually", start_date: "2023-03-30", end_date: "2023-04-03" },
            { standing_order_id: 118, account_id: 98, amount: "10.00", frequency: "weekly", start_date: "2023-11-15", end_date: "2024-08-22" },
            { standing_order_id: 119, account_id: 160, amount: "76.58", frequency: "weekly", start_date: "2023-08-06", end_date: "2024-04-13" },
            { standing_order_id: 120, account_id: 297, amount: "275.67", frequency: "monthly", start_date: "2023-08-03", end_date: "2024-06-20" },
            { standing_order_id: 121, account_id: 18, amount: "445.69", frequency: "weekly", start_date: "2023-01-26", end_date: "2023-12-01" },
            { standing_order_id: 122, account_id: 237, amount: "11.04", frequency: "weekly", start_date: "2023-10-18", end_date: "2024-08-23" },
            { standing_order_id: 123, account_id: 10, amount: "853.96", frequency: "monthly", start_date: "2023-03-28", end_date: "2023-06-10" },
            { standing_order_id: 124, account_id: 31, amount: "278.83", frequency: "weekly", start_date: "2023-02-11", end_date: "2023-12-14" },
            { standing_order_id: 125, account_id: 132, amount: "347.29", frequency: "monthly", start_date: "2023-02-28", end_date: "2023-03-04" },
            { standing_order_id: 126, account_id: 85, amount: "14.45", frequency: "monthly", start_date: "2023-01-06", end_date: "2023-12-04" },
            { standing_order_id: 127, account_id: 44, amount: "462.10", frequency: "monthly", start_date: "2023-01-25", end_date: "2023-07-20" },
            { standing_order_id: 128, account_id: 232, amount: "19.30", frequency: "weekly", start_date: "2023-08-14", end_date: "2024-05-29" },
            { standing_order_id: 129, account_id: 184, amount: "45.97", frequency: "weekly", start_date: "2023-04-03", end_date: "2023-11-30" },
            { standing_order_id: 130, account_id: 39, amount: "37.55", frequency: "weekly", start_date: "2023-05-26", end_date: "2024-01-07" },
            { standing_order_id: 131, account_id: 180, amount: "201.27", frequency: "weekly", start_date: "2023-09-21", end_date: "2023-10-14" },
            { standing_order_id: 132, account_id: 81, amount: "658.04", frequency: "weekly", start_date: "2023-09-22", end_date: "2023-10-01" },
            { standing_order_id: 133, account_id: 118, amount: "485.31", frequency: "annually", start_date: "2023-11-30", end_date: "2024-02-25" },
            { standing_order_id: 134, account_id: 215, amount: "10.00", frequency: "weekly", start_date: "2023-10-16", end_date: "2024-07-24" },
            { standing_order_id: 135, account_id: 272, amount: "924.99", frequency: "monthly", start_date: "2023-03-15", end_date: "2024-02-27" },
            { standing_order_id: 136, account_id: 89, amount: "902.95", frequency: "monthly", start_date: "2023-12-17", end_date: "2024-02-13" },
            { standing_order_id: 137, account_id: 32, amount: "569.17", frequency: "weekly", start_date: "2023-01-17", end_date: "2023-12-31" },
            { standing_order_id: 138, account_id: 71, amount: "928.50", frequency: "weekly", start_date: "2023-06-13", end_date: "2023-07-14" },
            { standing_order_id: 139, account_id: 290, amount: "10.49", frequency: "weekly", start_date: "2023-08-18", end_date: "2024-08-01" },
            { standing_order_id: 140, account_id: 139, amount: "41.15", frequency: "weekly", start_date: "2023-10-16", end_date: "2024-01-15" },
            { standing_order_id: 141, account_id: 161, amount: "123.55", frequency: "monthly", start_date: "2023-08-24", end_date: "2023-12-16" },
            { standing_order_id: 142, account_id: 280, amount: "282.55", frequency: "monthly", start_date: "2023-10-24", end_date: "2024-08-28" },
            { standing_order_id: 143, account_id: 7, amount: "753.97", frequency: "monthly", start_date: "2023-11-23", end_date: "2024-03-25" },
            { standing_order_id: 144, account_id: 206, amount: "993.34", frequency: "monthly", start_date: "2023-12-26", end_date: "2023-12-31" },
            { standing_order_id: 145, account_id: 117, amount: "514.10", frequency: "monthly", start_date: "2023-03-13", end_date: "2024-02-21" },
            { standing_order_id: 146, account_id: 89, amount: "387.14", frequency: "weekly", start_date: "2023-02-25", end_date: "2023-11-13" },
            { standing_order_id: 147, account_id: 220, amount: "10.93", frequency: "monthly", start_date: "2023-02-10", end_date: "2023-11-27" },
            { standing_order_id: 148, account_id: 155, amount: "229.39", frequency: "monthly", start_date: "2023-02-25", end_date: "2023-07-24" },
            { standing_order_id: 149, account_id: 22, amount: "371.81", frequency: "monthly", start_date: "2023-04-25", end_date: "2023-05-19" },
            { standing_order_id: 150, account_id: 123, amount: "382.32", frequency: "monthly", start_date: "2023-07-04", end_date: "2024-05-21" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { transaction_id: 1, account_id: 203, transaction_date: new Date("2023-12-31T14:19:13Z"), amount: "2536.14", transaction_type: "deposit", running_balance: "1195.82" },
            { transaction_id: 2, account_id: 71, transaction_date: new Date("2023-12-14T13:05:47Z"), amount: "1687.95", transaction_type: "withdrawal", running_balance: "26791.02" },
            { transaction_id: 3, account_id: 122, transaction_date: new Date("2023-10-30T16:08:31Z"), amount: "889.97", transaction_type: "withdrawal", running_balance: "52807.97" },
            { transaction_id: 4, account_id: 205, transaction_date: new Date("2023-08-03T10:02:30Z"), amount: "2076.25", transaction_type: "withdrawal", running_balance: "43177.26" },
            { transaction_id: 5, account_id: 275, transaction_date: new Date("2023-11-13T10:40:34Z"), amount: "-1721.91", transaction_type: "deposit", running_balance: "40159.02" },
            { transaction_id: 6, account_id: 17, transaction_date: new Date("2023-12-12T09:08:45Z"), amount: "-428.79", transaction_type: "withdrawal", running_balance: "88193.91" },
            { transaction_id: 7, account_id: 210, transaction_date: new Date("2023-02-13T14:39:35Z"), amount: "-1441.06", transaction_type: "deposit", running_balance: "59971.02" },
            { transaction_id: 8, account_id: 284, transaction_date: new Date("2023-07-22T13:49:27Z"), amount: "444.81", transaction_type: "withdrawal", running_balance: "4346.14" },
            { transaction_id: 9, account_id: 281, transaction_date: new Date("2023-09-12T16:51:34Z"), amount: "-1756.19", transaction_type: "deposit", running_balance: "2753.87" },
            { transaction_id: 10, account_id: 131, transaction_date: new Date("2023-09-22T17:41:49Z"), amount: "-55.61", transaction_type: "deposit", running_balance: "14361.32" },
            { transaction_id: 11, account_id: 121, transaction_date: new Date("2023-01-10T12:58:37Z"), amount: "-1113.70", transaction_type: "deposit", running_balance: "68234.55" },
            { transaction_id: 12, account_id: 9, transaction_date: new Date("2023-02-08T13:58:13Z"), amount: "2596.11", transaction_type: "deposit", running_balance: "43900.50" },
            { transaction_id: 13, account_id: 236, transaction_date: new Date("2023-01-01T02:04:14Z"), amount: "-137.08", transaction_type: "withdrawal", running_balance: "1385.25" },
            { transaction_id: 14, account_id: 68, transaction_date: new Date("2023-04-13T15:01:27Z"), amount: "-1718.02", transaction_type: "deposit", running_balance: "69372.10" },
            { transaction_id: 15, account_id: 33, transaction_date: new Date("2023-10-26T10:25:28Z"), amount: "-915.20", transaction_type: "withdrawal", running_balance: "5901.09" },
            { transaction_id: 16, account_id: 280, transaction_date: new Date("2023-08-29T06:12:44Z"), amount: "-318.03", transaction_type: "deposit", running_balance: "2445.59" },
            { transaction_id: 17, account_id: 73, transaction_date: new Date("2023-02-22T11:04:41Z"), amount: "-118.57", transaction_type: "withdrawal", running_balance: "1224.16" },
            { transaction_id: 18, account_id: 224, transaction_date: new Date("2023-01-15T16:56:19Z"), amount: "-403.66", transaction_type: "withdrawal", running_balance: "93109.61" },
            { transaction_id: 19, account_id: 213, transaction_date: new Date("2023-08-29T16:55:02Z"), amount: "-1009.73", transaction_type: "withdrawal", running_balance: "292.65" },
            { transaction_id: 20, account_id: 11, transaction_date: new Date("2023-11-21T06:03:52Z"), amount: "-721.82", transaction_type: "withdrawal", running_balance: "41929.89" },
            { transaction_id: 21, account_id: 244, transaction_date: new Date("2023-01-31T10:11:49Z"), amount: "1501.47", transaction_type: "deposit", running_balance: "2351.37" },
            { transaction_id: 22, account_id: 142, transaction_date: new Date("2023-07-01T11:53:25Z"), amount: "504.75", transaction_type: "withdrawal", running_balance: "13567.93" },
            { transaction_id: 23, account_id: 123, transaction_date: new Date("2023-12-17T11:22:03Z"), amount: "-2492.41", transaction_type: "deposit", running_balance: "84253.30" },
            { transaction_id: 24, account_id: 286, transaction_date: new Date("2023-10-19T11:23:02Z"), amount: "-1675.07", transaction_type: "deposit", running_balance: "98920.86" },
            { transaction_id: 25, account_id: 131, transaction_date: new Date("2023-07-23T09:22:24Z"), amount: "170.49", transaction_type: "deposit", running_balance: "46855.42" },
            { transaction_id: 26, account_id: 5, transaction_date: new Date("2023-05-23T10:10:36Z"), amount: "-1597.32", transaction_type: "withdrawal", running_balance: "56397.68" },
            { transaction_id: 27, account_id: 82, transaction_date: new Date("2023-07-04T15:43:46Z"), amount: "1483.85", transaction_type: "deposit", running_balance: "80801.10" },
            { transaction_id: 28, account_id: 272, transaction_date: new Date("2023-06-10T09:35:03Z"), amount: "-1576.51", transaction_type: "deposit", running_balance: "95696.65" },
            { transaction_id: 29, account_id: 21, transaction_date: new Date("2023-08-14T11:01:44Z"), amount: "-648.19", transaction_type: "deposit", running_balance: "5189.22" },
            { transaction_id: 30, account_id: 92, transaction_date: new Date("2023-04-15T10:44:04Z"), amount: "1487.24", transaction_type: "withdrawal", running_balance: "3127.18" },
            { transaction_id: 31, account_id: 223, transaction_date: new Date("2023-07-01T12:18:42Z"), amount: "296.69", transaction_type: "withdrawal", running_balance: "25039.07" },
            { transaction_id: 32, account_id: 284, transaction_date: new Date("2023-10-29T14:07:17Z"), amount: "-74.45", transaction_type: "deposit", running_balance: "6178.31" },
            { transaction_id: 33, account_id: 264, transaction_date: new Date("2023-03-08T10:09:05Z"), amount: "-2039.53", transaction_type: "withdrawal", running_balance: "34596.77" },
            { transaction_id: 34, account_id: 215, transaction_date: new Date("2023-03-20T16:46:09Z"), amount: "306.51", transaction_type: "deposit", running_balance: "673.61" },
            { transaction_id: 35, account_id: 138, transaction_date: new Date("2023-11-11T19:34:06Z"), amount: "467.54", transaction_type: "deposit", running_balance: "14422.68" },
            { transaction_id: 36, account_id: 92, transaction_date: new Date("2023-04-12T01:23:02Z"), amount: "-245.54", transaction_type: "withdrawal", running_balance: "69983.23" },
            { transaction_id: 37, account_id: 252, transaction_date: new Date("2023-10-05T12:54:51Z"), amount: "1234.75", transaction_type: "withdrawal", running_balance: "18579.75" },
            { transaction_id: 38, account_id: 82, transaction_date: new Date("2023-06-30T13:02:59Z"), amount: "769.33", transaction_type: "deposit", running_balance: "83916.91" },
            { transaction_id: 39, account_id: 270, transaction_date: new Date("2023-12-25T11:37:33Z"), amount: "965.92", transaction_type: "deposit", running_balance: "231.92" },
            { transaction_id: 40, account_id: 24, transaction_date: new Date("2023-08-17T15:09:53Z"), amount: "1599.25", transaction_type: "deposit", running_balance: "22790.86" },
            { transaction_id: 41, account_id: 181, transaction_date: new Date("2023-03-16T09:55:25Z"), amount: "2010.75", transaction_type: "deposit", running_balance: "10283.47" },
            { transaction_id: 42, account_id: 283, transaction_date: new Date("2023-07-29T17:23:48Z"), amount: "1044.59", transaction_type: "withdrawal", running_balance: "17047.22" },
            { transaction_id: 43, account_id: 211, transaction_date: new Date("2023-02-23T09:15:27Z"), amount: "-902.85", transaction_type: "deposit", running_balance: "8551.83" },
            { transaction_id: 44, account_id: 16, transaction_date: new Date("2023-10-01T17:09:06Z"), amount: "-164.06", transaction_type: "deposit", running_balance: "2740.30" },
            { transaction_id: 45, account_id: 216, transaction_date: new Date("2023-02-14T22:36:07Z"), amount: "-2646.03", transaction_type: "withdrawal", running_balance: "93468.22" },
            { transaction_id: 46, account_id: 167, transaction_date: new Date("2023-07-29T07:22:16Z"), amount: "-450.56", transaction_type: "deposit", running_balance: "30.08" },
            { transaction_id: 47, account_id: 129, transaction_date: new Date("2023-04-30T09:05:17Z"), amount: "-492.95", transaction_type: "withdrawal", running_balance: "349.40" },
            { transaction_id: 48, account_id: 61, transaction_date: new Date("2023-08-27T11:35:05Z"), amount: "-380.85", transaction_type: "deposit", running_balance: "51479.64" },
            { transaction_id: 49, account_id: 269, transaction_date: new Date("2023-07-13T12:38:27Z"), amount: "-67.96", transaction_type: "withdrawal", running_balance: "9832.25" },
            { transaction_id: 50, account_id: 41, transaction_date: new Date("2023-08-13T12:59:37Z"), amount: "917.80", transaction_type: "withdrawal", running_balance: "25435.14" },
            { transaction_id: 51, account_id: 78, transaction_date: new Date("2023-02-26T10:43:46Z"), amount: "1218.83", transaction_type: "withdrawal", running_balance: "55714.88" },
            { transaction_id: 52, account_id: 52, transaction_date: new Date("2023-07-06T04:46:42Z"), amount: "-2124.13", transaction_type: "deposit", running_balance: "19494.36" },
            { transaction_id: 53, account_id: 208, transaction_date: new Date("2023-02-28T12:13:50Z"), amount: "2307.98", transaction_type: "withdrawal", running_balance: "25462.83" },
            { transaction_id: 54, account_id: 250, transaction_date: new Date("2023-06-13T08:19:53Z"), amount: "2223.78", transaction_type: "deposit", running_balance: "13335.75" },
            { transaction_id: 55, account_id: 139, transaction_date: new Date("2023-12-18T08:29:38Z"), amount: "910.11", transaction_type: "withdrawal", running_balance: "90569.65" },
            { transaction_id: 56, account_id: 183, transaction_date: new Date("2023-05-24T14:12:09Z"), amount: "-453.25", transaction_type: "withdrawal", running_balance: "16370.10" },
            { transaction_id: 57, account_id: 12, transaction_date: new Date("2023-09-03T11:46:33Z"), amount: "1847.76", transaction_type: "withdrawal", running_balance: "82990.28" },
            { transaction_id: 58, account_id: 197, transaction_date: new Date("2023-10-01T10:50:45Z"), amount: "-1730.30", transaction_type: "deposit", running_balance: "6630.54" },
            { transaction_id: 59, account_id: 269, transaction_date: new Date("2023-10-20T21:19:00Z"), amount: "1993.03", transaction_type: "deposit", running_balance: "4884.54" },
            { transaction_id: 60, account_id: 90, transaction_date: new Date("2023-04-11T10:04:02Z"), amount: "661.17", transaction_type: "deposit", running_balance: "4037.05" },
            { transaction_id: 61, account_id: 225, transaction_date: new Date("2023-10-21T09:38:40Z"), amount: "1951.76", transaction_type: "deposit", running_balance: "1163.33" },
            { transaction_id: 62, account_id: 97, transaction_date: new Date("2023-11-17T12:06:16Z"), amount: "-2089.09", transaction_type: "deposit", running_balance: "18.16" },
            { transaction_id: 63, account_id: 61, transaction_date: new Date("2023-10-26T13:01:43Z"), amount: "707.13", transaction_type: "withdrawal", running_balance: "57444.04" },
            { transaction_id: 64, account_id: 7, transaction_date: new Date("2023-04-24T11:12:33Z"), amount: "-1866.12", transaction_type: "withdrawal", running_balance: "60472.60" },
            { transaction_id: 65, account_id: 135, transaction_date: new Date("2023-02-26T07:42:35Z"), amount: "-1413.95", transaction_type: "deposit", running_balance: "30820.94" },
            { transaction_id: 66, account_id: 240, transaction_date: new Date("2023-01-11T11:48:15Z"), amount: "-282.65", transaction_type: "deposit", running_balance: "26991.20" },
            { transaction_id: 67, account_id: 189, transaction_date: new Date("2023-07-31T16:48:42Z"), amount: "742.53", transaction_type: "deposit", running_balance: "20467.54" },
            { transaction_id: 68, account_id: 225, transaction_date: new Date("2023-11-24T14:16:26Z"), amount: "-725.01", transaction_type: "deposit", running_balance: "69318.09" },
            { transaction_id: 69, account_id: 229, transaction_date: new Date("2023-12-28T07:39:10Z"), amount: "-402.62", transaction_type: "withdrawal", running_balance: "5685.05" },
            { transaction_id: 70, account_id: 222, transaction_date: new Date("2023-08-22T16:35:43Z"), amount: "190.51", transaction_type: "deposit", running_balance: "3869.45" },
            { transaction_id: 71, account_id: 96, transaction_date: new Date("2023-09-29T07:34:26Z"), amount: "-85.31", transaction_type: "withdrawal", running_balance: "78.21" },
            { transaction_id: 72, account_id: 75, transaction_date: new Date("2023-06-20T09:45:19Z"), amount: "-1370.81", transaction_type: "deposit", running_balance: "13952.30" },
            { transaction_id: 73, account_id: 73, transaction_date: new Date("2023-07-02T10:13:01Z"), amount: "-1231.55", transaction_type: "deposit", running_balance: "76.93" },
            { transaction_id: 74, account_id: 210, transaction_date: new Date("2023-04-25T10:26:02Z"), amount: "-1039.48", transaction_type: "deposit", running_balance: "1782.24" },
            { transaction_id: 75, account_id: 246, transaction_date: new Date("2023-09-03T08:20:54Z"), amount: "2252.52", transaction_type: "deposit", running_balance: "69307.63" },
            { transaction_id: 76, account_id: 61, transaction_date: new Date("2023-12-22T20:14:45Z"), amount: "-2725.29", transaction_type: "deposit", running_balance: "6234.00" },
            { transaction_id: 77, account_id: 104, transaction_date: new Date("2023-06-30T10:20:41Z"), amount: "-1090.19", transaction_type: "deposit", running_balance: "25602.53" },
            { transaction_id: 78, account_id: 12, transaction_date: new Date("2023-11-03T11:21:38Z"), amount: "2261.95", transaction_type: "deposit", running_balance: "7455.85" },
            { transaction_id: 79, account_id: 142, transaction_date: new Date("2023-06-04T13:40:39Z"), amount: "-98.18", transaction_type: "withdrawal", running_balance: "98243.84" },
            { transaction_id: 80, account_id: 49, transaction_date: new Date("2023-08-03T14:20:23Z"), amount: "-1640.65", transaction_type: "withdrawal", running_balance: "18754.00" },
            { transaction_id: 81, account_id: 51, transaction_date: new Date("2023-10-27T11:03:47Z"), amount: "70.60", transaction_type: "deposit", running_balance: "17782.39" },
            { transaction_id: 82, account_id: 139, transaction_date: new Date("2023-12-21T09:20:02Z"), amount: "-3173.16", transaction_type: "withdrawal", running_balance: "93122.97" },
            { transaction_id: 83, account_id: 70, transaction_date: new Date("2023-10-30T07:22:00Z"), amount: "1525.32", transaction_type: "withdrawal", running_balance: "467.03" },
            { transaction_id: 84, account_id: 263, transaction_date: new Date("2023-11-24T13:33:38Z"), amount: "-2011.09", transaction_type: "withdrawal", running_balance: "95685.21" },
            { transaction_id: 85, account_id: 47, transaction_date: new Date("2023-01-09T14:13:54Z"), amount: "-483.92", transaction_type: "withdrawal", running_balance: "71538.09" },
            { transaction_id: 86, account_id: 71, transaction_date: new Date("2023-10-05T13:15:31Z"), amount: "-1345.30", transaction_type: "deposit", running_balance: "47251.55" },
            { transaction_id: 87, account_id: 80, transaction_date: new Date("2023-07-16T09:11:13Z"), amount: "847.85", transaction_type: "deposit", running_balance: "27525.58" },
            { transaction_id: 88, account_id: 294, transaction_date: new Date("2023-05-29T14:45:39Z"), amount: "389.78", transaction_type: "withdrawal", running_balance: "53606.61" },
            { transaction_id: 89, account_id: 255, transaction_date: new Date("2023-04-06T11:03:51Z"), amount: "-546.38", transaction_type: "deposit", running_balance: "21533.60" },
            { transaction_id: 90, account_id: 218, transaction_date: new Date("2023-05-16T12:19:34Z"), amount: "-614.12", transaction_type: "withdrawal", running_balance: "8572.24" },
            { transaction_id: 91, account_id: 202, transaction_date: new Date("2023-03-15T13:39:46Z"), amount: "-2095.70", transaction_type: "deposit", running_balance: "25082.96" },
            { transaction_id: 92, account_id: 228, transaction_date: new Date("2023-05-08T13:50:10Z"), amount: "-2292.09", transaction_type: "withdrawal", running_balance: "6968.76" },
            { transaction_id: 93, account_id: 76, transaction_date: new Date("2023-06-09T11:57:46Z"), amount: "448.30", transaction_type: "deposit", running_balance: "5477.50" },
            { transaction_id: 94, account_id: 16, transaction_date: new Date("2023-01-19T15:30:41Z"), amount: "668.50", transaction_type: "deposit", running_balance: "51482.19" },
            { transaction_id: 95, account_id: 58, transaction_date: new Date("2023-09-28T13:44:24Z"), amount: "1143.12", transaction_type: "deposit", running_balance: "15382.87" },
            { transaction_id: 96, account_id: 23, transaction_date: new Date("2023-09-05T19:16:54Z"), amount: "1765.54", transaction_type: "deposit", running_balance: "25874.82" },
            { transaction_id: 97, account_id: 45, transaction_date: new Date("2023-12-10T15:04:37Z"), amount: "-796.96", transaction_type: "deposit", running_balance: "52192.78" },
            { transaction_id: 98, account_id: 144, transaction_date: new Date("2023-05-12T10:03:49Z"), amount: "384.64", transaction_type: "deposit", running_balance: "63951.37" },
            { transaction_id: 99, account_id: 207, transaction_date: new Date("2023-10-31T08:44:36Z"), amount: "-441.74", transaction_type: "withdrawal", running_balance: "21978.93" },
            { transaction_id: 100, account_id: 91, transaction_date: new Date("2023-05-28T10:18:57Z"), amount: "-3023.02", transaction_type: "withdrawal", running_balance: "281.35" },
            { transaction_id: 101, account_id: 81, transaction_date: new Date("2023-01-26T15:01:18Z"), amount: "-437.42", transaction_type: "withdrawal", running_balance: "25020.48" },
            { transaction_id: 102, account_id: 274, transaction_date: new Date("2023-08-27T16:27:06Z"), amount: "1749.78", transaction_type: "deposit", running_balance: "593.96" },
            { transaction_id: 103, account_id: 248, transaction_date: new Date("2023-04-05T13:09:40Z"), amount: "1133.66", transaction_type: "withdrawal", running_balance: "93931.75" },
            { transaction_id: 104, account_id: 54, transaction_date: new Date("2023-04-22T16:39:07Z"), amount: "2181.62", transaction_type: "deposit", running_balance: "75095.45" },
            { transaction_id: 105, account_id: 221, transaction_date: new Date("2023-07-10T16:09:50Z"), amount: "-228.62", transaction_type: "deposit", running_balance: "194.93" },
            { transaction_id: 106, account_id: 142, transaction_date: new Date("2023-11-16T12:03:00Z"), amount: "40.48", transaction_type: "withdrawal", running_balance: "65472.14" },
            { transaction_id: 107, account_id: 163, transaction_date: new Date("2023-08-07T06:05:16Z"), amount: "2871.63", transaction_type: "withdrawal", running_balance: "51681.01" },
            { transaction_id: 108, account_id: 212, transaction_date: new Date("2023-10-02T11:34:52Z"), amount: "-1066.39", transaction_type: "withdrawal", running_balance: "79067.54" },
            { transaction_id: 109, account_id: 15, transaction_date: new Date("2023-03-07T13:51:13Z"), amount: "-789.76", transaction_type: "withdrawal", running_balance: "39993.28" },
            { transaction_id: 110, account_id: 82, transaction_date: new Date("2023-11-21T13:52:28Z"), amount: "1079.43", transaction_type: "withdrawal", running_balance: "1708.70" },
            { transaction_id: 111, account_id: 95, transaction_date: new Date("2023-03-02T11:08:22Z"), amount: "930.55", transaction_type: "deposit", running_balance: "14257.94" },
            { transaction_id: 112, account_id: 109, transaction_date: new Date("2023-01-27T15:04:42Z"), amount: "872.13", transaction_type: "withdrawal", running_balance: "5821.94" },
            { transaction_id: 113, account_id: 236, transaction_date: new Date("2023-01-24T09:05:22Z"), amount: "-611.30", transaction_type: "deposit", running_balance: "92285.17" },
            { transaction_id: 114, account_id: 68, transaction_date: new Date("2023-04-13T12:51:36Z"), amount: "-165.63", transaction_type: "withdrawal", running_balance: "50079.38" },
            { transaction_id: 115, account_id: 96, transaction_date: new Date("2023-08-29T11:20:25Z"), amount: "-1576.11", transaction_type: "deposit", running_balance: "811.42" },
            { transaction_id: 116, account_id: 13, transaction_date: new Date("2023-10-22T13:47:08Z"), amount: "-885.96", transaction_type: "withdrawal", running_balance: "14.31" },
            { transaction_id: 117, account_id: 35, transaction_date: new Date("2023-07-04T19:52:15Z"), amount: "-759.93", transaction_type: "withdrawal", running_balance: "24398.84" },
            { transaction_id: 118, account_id: 132, transaction_date: new Date("2023-07-19T07:47:34Z"), amount: "-2465.73", transaction_type: "deposit", running_balance: "56372.44" },
            { transaction_id: 119, account_id: 170, transaction_date: new Date("2023-11-07T15:57:46Z"), amount: "-699.58", transaction_type: "deposit", running_balance: "19025.09" },
            { transaction_id: 120, account_id: 177, transaction_date: new Date("2023-08-01T14:40:23Z"), amount: "2190.61", transaction_type: "deposit", running_balance: "285.30" },
            { transaction_id: 121, account_id: 263, transaction_date: new Date("2023-07-06T08:14:01Z"), amount: "109.06", transaction_type: "withdrawal", running_balance: "26546.68" },
            { transaction_id: 122, account_id: 155, transaction_date: new Date("2023-05-05T17:44:00Z"), amount: "234.51", transaction_type: "deposit", running_balance: "76866.53" },
            { transaction_id: 123, account_id: 59, transaction_date: new Date("2023-03-05T14:19:40Z"), amount: "-1676.95", transaction_type: "deposit", running_balance: "39135.86" },
            { transaction_id: 124, account_id: 226, transaction_date: new Date("2023-01-06T10:10:05Z"), amount: "-722.22", transaction_type: "deposit", running_balance: "3665.33" },
            { transaction_id: 125, account_id: 149, transaction_date: new Date("2023-06-11T19:40:00Z"), amount: "1275.08", transaction_type: "deposit", running_balance: "43111.93" },
            { transaction_id: 126, account_id: 283, transaction_date: new Date("2023-12-12T09:12:08Z"), amount: "1818.41", transaction_type: "withdrawal", running_balance: "964.09" },
            { transaction_id: 127, account_id: 134, transaction_date: new Date("2023-08-14T15:56:19Z"), amount: "1650.31", transaction_type: "withdrawal", running_balance: "1554.03" },
            { transaction_id: 128, account_id: 41, transaction_date: new Date("2023-02-01T11:44:15Z"), amount: "-204.50", transaction_type: "deposit", running_balance: "4417.16" },
            { transaction_id: 129, account_id: 144, transaction_date: new Date("2023-08-24T13:34:11Z"), amount: "1295.88", transaction_type: "deposit", running_balance: "4276.54" },
            { transaction_id: 130, account_id: 236, transaction_date: new Date("2023-12-15T03:01:23Z"), amount: "-1210.43", transaction_type: "withdrawal", running_balance: "239.33" },
            { transaction_id: 131, account_id: 143, transaction_date: new Date("2023-11-23T18:29:59Z"), amount: "-126.45", transaction_type: "deposit", running_balance: "22021.29" },
            { transaction_id: 132, account_id: 51, transaction_date: new Date("2023-06-01T10:05:38Z"), amount: "-3975.48", transaction_type: "deposit", running_balance: "3965.64" },
            { transaction_id: 133, account_id: 106, transaction_date: new Date("2023-09-17T15:55:22Z"), amount: "1869.03", transaction_type: "deposit", running_balance: "69430.37" },
            { transaction_id: 134, account_id: 53, transaction_date: new Date("2023-12-08T19:10:12Z"), amount: "1558.77", transaction_type: "withdrawal", running_balance: "2380.79" },
            { transaction_id: 135, account_id: 126, transaction_date: new Date("2023-09-07T17:43:04Z"), amount: "659.02", transaction_type: "deposit", running_balance: "80179.69" },
            { transaction_id: 136, account_id: 95, transaction_date: new Date("2023-11-10T16:09:58Z"), amount: "-793.64", transaction_type: "deposit", running_balance: "30881.91" },
            { transaction_id: 137, account_id: 46, transaction_date: new Date("2023-12-18T15:31:25Z"), amount: "-1243.25", transaction_type: "deposit", running_balance: "59609.14" },
            { transaction_id: 138, account_id: 248, transaction_date: new Date("2023-02-23T14:17:07Z"), amount: "397.46", transaction_type: "deposit", running_balance: "38423.22" },
            { transaction_id: 139, account_id: 114, transaction_date: new Date("2023-12-08T21:15:43Z"), amount: "1881.93", transaction_type: "deposit", running_balance: "10512.22" },
            { transaction_id: 140, account_id: 35, transaction_date: new Date("2023-08-04T14:40:13Z"), amount: "-1146.63", transaction_type: "deposit", running_balance: "97500.48" },
            { transaction_id: 141, account_id: 74, transaction_date: new Date("2023-01-27T16:24:44Z"), amount: "-1168.52", transaction_type: "deposit", running_balance: "1941.49" },
            { transaction_id: 142, account_id: 139, transaction_date: new Date("2023-01-18T10:21:34Z"), amount: "1682.56", transaction_type: "deposit", running_balance: "11363.74" },
            { transaction_id: 143, account_id: 244, transaction_date: new Date("2023-04-03T08:06:25Z"), amount: "545.78", transaction_type: "withdrawal", running_balance: "5209.78" },
            { transaction_id: 144, account_id: 188, transaction_date: new Date("2023-05-20T17:27:00Z"), amount: "-702.63", transaction_type: "withdrawal", running_balance: "35803.28" },
            { transaction_id: 145, account_id: 36, transaction_date: new Date("2023-12-12T07:56:27Z"), amount: "-149.29", transaction_type: "deposit", running_balance: "13400.04" },
            { transaction_id: 146, account_id: 148, transaction_date: new Date("2023-09-05T18:51:04Z"), amount: "759.04", transaction_type: "deposit", running_balance: "11591.09" },
            { transaction_id: 147, account_id: 163, transaction_date: new Date("2023-04-14T08:42:35Z"), amount: "-1106.47", transaction_type: "deposit", running_balance: "78422.57" },
            { transaction_id: 148, account_id: 50, transaction_date: new Date("2023-11-07T09:45:53Z"), amount: "42.61", transaction_type: "deposit", running_balance: "7799.78" },
            { transaction_id: 149, account_id: 219, transaction_date: new Date("2023-02-26T16:10:39Z"), amount: "-1713.96", transaction_type: "deposit", running_balance: "14981.11" },
            { transaction_id: 150, account_id: 142, transaction_date: new Date("2023-11-28T15:10:36Z"), amount: "-364.45", transaction_type: "withdrawal", running_balance: "16245.31" },
            { transaction_id: 151, account_id: 84, transaction_date: new Date("2023-07-29T06:45:58Z"), amount: "-666.23", transaction_type: "withdrawal", running_balance: "19087.33" },
            { transaction_id: 152, account_id: 286, transaction_date: new Date("2023-04-13T14:01:38Z"), amount: "-231.69", transaction_type: "deposit", running_balance: "49914.47" },
            { transaction_id: 153, account_id: 275, transaction_date: new Date("2023-04-10T11:37:42Z"), amount: "2520.27", transaction_type: "withdrawal", running_balance: "97198.46" },
            { transaction_id: 154, account_id: 51, transaction_date: new Date("2023-08-03T15:52:29Z"), amount: "-1604.84", transaction_type: "deposit", running_balance: "11683.65" },
            { transaction_id: 155, account_id: 263, transaction_date: new Date("2023-07-18T16:49:43Z"), amount: "383.87", transaction_type: "deposit", running_balance: "65859.85" },
            { transaction_id: 156, account_id: 147, transaction_date: new Date("2023-05-30T14:13:16Z"), amount: "-160.87", transaction_type: "deposit", running_balance: "93920.10" },
            { transaction_id: 157, account_id: 120, transaction_date: new Date("2023-08-03T11:38:51Z"), amount: "-1618.38", transaction_type: "deposit", running_balance: "19948.20" },
            { transaction_id: 158, account_id: 168, transaction_date: new Date("2023-07-22T15:38:36Z"), amount: "-401.03", transaction_type: "deposit", running_balance: "3402.78" },
            { transaction_id: 159, account_id: 201, transaction_date: new Date("2023-07-27T12:04:14Z"), amount: "-224.64", transaction_type: "withdrawal", running_balance: "1015.29" },
            { transaction_id: 160, account_id: 254, transaction_date: new Date("2023-11-01T07:15:02Z"), amount: "779.87", transaction_type: "deposit", running_balance: "6205.44" },
            { transaction_id: 161, account_id: 265, transaction_date: new Date("2023-08-02T13:42:51Z"), amount: "-842.22", transaction_type: "deposit", running_balance: "19202.50" },
            { transaction_id: 162, account_id: 8, transaction_date: new Date("2023-01-26T03:50:27Z"), amount: "2032.91", transaction_type: "deposit", running_balance: "10172.09" },
            { transaction_id: 163, account_id: 25, transaction_date: new Date("2023-03-06T18:00:47Z"), amount: "1966.60", transaction_type: "withdrawal", running_balance: "16686.42" },
            { transaction_id: 164, account_id: 179, transaction_date: new Date("2023-11-22T09:57:20Z"), amount: "476.23", transaction_type: "deposit", running_balance: "18554.32" },
            { transaction_id: 165, account_id: 201, transaction_date: new Date("2023-03-30T09:22:17Z"), amount: "-428.16", transaction_type: "deposit", running_balance: "198.30" },
            { transaction_id: 166, account_id: 172, transaction_date: new Date("2023-03-14T14:42:08Z"), amount: "-684.37", transaction_type: "deposit", running_balance: "9825.81" },
            { transaction_id: 167, account_id: 127, transaction_date: new Date("2023-10-22T17:44:14Z"), amount: "-1377.47", transaction_type: "withdrawal", running_balance: "86024.72" },
            { transaction_id: 168, account_id: 137, transaction_date: new Date("2023-04-27T09:00:15Z"), amount: "1604.06", transaction_type: "withdrawal", running_balance: "97333.52" },
            { transaction_id: 169, account_id: 34, transaction_date: new Date("2023-01-19T16:36:49Z"), amount: "360.14", transaction_type: "withdrawal", running_balance: "69127.17" },
            { transaction_id: 170, account_id: 115, transaction_date: new Date("2023-02-07T18:25:39Z"), amount: "-1259.51", transaction_type: "withdrawal", running_balance: "6658.73" },
            { transaction_id: 171, account_id: 104, transaction_date: new Date("2023-01-12T18:52:28Z"), amount: "1759.15", transaction_type: "deposit", running_balance: "453.20" },
            { transaction_id: 172, account_id: 172, transaction_date: new Date("2023-11-09T14:24:47Z"), amount: "-3395.17", transaction_type: "withdrawal", running_balance: "79674.21" },
            { transaction_id: 173, account_id: 226, transaction_date: new Date("2023-07-02T10:23:38Z"), amount: "-445.94", transaction_type: "deposit", running_balance: "37601.57" },
            { transaction_id: 174, account_id: 204, transaction_date: new Date("2023-01-07T10:25:52Z"), amount: "1120.12", transaction_type: "withdrawal", running_balance: "10919.43" },
            { transaction_id: 175, account_id: 283, transaction_date: new Date("2023-09-08T08:02:54Z"), amount: "2572.32", transaction_type: "deposit", running_balance: "12432.64" },
            { transaction_id: 176, account_id: 239, transaction_date: new Date("2023-12-06T14:45:23Z"), amount: "2747.91", transaction_type: "withdrawal", running_balance: "67974.62" },
            { transaction_id: 177, account_id: 80, transaction_date: new Date("2023-11-27T15:36:46Z"), amount: "-129.47", transaction_type: "withdrawal", running_balance: "8615.68" },
            { transaction_id: 178, account_id: 134, transaction_date: new Date("2023-02-10T16:28:32Z"), amount: "1630.61", transaction_type: "deposit", running_balance: "47519.15" },
            { transaction_id: 179, account_id: 190, transaction_date: new Date("2023-10-04T08:11:17Z"), amount: "815.07", transaction_type: "withdrawal", running_balance: "10943.74" },
            { transaction_id: 180, account_id: 128, transaction_date: new Date("2023-07-08T15:14:19Z"), amount: "-121.29", transaction_type: "deposit", running_balance: "71379.08" },
            { transaction_id: 181, account_id: 95, transaction_date: new Date("2023-07-06T12:00:35Z"), amount: "198.64", transaction_type: "deposit", running_balance: "26925.35" },
            { transaction_id: 182, account_id: 64, transaction_date: new Date("2023-11-06T10:11:21Z"), amount: "1185.30", transaction_type: "deposit", running_balance: "3569.79" },
            { transaction_id: 183, account_id: 214, transaction_date: new Date("2023-08-24T11:57:27Z"), amount: "-2425.89", transaction_type: "withdrawal", running_balance: "3339.32" },
            { transaction_id: 184, account_id: 105, transaction_date: new Date("2023-10-09T13:35:06Z"), amount: "1861.47", transaction_type: "withdrawal", running_balance: "82504.67" },
            { transaction_id: 185, account_id: 67, transaction_date: new Date("2023-04-15T11:23:21Z"), amount: "897.98", transaction_type: "deposit", running_balance: "12288.68" },
            { transaction_id: 186, account_id: 70, transaction_date: new Date("2023-02-03T14:03:35Z"), amount: "878.86", transaction_type: "withdrawal", running_balance: "11759.23" },
            { transaction_id: 187, account_id: 51, transaction_date: new Date("2023-08-07T17:47:45Z"), amount: "1415.27", transaction_type: "withdrawal", running_balance: "23.76" },
            { transaction_id: 188, account_id: 110, transaction_date: new Date("2023-12-15T16:10:21Z"), amount: "2988.66", transaction_type: "deposit", running_balance: "61.79" },
            { transaction_id: 189, account_id: 146, transaction_date: new Date("2023-12-22T15:50:01Z"), amount: "654.33", transaction_type: "deposit", running_balance: "6612.16" },
            { transaction_id: 190, account_id: 92, transaction_date: new Date("2023-10-10T09:57:41Z"), amount: "324.61", transaction_type: "deposit", running_balance: "1078.86" },
            { transaction_id: 191, account_id: 236, transaction_date: new Date("2023-07-29T16:56:46Z"), amount: "1525.26", transaction_type: "deposit", running_balance: "35345.53" },
            { transaction_id: 192, account_id: 9, transaction_date: new Date("2023-01-14T10:08:12Z"), amount: "-1168.62", transaction_type: "deposit", running_balance: "16538.55" },
            { transaction_id: 193, account_id: 69, transaction_date: new Date("2023-07-24T00:00:55Z"), amount: "-372.08", transaction_type: "deposit", running_balance: "4064.31" },
            { transaction_id: 194, account_id: 279, transaction_date: new Date("2023-12-18T13:56:14Z"), amount: "-1665.22", transaction_type: "deposit", running_balance: "6767.37" },
            { transaction_id: 195, account_id: 154, transaction_date: new Date("2023-05-21T16:47:16Z"), amount: "1218.49", transaction_type: "withdrawal", running_balance: "59315.10" },
            { transaction_id: 196, account_id: 121, transaction_date: new Date("2023-06-13T16:06:41Z"), amount: "-247.10", transaction_type: "deposit", running_balance: "26550.42" },
            { transaction_id: 197, account_id: 143, transaction_date: new Date("2023-02-12T10:02:51Z"), amount: "-435.64", transaction_type: "deposit", running_balance: "6936.30" },
            { transaction_id: 198, account_id: 272, transaction_date: new Date("2023-08-12T16:25:26Z"), amount: "541.14", transaction_type: "withdrawal", running_balance: "62189.08" },
            { transaction_id: 199, account_id: 51, transaction_date: new Date("2023-11-30T09:38:19Z"), amount: "-1855.49", transaction_type: "deposit", running_balance: "8.94" },
            { transaction_id: 200, account_id: 28, transaction_date: new Date("2023-08-28T15:45:57Z"), amount: "2712.03", transaction_type: "withdrawal", running_balance: "85327.40" },
            { transaction_id: 201, account_id: 181, transaction_date: new Date("2023-10-25T09:49:24Z"), amount: "1127.34", transaction_type: "withdrawal", running_balance: "89422.47" },
            { transaction_id: 202, account_id: 234, transaction_date: new Date("2023-06-16T12:00:53Z"), amount: "-577.96", transaction_type: "deposit", running_balance: "44783.96" },
            { transaction_id: 203, account_id: 119, transaction_date: new Date("2023-01-09T11:23:46Z"), amount: "-329.25", transaction_type: "withdrawal", running_balance: "98694.02" },
            { transaction_id: 204, account_id: 66, transaction_date: new Date("2023-10-10T14:07:06Z"), amount: "-679.32", transaction_type: "withdrawal", running_balance: "68658.77" },
            { transaction_id: 205, account_id: 196, transaction_date: new Date("2023-04-15T11:25:09Z"), amount: "1869.84", transaction_type: "deposit", running_balance: "13882.43" },
            { transaction_id: 206, account_id: 46, transaction_date: new Date("2023-05-26T11:22:52Z"), amount: "-543.77", transaction_type: "deposit", running_balance: "1741.73" },
            { transaction_id: 207, account_id: 143, transaction_date: new Date("2023-05-17T00:15:20Z"), amount: "-2071.13", transaction_type: "withdrawal", running_balance: "20428.30" },
            { transaction_id: 208, account_id: 195, transaction_date: new Date("2023-06-30T08:48:56Z"), amount: "-1763.19", transaction_type: "deposit", running_balance: "51167.30" },
            { transaction_id: 209, account_id: 142, transaction_date: new Date("2023-12-27T17:35:39Z"), amount: "-1168.68", transaction_type: "withdrawal", running_balance: "44482.12" },
            { transaction_id: 210, account_id: 54, transaction_date: new Date("2023-08-16T13:56:33Z"), amount: "2504.77", transaction_type: "deposit", running_balance: "8801.83" },
            { transaction_id: 211, account_id: 65, transaction_date: new Date("2023-07-11T12:02:57Z"), amount: "-278.65", transaction_type: "withdrawal", running_balance: "12243.23" },
            { transaction_id: 212, account_id: 44, transaction_date: new Date("2023-12-09T15:28:16Z"), amount: "-921.07", transaction_type: "withdrawal", running_balance: "19310.25" },
            { transaction_id: 213, account_id: 207, transaction_date: new Date("2023-05-20T15:48:09Z"), amount: "-711.65", transaction_type: "withdrawal", running_balance: "32119.64" },
            { transaction_id: 214, account_id: 230, transaction_date: new Date("2023-02-05T13:34:39Z"), amount: "-991.66", transaction_type: "withdrawal", running_balance: "544.85" },
            { transaction_id: 215, account_id: 9, transaction_date: new Date("2023-03-15T07:04:28Z"), amount: "-566.53", transaction_type: "withdrawal", running_balance: "74254.01" },
            { transaction_id: 216, account_id: 81, transaction_date: new Date("2023-03-12T10:25:01Z"), amount: "147.15", transaction_type: "deposit", running_balance: "50661.99" },
            { transaction_id: 217, account_id: 196, transaction_date: new Date("2023-10-11T14:24:12Z"), amount: "-242.58", transaction_type: "withdrawal", running_balance: "73424.59" },
            { transaction_id: 218, account_id: 45, transaction_date: new Date("2023-01-18T11:18:35Z"), amount: "-95.77", transaction_type: "withdrawal", running_balance: "10311.60" },
            { transaction_id: 219, account_id: 121, transaction_date: new Date("2023-09-02T10:17:47Z"), amount: "579.35", transaction_type: "deposit", running_balance: "298.77" },
            { transaction_id: 220, account_id: 125, transaction_date: new Date("2023-04-02T16:03:51Z"), amount: "837.27", transaction_type: "deposit", running_balance: "53908.11" },
            { transaction_id: 221, account_id: 194, transaction_date: new Date("2023-04-21T12:00:34Z"), amount: "-322.49", transaction_type: "deposit", running_balance: "47419.80" },
            { transaction_id: 222, account_id: 215, transaction_date: new Date("2023-12-05T14:15:16Z"), amount: "1572.62", transaction_type: "deposit", running_balance: "96394.65" },
            { transaction_id: 223, account_id: 121, transaction_date: new Date("2023-12-10T16:21:56Z"), amount: "573.40", transaction_type: "withdrawal", running_balance: "54794.71" },
            { transaction_id: 224, account_id: 83, transaction_date: new Date("2023-08-24T14:24:11Z"), amount: "533.99", transaction_type: "deposit", running_balance: "14569.97" },
            { transaction_id: 225, account_id: 125, transaction_date: new Date("2023-02-09T16:55:13Z"), amount: "-343.72", transaction_type: "withdrawal", running_balance: "6043.37" },
            { transaction_id: 226, account_id: 170, transaction_date: new Date("2023-03-14T14:59:12Z"), amount: "2739.27", transaction_type: "withdrawal", running_balance: "57471.08" },
            { transaction_id: 227, account_id: 78, transaction_date: new Date("2023-02-14T06:19:17Z"), amount: "-744.03", transaction_type: "deposit", running_balance: "88053.02" },
            { transaction_id: 228, account_id: 8, transaction_date: new Date("2023-02-03T15:18:02Z"), amount: "157.02", transaction_type: "withdrawal", running_balance: "35651.41" },
            { transaction_id: 229, account_id: 165, transaction_date: new Date("2023-05-06T16:50:25Z"), amount: "-388.04", transaction_type: "deposit", running_balance: "43985.29" },
            { transaction_id: 230, account_id: 41, transaction_date: new Date("2023-11-11T09:53:57Z"), amount: "-2370.43", transaction_type: "withdrawal", running_balance: "86131.46" },
            { transaction_id: 231, account_id: 213, transaction_date: new Date("2023-11-14T13:02:55Z"), amount: "1313.35", transaction_type: "deposit", running_balance: "25631.52" },
            { transaction_id: 232, account_id: 115, transaction_date: new Date("2023-03-08T15:20:05Z"), amount: "-681.14", transaction_type: "withdrawal", running_balance: "54256.45" },
            { transaction_id: 233, account_id: 137, transaction_date: new Date("2023-12-30T08:46:21Z"), amount: "1182.08", transaction_type: "withdrawal", running_balance: "15804.77" },
            { transaction_id: 234, account_id: 156, transaction_date: new Date("2023-01-10T08:09:35Z"), amount: "-1263.63", transaction_type: "deposit", running_balance: "14432.99" },
            { transaction_id: 235, account_id: 280, transaction_date: new Date("2023-05-29T10:50:58Z"), amount: "-321.51", transaction_type: "deposit", running_balance: "35344.64" },
            { transaction_id: 236, account_id: 167, transaction_date: new Date("2023-02-16T17:51:22Z"), amount: "-356.24", transaction_type: "withdrawal", running_balance: "25845.56" },
            { transaction_id: 237, account_id: 206, transaction_date: new Date("2023-11-20T09:47:23Z"), amount: "73.02", transaction_type: "deposit", running_balance: "3031.28" },
            { transaction_id: 238, account_id: 273, transaction_date: new Date("2023-06-20T10:32:32Z"), amount: "-1538.46", transaction_type: "deposit", running_balance: "90842.20" },
            { transaction_id: 239, account_id: 170, transaction_date: new Date("2023-10-08T10:28:49Z"), amount: "388.91", transaction_type: "deposit", running_balance: "1930.12" },
            { transaction_id: 240, account_id: 86, transaction_date: new Date("2023-10-01T09:34:58Z"), amount: "45.18", transaction_type: "withdrawal", running_balance: "47497.19" },
            { transaction_id: 241, account_id: 12, transaction_date: new Date("2023-02-01T11:25:05Z"), amount: "-783.67", transaction_type: "deposit", running_balance: "30897.21" },
            { transaction_id: 242, account_id: 60, transaction_date: new Date("2023-04-21T10:27:57Z"), amount: "134.16", transaction_type: "deposit", running_balance: "17681.95" },
            { transaction_id: 243, account_id: 287, transaction_date: new Date("2023-04-22T15:48:23Z"), amount: "2386.04", transaction_type: "deposit", running_balance: "41937.57" },
            { transaction_id: 244, account_id: 286, transaction_date: new Date("2023-04-17T09:26:05Z"), amount: "1415.91", transaction_type: "withdrawal", running_balance: "3425.49" },
            { transaction_id: 245, account_id: 243, transaction_date: new Date("2023-05-17T14:27:18Z"), amount: "316.76", transaction_type: "withdrawal", running_balance: "35882.43" },
            { transaction_id: 246, account_id: 290, transaction_date: new Date("2023-11-20T13:40:36Z"), amount: "2125.16", transaction_type: "deposit", running_balance: "35853.63" },
            { transaction_id: 247, account_id: 52, transaction_date: new Date("2023-01-08T10:43:46Z"), amount: "1398.27", transaction_type: "withdrawal", running_balance: "32669.10" },
            { transaction_id: 248, account_id: 188, transaction_date: new Date("2023-01-01T13:20:56Z"), amount: "-1786.47", transaction_type: "deposit", running_balance: "169.64" },
            { transaction_id: 249, account_id: 12, transaction_date: new Date("2023-06-30T14:25:06Z"), amount: "267.77", transaction_type: "deposit", running_balance: "11030.36" },
            { transaction_id: 250, account_id: 182, transaction_date: new Date("2023-04-06T14:35:06Z"), amount: "-354.42", transaction_type: "withdrawal", running_balance: "21141.56" },
            { transaction_id: 251, account_id: 7, transaction_date: new Date("2023-12-20T13:27:05Z"), amount: "-1152.58", transaction_type: "withdrawal", running_balance: "1428.84" },
            { transaction_id: 252, account_id: 231, transaction_date: new Date("2023-05-06T15:41:16Z"), amount: "-3021.92", transaction_type: "deposit", running_balance: "41502.53" },
            { transaction_id: 253, account_id: 220, transaction_date: new Date("2023-12-18T13:26:52Z"), amount: "1697.72", transaction_type: "deposit", running_balance: "5657.53" },
            { transaction_id: 254, account_id: 21, transaction_date: new Date("2023-12-21T08:55:05Z"), amount: "1683.41", transaction_type: "withdrawal", running_balance: "0.71" },
            { transaction_id: 255, account_id: 4, transaction_date: new Date("2023-12-04T07:43:01Z"), amount: "2397.68", transaction_type: "withdrawal", running_balance: "56497.44" },
            { transaction_id: 256, account_id: 226, transaction_date: new Date("2023-03-26T14:01:06Z"), amount: "-141.00", transaction_type: "deposit", running_balance: "56108.65" },
            { transaction_id: 257, account_id: 195, transaction_date: new Date("2023-12-10T14:08:43Z"), amount: "619.53", transaction_type: "deposit", running_balance: "18969.74" },
            { transaction_id: 258, account_id: 173, transaction_date: new Date("2023-11-02T10:25:37Z"), amount: "-380.10", transaction_type: "deposit", running_balance: "41892.43" },
            { transaction_id: 259, account_id: 19, transaction_date: new Date("2023-09-06T16:42:45Z"), amount: "-2310.43", transaction_type: "deposit", running_balance: "3823.43" },
            { transaction_id: 260, account_id: 211, transaction_date: new Date("2023-02-19T12:25:45Z"), amount: "-1084.86", transaction_type: "deposit", running_balance: "2300.12" },
            { transaction_id: 261, account_id: 182, transaction_date: new Date("2023-11-03T14:37:46Z"), amount: "1751.34", transaction_type: "withdrawal", running_balance: "340.34" },
            { transaction_id: 262, account_id: 201, transaction_date: new Date("2023-11-07T11:41:56Z"), amount: "-2192.33", transaction_type: "withdrawal", running_balance: "19234.75" },
            { transaction_id: 263, account_id: 278, transaction_date: new Date("2023-04-07T10:11:17Z"), amount: "-1781.79", transaction_type: "deposit", running_balance: "54971.27" },
            { transaction_id: 264, account_id: 122, transaction_date: new Date("2023-05-13T11:09:12Z"), amount: "-821.77", transaction_type: "withdrawal", running_balance: "4640.20" },
            { transaction_id: 265, account_id: 82, transaction_date: new Date("2023-12-09T11:57:05Z"), amount: "-1279.10", transaction_type: "deposit", running_balance: "38905.99" },
            { transaction_id: 266, account_id: 79, transaction_date: new Date("2023-09-05T11:38:40Z"), amount: "-27.58", transaction_type: "deposit", running_balance: "2179.44" },
            { transaction_id: 267, account_id: 193, transaction_date: new Date("2023-09-18T11:53:43Z"), amount: "-1737.52", transaction_type: "deposit", running_balance: "16114.46" },
            { transaction_id: 268, account_id: 65, transaction_date: new Date("2023-08-01T16:49:18Z"), amount: "-17.45", transaction_type: "withdrawal", running_balance: "73423.38" },
            { transaction_id: 269, account_id: 108, transaction_date: new Date("2023-02-02T09:06:47Z"), amount: "2335.52", transaction_type: "withdrawal", running_balance: "6824.37" },
            { transaction_id: 270, account_id: 54, transaction_date: new Date("2023-06-12T09:24:23Z"), amount: "1695.15", transaction_type: "deposit", running_balance: "691.52" },
            { transaction_id: 271, account_id: 198, transaction_date: new Date("2023-09-15T13:45:51Z"), amount: "-91.53", transaction_type: "deposit", running_balance: "15721.18" },
            { transaction_id: 272, account_id: 88, transaction_date: new Date("2023-12-16T16:57:04Z"), amount: "-1373.39", transaction_type: "deposit", running_balance: "57085.07" },
            { transaction_id: 273, account_id: 114, transaction_date: new Date("2023-07-29T14:18:36Z"), amount: "-1432.33", transaction_type: "deposit", running_balance: "21872.28" },
            { transaction_id: 274, account_id: 193, transaction_date: new Date("2023-03-03T14:06:24Z"), amount: "-2695.63", transaction_type: "deposit", running_balance: "90458.39" },
            { transaction_id: 275, account_id: 61, transaction_date: new Date("2023-04-29T11:33:29Z"), amount: "28.74", transaction_type: "withdrawal", running_balance: "93948.26" },
            { transaction_id: 276, account_id: 56, transaction_date: new Date("2023-03-23T09:33:45Z"), amount: "1076.54", transaction_type: "withdrawal", running_balance: "51541.34" },
            { transaction_id: 277, account_id: 244, transaction_date: new Date("2023-05-10T17:31:10Z"), amount: "2573.14", transaction_type: "withdrawal", running_balance: "62502.52" },
            { transaction_id: 278, account_id: 277, transaction_date: new Date("2023-02-21T11:51:39Z"), amount: "-443.69", transaction_type: "withdrawal", running_balance: "6190.45" },
            { transaction_id: 279, account_id: 267, transaction_date: new Date("2023-10-03T10:23:53Z"), amount: "-118.50", transaction_type: "withdrawal", running_balance: "39819.74" },
            { transaction_id: 280, account_id: 247, transaction_date: new Date("2023-01-04T08:56:03Z"), amount: "1420.99", transaction_type: "withdrawal", running_balance: "2873.83" },
            { transaction_id: 281, account_id: 149, transaction_date: new Date("2023-04-30T14:05:15Z"), amount: "-482.54", transaction_type: "deposit", running_balance: "52850.95" },
            { transaction_id: 282, account_id: 238, transaction_date: new Date("2023-04-10T08:17:40Z"), amount: "-1222.32", transaction_type: "withdrawal", running_balance: "6682.51" },
            { transaction_id: 283, account_id: 283, transaction_date: new Date("2023-05-13T13:56:35Z"), amount: "1764.36", transaction_type: "withdrawal", running_balance: "98626.95" },
            { transaction_id: 284, account_id: 140, transaction_date: new Date("2023-07-26T10:05:23Z"), amount: "3005.12", transaction_type: "deposit", running_balance: "92665.49" },
            { transaction_id: 285, account_id: 175, transaction_date: new Date("2023-06-28T18:41:35Z"), amount: "-324.11", transaction_type: "withdrawal", running_balance: "33118.64" },
            { transaction_id: 286, account_id: 155, transaction_date: new Date("2023-08-07T17:07:02Z"), amount: "-991.96", transaction_type: "deposit", running_balance: "20629.82" },
            { transaction_id: 287, account_id: 38, transaction_date: new Date("2023-12-03T06:12:13Z"), amount: "-258.87", transaction_type: "deposit", running_balance: "98996.87" },
            { transaction_id: 288, account_id: 132, transaction_date: new Date("2023-03-15T14:34:00Z"), amount: "1197.52", transaction_type: "withdrawal", running_balance: "22241.29" },
            { transaction_id: 289, account_id: 122, transaction_date: new Date("2023-05-11T16:35:27Z"), amount: "-1662.49", transaction_type: "withdrawal", running_balance: "82473.76" },
            { transaction_id: 290, account_id: 93, transaction_date: new Date("2023-08-07T13:45:35Z"), amount: "226.88", transaction_type: "withdrawal", running_balance: "37260.25" },
            { transaction_id: 291, account_id: 9, transaction_date: new Date("2023-11-29T14:41:42Z"), amount: "-652.18", transaction_type: "deposit", running_balance: "2882.99" },
            { transaction_id: 292, account_id: 146, transaction_date: new Date("2023-12-28T09:43:43Z"), amount: "281.91", transaction_type: "withdrawal", running_balance: "35636.04" },
            { transaction_id: 293, account_id: 127, transaction_date: new Date("2023-04-09T16:16:12Z"), amount: "-1214.56", transaction_type: "withdrawal", running_balance: "74071.09" },
            { transaction_id: 294, account_id: 160, transaction_date: new Date("2023-04-25T12:05:46Z"), amount: "841.26", transaction_type: "withdrawal", running_balance: "18210.90" },
            { transaction_id: 295, account_id: 44, transaction_date: new Date("2023-09-21T15:05:49Z"), amount: "14.09", transaction_type: "withdrawal", running_balance: "14036.73" },
            { transaction_id: 296, account_id: 115, transaction_date: new Date("2023-01-07T09:24:49Z"), amount: "1252.51", transaction_type: "deposit", running_balance: "78698.07" },
            { transaction_id: 297, account_id: 178, transaction_date: new Date("2023-12-12T14:30:51Z"), amount: "848.16", transaction_type: "deposit", running_balance: "14370.20" },
            { transaction_id: 298, account_id: 217, transaction_date: new Date("2023-01-10T15:32:55Z"), amount: "-115.71", transaction_type: "withdrawal", running_balance: "344.88" },
            { transaction_id: 299, account_id: 102, transaction_date: new Date("2023-03-07T10:58:24Z"), amount: "925.86", transaction_type: "withdrawal", running_balance: "8566.29" },
            { transaction_id: 300, account_id: 40, transaction_date: new Date("2023-06-10T13:12:59Z"), amount: "-1905.57", transaction_type: "deposit", running_balance: "21081.07" },
            { transaction_id: 301, account_id: 229, transaction_date: new Date("2023-01-21T16:17:44Z"), amount: "1195.39", transaction_type: "deposit", running_balance: "13280.98" },
            { transaction_id: 302, account_id: 211, transaction_date: new Date("2023-01-27T14:46:09Z"), amount: "2869.45", transaction_type: "deposit", running_balance: "75755.16" },
            { transaction_id: 303, account_id: 90, transaction_date: new Date("2023-11-30T11:03:04Z"), amount: "1479.59", transaction_type: "deposit", running_balance: "86306.30" },
            { transaction_id: 304, account_id: 56, transaction_date: new Date("2023-06-26T11:14:53Z"), amount: "-406.31", transaction_type: "withdrawal", running_balance: "75726.40" },
            { transaction_id: 305, account_id: 84, transaction_date: new Date("2023-12-02T16:33:35Z"), amount: "-10.80", transaction_type: "withdrawal", running_balance: "72611.39" },
            { transaction_id: 306, account_id: 111, transaction_date: new Date("2023-10-28T19:25:12Z"), amount: "206.31", transaction_type: "deposit", running_balance: "35120.12" },
            { transaction_id: 307, account_id: 214, transaction_date: new Date("2023-11-29T10:20:24Z"), amount: "-411.77", transaction_type: "deposit", running_balance: "65962.47" },
            { transaction_id: 308, account_id: 222, transaction_date: new Date("2023-10-25T20:02:49Z"), amount: "576.56", transaction_type: "deposit", running_balance: "44571.74" },
            { transaction_id: 309, account_id: 109, transaction_date: new Date("2023-04-01T11:40:55Z"), amount: "936.07", transaction_type: "deposit", running_balance: "70032.39" },
            { transaction_id: 310, account_id: 226, transaction_date: new Date("2023-04-24T20:43:12Z"), amount: "1840.71", transaction_type: "withdrawal", running_balance: "16977.27" },
            { transaction_id: 311, account_id: 32, transaction_date: new Date("2023-03-26T11:25:02Z"), amount: "-1326.31", transaction_type: "deposit", running_balance: "61958.49" },
            { transaction_id: 312, account_id: 83, transaction_date: new Date("2023-07-13T16:30:01Z"), amount: "-1213.60", transaction_type: "deposit", running_balance: "74302.38" },
            { transaction_id: 313, account_id: 220, transaction_date: new Date("2023-12-20T13:27:15Z"), amount: "-101.90", transaction_type: "deposit", running_balance: "0.26" },
            { transaction_id: 314, account_id: 36, transaction_date: new Date("2023-07-06T08:26:12Z"), amount: "-562.38", transaction_type: "withdrawal", running_balance: "25382.34" },
            { transaction_id: 315, account_id: 8, transaction_date: new Date("2023-08-17T08:51:05Z"), amount: "1578.86", transaction_type: "withdrawal", running_balance: "454.66" },
            { transaction_id: 316, account_id: 175, transaction_date: new Date("2023-02-22T08:25:05Z"), amount: "-650.38", transaction_type: "deposit", running_balance: "67749.32" },
            { transaction_id: 317, account_id: 61, transaction_date: new Date("2023-01-14T01:37:13Z"), amount: "3427.61", transaction_type: "withdrawal", running_balance: "42971.57" },
            { transaction_id: 318, account_id: 56, transaction_date: new Date("2023-06-06T15:01:58Z"), amount: "1058.16", transaction_type: "deposit", running_balance: "5010.66" },
            { transaction_id: 319, account_id: 24, transaction_date: new Date("2023-12-20T15:40:23Z"), amount: "867.77", transaction_type: "withdrawal", running_balance: "44457.40" },
            { transaction_id: 320, account_id: 222, transaction_date: new Date("2023-11-13T16:37:35Z"), amount: "-3721.04", transaction_type: "withdrawal", running_balance: "79271.98" },
            { transaction_id: 321, account_id: 33, transaction_date: new Date("2023-04-11T13:27:24Z"), amount: "1993.79", transaction_type: "withdrawal", running_balance: "0.11" },
            { transaction_id: 322, account_id: 46, transaction_date: new Date("2023-11-17T13:35:42Z"), amount: "-81.76", transaction_type: "deposit", running_balance: "158.58" },
            { transaction_id: 323, account_id: 104, transaction_date: new Date("2023-05-20T16:04:59Z"), amount: "-1857.95", transaction_type: "deposit", running_balance: "90271.32" },
            { transaction_id: 324, account_id: 184, transaction_date: new Date("2023-10-14T07:37:56Z"), amount: "-3480.13", transaction_type: "withdrawal", running_balance: "9960.81" },
            { transaction_id: 325, account_id: 190, transaction_date: new Date("2023-12-21T14:41:40Z"), amount: "3199.62", transaction_type: "deposit", running_balance: "5753.31" },
            { transaction_id: 326, account_id: 196, transaction_date: new Date("2023-06-10T16:36:54Z"), amount: "-1897.64", transaction_type: "withdrawal", running_balance: "307.08" },
            { transaction_id: 327, account_id: 125, transaction_date: new Date("2023-06-11T14:08:27Z"), amount: "-822.29", transaction_type: "withdrawal", running_balance: "43764.45" },
            { transaction_id: 328, account_id: 204, transaction_date: new Date("2023-02-14T09:47:27Z"), amount: "-226.81", transaction_type: "deposit", running_balance: "82778.25" },
            { transaction_id: 329, account_id: 157, transaction_date: new Date("2023-09-13T12:42:58Z"), amount: "1263.08", transaction_type: "deposit", running_balance: "40692.74" },
            { transaction_id: 330, account_id: 97, transaction_date: new Date("2023-03-23T11:15:10Z"), amount: "174.79", transaction_type: "deposit", running_balance: "1326.55" },
            { transaction_id: 331, account_id: 228, transaction_date: new Date("2023-03-10T15:31:13Z"), amount: "744.59", transaction_type: "deposit", running_balance: "10856.85" },
            { transaction_id: 332, account_id: 230, transaction_date: new Date("2023-02-16T10:54:10Z"), amount: "-577.94", transaction_type: "deposit", running_balance: "21178.46" },
            { transaction_id: 333, account_id: 146, transaction_date: new Date("2023-10-27T17:53:33Z"), amount: "1927.61", transaction_type: "withdrawal", running_balance: "63695.99" },
            { transaction_id: 334, account_id: 193, transaction_date: new Date("2023-07-17T15:56:11Z"), amount: "-1347.04", transaction_type: "deposit", running_balance: "259.09" },
            { transaction_id: 335, account_id: 102, transaction_date: new Date("2023-01-10T14:26:55Z"), amount: "459.46", transaction_type: "withdrawal", running_balance: "24758.76" },
            { transaction_id: 336, account_id: 131, transaction_date: new Date("2023-11-16T13:36:57Z"), amount: "651.57", transaction_type: "deposit", running_balance: "16318.64" },
            { transaction_id: 337, account_id: 182, transaction_date: new Date("2023-12-06T09:42:56Z"), amount: "1309.06", transaction_type: "deposit", running_balance: "74260.79" },
            { transaction_id: 338, account_id: 167, transaction_date: new Date("2023-09-13T13:44:47Z"), amount: "-1770.05", transaction_type: "deposit", running_balance: "2.54" },
            { transaction_id: 339, account_id: 14, transaction_date: new Date("2023-10-20T18:53:47Z"), amount: "1570.95", transaction_type: "deposit", running_balance: "16293.70" },
            { transaction_id: 340, account_id: 190, transaction_date: new Date("2023-07-28T14:57:28Z"), amount: "1915.37", transaction_type: "withdrawal", running_balance: "46994.89" },
            { transaction_id: 341, account_id: 278, transaction_date: new Date("2023-08-02T09:33:30Z"), amount: "969.12", transaction_type: "withdrawal", running_balance: "1061.09" },
            { transaction_id: 342, account_id: 142, transaction_date: new Date("2023-02-01T13:03:43Z"), amount: "520.20", transaction_type: "deposit", running_balance: "38876.35" },
            { transaction_id: 343, account_id: 285, transaction_date: new Date("2023-07-26T14:23:14Z"), amount: "1571.00", transaction_type: "deposit", running_balance: "59127.19" },
            { transaction_id: 344, account_id: 96, transaction_date: new Date("2023-12-01T19:05:00Z"), amount: "139.86", transaction_type: "withdrawal", running_balance: "8589.21" },
            { transaction_id: 345, account_id: 26, transaction_date: new Date("2023-08-15T15:38:32Z"), amount: "600.43", transaction_type: "withdrawal", running_balance: "9570.41" },
            { transaction_id: 346, account_id: 69, transaction_date: new Date("2023-09-01T02:00:48Z"), amount: "-1462.09", transaction_type: "withdrawal", running_balance: "11432.59" },
            { transaction_id: 347, account_id: 209, transaction_date: new Date("2023-09-04T06:31:43Z"), amount: "527.91", transaction_type: "deposit", running_balance: "50174.11" },
            { transaction_id: 348, account_id: 145, transaction_date: new Date("2023-10-07T09:02:37Z"), amount: "123.31", transaction_type: "deposit", running_balance: "4394.83" },
            { transaction_id: 349, account_id: 134, transaction_date: new Date("2023-11-03T10:58:57Z"), amount: "560.80", transaction_type: "deposit", running_balance: "8475.72" },
            { transaction_id: 350, account_id: 43, transaction_date: new Date("2023-06-10T10:24:49Z"), amount: "-946.33", transaction_type: "deposit", running_balance: "56641.11" },
            { transaction_id: 351, account_id: 35, transaction_date: new Date("2023-06-26T16:50:27Z"), amount: "-1997.75", transaction_type: "deposit", running_balance: "28810.48" },
            { transaction_id: 352, account_id: 229, transaction_date: new Date("2023-09-09T09:03:15Z"), amount: "-398.02", transaction_type: "deposit", running_balance: "534.56" },
            { transaction_id: 353, account_id: 234, transaction_date: new Date("2023-10-05T22:42:56Z"), amount: "55.19", transaction_type: "deposit", running_balance: "94470.33" },
            { transaction_id: 354, account_id: 2, transaction_date: new Date("2023-05-31T10:49:16Z"), amount: "854.15", transaction_type: "deposit", running_balance: "46057.92" },
            { transaction_id: 355, account_id: 271, transaction_date: new Date("2023-03-16T14:44:31Z"), amount: "-3073.61", transaction_type: "withdrawal", running_balance: "40900.81" },
            { transaction_id: 356, account_id: 110, transaction_date: new Date("2023-07-14T11:15:13Z"), amount: "90.91", transaction_type: "withdrawal", running_balance: "41964.70" },
            { transaction_id: 357, account_id: 229, transaction_date: new Date("2023-10-21T09:17:59Z"), amount: "-217.71", transaction_type: "deposit", running_balance: "49042.34" },
            { transaction_id: 358, account_id: 146, transaction_date: new Date("2023-05-01T13:29:05Z"), amount: "2554.89", transaction_type: "deposit", running_balance: "4861.85" },
            { transaction_id: 359, account_id: 203, transaction_date: new Date("2023-10-29T16:59:34Z"), amount: "-171.67", transaction_type: "deposit", running_balance: "1783.37" },
            { transaction_id: 360, account_id: 226, transaction_date: new Date("2023-04-01T09:53:35Z"), amount: "3095.46", transaction_type: "withdrawal", running_balance: "68879.90" },
            { transaction_id: 361, account_id: 209, transaction_date: new Date("2023-01-13T08:40:00Z"), amount: "-1429.43", transaction_type: "withdrawal", running_balance: "24513.58" },
            { transaction_id: 362, account_id: 236, transaction_date: new Date("2023-12-05T13:48:21Z"), amount: "1070.73", transaction_type: "withdrawal", running_balance: "94465.77" },
            { transaction_id: 363, account_id: 164, transaction_date: new Date("2023-09-25T09:55:53Z"), amount: "-1735.68", transaction_type: "withdrawal", running_balance: "90922.23" },
            { transaction_id: 364, account_id: 92, transaction_date: new Date("2023-08-17T09:36:59Z"), amount: "-687.60", transaction_type: "deposit", running_balance: "6418.79" },
            { transaction_id: 365, account_id: 18, transaction_date: new Date("2023-06-19T10:31:16Z"), amount: "-2756.26", transaction_type: "withdrawal", running_balance: "97658.27" },
            { transaction_id: 366, account_id: 218, transaction_date: new Date("2023-10-20T12:34:31Z"), amount: "513.56", transaction_type: "deposit", running_balance: "12002.86" },
            { transaction_id: 367, account_id: 86, transaction_date: new Date("2023-10-18T19:57:03Z"), amount: "1054.18", transaction_type: "deposit", running_balance: "5486.46" },
            { transaction_id: 368, account_id: 162, transaction_date: new Date("2023-07-30T14:49:27Z"), amount: "-1000.48", transaction_type: "withdrawal", running_balance: "47564.33" },
            { transaction_id: 369, account_id: 232, transaction_date: new Date("2023-09-22T15:04:47Z"), amount: "-753.79", transaction_type: "withdrawal", running_balance: "10030.73" },
            { transaction_id: 370, account_id: 150, transaction_date: new Date("2023-06-30T11:38:03Z"), amount: "2049.30", transaction_type: "deposit", running_balance: "62310.79" },
            { transaction_id: 371, account_id: 204, transaction_date: new Date("2023-04-06T08:46:01Z"), amount: "1275.91", transaction_type: "deposit", running_balance: "33831.40" },
            { transaction_id: 372, account_id: 143, transaction_date: new Date("2023-05-02T15:47:22Z"), amount: "-110.81", transaction_type: "deposit", running_balance: "15691.21" },
            { transaction_id: 373, account_id: 140, transaction_date: new Date("2023-08-11T16:40:12Z"), amount: "-685.89", transaction_type: "deposit", running_balance: "23050.69" },
            { transaction_id: 374, account_id: 108, transaction_date: new Date("2023-03-02T11:14:28Z"), amount: "-355.77", transaction_type: "withdrawal", running_balance: "28368.75" },
            { transaction_id: 375, account_id: 99, transaction_date: new Date("2023-01-17T13:48:01Z"), amount: "1214.03", transaction_type: "withdrawal", running_balance: "3064.84" },
            { transaction_id: 376, account_id: 108, transaction_date: new Date("2023-05-21T14:42:22Z"), amount: "867.61", transaction_type: "deposit", running_balance: "848.67" },
            { transaction_id: 377, account_id: 64, transaction_date: new Date("2023-04-29T18:40:18Z"), amount: "452.85", transaction_type: "withdrawal", running_balance: "56983.75" },
            { transaction_id: 378, account_id: 64, transaction_date: new Date("2023-02-05T19:14:22Z"), amount: "-1600.41", transaction_type: "withdrawal", running_balance: "11321.13" },
            { transaction_id: 379, account_id: 54, transaction_date: new Date("2023-01-10T11:44:00Z"), amount: "469.21", transaction_type: "withdrawal", running_balance: "6878.57" },
            { transaction_id: 380, account_id: 195, transaction_date: new Date("2023-11-10T13:39:44Z"), amount: "-236.27", transaction_type: "deposit", running_balance: "31426.73" },
            { transaction_id: 381, account_id: 298, transaction_date: new Date("2023-03-29T07:04:13Z"), amount: "-759.92", transaction_type: "deposit", running_balance: "57199.28" },
            { transaction_id: 382, account_id: 201, transaction_date: new Date("2023-04-22T14:48:18Z"), amount: "-1454.60", transaction_type: "withdrawal", running_balance: "13213.70" },
            { transaction_id: 383, account_id: 234, transaction_date: new Date("2023-12-21T09:08:50Z"), amount: "-302.48", transaction_type: "deposit", running_balance: "36486.31" },
            { transaction_id: 384, account_id: 173, transaction_date: new Date("2023-08-06T12:53:04Z"), amount: "2257.89", transaction_type: "deposit", running_balance: "41.00" },
            { transaction_id: 385, account_id: 202, transaction_date: new Date("2023-01-26T12:13:51Z"), amount: "-1814.78", transaction_type: "withdrawal", running_balance: "46505.14" },
            { transaction_id: 386, account_id: 118, transaction_date: new Date("2023-12-10T14:25:48Z"), amount: "627.59", transaction_type: "deposit", running_balance: "24.57" },
            { transaction_id: 387, account_id: 162, transaction_date: new Date("2023-02-28T15:00:49Z"), amount: "7.56", transaction_type: "deposit", running_balance: "69619.48" },
            { transaction_id: 388, account_id: 246, transaction_date: new Date("2023-02-25T11:49:16Z"), amount: "833.41", transaction_type: "withdrawal", running_balance: "64074.23" },
            { transaction_id: 389, account_id: 227, transaction_date: new Date("2023-07-07T08:35:13Z"), amount: "1460.04", transaction_type: "deposit", running_balance: "5017.55" },
            { transaction_id: 390, account_id: 111, transaction_date: new Date("2023-07-01T14:01:22Z"), amount: "937.59", transaction_type: "deposit", running_balance: "15874.25" },
            { transaction_id: 391, account_id: 62, transaction_date: new Date("2023-04-04T15:29:53Z"), amount: "-3150.42", transaction_type: "withdrawal", running_balance: "35384.78" },
            { transaction_id: 392, account_id: 161, transaction_date: new Date("2023-01-20T13:10:39Z"), amount: "-1260.76", transaction_type: "deposit", running_balance: "83182.99" },
            { transaction_id: 393, account_id: 275, transaction_date: new Date("2023-10-20T16:55:49Z"), amount: "-1028.30", transaction_type: "deposit", running_balance: "3072.72" },
            { transaction_id: 394, account_id: 55, transaction_date: new Date("2023-11-14T13:05:58Z"), amount: "331.65", transaction_type: "deposit", running_balance: "7195.37" },
            { transaction_id: 395, account_id: 8, transaction_date: new Date("2023-01-27T01:06:16Z"), amount: "118.12", transaction_type: "deposit", running_balance: "5563.36" },
            { transaction_id: 396, account_id: 218, transaction_date: new Date("2023-03-14T09:53:35Z"), amount: "380.36", transaction_type: "deposit", running_balance: "19064.51" },
            { transaction_id: 397, account_id: 100, transaction_date: new Date("2023-01-31T13:27:57Z"), amount: "117.91", transaction_type: "deposit", running_balance: "97281.12" },
            { transaction_id: 398, account_id: 23, transaction_date: new Date("2023-08-25T13:53:50Z"), amount: "317.49", transaction_type: "deposit", running_balance: "57785.27" },
            { transaction_id: 399, account_id: 216, transaction_date: new Date("2023-10-03T18:24:18Z"), amount: "-305.89", transaction_type: "withdrawal", running_balance: "4065.04" },
            { transaction_id: 400, account_id: 217, transaction_date: new Date("2023-09-15T09:58:29Z"), amount: "161.25", transaction_type: "withdrawal", running_balance: "34227.55" },
            { transaction_id: 401, account_id: 23, transaction_date: new Date("2023-03-01T15:45:52Z"), amount: "-451.59", transaction_type: "deposit", running_balance: "54918.56" },
            { transaction_id: 402, account_id: 252, transaction_date: new Date("2023-06-23T06:51:30Z"), amount: "706.84", transaction_type: "deposit", running_balance: "2452.45" },
            { transaction_id: 403, account_id: 5, transaction_date: new Date("2023-07-11T15:48:25Z"), amount: "-326.74", transaction_type: "deposit", running_balance: "6381.65" },
            { transaction_id: 404, account_id: 168, transaction_date: new Date("2023-09-17T15:04:16Z"), amount: "3108.57", transaction_type: "deposit", running_balance: "57352.17" },
            { transaction_id: 405, account_id: 189, transaction_date: new Date("2023-08-20T12:12:23Z"), amount: "-41.29", transaction_type: "withdrawal", running_balance: "48.36" },
            { transaction_id: 406, account_id: 227, transaction_date: new Date("2023-08-15T10:45:05Z"), amount: "733.45", transaction_type: "withdrawal", running_balance: "384.09" },
            { transaction_id: 407, account_id: 109, transaction_date: new Date("2023-04-26T15:05:40Z"), amount: "2310.33", transaction_type: "withdrawal", running_balance: "7579.88" },
            { transaction_id: 408, account_id: 75, transaction_date: new Date("2023-10-08T09:23:49Z"), amount: "684.80", transaction_type: "deposit", running_balance: "97520.21" },
            { transaction_id: 409, account_id: 126, transaction_date: new Date("2023-04-19T07:27:41Z"), amount: "1097.15", transaction_type: "deposit", running_balance: "105.70" },
            { transaction_id: 410, account_id: 161, transaction_date: new Date("2023-01-21T15:29:35Z"), amount: "2653.72", transaction_type: "deposit", running_balance: "60.04" },
            { transaction_id: 411, account_id: 203, transaction_date: new Date("2023-03-21T12:51:21Z"), amount: "-678.90", transaction_type: "withdrawal", running_balance: "51391.95" },
            { transaction_id: 412, account_id: 68, transaction_date: new Date("2023-01-26T16:16:35Z"), amount: "528.52", transaction_type: "deposit", running_balance: "80587.88" },
            { transaction_id: 413, account_id: 299, transaction_date: new Date("2023-05-29T19:42:21Z"), amount: "-939.79", transaction_type: "deposit", running_balance: "25230.21" },
            { transaction_id: 414, account_id: 91, transaction_date: new Date("2023-05-11T13:14:02Z"), amount: "11.10", transaction_type: "deposit", running_balance: "24939.00" },
            { transaction_id: 415, account_id: 153, transaction_date: new Date("2023-03-11T09:05:15Z"), amount: "2530.19", transaction_type: "deposit", running_balance: "5680.43" },
            { transaction_id: 416, account_id: 73, transaction_date: new Date("2023-08-08T15:56:36Z"), amount: "-431.46", transaction_type: "deposit", running_balance: "13508.56" },
            { transaction_id: 417, account_id: 78, transaction_date: new Date("2023-04-29T08:01:34Z"), amount: "-1464.03", transaction_type: "withdrawal", running_balance: "68876.93" },
            { transaction_id: 418, account_id: 151, transaction_date: new Date("2023-02-12T12:00:06Z"), amount: "-1300.40", transaction_type: "deposit", running_balance: "51760.37" },
            { transaction_id: 419, account_id: 299, transaction_date: new Date("2023-03-22T13:38:40Z"), amount: "442.57", transaction_type: "withdrawal", running_balance: "42636.01" },
            { transaction_id: 420, account_id: 18, transaction_date: new Date("2023-07-10T15:11:53Z"), amount: "897.37", transaction_type: "deposit", running_balance: "99246.83" },
            { transaction_id: 421, account_id: 173, transaction_date: new Date("2023-07-11T09:27:31Z"), amount: "-293.59", transaction_type: "deposit", running_balance: "1260.46" },
            { transaction_id: 422, account_id: 227, transaction_date: new Date("2023-11-15T12:33:41Z"), amount: "1183.90", transaction_type: "deposit", running_balance: "51104.18" },
            { transaction_id: 423, account_id: 20, transaction_date: new Date("2023-11-25T18:45:06Z"), amount: "-731.83", transaction_type: "withdrawal", running_balance: "27336.25" },
            { transaction_id: 424, account_id: 251, transaction_date: new Date("2023-04-11T09:18:34Z"), amount: "-849.23", transaction_type: "withdrawal", running_balance: "7635.23" },
            { transaction_id: 425, account_id: 230, transaction_date: new Date("2023-09-12T16:51:48Z"), amount: "398.01", transaction_type: "withdrawal", running_balance: "563.29" },
            { transaction_id: 426, account_id: 136, transaction_date: new Date("2023-10-09T16:00:44Z"), amount: "169.82", transaction_type: "withdrawal", running_balance: "14789.46" },
            { transaction_id: 427, account_id: 179, transaction_date: new Date("2023-09-16T13:36:15Z"), amount: "1229.09", transaction_type: "deposit", running_balance: "10455.35" },
            { transaction_id: 428, account_id: 51, transaction_date: new Date("2023-11-15T17:14:56Z"), amount: "857.36", transaction_type: "deposit", running_balance: "24835.36" },
            { transaction_id: 429, account_id: 231, transaction_date: new Date("2023-02-13T10:57:42Z"), amount: "2093.39", transaction_type: "deposit", running_balance: "4590.28" },
            { transaction_id: 430, account_id: 60, transaction_date: new Date("2023-08-12T11:09:53Z"), amount: "1352.93", transaction_type: "deposit", running_balance: "3225.47" },
            { transaction_id: 431, account_id: 287, transaction_date: new Date("2023-02-04T10:57:44Z"), amount: "861.49", transaction_type: "withdrawal", running_balance: "27266.22" },
            { transaction_id: 432, account_id: 102, transaction_date: new Date("2023-02-12T12:30:09Z"), amount: "-547.89", transaction_type: "deposit", running_balance: "4726.76" },
            { transaction_id: 433, account_id: 107, transaction_date: new Date("2023-02-19T11:50:10Z"), amount: "876.30", transaction_type: "deposit", running_balance: "37950.27" },
            { transaction_id: 434, account_id: 108, transaction_date: new Date("2023-08-03T11:43:24Z"), amount: "-829.84", transaction_type: "deposit", running_balance: "28585.07" },
            { transaction_id: 435, account_id: 1, transaction_date: new Date("2023-10-04T13:19:35Z"), amount: "-468.00", transaction_type: "withdrawal", running_balance: "93468.51" },
            { transaction_id: 436, account_id: 274, transaction_date: new Date("2023-02-03T14:22:46Z"), amount: "2309.01", transaction_type: "deposit", running_balance: "96787.32" },
            { transaction_id: 437, account_id: 10, transaction_date: new Date("2023-10-02T13:35:18Z"), amount: "-2549.30", transaction_type: "deposit", running_balance: "3221.42" },
            { transaction_id: 438, account_id: 221, transaction_date: new Date("2023-05-24T10:04:06Z"), amount: "-1650.37", transaction_type: "withdrawal", running_balance: "957.64" },
            { transaction_id: 439, account_id: 243, transaction_date: new Date("2023-03-26T15:27:26Z"), amount: "-507.21", transaction_type: "withdrawal", running_balance: "18200.05" },
            { transaction_id: 440, account_id: 185, transaction_date: new Date("2023-02-09T14:44:18Z"), amount: "948.82", transaction_type: "deposit", running_balance: "10779.18" },
            { transaction_id: 441, account_id: 99, transaction_date: new Date("2023-02-08T18:04:24Z"), amount: "-793.07", transaction_type: "deposit", running_balance: "73608.11" },
            { transaction_id: 442, account_id: 235, transaction_date: new Date("2023-10-26T15:41:01Z"), amount: "-1.13", transaction_type: "deposit", running_balance: "132.36" },
            { transaction_id: 443, account_id: 253, transaction_date: new Date("2023-09-14T16:00:38Z"), amount: "-864.90", transaction_type: "withdrawal", running_balance: "31796.20" },
            { transaction_id: 444, account_id: 53, transaction_date: new Date("2023-06-27T11:23:27Z"), amount: "551.01", transaction_type: "deposit", running_balance: "5870.29" },
            { transaction_id: 445, account_id: 30, transaction_date: new Date("2023-01-25T17:23:15Z"), amount: "536.60", transaction_type: "deposit", running_balance: "60087.24" },
            { transaction_id: 446, account_id: 86, transaction_date: new Date("2023-08-18T11:52:07Z"), amount: "-403.55", transaction_type: "deposit", running_balance: "88788.99" },
            { transaction_id: 447, account_id: 72, transaction_date: new Date("2023-03-17T13:14:07Z"), amount: "865.76", transaction_type: "deposit", running_balance: "7841.68" },
            { transaction_id: 448, account_id: 32, transaction_date: new Date("2023-06-23T13:21:08Z"), amount: "682.00", transaction_type: "deposit", running_balance: "89014.89" },
            { transaction_id: 449, account_id: 194, transaction_date: new Date("2023-12-05T17:24:28Z"), amount: "559.45", transaction_type: "deposit", running_balance: "31910.78" },
            { transaction_id: 450, account_id: 230, transaction_date: new Date("2023-03-03T06:56:08Z"), amount: "-751.81", transaction_type: "deposit", running_balance: "22553.76" },
            { transaction_id: 451, account_id: 98, transaction_date: new Date("2023-02-18T15:51:50Z"), amount: "-252.70", transaction_type: "withdrawal", running_balance: "15380.20" },
            { transaction_id: 452, account_id: 63, transaction_date: new Date("2023-09-28T18:35:00Z"), amount: "1696.37", transaction_type: "deposit", running_balance: "79746.64" },
            { transaction_id: 453, account_id: 232, transaction_date: new Date("2023-05-20T15:42:38Z"), amount: "3122.69", transaction_type: "deposit", running_balance: "88400.69" },
            { transaction_id: 454, account_id: 74, transaction_date: new Date("2023-06-26T17:41:22Z"), amount: "2290.29", transaction_type: "deposit", running_balance: "13466.74" },
            { transaction_id: 455, account_id: 184, transaction_date: new Date("2023-02-22T10:56:12Z"), amount: "-608.96", transaction_type: "deposit", running_balance: "92614.37" },
            { transaction_id: 456, account_id: 161, transaction_date: new Date("2023-09-26T08:28:45Z"), amount: "624.68", transaction_type: "deposit", running_balance: "24.44" },
            { transaction_id: 457, account_id: 40, transaction_date: new Date("2023-09-06T09:15:29Z"), amount: "-969.78", transaction_type: "withdrawal", running_balance: "59011.30" },
            { transaction_id: 458, account_id: 253, transaction_date: new Date("2023-04-04T09:10:48Z"), amount: "-1959.21", transaction_type: "withdrawal", running_balance: "55340.11" },
            { transaction_id: 459, account_id: 152, transaction_date: new Date("2023-07-18T09:46:27Z"), amount: "345.90", transaction_type: "withdrawal", running_balance: "1537.69" },
            { transaction_id: 460, account_id: 182, transaction_date: new Date("2023-01-02T10:49:05Z"), amount: "-1701.53", transaction_type: "withdrawal", running_balance: "552.92" },
            { transaction_id: 461, account_id: 77, transaction_date: new Date("2023-11-15T10:06:00Z"), amount: "221.88", transaction_type: "deposit", running_balance: "78442.22" },
            { transaction_id: 462, account_id: 93, transaction_date: new Date("2023-08-13T18:48:15Z"), amount: "-376.83", transaction_type: "deposit", running_balance: "9091.75" },
            { transaction_id: 463, account_id: 296, transaction_date: new Date("2023-06-21T13:53:51Z"), amount: "2253.94", transaction_type: "deposit", running_balance: "91515.86" },
            { transaction_id: 464, account_id: 246, transaction_date: new Date("2023-06-09T13:40:34Z"), amount: "-53.14", transaction_type: "deposit", running_balance: "62827.19" },
            { transaction_id: 465, account_id: 117, transaction_date: new Date("2023-08-23T11:20:52Z"), amount: "-1396.59", transaction_type: "withdrawal", running_balance: "82658.63" },
            { transaction_id: 466, account_id: 176, transaction_date: new Date("2023-12-26T10:03:34Z"), amount: "378.91", transaction_type: "withdrawal", running_balance: "23807.59" },
            { transaction_id: 467, account_id: 290, transaction_date: new Date("2023-07-14T16:46:49Z"), amount: "-2223.52", transaction_type: "deposit", running_balance: "65760.54" },
            { transaction_id: 468, account_id: 275, transaction_date: new Date("2023-07-06T11:55:06Z"), amount: "1786.29", transaction_type: "withdrawal", running_balance: "23600.51" },
            { transaction_id: 469, account_id: 187, transaction_date: new Date("2023-05-21T08:11:11Z"), amount: "562.27", transaction_type: "withdrawal", running_balance: "83875.02" },
            { transaction_id: 470, account_id: 265, transaction_date: new Date("2023-06-08T10:48:36Z"), amount: "-553.85", transaction_type: "withdrawal", running_balance: "95277.13" },
            { transaction_id: 471, account_id: 259, transaction_date: new Date("2023-12-07T10:28:19Z"), amount: "1504.02", transaction_type: "withdrawal", running_balance: "16789.22" },
            { transaction_id: 472, account_id: 279, transaction_date: new Date("2023-07-05T10:10:55Z"), amount: "-914.48", transaction_type: "deposit", running_balance: "9219.35" },
            { transaction_id: 473, account_id: 38, transaction_date: new Date("2023-02-28T14:13:14Z"), amount: "663.53", transaction_type: "withdrawal", running_balance: "6290.46" },
            { transaction_id: 474, account_id: 163, transaction_date: new Date("2023-10-30T10:15:23Z"), amount: "-998.56", transaction_type: "withdrawal", running_balance: "78551.41" },
            { transaction_id: 475, account_id: 280, transaction_date: new Date("2023-11-21T16:51:00Z"), amount: "-1191.83", transaction_type: "deposit", running_balance: "5077.36" },
            { transaction_id: 476, account_id: 297, transaction_date: new Date("2023-05-21T11:52:10Z"), amount: "63.11", transaction_type: "deposit", running_balance: "70217.29" },
            { transaction_id: 477, account_id: 123, transaction_date: new Date("2023-04-04T10:40:05Z"), amount: "-75.62", transaction_type: "deposit", running_balance: "76782.20" },
            { transaction_id: 478, account_id: 267, transaction_date: new Date("2023-03-01T10:35:30Z"), amount: "-1255.44", transaction_type: "deposit", running_balance: "58045.60" },
            { transaction_id: 479, account_id: 203, transaction_date: new Date("2023-09-06T17:31:52Z"), amount: "-793.35", transaction_type: "withdrawal", running_balance: "64014.58" },
            { transaction_id: 480, account_id: 52, transaction_date: new Date("2023-07-12T12:47:07Z"), amount: "1946.14", transaction_type: "withdrawal", running_balance: "1948.59" },
            { transaction_id: 481, account_id: 134, transaction_date: new Date("2023-06-23T17:45:07Z"), amount: "1683.48", transaction_type: "deposit", running_balance: "75.46" },
            { transaction_id: 482, account_id: 100, transaction_date: new Date("2023-05-21T10:46:43Z"), amount: "-252.10", transaction_type: "withdrawal", running_balance: "746.50" },
            { transaction_id: 483, account_id: 157, transaction_date: new Date("2023-03-03T09:09:10Z"), amount: "497.41", transaction_type: "withdrawal", running_balance: "11382.05" },
            { transaction_id: 484, account_id: 172, transaction_date: new Date("2023-08-02T10:42:39Z"), amount: "-960.27", transaction_type: "withdrawal", running_balance: "20364.11" },
            { transaction_id: 485, account_id: 289, transaction_date: new Date("2023-10-14T14:30:15Z"), amount: "-538.09", transaction_type: "deposit", running_balance: "56675.66" },
            { transaction_id: 486, account_id: 122, transaction_date: new Date("2023-10-01T15:51:40Z"), amount: "129.52", transaction_type: "deposit", running_balance: "2629.69" },
            { transaction_id: 487, account_id: 129, transaction_date: new Date("2023-04-09T13:06:35Z"), amount: "-2740.19", transaction_type: "withdrawal", running_balance: "11127.89" },
            { transaction_id: 488, account_id: 73, transaction_date: new Date("2023-04-19T08:05:32Z"), amount: "1167.16", transaction_type: "deposit", running_balance: "35389.41" },
            { transaction_id: 489, account_id: 67, transaction_date: new Date("2023-06-23T14:48:27Z"), amount: "2467.04", transaction_type: "withdrawal", running_balance: "22524.92" },
            { transaction_id: 490, account_id: 7, transaction_date: new Date("2023-05-17T09:55:13Z"), amount: "1136.19", transaction_type: "withdrawal", running_balance: "466.99" },
            { transaction_id: 491, account_id: 134, transaction_date: new Date("2023-07-24T23:41:32Z"), amount: "1159.06", transaction_type: "withdrawal", running_balance: "94335.38" },
            { transaction_id: 492, account_id: 254, transaction_date: new Date("2023-11-17T16:44:13Z"), amount: "1620.91", transaction_type: "withdrawal", running_balance: "16538.24" },
            { transaction_id: 493, account_id: 56, transaction_date: new Date("2023-03-31T09:57:47Z"), amount: "-1067.07", transaction_type: "deposit", running_balance: "1267.13" },
            { transaction_id: 494, account_id: 292, transaction_date: new Date("2023-06-19T06:31:03Z"), amount: "1871.94", transaction_type: "deposit", running_balance: "1267.50" },
            { transaction_id: 495, account_id: 290, transaction_date: new Date("2023-05-02T12:20:13Z"), amount: "-912.67", transaction_type: "deposit", running_balance: "5032.27" },
            { transaction_id: 496, account_id: 139, transaction_date: new Date("2023-10-30T19:21:02Z"), amount: "-54.73", transaction_type: "withdrawal", running_balance: "4284.01" },
            { transaction_id: 497, account_id: 156, transaction_date: new Date("2023-03-29T13:38:54Z"), amount: "2535.94", transaction_type: "withdrawal", running_balance: "1585.04" },
            { transaction_id: 498, account_id: 127, transaction_date: new Date("2023-11-23T08:39:05Z"), amount: "3888.39", transaction_type: "deposit", running_balance: "14.59" },
            { transaction_id: 499, account_id: 124, transaction_date: new Date("2023-10-25T15:33:03Z"), amount: "-1119.89", transaction_type: "deposit", running_balance: "15583.82" },
            { transaction_id: 500, account_id: 124, transaction_date: new Date("2023-06-17T14:06:53Z"), amount: "-2378.15", transaction_type: "deposit", running_balance: "56211.60" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { transaction_id: 501, account_id: 290, transaction_date: new Date("2023-02-04T12:30:12Z"), amount: "-111.97", transaction_type: "deposit", running_balance: "17465.27" },
            { transaction_id: 502, account_id: 218, transaction_date: new Date("2023-04-20T13:19:46Z"), amount: "1244.48", transaction_type: "deposit", running_balance: "30480.24" },
            { transaction_id: 503, account_id: 81, transaction_date: new Date("2023-09-23T14:08:09Z"), amount: "649.65", transaction_type: "deposit", running_balance: "5774.89" },
            { transaction_id: 504, account_id: 56, transaction_date: new Date("2023-01-06T10:01:38Z"), amount: "-917.35", transaction_type: "deposit", running_balance: "31869.47" },
            { transaction_id: 505, account_id: 279, transaction_date: new Date("2023-08-04T12:40:48Z"), amount: "326.42", transaction_type: "deposit", running_balance: "63098.20" },
            { transaction_id: 506, account_id: 104, transaction_date: new Date("2023-12-14T15:56:51Z"), amount: "1322.71", transaction_type: "deposit", running_balance: "4457.68" },
            { transaction_id: 507, account_id: 63, transaction_date: new Date("2023-07-14T09:02:04Z"), amount: "-242.04", transaction_type: "withdrawal", running_balance: "45718.71" },
            { transaction_id: 508, account_id: 173, transaction_date: new Date("2023-10-30T11:13:09Z"), amount: "1318.10", transaction_type: "withdrawal", running_balance: "52838.49" },
            { transaction_id: 509, account_id: 250, transaction_date: new Date("2023-11-28T15:24:46Z"), amount: "349.10", transaction_type: "deposit", running_balance: "15982.45" },
            { transaction_id: 510, account_id: 246, transaction_date: new Date("2023-05-04T15:59:42Z"), amount: "300.12", transaction_type: "deposit", running_balance: "14327.09" },
            { transaction_id: 511, account_id: 117, transaction_date: new Date("2023-01-31T14:39:23Z"), amount: "999.43", transaction_type: "deposit", running_balance: "67570.50" },
            { transaction_id: 512, account_id: 249, transaction_date: new Date("2023-02-23T08:54:01Z"), amount: "-2957.71", transaction_type: "deposit", running_balance: "8327.95" },
            { transaction_id: 513, account_id: 240, transaction_date: new Date("2023-01-28T10:47:34Z"), amount: "747.50", transaction_type: "deposit", running_balance: "46824.68" },
            { transaction_id: 514, account_id: 179, transaction_date: new Date("2023-09-05T15:01:25Z"), amount: "507.11", transaction_type: "withdrawal", running_balance: "85129.70" },
            { transaction_id: 515, account_id: 63, transaction_date: new Date("2023-04-27T14:19:11Z"), amount: "1625.89", transaction_type: "deposit", running_balance: "99110.87" },
            { transaction_id: 516, account_id: 217, transaction_date: new Date("2023-07-27T12:43:23Z"), amount: "3606.33", transaction_type: "deposit", running_balance: "3326.78" },
            { transaction_id: 517, account_id: 235, transaction_date: new Date("2023-11-29T10:57:57Z"), amount: "2310.76", transaction_type: "deposit", running_balance: "3746.32" },
            { transaction_id: 518, account_id: 32, transaction_date: new Date("2023-02-20T13:38:05Z"), amount: "-696.52", transaction_type: "deposit", running_balance: "2.42" },
            { transaction_id: 519, account_id: 137, transaction_date: new Date("2023-06-11T07:24:55Z"), amount: "1089.00", transaction_type: "deposit", running_balance: "80767.65" },
            { transaction_id: 520, account_id: 5, transaction_date: new Date("2023-01-28T11:15:28Z"), amount: "-2609.89", transaction_type: "deposit", running_balance: "95454.79" },
            { transaction_id: 521, account_id: 34, transaction_date: new Date("2023-07-24T10:38:15Z"), amount: "1267.73", transaction_type: "deposit", running_balance: "14720.23" },
            { transaction_id: 522, account_id: 22, transaction_date: new Date("2023-12-22T09:16:38Z"), amount: "2497.02", transaction_type: "withdrawal", running_balance: "9223.19" },
            { transaction_id: 523, account_id: 275, transaction_date: new Date("2023-01-19T16:07:07Z"), amount: "-678.36", transaction_type: "deposit", running_balance: "218.39" },
            { transaction_id: 524, account_id: 211, transaction_date: new Date("2023-02-05T13:40:14Z"), amount: "482.00", transaction_type: "withdrawal", running_balance: "55171.59" },
            { transaction_id: 525, account_id: 199, transaction_date: new Date("2023-09-20T07:37:13Z"), amount: "1146.50", transaction_type: "deposit", running_balance: "7315.88" },
            { transaction_id: 526, account_id: 232, transaction_date: new Date("2023-12-11T17:02:34Z"), amount: "205.92", transaction_type: "deposit", running_balance: "81882.66" },
            { transaction_id: 527, account_id: 135, transaction_date: new Date("2023-05-30T15:43:52Z"), amount: "-2410.95", transaction_type: "deposit", running_balance: "2889.37" },
            { transaction_id: 528, account_id: 298, transaction_date: new Date("2023-02-24T10:09:49Z"), amount: "1069.46", transaction_type: "deposit", running_balance: "73621.22" },
            { transaction_id: 529, account_id: 3, transaction_date: new Date("2023-06-24T12:03:06Z"), amount: "1909.76", transaction_type: "withdrawal", running_balance: "52596.73" },
            { transaction_id: 530, account_id: 50, transaction_date: new Date("2023-01-30T12:52:18Z"), amount: "910.20", transaction_type: "withdrawal", running_balance: "46769.81" },
            { transaction_id: 531, account_id: 60, transaction_date: new Date("2023-09-15T14:53:53Z"), amount: "-664.21", transaction_type: "deposit", running_balance: "59932.24" },
            { transaction_id: 532, account_id: 118, transaction_date: new Date("2023-02-18T10:23:31Z"), amount: "-998.41", transaction_type: "deposit", running_balance: "86790.80" },
            { transaction_id: 533, account_id: 206, transaction_date: new Date("2023-03-24T15:00:55Z"), amount: "-916.42", transaction_type: "withdrawal", running_balance: "52912.29" },
            { transaction_id: 534, account_id: 20, transaction_date: new Date("2023-01-31T14:41:51Z"), amount: "-102.11", transaction_type: "withdrawal", running_balance: "5182.34" },
            { transaction_id: 535, account_id: 24, transaction_date: new Date("2023-10-31T19:59:45Z"), amount: "-1441.73", transaction_type: "deposit", running_balance: "38104.22" },
            { transaction_id: 536, account_id: 289, transaction_date: new Date("2023-11-10T10:55:17Z"), amount: "1738.57", transaction_type: "deposit", running_balance: "27922.29" },
            { transaction_id: 537, account_id: 145, transaction_date: new Date("2023-02-25T10:34:58Z"), amount: "-540.73", transaction_type: "withdrawal", running_balance: "126.63" },
            { transaction_id: 538, account_id: 287, transaction_date: new Date("2023-08-22T12:36:14Z"), amount: "-1939.31", transaction_type: "withdrawal", running_balance: "6515.42" },
            { transaction_id: 539, account_id: 87, transaction_date: new Date("2023-01-08T11:00:24Z"), amount: "-1289.57", transaction_type: "withdrawal", running_balance: "45989.27" },
            { transaction_id: 540, account_id: 121, transaction_date: new Date("2023-02-26T09:32:44Z"), amount: "-73.27", transaction_type: "withdrawal", running_balance: "367.32" },
            { transaction_id: 541, account_id: 276, transaction_date: new Date("2023-11-07T09:33:58Z"), amount: "-1437.03", transaction_type: "withdrawal", running_balance: "43821.87" },
            { transaction_id: 542, account_id: 44, transaction_date: new Date("2023-10-10T07:28:46Z"), amount: "1310.44", transaction_type: "deposit", running_balance: "25238.09" },
            { transaction_id: 543, account_id: 183, transaction_date: new Date("2023-04-26T11:20:40Z"), amount: "-496.14", transaction_type: "withdrawal", running_balance: "70131.83" },
            { transaction_id: 544, account_id: 277, transaction_date: new Date("2023-03-11T14:55:16Z"), amount: "-1850.40", transaction_type: "deposit", running_balance: "54411.25" },
            { transaction_id: 545, account_id: 157, transaction_date: new Date("2023-08-03T15:15:16Z"), amount: "901.74", transaction_type: "deposit", running_balance: "83579.85" },
            { transaction_id: 546, account_id: 166, transaction_date: new Date("2023-01-20T09:32:59Z"), amount: "27.49", transaction_type: "withdrawal", running_balance: "3091.95" },
            { transaction_id: 547, account_id: 104, transaction_date: new Date("2023-08-27T09:30:43Z"), amount: "-1716.35", transaction_type: "deposit", running_balance: "40894.94" },
            { transaction_id: 548, account_id: 129, transaction_date: new Date("2023-09-21T09:14:21Z"), amount: "-83.08", transaction_type: "deposit", running_balance: "11381.28" },
            { transaction_id: 549, account_id: 292, transaction_date: new Date("2023-04-22T11:43:13Z"), amount: "1227.48", transaction_type: "withdrawal", running_balance: "53415.79" },
            { transaction_id: 550, account_id: 6, transaction_date: new Date("2023-12-20T13:47:52Z"), amount: "-1016.81", transaction_type: "deposit", running_balance: "5859.64" },
            { transaction_id: 551, account_id: 244, transaction_date: new Date("2023-11-23T09:58:20Z"), amount: "785.17", transaction_type: "withdrawal", running_balance: "1985.39" },
            { transaction_id: 552, account_id: 24, transaction_date: new Date("2023-04-01T13:46:51Z"), amount: "-1475.39", transaction_type: "deposit", running_balance: "0.75" },
            { transaction_id: 553, account_id: 208, transaction_date: new Date("2023-03-28T10:48:09Z"), amount: "1548.05", transaction_type: "withdrawal", running_balance: "29726.60" },
            { transaction_id: 554, account_id: 3, transaction_date: new Date("2023-08-16T11:09:51Z"), amount: "163.96", transaction_type: "deposit", running_balance: "80.63" },
            { transaction_id: 555, account_id: 1, transaction_date: new Date("2023-11-22T10:36:57Z"), amount: "-1491.49", transaction_type: "withdrawal", running_balance: "1369.88" },
            { transaction_id: 556, account_id: 70, transaction_date: new Date("2023-04-17T09:05:09Z"), amount: "908.54", transaction_type: "deposit", running_balance: "10961.26" },
            { transaction_id: 557, account_id: 35, transaction_date: new Date("2023-04-02T16:32:46Z"), amount: "455.52", transaction_type: "withdrawal", running_balance: "34716.32" },
            { transaction_id: 558, account_id: 213, transaction_date: new Date("2023-11-15T15:52:07Z"), amount: "2020.51", transaction_type: "withdrawal", running_balance: "491.84" },
            { transaction_id: 559, account_id: 212, transaction_date: new Date("2023-08-17T16:47:04Z"), amount: "1000.59", transaction_type: "withdrawal", running_balance: "66065.08" },
            { transaction_id: 560, account_id: 299, transaction_date: new Date("2023-11-01T14:05:05Z"), amount: "181.20", transaction_type: "withdrawal", running_balance: "32640.16" },
            { transaction_id: 561, account_id: 211, transaction_date: new Date("2023-05-13T14:31:36Z"), amount: "-236.49", transaction_type: "withdrawal", running_balance: "226.53" },
            { transaction_id: 562, account_id: 275, transaction_date: new Date("2023-06-11T10:08:14Z"), amount: "1032.48", transaction_type: "withdrawal", running_balance: "394.42" },
            { transaction_id: 563, account_id: 6, transaction_date: new Date("2023-08-10T06:14:30Z"), amount: "-2720.43", transaction_type: "withdrawal", running_balance: "24208.39" },
            { transaction_id: 564, account_id: 88, transaction_date: new Date("2023-04-16T13:02:01Z"), amount: "921.10", transaction_type: "withdrawal", running_balance: "5222.18" },
            { transaction_id: 565, account_id: 169, transaction_date: new Date("2023-11-03T16:35:04Z"), amount: "-1900.41", transaction_type: "withdrawal", running_balance: "11023.21" },
            { transaction_id: 566, account_id: 13, transaction_date: new Date("2023-04-24T11:28:57Z"), amount: "1501.78", transaction_type: "deposit", running_balance: "19.15" },
            { transaction_id: 567, account_id: 78, transaction_date: new Date("2023-07-29T13:09:27Z"), amount: "-0.75", transaction_type: "withdrawal", running_balance: "18691.76" },
            { transaction_id: 568, account_id: 172, transaction_date: new Date("2023-02-13T17:31:17Z"), amount: "-1733.96", transaction_type: "deposit", running_balance: "705.31" },
            { transaction_id: 569, account_id: 91, transaction_date: new Date("2023-10-05T16:24:44Z"), amount: "1865.58", transaction_type: "withdrawal", running_balance: "66226.53" },
            { transaction_id: 570, account_id: 135, transaction_date: new Date("2023-06-07T12:24:59Z"), amount: "-1472.74", transaction_type: "withdrawal", running_balance: "48651.49" },
            { transaction_id: 571, account_id: 287, transaction_date: new Date("2023-08-18T15:39:31Z"), amount: "408.29", transaction_type: "deposit", running_balance: "87828.94" },
            { transaction_id: 572, account_id: 232, transaction_date: new Date("2023-09-16T11:47:59Z"), amount: "1659.62", transaction_type: "withdrawal", running_balance: "633.24" },
            { transaction_id: 573, account_id: 241, transaction_date: new Date("2023-10-11T18:53:59Z"), amount: "536.39", transaction_type: "deposit", running_balance: "38152.63" },
            { transaction_id: 574, account_id: 156, transaction_date: new Date("2023-08-22T10:55:27Z"), amount: "-384.61", transaction_type: "withdrawal", running_balance: "15283.78" },
            { transaction_id: 575, account_id: 65, transaction_date: new Date("2023-01-26T13:10:15Z"), amount: "-2259.28", transaction_type: "withdrawal", running_balance: "815.21" },
            { transaction_id: 576, account_id: 192, transaction_date: new Date("2023-05-19T14:45:03Z"), amount: "-85.73", transaction_type: "withdrawal", running_balance: "44615.77" },
            { transaction_id: 577, account_id: 215, transaction_date: new Date("2023-09-12T11:30:29Z"), amount: "-1567.68", transaction_type: "withdrawal", running_balance: "21759.76" },
            { transaction_id: 578, account_id: 110, transaction_date: new Date("2023-07-10T09:59:54Z"), amount: "825.95", transaction_type: "withdrawal", running_balance: "12832.26" },
            { transaction_id: 579, account_id: 83, transaction_date: new Date("2023-05-11T16:52:58Z"), amount: "477.81", transaction_type: "withdrawal", running_balance: "4184.05" },
            { transaction_id: 580, account_id: 165, transaction_date: new Date("2023-03-01T13:04:58Z"), amount: "907.82", transaction_type: "withdrawal", running_balance: "55858.97" },
            { transaction_id: 581, account_id: 183, transaction_date: new Date("2023-11-01T07:06:34Z"), amount: "319.77", transaction_type: "withdrawal", running_balance: "1.17" },
            { transaction_id: 582, account_id: 178, transaction_date: new Date("2023-04-03T11:08:45Z"), amount: "-771.09", transaction_type: "deposit", running_balance: "25783.60" },
            { transaction_id: 583, account_id: 200, transaction_date: new Date("2023-11-05T11:01:17Z"), amount: "-1073.27", transaction_type: "deposit", running_balance: "91921.32" },
            { transaction_id: 584, account_id: 28, transaction_date: new Date("2023-08-21T13:13:03Z"), amount: "4.17", transaction_type: "withdrawal", running_balance: "8489.45" },
            { transaction_id: 585, account_id: 218, transaction_date: new Date("2023-06-25T14:57:56Z"), amount: "891.08", transaction_type: "withdrawal", running_balance: "3864.88" },
            { transaction_id: 586, account_id: 122, transaction_date: new Date("2023-03-28T23:07:38Z"), amount: "88.18", transaction_type: "deposit", running_balance: "18381.94" },
            { transaction_id: 587, account_id: 80, transaction_date: new Date("2023-08-07T14:27:39Z"), amount: "-82.97", transaction_type: "withdrawal", running_balance: "1273.18" },
            { transaction_id: 588, account_id: 284, transaction_date: new Date("2023-02-06T15:29:40Z"), amount: "892.33", transaction_type: "deposit", running_balance: "2347.54" },
            { transaction_id: 589, account_id: 170, transaction_date: new Date("2023-06-13T10:47:02Z"), amount: "422.97", transaction_type: "withdrawal", running_balance: "21964.53" },
            { transaction_id: 590, account_id: 172, transaction_date: new Date("2023-05-14T05:16:05Z"), amount: "-351.19", transaction_type: "deposit", running_balance: "1633.01" },
            { transaction_id: 591, account_id: 110, transaction_date: new Date("2023-06-17T12:03:52Z"), amount: "-1748.22", transaction_type: "withdrawal", running_balance: "9668.14" },
            { transaction_id: 592, account_id: 139, transaction_date: new Date("2023-07-24T13:00:31Z"), amount: "1000.90", transaction_type: "deposit", running_balance: "56327.27" },
            { transaction_id: 593, account_id: 235, transaction_date: new Date("2023-12-30T16:25:40Z"), amount: "-124.29", transaction_type: "deposit", running_balance: "1430.57" },
            { transaction_id: 594, account_id: 248, transaction_date: new Date("2023-11-22T13:38:25Z"), amount: "-2368.79", transaction_type: "deposit", running_balance: "9775.97" },
            { transaction_id: 595, account_id: 45, transaction_date: new Date("2023-04-18T09:39:10Z"), amount: "-29.23", transaction_type: "withdrawal", running_balance: "1911.00" },
            { transaction_id: 596, account_id: 183, transaction_date: new Date("2023-10-21T08:29:28Z"), amount: "2154.63", transaction_type: "withdrawal", running_balance: "78333.08" },
            { transaction_id: 597, account_id: 70, transaction_date: new Date("2023-02-01T15:07:50Z"), amount: "-931.39", transaction_type: "deposit", running_balance: "42847.41" },
            { transaction_id: 598, account_id: 17, transaction_date: new Date("2023-12-16T08:21:41Z"), amount: "-307.76", transaction_type: "withdrawal", running_balance: "4615.17" },
            { transaction_id: 599, account_id: 223, transaction_date: new Date("2023-12-25T20:08:40Z"), amount: "-89.90", transaction_type: "withdrawal", running_balance: "49677.68" },
            { transaction_id: 600, account_id: 268, transaction_date: new Date("2023-11-08T10:11:24Z"), amount: "620.35", transaction_type: "deposit", running_balance: "46373.50" },
            { transaction_id: 601, account_id: 163, transaction_date: new Date("2023-11-22T09:10:38Z"), amount: "-783.26", transaction_type: "deposit", running_balance: "2703.72" },
            { transaction_id: 602, account_id: 32, transaction_date: new Date("2023-08-09T09:44:15Z"), amount: "1658.81", transaction_type: "withdrawal", running_balance: "33199.83" },
            { transaction_id: 603, account_id: 134, transaction_date: new Date("2023-03-11T15:08:51Z"), amount: "958.48", transaction_type: "deposit", running_balance: "16439.83" },
            { transaction_id: 604, account_id: 124, transaction_date: new Date("2023-08-04T15:40:34Z"), amount: "-722.77", transaction_type: "withdrawal", running_balance: "82059.76" },
            { transaction_id: 605, account_id: 200, transaction_date: new Date("2023-11-23T08:37:26Z"), amount: "1579.14", transaction_type: "withdrawal", running_balance: "57112.46" },
            { transaction_id: 606, account_id: 54, transaction_date: new Date("2023-09-23T10:09:19Z"), amount: "3370.56", transaction_type: "deposit", running_balance: "77224.61" },
            { transaction_id: 607, account_id: 198, transaction_date: new Date("2023-11-22T14:31:22Z"), amount: "-728.14", transaction_type: "deposit", running_balance: "9018.28" },
            { transaction_id: 608, account_id: 294, transaction_date: new Date("2023-08-18T11:39:54Z"), amount: "-659.40", transaction_type: "deposit", running_balance: "16950.66" },
            { transaction_id: 609, account_id: 191, transaction_date: new Date("2023-01-31T20:22:28Z"), amount: "-2363.79", transaction_type: "deposit", running_balance: "27141.92" },
            { transaction_id: 610, account_id: 282, transaction_date: new Date("2023-11-02T15:52:32Z"), amount: "1472.25", transaction_type: "withdrawal", running_balance: "1805.04" },
            { transaction_id: 611, account_id: 33, transaction_date: new Date("2023-05-12T12:10:02Z"), amount: "1878.18", transaction_type: "withdrawal", running_balance: "15251.22" },
            { transaction_id: 612, account_id: 282, transaction_date: new Date("2023-10-17T17:07:43Z"), amount: "-390.04", transaction_type: "deposit", running_balance: "50866.87" },
            { transaction_id: 613, account_id: 166, transaction_date: new Date("2023-10-21T16:55:54Z"), amount: "-76.97", transaction_type: "withdrawal", running_balance: "53636.12" },
            { transaction_id: 614, account_id: 89, transaction_date: new Date("2023-09-01T14:05:27Z"), amount: "-712.87", transaction_type: "withdrawal", running_balance: "58024.98" },
            { transaction_id: 615, account_id: 28, transaction_date: new Date("2023-06-29T15:53:07Z"), amount: "-1233.13", transaction_type: "deposit", running_balance: "48393.03" },
            { transaction_id: 616, account_id: 141, transaction_date: new Date("2023-04-23T17:11:28Z"), amount: "-2817.75", transaction_type: "deposit", running_balance: "92341.50" },
            { transaction_id: 617, account_id: 135, transaction_date: new Date("2023-11-23T12:37:23Z"), amount: "1322.96", transaction_type: "deposit", running_balance: "3582.10" },
            { transaction_id: 618, account_id: 237, transaction_date: new Date("2023-09-17T11:51:26Z"), amount: "515.55", transaction_type: "withdrawal", running_balance: "87082.45" },
            { transaction_id: 619, account_id: 166, transaction_date: new Date("2023-06-14T16:20:39Z"), amount: "-311.84", transaction_type: "deposit", running_balance: "11851.51" },
            { transaction_id: 620, account_id: 279, transaction_date: new Date("2023-06-10T10:54:35Z"), amount: "-289.95", transaction_type: "deposit", running_balance: "99231.95" },
            { transaction_id: 621, account_id: 146, transaction_date: new Date("2023-09-03T10:23:43Z"), amount: "209.61", transaction_type: "withdrawal", running_balance: "38513.61" },
            { transaction_id: 622, account_id: 129, transaction_date: new Date("2023-01-13T14:04:20Z"), amount: "-2139.49", transaction_type: "deposit", running_balance: "54832.17" },
            { transaction_id: 623, account_id: 208, transaction_date: new Date("2023-04-18T11:25:24Z"), amount: "676.88", transaction_type: "withdrawal", running_balance: "36144.04" },
            { transaction_id: 624, account_id: 219, transaction_date: new Date("2023-05-10T11:42:30Z"), amount: "-894.66", transaction_type: "withdrawal", running_balance: "75962.42" },
            { transaction_id: 625, account_id: 97, transaction_date: new Date("2023-06-18T10:13:21Z"), amount: "-991.39", transaction_type: "deposit", running_balance: "192.65" },
            { transaction_id: 626, account_id: 47, transaction_date: new Date("2023-03-26T17:24:33Z"), amount: "117.76", transaction_type: "deposit", running_balance: "61344.62" },
            { transaction_id: 627, account_id: 209, transaction_date: new Date("2023-03-11T16:36:17Z"), amount: "2011.18", transaction_type: "withdrawal", running_balance: "21846.00" },
            { transaction_id: 628, account_id: 62, transaction_date: new Date("2023-04-08T11:34:37Z"), amount: "-2278.95", transaction_type: "deposit", running_balance: "19110.20" },
            { transaction_id: 629, account_id: 189, transaction_date: new Date("2023-08-24T08:01:36Z"), amount: "697.89", transaction_type: "withdrawal", running_balance: "0.33" },
            { transaction_id: 630, account_id: 198, transaction_date: new Date("2023-05-20T15:41:13Z"), amount: "-1449.68", transaction_type: "deposit", running_balance: "94956.60" },
            { transaction_id: 631, account_id: 102, transaction_date: new Date("2023-05-07T10:08:41Z"), amount: "-2145.15", transaction_type: "deposit", running_balance: "65055.12" },
            { transaction_id: 632, account_id: 60, transaction_date: new Date("2023-10-11T16:44:30Z"), amount: "-885.62", transaction_type: "deposit", running_balance: "3.29" },
            { transaction_id: 633, account_id: 296, transaction_date: new Date("2023-11-22T18:52:50Z"), amount: "398.25", transaction_type: "withdrawal", running_balance: "70497.43" },
            { transaction_id: 634, account_id: 188, transaction_date: new Date("2023-04-17T14:04:43Z"), amount: "2031.56", transaction_type: "deposit", running_balance: "3673.69" },
            { transaction_id: 635, account_id: 158, transaction_date: new Date("2023-02-03T13:22:53Z"), amount: "-1645.83", transaction_type: "deposit", running_balance: "117.80" },
            { transaction_id: 636, account_id: 218, transaction_date: new Date("2023-04-21T11:47:37Z"), amount: "1981.00", transaction_type: "deposit", running_balance: "15352.94" },
            { transaction_id: 637, account_id: 78, transaction_date: new Date("2023-11-03T10:08:50Z"), amount: "644.48", transaction_type: "withdrawal", running_balance: "653.63" },
            { transaction_id: 638, account_id: 101, transaction_date: new Date("2023-10-02T11:03:35Z"), amount: "301.54", transaction_type: "deposit", running_balance: "4176.51" },
            { transaction_id: 639, account_id: 160, transaction_date: new Date("2023-06-07T14:01:28Z"), amount: "2375.52", transaction_type: "deposit", running_balance: "6125.28" },
            { transaction_id: 640, account_id: 173, transaction_date: new Date("2023-10-04T13:19:43Z"), amount: "1986.71", transaction_type: "deposit", running_balance: "13975.90" },
            { transaction_id: 641, account_id: 88, transaction_date: new Date("2023-10-06T18:54:06Z"), amount: "-1102.93", transaction_type: "withdrawal", running_balance: "31757.31" },
            { transaction_id: 642, account_id: 287, transaction_date: new Date("2023-03-01T09:39:55Z"), amount: "2181.81", transaction_type: "deposit", running_balance: "3765.62" },
            { transaction_id: 643, account_id: 271, transaction_date: new Date("2023-04-23T18:26:31Z"), amount: "-730.53", transaction_type: "deposit", running_balance: "57942.31" },
            { transaction_id: 644, account_id: 49, transaction_date: new Date("2023-08-17T05:43:47Z"), amount: "3164.44", transaction_type: "deposit", running_balance: "53014.02" },
            { transaction_id: 645, account_id: 32, transaction_date: new Date("2023-06-29T09:34:42Z"), amount: "681.29", transaction_type: "withdrawal", running_balance: "43409.95" },
            { transaction_id: 646, account_id: 188, transaction_date: new Date("2023-02-11T19:59:08Z"), amount: "1123.03", transaction_type: "deposit", running_balance: "1013.23" },
            { transaction_id: 647, account_id: 155, transaction_date: new Date("2023-04-16T16:43:05Z"), amount: "695.67", transaction_type: "withdrawal", running_balance: "7807.32" },
            { transaction_id: 648, account_id: 258, transaction_date: new Date("2023-01-22T18:59:06Z"), amount: "1802.67", transaction_type: "deposit", running_balance: "45335.54" },
            { transaction_id: 649, account_id: 241, transaction_date: new Date("2023-07-06T17:59:21Z"), amount: "2091.99", transaction_type: "deposit", running_balance: "70997.79" },
            { transaction_id: 650, account_id: 274, transaction_date: new Date("2023-02-09T13:19:37Z"), amount: "-1460.63", transaction_type: "deposit", running_balance: "98925.23" },
            { transaction_id: 651, account_id: 252, transaction_date: new Date("2023-05-20T16:44:26Z"), amount: "-879.07", transaction_type: "deposit", running_balance: "2156.57" },
            { transaction_id: 652, account_id: 211, transaction_date: new Date("2023-02-20T13:59:29Z"), amount: "-963.29", transaction_type: "deposit", running_balance: "72613.22" },
            { transaction_id: 653, account_id: 229, transaction_date: new Date("2023-11-12T05:45:56Z"), amount: "-1636.21", transaction_type: "deposit", running_balance: "97935.40" },
            { transaction_id: 654, account_id: 188, transaction_date: new Date("2023-08-12T13:54:30Z"), amount: "2244.32", transaction_type: "deposit", running_balance: "26406.44" },
            { transaction_id: 655, account_id: 246, transaction_date: new Date("2023-04-24T15:05:36Z"), amount: "1525.84", transaction_type: "withdrawal", running_balance: "1522.55" },
            { transaction_id: 656, account_id: 13, transaction_date: new Date("2023-10-14T16:30:06Z"), amount: "1309.89", transaction_type: "withdrawal", running_balance: "14882.24" },
            { transaction_id: 657, account_id: 187, transaction_date: new Date("2023-09-20T18:43:43Z"), amount: "-1541.92", transaction_type: "deposit", running_balance: "68228.87" },
            { transaction_id: 658, account_id: 185, transaction_date: new Date("2023-06-24T18:41:19Z"), amount: "-1464.81", transaction_type: "deposit", running_balance: "92657.50" },
            { transaction_id: 659, account_id: 174, transaction_date: new Date("2023-04-21T14:18:59Z"), amount: "-365.67", transaction_type: "deposit", running_balance: "12175.38" },
            { transaction_id: 660, account_id: 198, transaction_date: new Date("2023-06-23T16:58:03Z"), amount: "251.67", transaction_type: "deposit", running_balance: "3284.18" },
            { transaction_id: 661, account_id: 116, transaction_date: new Date("2023-12-05T14:34:21Z"), amount: "-701.21", transaction_type: "deposit", running_balance: "27454.65" },
            { transaction_id: 662, account_id: 218, transaction_date: new Date("2023-03-12T16:39:08Z"), amount: "582.18", transaction_type: "withdrawal", running_balance: "22807.04" },
            { transaction_id: 663, account_id: 131, transaction_date: new Date("2023-11-28T15:37:02Z"), amount: "-278.55", transaction_type: "deposit", running_balance: "232.70" },
            { transaction_id: 664, account_id: 140, transaction_date: new Date("2023-02-28T09:25:23Z"), amount: "-56.08", transaction_type: "deposit", running_balance: "59260.83" },
            { transaction_id: 665, account_id: 31, transaction_date: new Date("2023-04-23T10:21:29Z"), amount: "-393.83", transaction_type: "withdrawal", running_balance: "17694.75" },
            { transaction_id: 666, account_id: 271, transaction_date: new Date("2023-07-05T13:56:36Z"), amount: "782.70", transaction_type: "withdrawal", running_balance: "39963.33" },
            { transaction_id: 667, account_id: 100, transaction_date: new Date("2023-09-11T17:11:00Z"), amount: "28.81", transaction_type: "deposit", running_balance: "4470.68" },
            { transaction_id: 668, account_id: 206, transaction_date: new Date("2023-10-20T16:31:41Z"), amount: "1646.37", transaction_type: "withdrawal", running_balance: "64286.56" },
            { transaction_id: 669, account_id: 22, transaction_date: new Date("2023-09-13T08:33:25Z"), amount: "2193.07", transaction_type: "deposit", running_balance: "60451.50" },
            { transaction_id: 670, account_id: 34, transaction_date: new Date("2023-02-22T11:46:00Z"), amount: "1653.38", transaction_type: "withdrawal", running_balance: "1885.44" },
            { transaction_id: 671, account_id: 252, transaction_date: new Date("2023-07-27T15:55:49Z"), amount: "-560.47", transaction_type: "deposit", running_balance: "97103.83" },
            { transaction_id: 672, account_id: 268, transaction_date: new Date("2023-01-09T13:24:19Z"), amount: "-1760.53", transaction_type: "withdrawal", running_balance: "1963.21" },
            { transaction_id: 673, account_id: 277, transaction_date: new Date("2023-10-19T21:17:13Z"), amount: "-622.20", transaction_type: "deposit", running_balance: "23348.39" },
            { transaction_id: 674, account_id: 54, transaction_date: new Date("2023-04-10T13:49:20Z"), amount: "1501.34", transaction_type: "withdrawal", running_balance: "17534.91" },
            { transaction_id: 675, account_id: 192, transaction_date: new Date("2023-01-08T10:17:08Z"), amount: "436.43", transaction_type: "deposit", running_balance: "76925.45" },
            { transaction_id: 676, account_id: 183, transaction_date: new Date("2023-09-21T17:34:33Z"), amount: "-1656.72", transaction_type: "withdrawal", running_balance: "3968.24" },
            { transaction_id: 677, account_id: 244, transaction_date: new Date("2023-12-11T14:24:33Z"), amount: "-1261.63", transaction_type: "deposit", running_balance: "31652.31" },
            { transaction_id: 678, account_id: 92, transaction_date: new Date("2023-01-28T17:40:24Z"), amount: "577.86", transaction_type: "withdrawal", running_balance: "21379.00" },
            { transaction_id: 679, account_id: 221, transaction_date: new Date("2023-02-10T19:23:17Z"), amount: "-860.72", transaction_type: "deposit", running_balance: "3683.56" },
            { transaction_id: 680, account_id: 257, transaction_date: new Date("2023-08-06T14:19:30Z"), amount: "-529.91", transaction_type: "deposit", running_balance: "64710.31" },
            { transaction_id: 681, account_id: 157, transaction_date: new Date("2023-07-13T09:19:01Z"), amount: "2390.89", transaction_type: "withdrawal", running_balance: "8863.64" },
            { transaction_id: 682, account_id: 191, transaction_date: new Date("2023-02-16T11:09:11Z"), amount: "-997.77", transaction_type: "deposit", running_balance: "15507.30" },
            { transaction_id: 683, account_id: 92, transaction_date: new Date("2023-01-10T07:32:09Z"), amount: "-673.42", transaction_type: "withdrawal", running_balance: "70490.41" },
            { transaction_id: 684, account_id: 140, transaction_date: new Date("2023-09-20T14:23:29Z"), amount: "-563.91", transaction_type: "deposit", running_balance: "95070.64" },
            { transaction_id: 685, account_id: 123, transaction_date: new Date("2023-04-07T13:19:16Z"), amount: "-738.57", transaction_type: "deposit", running_balance: "10688.92" },
            { transaction_id: 686, account_id: 290, transaction_date: new Date("2023-01-10T15:24:37Z"), amount: "2156.31", transaction_type: "withdrawal", running_balance: "2693.42" },
            { transaction_id: 687, account_id: 70, transaction_date: new Date("2023-11-01T13:20:40Z"), amount: "-819.66", transaction_type: "deposit", running_balance: "59314.68" },
            { transaction_id: 688, account_id: 46, transaction_date: new Date("2023-10-10T12:20:56Z"), amount: "-1013.90", transaction_type: "withdrawal", running_balance: "41608.16" },
            { transaction_id: 689, account_id: 179, transaction_date: new Date("2023-06-07T17:59:39Z"), amount: "-134.79", transaction_type: "deposit", running_balance: "38.43" },
            { transaction_id: 690, account_id: 248, transaction_date: new Date("2023-07-26T15:42:14Z"), amount: "73.20", transaction_type: "deposit", running_balance: "77124.63" },
            { transaction_id: 691, account_id: 30, transaction_date: new Date("2023-10-11T12:04:07Z"), amount: "1704.39", transaction_type: "deposit", running_balance: "36913.42" },
            { transaction_id: 692, account_id: 220, transaction_date: new Date("2023-03-05T08:23:11Z"), amount: "-2.89", transaction_type: "deposit", running_balance: "65599.16" },
            { transaction_id: 693, account_id: 168, transaction_date: new Date("2023-11-08T11:41:18Z"), amount: "1285.22", transaction_type: "deposit", running_balance: "15363.17" },
            { transaction_id: 694, account_id: 123, transaction_date: new Date("2023-03-30T11:01:49Z"), amount: "2276.61", transaction_type: "deposit", running_balance: "92271.63" },
            { transaction_id: 695, account_id: 183, transaction_date: new Date("2023-04-27T16:35:32Z"), amount: "-102.03", transaction_type: "deposit", running_balance: "25801.83" },
            { transaction_id: 696, account_id: 292, transaction_date: new Date("2023-01-23T16:55:45Z"), amount: "-1402.02", transaction_type: "deposit", running_balance: "45183.69" },
            { transaction_id: 697, account_id: 9, transaction_date: new Date("2023-01-01T17:18:48Z"), amount: "1340.97", transaction_type: "withdrawal", running_balance: "14183.92" },
            { transaction_id: 698, account_id: 148, transaction_date: new Date("2023-05-11T13:06:41Z"), amount: "1484.10", transaction_type: "deposit", running_balance: "70601.34" },
            { transaction_id: 699, account_id: 80, transaction_date: new Date("2023-09-15T17:32:33Z"), amount: "-1954.79", transaction_type: "deposit", running_balance: "9771.08" },
            { transaction_id: 700, account_id: 86, transaction_date: new Date("2023-01-21T11:57:53Z"), amount: "196.09", transaction_type: "deposit", running_balance: "16399.68" },
            { transaction_id: 701, account_id: 242, transaction_date: new Date("2023-12-17T14:07:08Z"), amount: "-911.32", transaction_type: "deposit", running_balance: "21468.20" },
            { transaction_id: 702, account_id: 13, transaction_date: new Date("2023-10-03T09:03:56Z"), amount: "1034.02", transaction_type: "withdrawal", running_balance: "20112.48" },
            { transaction_id: 703, account_id: 281, transaction_date: new Date("2023-10-07T17:38:42Z"), amount: "1484.22", transaction_type: "deposit", running_balance: "15325.10" },
            { transaction_id: 704, account_id: 183, transaction_date: new Date("2023-03-21T15:15:17Z"), amount: "840.85", transaction_type: "deposit", running_balance: "2940.51" },
            { transaction_id: 705, account_id: 156, transaction_date: new Date("2023-11-13T10:21:04Z"), amount: "-1742.47", transaction_type: "deposit", running_balance: "0.72" },
            { transaction_id: 706, account_id: 19, transaction_date: new Date("2023-04-11T13:55:08Z"), amount: "-2313.63", transaction_type: "withdrawal", running_balance: "7650.12" },
            { transaction_id: 707, account_id: 79, transaction_date: new Date("2023-03-30T19:22:22Z"), amount: "-2460.45", transaction_type: "withdrawal", running_balance: "40723.92" },
            { transaction_id: 708, account_id: 97, transaction_date: new Date("2023-03-05T14:19:04Z"), amount: "-2285.00", transaction_type: "withdrawal", running_balance: "38310.26" },
            { transaction_id: 709, account_id: 214, transaction_date: new Date("2023-01-24T09:50:08Z"), amount: "310.18", transaction_type: "deposit", running_balance: "4453.84" },
            { transaction_id: 710, account_id: 17, transaction_date: new Date("2023-07-07T10:06:42Z"), amount: "-1731.38", transaction_type: "deposit", running_balance: "85494.09" },
            { transaction_id: 711, account_id: 218, transaction_date: new Date("2023-02-01T12:02:02Z"), amount: "1109.43", transaction_type: "withdrawal", running_balance: "54817.93" },
            { transaction_id: 712, account_id: 207, transaction_date: new Date("2023-05-11T07:42:40Z"), amount: "-1305.34", transaction_type: "deposit", running_balance: "41216.95" },
            { transaction_id: 713, account_id: 202, transaction_date: new Date("2023-04-11T12:18:10Z"), amount: "227.10", transaction_type: "withdrawal", running_balance: "32000.70" },
            { transaction_id: 714, account_id: 262, transaction_date: new Date("2023-01-13T06:41:06Z"), amount: "1283.77", transaction_type: "withdrawal", running_balance: "48683.31" },
            { transaction_id: 715, account_id: 164, transaction_date: new Date("2023-04-28T09:10:35Z"), amount: "-1964.09", transaction_type: "deposit", running_balance: "231.20" },
            { transaction_id: 716, account_id: 77, transaction_date: new Date("2023-11-22T11:44:06Z"), amount: "2246.44", transaction_type: "deposit", running_balance: "10839.84" },
            { transaction_id: 717, account_id: 84, transaction_date: new Date("2023-11-27T17:00:35Z"), amount: "874.05", transaction_type: "deposit", running_balance: "404.11" },
            { transaction_id: 718, account_id: 298, transaction_date: new Date("2023-02-27T10:56:47Z"), amount: "1866.58", transaction_type: "deposit", running_balance: "2097.76" },
            { transaction_id: 719, account_id: 46, transaction_date: new Date("2023-05-26T10:56:55Z"), amount: "-910.90", transaction_type: "withdrawal", running_balance: "1698.47" },
            { transaction_id: 720, account_id: 165, transaction_date: new Date("2023-09-14T10:05:01Z"), amount: "467.80", transaction_type: "deposit", running_balance: "66272.29" },
            { transaction_id: 721, account_id: 16, transaction_date: new Date("2023-09-22T14:15:20Z"), amount: "-1841.12", transaction_type: "deposit", running_balance: "17923.72" },
            { transaction_id: 722, account_id: 110, transaction_date: new Date("2023-02-01T11:47:12Z"), amount: "2524.55", transaction_type: "deposit", running_balance: "88034.71" },
            { transaction_id: 723, account_id: 209, transaction_date: new Date("2023-09-17T11:12:34Z"), amount: "-2016.81", transaction_type: "withdrawal", running_balance: "16933.11" },
            { transaction_id: 724, account_id: 281, transaction_date: new Date("2023-07-18T14:57:02Z"), amount: "-2150.73", transaction_type: "withdrawal", running_balance: "4818.44" },
            { transaction_id: 725, account_id: 218, transaction_date: new Date("2023-05-27T12:08:56Z"), amount: "-1310.03", transaction_type: "withdrawal", running_balance: "9342.02" },
            { transaction_id: 726, account_id: 64, transaction_date: new Date("2023-01-08T09:52:26Z"), amount: "1619.31", transaction_type: "withdrawal", running_balance: "96807.85" },
            { transaction_id: 727, account_id: 64, transaction_date: new Date("2023-06-26T10:23:36Z"), amount: "-543.84", transaction_type: "deposit", running_balance: "53983.36" },
            { transaction_id: 728, account_id: 296, transaction_date: new Date("2023-10-05T10:29:41Z"), amount: "-1123.54", transaction_type: "deposit", running_balance: "35118.67" },
            { transaction_id: 729, account_id: 280, transaction_date: new Date("2023-10-30T09:07:17Z"), amount: "-1105.10", transaction_type: "deposit", running_balance: "40173.05" },
            { transaction_id: 730, account_id: 248, transaction_date: new Date("2023-07-23T10:49:50Z"), amount: "767.92", transaction_type: "deposit", running_balance: "54247.12" },
            { transaction_id: 731, account_id: 70, transaction_date: new Date("2023-01-17T08:14:42Z"), amount: "-235.50", transaction_type: "withdrawal", running_balance: "5633.91" },
            { transaction_id: 732, account_id: 266, transaction_date: new Date("2023-01-16T14:22:43Z"), amount: "-1298.53", transaction_type: "deposit", running_balance: "48306.23" },
            { transaction_id: 733, account_id: 140, transaction_date: new Date("2023-08-08T17:50:26Z"), amount: "868.65", transaction_type: "deposit", running_balance: "73872.16" },
            { transaction_id: 734, account_id: 96, transaction_date: new Date("2023-11-05T12:36:11Z"), amount: "-193.05", transaction_type: "deposit", running_balance: "79406.34" },
            { transaction_id: 735, account_id: 149, transaction_date: new Date("2023-10-08T11:48:16Z"), amount: "2209.08", transaction_type: "deposit", running_balance: "21728.44" },
            { transaction_id: 736, account_id: 104, transaction_date: new Date("2023-12-17T20:34:24Z"), amount: "1210.37", transaction_type: "deposit", running_balance: "2821.90" },
            { transaction_id: 737, account_id: 151, transaction_date: new Date("2023-01-17T11:38:51Z"), amount: "806.57", transaction_type: "deposit", running_balance: "41626.33" },
            { transaction_id: 738, account_id: 111, transaction_date: new Date("2023-01-13T12:13:59Z"), amount: "950.04", transaction_type: "deposit", running_balance: "20024.17" },
            { transaction_id: 739, account_id: 6, transaction_date: new Date("2023-08-01T16:18:14Z"), amount: "-1996.87", transaction_type: "deposit", running_balance: "14320.32" },
            { transaction_id: 740, account_id: 243, transaction_date: new Date("2023-02-27T10:49:35Z"), amount: "-1187.16", transaction_type: "deposit", running_balance: "2185.84" },
            { transaction_id: 741, account_id: 286, transaction_date: new Date("2023-01-18T10:34:52Z"), amount: "159.03", transaction_type: "withdrawal", running_balance: "53.13" },
            { transaction_id: 742, account_id: 155, transaction_date: new Date("2023-07-06T11:36:48Z"), amount: "1370.12", transaction_type: "withdrawal", running_balance: "16104.64" },
            { transaction_id: 743, account_id: 142, transaction_date: new Date("2023-03-22T13:37:15Z"), amount: "-3803.18", transaction_type: "deposit", running_balance: "40410.35" },
            { transaction_id: 744, account_id: 181, transaction_date: new Date("2023-09-10T07:27:42Z"), amount: "-931.95", transaction_type: "deposit", running_balance: "95167.85" },
            { transaction_id: 745, account_id: 126, transaction_date: new Date("2023-08-20T17:30:49Z"), amount: "1177.07", transaction_type: "withdrawal", running_balance: "46955.33" },
            { transaction_id: 746, account_id: 296, transaction_date: new Date("2023-07-15T12:59:04Z"), amount: "184.40", transaction_type: "deposit", running_balance: "72198.74" },
            { transaction_id: 747, account_id: 155, transaction_date: new Date("2023-06-28T13:35:38Z"), amount: "857.34", transaction_type: "deposit", running_balance: "115.03" },
            { transaction_id: 748, account_id: 154, transaction_date: new Date("2023-11-03T07:28:38Z"), amount: "-1517.93", transaction_type: "deposit", running_balance: "13131.68" },
            { transaction_id: 749, account_id: 144, transaction_date: new Date("2023-12-13T17:09:18Z"), amount: "277.73", transaction_type: "deposit", running_balance: "22498.06" },
            { transaction_id: 750, account_id: 29, transaction_date: new Date("2023-05-25T15:57:53Z"), amount: "873.52", transaction_type: "deposit", running_balance: "38631.73" },
            { transaction_id: 751, account_id: 126, transaction_date: new Date("2023-10-28T16:37:36Z"), amount: "678.93", transaction_type: "withdrawal", running_balance: "14006.13" },
            { transaction_id: 752, account_id: 21, transaction_date: new Date("2023-06-23T12:44:51Z"), amount: "-1538.42", transaction_type: "deposit", running_balance: "13884.73" },
            { transaction_id: 753, account_id: 166, transaction_date: new Date("2023-04-17T09:07:24Z"), amount: "-757.73", transaction_type: "withdrawal", running_balance: "69519.66" },
            { transaction_id: 754, account_id: 32, transaction_date: new Date("2023-07-25T10:37:12Z"), amount: "-870.78", transaction_type: "withdrawal", running_balance: "92708.84" },
            { transaction_id: 755, account_id: 228, transaction_date: new Date("2023-01-01T09:57:38Z"), amount: "2963.72", transaction_type: "withdrawal", running_balance: "88132.60" },
            { transaction_id: 756, account_id: 94, transaction_date: new Date("2023-08-28T13:37:59Z"), amount: "2820.79", transaction_type: "withdrawal", running_balance: "86149.76" },
            { transaction_id: 757, account_id: 261, transaction_date: new Date("2023-01-22T09:11:23Z"), amount: "1227.03", transaction_type: "deposit", running_balance: "40803.47" },
            { transaction_id: 758, account_id: 139, transaction_date: new Date("2023-08-01T16:04:40Z"), amount: "1878.38", transaction_type: "deposit", running_balance: "93672.00" },
            { transaction_id: 759, account_id: 157, transaction_date: new Date("2023-11-27T11:18:30Z"), amount: "-1645.24", transaction_type: "deposit", running_balance: "9570.38" },
            { transaction_id: 760, account_id: 247, transaction_date: new Date("2023-07-06T12:50:13Z"), amount: "-181.42", transaction_type: "deposit", running_balance: "34897.27" },
            { transaction_id: 761, account_id: 77, transaction_date: new Date("2023-06-09T14:07:53Z"), amount: "360.83", transaction_type: "deposit", running_balance: "27406.85" },
            { transaction_id: 762, account_id: 184, transaction_date: new Date("2023-11-19T16:17:59Z"), amount: "49.34", transaction_type: "deposit", running_balance: "12423.02" },
            { transaction_id: 763, account_id: 159, transaction_date: new Date("2023-10-31T09:37:00Z"), amount: "-408.10", transaction_type: "withdrawal", running_balance: "1527.78" },
            { transaction_id: 764, account_id: 123, transaction_date: new Date("2023-09-13T08:34:57Z"), amount: "540.64", transaction_type: "withdrawal", running_balance: "91551.50" },
            { transaction_id: 765, account_id: 265, transaction_date: new Date("2023-08-09T10:26:45Z"), amount: "138.11", transaction_type: "deposit", running_balance: "37335.38" },
            { transaction_id: 766, account_id: 68, transaction_date: new Date("2023-05-26T22:16:48Z"), amount: "-2982.67", transaction_type: "withdrawal", running_balance: "8260.35" },
            { transaction_id: 767, account_id: 13, transaction_date: new Date("2023-01-24T12:41:33Z"), amount: "-2060.12", transaction_type: "deposit", running_balance: "19996.27" },
            { transaction_id: 768, account_id: 218, transaction_date: new Date("2023-06-22T14:35:09Z"), amount: "-368.65", transaction_type: "withdrawal", running_balance: "54833.00" },
            { transaction_id: 769, account_id: 170, transaction_date: new Date("2023-05-18T11:13:10Z"), amount: "1752.92", transaction_type: "deposit", running_balance: "26939.66" },
            { transaction_id: 770, account_id: 237, transaction_date: new Date("2023-11-10T08:15:16Z"), amount: "-570.32", transaction_type: "deposit", running_balance: "84923.59" },
            { transaction_id: 771, account_id: 95, transaction_date: new Date("2023-01-19T10:59:09Z"), amount: "-399.03", transaction_type: "withdrawal", running_balance: "40628.72" },
            { transaction_id: 772, account_id: 180, transaction_date: new Date("2023-11-14T11:58:56Z"), amount: "-2128.93", transaction_type: "deposit", running_balance: "26493.32" },
            { transaction_id: 773, account_id: 210, transaction_date: new Date("2023-05-31T10:47:55Z"), amount: "785.01", transaction_type: "withdrawal", running_balance: "5402.25" },
            { transaction_id: 774, account_id: 169, transaction_date: new Date("2023-09-30T21:54:32Z"), amount: "-57.17", transaction_type: "withdrawal", running_balance: "16742.62" },
            { transaction_id: 775, account_id: 292, transaction_date: new Date("2023-01-01T08:17:11Z"), amount: "784.59", transaction_type: "deposit", running_balance: "17547.56" },
            { transaction_id: 776, account_id: 194, transaction_date: new Date("2023-09-08T16:21:22Z"), amount: "-101.14", transaction_type: "deposit", running_balance: "87737.39" },
            { transaction_id: 777, account_id: 61, transaction_date: new Date("2023-01-11T03:16:38Z"), amount: "221.37", transaction_type: "deposit", running_balance: "43721.91" },
            { transaction_id: 778, account_id: 176, transaction_date: new Date("2023-12-31T14:37:07Z"), amount: "865.91", transaction_type: "withdrawal", running_balance: "3063.73" },
            { transaction_id: 779, account_id: 146, transaction_date: new Date("2023-05-17T13:12:43Z"), amount: "1477.26", transaction_type: "withdrawal", running_balance: "11551.42" },
            { transaction_id: 780, account_id: 161, transaction_date: new Date("2023-08-10T12:15:00Z"), amount: "1885.42", transaction_type: "withdrawal", running_balance: "77355.20" },
            { transaction_id: 781, account_id: 265, transaction_date: new Date("2023-09-07T10:27:56Z"), amount: "94.60", transaction_type: "withdrawal", running_balance: "82911.39" },
            { transaction_id: 782, account_id: 7, transaction_date: new Date("2023-06-19T13:30:29Z"), amount: "974.20", transaction_type: "deposit", running_balance: "135.35" },
            { transaction_id: 783, account_id: 159, transaction_date: new Date("2023-07-28T13:24:52Z"), amount: "2099.92", transaction_type: "deposit", running_balance: "7532.45" },
            { transaction_id: 784, account_id: 233, transaction_date: new Date("2023-05-06T18:57:46Z"), amount: "-2164.03", transaction_type: "withdrawal", running_balance: "42480.30" },
            { transaction_id: 785, account_id: 209, transaction_date: new Date("2023-12-03T11:51:22Z"), amount: "-463.04", transaction_type: "withdrawal", running_balance: "7709.43" },
            { transaction_id: 786, account_id: 257, transaction_date: new Date("2023-12-02T16:09:48Z"), amount: "1551.90", transaction_type: "deposit", running_balance: "43465.16" },
            { transaction_id: 787, account_id: 198, transaction_date: new Date("2023-10-06T10:21:53Z"), amount: "-1333.83", transaction_type: "deposit", running_balance: "11314.69" },
            { transaction_id: 788, account_id: 189, transaction_date: new Date("2023-07-30T13:10:45Z"), amount: "-790.54", transaction_type: "deposit", running_balance: "126.04" },
            { transaction_id: 789, account_id: 31, transaction_date: new Date("2023-02-02T08:18:53Z"), amount: "2925.04", transaction_type: "deposit", running_balance: "228.51" },
            { transaction_id: 790, account_id: 208, transaction_date: new Date("2023-01-03T14:11:10Z"), amount: "236.45", transaction_type: "withdrawal", running_balance: "60966.21" },
            { transaction_id: 791, account_id: 146, transaction_date: new Date("2023-08-16T08:34:17Z"), amount: "1973.64", transaction_type: "withdrawal", running_balance: "90801.51" },
            { transaction_id: 792, account_id: 290, transaction_date: new Date("2023-02-24T07:40:23Z"), amount: "-614.75", transaction_type: "deposit", running_balance: "33740.68" },
            { transaction_id: 793, account_id: 13, transaction_date: new Date("2023-07-09T10:16:32Z"), amount: "2518.76", transaction_type: "withdrawal", running_balance: "52486.03" },
            { transaction_id: 794, account_id: 99, transaction_date: new Date("2023-01-26T16:09:06Z"), amount: "-735.50", transaction_type: "withdrawal", running_balance: "11913.01" },
            { transaction_id: 795, account_id: 287, transaction_date: new Date("2023-11-23T10:23:22Z"), amount: "1113.05", transaction_type: "deposit", running_balance: "2376.03" },
            { transaction_id: 796, account_id: 45, transaction_date: new Date("2023-02-07T11:55:02Z"), amount: "1492.34", transaction_type: "deposit", running_balance: "38787.42" },
            { transaction_id: 797, account_id: 18, transaction_date: new Date("2023-06-27T11:05:28Z"), amount: "-510.54", transaction_type: "deposit", running_balance: "59891.22" },
            { transaction_id: 798, account_id: 19, transaction_date: new Date("2023-09-03T15:13:49Z"), amount: "28.62", transaction_type: "deposit", running_balance: "54694.15" },
            { transaction_id: 799, account_id: 123, transaction_date: new Date("2023-07-20T14:55:48Z"), amount: "-694.54", transaction_type: "deposit", running_balance: "838.35" },
            { transaction_id: 800, account_id: 281, transaction_date: new Date("2023-10-09T16:34:58Z"), amount: "3283.16", transaction_type: "deposit", running_balance: "64056.88" },
            { transaction_id: 801, account_id: 236, transaction_date: new Date("2023-04-26T10:59:26Z"), amount: "-3260.95", transaction_type: "withdrawal", running_balance: "1615.59" },
            { transaction_id: 802, account_id: 133, transaction_date: new Date("2023-01-10T15:36:06Z"), amount: "3224.12", transaction_type: "deposit", running_balance: "42852.00" },
            { transaction_id: 803, account_id: 22, transaction_date: new Date("2023-04-01T15:33:50Z"), amount: "2077.94", transaction_type: "withdrawal", running_balance: "97994.45" },
            { transaction_id: 804, account_id: 186, transaction_date: new Date("2023-05-26T09:38:56Z"), amount: "-791.76", transaction_type: "deposit", running_balance: "87401.35" },
            { transaction_id: 805, account_id: 182, transaction_date: new Date("2023-10-08T14:51:06Z"), amount: "-298.30", transaction_type: "deposit", running_balance: "38623.94" },
            { transaction_id: 806, account_id: 255, transaction_date: new Date("2023-06-02T10:07:13Z"), amount: "2334.78", transaction_type: "deposit", running_balance: "19555.37" },
            { transaction_id: 807, account_id: 237, transaction_date: new Date("2023-06-01T12:27:43Z"), amount: "1236.29", transaction_type: "withdrawal", running_balance: "88834.48" },
            { transaction_id: 808, account_id: 1, transaction_date: new Date("2023-11-04T16:15:58Z"), amount: "1353.07", transaction_type: "withdrawal", running_balance: "85185.39" },
            { transaction_id: 809, account_id: 13, transaction_date: new Date("2023-12-13T09:46:00Z"), amount: "2361.71", transaction_type: "withdrawal", running_balance: "18719.42" },
            { transaction_id: 810, account_id: 27, transaction_date: new Date("2023-04-18T14:07:11Z"), amount: "1899.80", transaction_type: "deposit", running_balance: "20750.09" },
            { transaction_id: 811, account_id: 290, transaction_date: new Date("2023-04-02T16:17:17Z"), amount: "-314.48", transaction_type: "deposit", running_balance: "67205.71" },
            { transaction_id: 812, account_id: 102, transaction_date: new Date("2023-10-20T20:40:46Z"), amount: "-1902.34", transaction_type: "deposit", running_balance: "31044.64" },
            { transaction_id: 813, account_id: 63, transaction_date: new Date("2023-03-12T13:50:28Z"), amount: "198.40", transaction_type: "deposit", running_balance: "74368.98" },
            { transaction_id: 814, account_id: 103, transaction_date: new Date("2023-10-24T12:06:18Z"), amount: "62.42", transaction_type: "deposit", running_balance: "33505.84" },
            { transaction_id: 815, account_id: 120, transaction_date: new Date("2023-02-03T14:08:41Z"), amount: "81.90", transaction_type: "deposit", running_balance: "64297.56" },
            { transaction_id: 816, account_id: 147, transaction_date: new Date("2023-01-06T12:36:11Z"), amount: "672.88", transaction_type: "deposit", running_balance: "2134.86" },
            { transaction_id: 817, account_id: 283, transaction_date: new Date("2023-06-11T08:52:37Z"), amount: "872.63", transaction_type: "withdrawal", running_balance: "47386.33" },
            { transaction_id: 818, account_id: 107, transaction_date: new Date("2023-06-06T15:18:53Z"), amount: "740.89", transaction_type: "withdrawal", running_balance: "62504.32" },
            { transaction_id: 819, account_id: 3, transaction_date: new Date("2023-09-16T21:38:03Z"), amount: "345.98", transaction_type: "deposit", running_balance: "63288.64" },
            { transaction_id: 820, account_id: 119, transaction_date: new Date("2023-11-30T15:01:35Z"), amount: "-774.41", transaction_type: "deposit", running_balance: "33485.92" },
            { transaction_id: 821, account_id: 272, transaction_date: new Date("2023-02-09T12:41:00Z"), amount: "-373.68", transaction_type: "withdrawal", running_balance: "2097.75" },
            { transaction_id: 822, account_id: 267, transaction_date: new Date("2023-06-17T12:19:05Z"), amount: "-2861.96", transaction_type: "withdrawal", running_balance: "32891.15" },
            { transaction_id: 823, account_id: 258, transaction_date: new Date("2023-02-13T12:09:35Z"), amount: "1618.28", transaction_type: "withdrawal", running_balance: "10916.91" },
            { transaction_id: 824, account_id: 272, transaction_date: new Date("2023-11-15T12:30:24Z"), amount: "-43.11", transaction_type: "withdrawal", running_balance: "20058.87" },
            { transaction_id: 825, account_id: 29, transaction_date: new Date("2023-08-19T11:26:20Z"), amount: "-1166.72", transaction_type: "deposit", running_balance: "67797.25" },
            { transaction_id: 826, account_id: 276, transaction_date: new Date("2023-05-04T08:48:38Z"), amount: "-306.38", transaction_type: "withdrawal", running_balance: "28854.83" },
            { transaction_id: 827, account_id: 103, transaction_date: new Date("2023-08-08T11:02:38Z"), amount: "-777.22", transaction_type: "deposit", running_balance: "22359.53" },
            { transaction_id: 828, account_id: 78, transaction_date: new Date("2023-05-31T15:42:03Z"), amount: "957.40", transaction_type: "deposit", running_balance: "13202.63" },
            { transaction_id: 829, account_id: 228, transaction_date: new Date("2023-12-28T14:29:01Z"), amount: "-849.15", transaction_type: "deposit", running_balance: "47668.12" },
            { transaction_id: 830, account_id: 252, transaction_date: new Date("2023-05-18T14:37:47Z"), amount: "1101.81", transaction_type: "deposit", running_balance: "60868.15" },
            { transaction_id: 831, account_id: 280, transaction_date: new Date("2023-11-01T14:38:56Z"), amount: "-324.27", transaction_type: "deposit", running_balance: "42507.28" },
            { transaction_id: 832, account_id: 7, transaction_date: new Date("2023-07-23T15:04:28Z"), amount: "-1689.26", transaction_type: "deposit", running_balance: "850.86" },
            { transaction_id: 833, account_id: 242, transaction_date: new Date("2023-09-07T11:44:35Z"), amount: "-789.26", transaction_type: "deposit", running_balance: "13520.01" },
            { transaction_id: 834, account_id: 134, transaction_date: new Date("2023-09-21T10:50:48Z"), amount: "-1877.77", transaction_type: "deposit", running_balance: "49348.76" },
            { transaction_id: 835, account_id: 63, transaction_date: new Date("2023-06-12T09:26:17Z"), amount: "-2503.55", transaction_type: "deposit", running_balance: "30970.95" },
            { transaction_id: 836, account_id: 203, transaction_date: new Date("2023-10-31T15:51:58Z"), amount: "963.19", transaction_type: "deposit", running_balance: "654.85" },
            { transaction_id: 837, account_id: 274, transaction_date: new Date("2023-12-28T17:09:11Z"), amount: "2807.86", transaction_type: "deposit", running_balance: "1260.34" },
            { transaction_id: 838, account_id: 248, transaction_date: new Date("2023-03-22T10:06:20Z"), amount: "-1326.26", transaction_type: "withdrawal", running_balance: "4.15" },
            { transaction_id: 839, account_id: 231, transaction_date: new Date("2023-06-01T14:47:34Z"), amount: "-1638.87", transaction_type: "withdrawal", running_balance: "68085.55" },
            { transaction_id: 840, account_id: 20, transaction_date: new Date("2023-10-02T08:40:25Z"), amount: "508.39", transaction_type: "withdrawal", running_balance: "87602.77" },
            { transaction_id: 841, account_id: 221, transaction_date: new Date("2023-07-06T13:55:05Z"), amount: "-2325.38", transaction_type: "withdrawal", running_balance: "17969.64" },
            { transaction_id: 842, account_id: 205, transaction_date: new Date("2023-10-07T12:07:34Z"), amount: "956.09", transaction_type: "deposit", running_balance: "15712.14" },
            { transaction_id: 843, account_id: 21, transaction_date: new Date("2023-05-07T10:59:21Z"), amount: "365.57", transaction_type: "deposit", running_balance: "5055.37" },
            { transaction_id: 844, account_id: 128, transaction_date: new Date("2023-03-23T19:52:18Z"), amount: "398.01", transaction_type: "deposit", running_balance: "16967.43" },
            { transaction_id: 845, account_id: 222, transaction_date: new Date("2023-03-05T09:38:48Z"), amount: "3281.45", transaction_type: "withdrawal", running_balance: "1232.07" },
            { transaction_id: 846, account_id: 42, transaction_date: new Date("2023-05-18T10:10:37Z"), amount: "1469.02", transaction_type: "deposit", running_balance: "860.53" },
            { transaction_id: 847, account_id: 243, transaction_date: new Date("2023-03-18T18:47:17Z"), amount: "-1520.60", transaction_type: "deposit", running_balance: "78749.73" },
            { transaction_id: 848, account_id: 44, transaction_date: new Date("2023-11-25T09:55:46Z"), amount: "1042.93", transaction_type: "deposit", running_balance: "13174.98" },
            { transaction_id: 849, account_id: 60, transaction_date: new Date("2023-05-11T18:40:36Z"), amount: "430.52", transaction_type: "deposit", running_balance: "80709.83" },
            { transaction_id: 850, account_id: 265, transaction_date: new Date("2023-11-04T10:01:49Z"), amount: "750.00", transaction_type: "deposit", running_balance: "85.53" },
            { transaction_id: 851, account_id: 297, transaction_date: new Date("2023-09-10T13:26:55Z"), amount: "1365.80", transaction_type: "withdrawal", running_balance: "43192.59" },
            { transaction_id: 852, account_id: 63, transaction_date: new Date("2023-02-03T05:25:06Z"), amount: "-612.71", transaction_type: "deposit", running_balance: "25928.30" },
            { transaction_id: 853, account_id: 274, transaction_date: new Date("2023-09-02T11:20:22Z"), amount: "1995.07", transaction_type: "withdrawal", running_balance: "15748.82" },
            { transaction_id: 854, account_id: 136, transaction_date: new Date("2023-11-05T15:47:33Z"), amount: "-703.73", transaction_type: "deposit", running_balance: "68641.95" },
            { transaction_id: 855, account_id: 166, transaction_date: new Date("2023-03-27T14:17:38Z"), amount: "-1861.91", transaction_type: "deposit", running_balance: "21301.86" },
            { transaction_id: 856, account_id: 95, transaction_date: new Date("2023-07-04T10:24:09Z"), amount: "1107.08", transaction_type: "withdrawal", running_balance: "2284.76" },
            { transaction_id: 857, account_id: 21, transaction_date: new Date("2023-08-28T11:42:43Z"), amount: "-3131.84", transaction_type: "deposit", running_balance: "77157.73" },
            { transaction_id: 858, account_id: 123, transaction_date: new Date("2023-05-26T12:59:35Z"), amount: "-1367.80", transaction_type: "deposit", running_balance: "3912.26" },
            { transaction_id: 859, account_id: 101, transaction_date: new Date("2023-10-30T15:33:51Z"), amount: "138.90", transaction_type: "deposit", running_balance: "47646.86" },
            { transaction_id: 860, account_id: 113, transaction_date: new Date("2023-11-08T13:47:33Z"), amount: "-2474.12", transaction_type: "deposit", running_balance: "34175.41" },
            { transaction_id: 861, account_id: 228, transaction_date: new Date("2023-04-18T11:46:30Z"), amount: "-2212.69", transaction_type: "deposit", running_balance: "90713.60" },
            { transaction_id: 862, account_id: 279, transaction_date: new Date("2023-06-26T14:51:18Z"), amount: "-1985.48", transaction_type: "deposit", running_balance: "2882.46" },
            { transaction_id: 863, account_id: 176, transaction_date: new Date("2023-03-21T13:23:46Z"), amount: "-246.63", transaction_type: "deposit", running_balance: "42495.47" },
            { transaction_id: 864, account_id: 77, transaction_date: new Date("2023-12-02T09:49:24Z"), amount: "880.25", transaction_type: "deposit", running_balance: "63261.88" },
            { transaction_id: 865, account_id: 183, transaction_date: new Date("2023-07-10T15:22:48Z"), amount: "1117.43", transaction_type: "withdrawal", running_balance: "72085.42" },
            { transaction_id: 866, account_id: 64, transaction_date: new Date("2023-01-10T11:34:57Z"), amount: "233.50", transaction_type: "withdrawal", running_balance: "7869.60" },
            { transaction_id: 867, account_id: 107, transaction_date: new Date("2023-05-31T08:26:04Z"), amount: "424.21", transaction_type: "deposit", running_balance: "2563.83" },
            { transaction_id: 868, account_id: 137, transaction_date: new Date("2023-09-28T06:55:42Z"), amount: "206.84", transaction_type: "deposit", running_balance: "29145.14" },
            { transaction_id: 869, account_id: 299, transaction_date: new Date("2023-08-14T11:48:04Z"), amount: "2083.48", transaction_type: "deposit", running_balance: "1214.57" },
            { transaction_id: 870, account_id: 4, transaction_date: new Date("2023-06-24T10:40:11Z"), amount: "1432.79", transaction_type: "withdrawal", running_balance: "37706.56" },
            { transaction_id: 871, account_id: 81, transaction_date: new Date("2023-06-12T09:51:29Z"), amount: "-515.14", transaction_type: "deposit", running_balance: "21334.57" },
            { transaction_id: 872, account_id: 62, transaction_date: new Date("2023-06-27T16:28:09Z"), amount: "1648.42", transaction_type: "withdrawal", running_balance: "52957.42" },
            { transaction_id: 873, account_id: 15, transaction_date: new Date("2023-01-26T11:50:06Z"), amount: "957.71", transaction_type: "deposit", running_balance: "1369.26" },
            { transaction_id: 874, account_id: 25, transaction_date: new Date("2023-06-07T14:55:00Z"), amount: "624.38", transaction_type: "withdrawal", running_balance: "28899.74" },
            { transaction_id: 875, account_id: 268, transaction_date: new Date("2023-04-25T10:19:00Z"), amount: "-1853.99", transaction_type: "deposit", running_balance: "26001.57" },
            { transaction_id: 876, account_id: 147, transaction_date: new Date("2023-07-09T15:09:20Z"), amount: "2455.20", transaction_type: "deposit", running_balance: "2446.66" },
            { transaction_id: 877, account_id: 59, transaction_date: new Date("2023-05-01T07:18:48Z"), amount: "2297.14", transaction_type: "deposit", running_balance: "19624.66" },
            { transaction_id: 878, account_id: 243, transaction_date: new Date("2023-05-30T12:31:20Z"), amount: "251.88", transaction_type: "withdrawal", running_balance: "99826.63" },
            { transaction_id: 879, account_id: 146, transaction_date: new Date("2023-02-06T19:52:24Z"), amount: "2079.10", transaction_type: "deposit", running_balance: "11588.72" },
            { transaction_id: 880, account_id: 130, transaction_date: new Date("2023-04-29T06:15:58Z"), amount: "-886.98", transaction_type: "deposit", running_balance: "2171.86" },
            { transaction_id: 881, account_id: 130, transaction_date: new Date("2023-08-30T09:01:00Z"), amount: "1043.56", transaction_type: "withdrawal", running_balance: "62167.81" },
            { transaction_id: 882, account_id: 222, transaction_date: new Date("2023-02-16T16:27:28Z"), amount: "407.83", transaction_type: "withdrawal", running_balance: "52692.19" },
            { transaction_id: 883, account_id: 243, transaction_date: new Date("2023-06-24T16:38:38Z"), amount: "-897.41", transaction_type: "deposit", running_balance: "59971.24" },
            { transaction_id: 884, account_id: 37, transaction_date: new Date("2023-06-15T13:22:16Z"), amount: "-665.55", transaction_type: "deposit", running_balance: "41125.46" },
            { transaction_id: 885, account_id: 152, transaction_date: new Date("2023-01-09T14:04:47Z"), amount: "2824.28", transaction_type: "withdrawal", running_balance: "26947.92" },
            { transaction_id: 886, account_id: 152, transaction_date: new Date("2023-08-02T15:38:39Z"), amount: "-3127.57", transaction_type: "deposit", running_balance: "29555.28" },
            { transaction_id: 887, account_id: 256, transaction_date: new Date("2023-08-27T04:50:56Z"), amount: "-1368.36", transaction_type: "withdrawal", running_balance: "80987.95" },
            { transaction_id: 888, account_id: 38, transaction_date: new Date("2023-07-05T13:41:04Z"), amount: "-744.00", transaction_type: "withdrawal", running_balance: "62823.13" },
            { transaction_id: 889, account_id: 211, transaction_date: new Date("2023-07-05T15:32:06Z"), amount: "1873.09", transaction_type: "withdrawal", running_balance: "85038.34" },
            { transaction_id: 890, account_id: 156, transaction_date: new Date("2023-02-21T16:12:06Z"), amount: "871.48", transaction_type: "deposit", running_balance: "38086.20" },
            { transaction_id: 891, account_id: 232, transaction_date: new Date("2023-08-24T16:52:18Z"), amount: "-2856.97", transaction_type: "deposit", running_balance: "19925.78" },
            { transaction_id: 892, account_id: 220, transaction_date: new Date("2023-07-20T16:27:16Z"), amount: "2618.46", transaction_type: "deposit", running_balance: "323.63" },
            { transaction_id: 893, account_id: 203, transaction_date: new Date("2023-11-08T09:15:16Z"), amount: "204.69", transaction_type: "withdrawal", running_balance: "69658.66" },
            { transaction_id: 894, account_id: 136, transaction_date: new Date("2023-11-13T11:43:50Z"), amount: "2890.17", transaction_type: "deposit", running_balance: "8333.70" },
            { transaction_id: 895, account_id: 212, transaction_date: new Date("2023-10-25T11:03:55Z"), amount: "1923.05", transaction_type: "deposit", running_balance: "75080.25" },
            { transaction_id: 896, account_id: 56, transaction_date: new Date("2023-01-29T09:09:56Z"), amount: "-451.36", transaction_type: "deposit", running_balance: "8695.55" },
            { transaction_id: 897, account_id: 192, transaction_date: new Date("2023-03-26T14:05:51Z"), amount: "437.31", transaction_type: "withdrawal", running_balance: "6542.36" },
            { transaction_id: 898, account_id: 88, transaction_date: new Date("2023-11-09T09:59:46Z"), amount: "143.66", transaction_type: "withdrawal", running_balance: "61366.46" },
            { transaction_id: 899, account_id: 4, transaction_date: new Date("2023-12-12T14:24:51Z"), amount: "19.38", transaction_type: "deposit", running_balance: "22945.93" },
            { transaction_id: 900, account_id: 135, transaction_date: new Date("2023-01-24T16:27:14Z"), amount: "810.16", transaction_type: "withdrawal", running_balance: "77.02" },
            { transaction_id: 901, account_id: 165, transaction_date: new Date("2023-06-21T16:20:02Z"), amount: "617.72", transaction_type: "deposit", running_balance: "77948.32" },
            { transaction_id: 902, account_id: 224, transaction_date: new Date("2023-02-05T10:11:36Z"), amount: "23.46", transaction_type: "deposit", running_balance: "24799.92" },
            { transaction_id: 903, account_id: 276, transaction_date: new Date("2023-08-11T18:47:57Z"), amount: "448.21", transaction_type: "deposit", running_balance: "2980.58" },
            { transaction_id: 904, account_id: 120, transaction_date: new Date("2023-09-23T13:53:48Z"), amount: "-1052.51", transaction_type: "withdrawal", running_balance: "180.17" },
            { transaction_id: 905, account_id: 137, transaction_date: new Date("2023-01-25T09:20:32Z"), amount: "-1886.04", transaction_type: "withdrawal", running_balance: "31785.88" },
            { transaction_id: 906, account_id: 257, transaction_date: new Date("2023-04-21T17:44:51Z"), amount: "-848.94", transaction_type: "deposit", running_balance: "70480.14" },
            { transaction_id: 907, account_id: 128, transaction_date: new Date("2023-10-27T09:59:58Z"), amount: "879.88", transaction_type: "deposit", running_balance: "37071.01" },
            { transaction_id: 908, account_id: 192, transaction_date: new Date("2023-08-01T13:13:13Z"), amount: "-2852.48", transaction_type: "deposit", running_balance: "3118.39" },
            { transaction_id: 909, account_id: 121, transaction_date: new Date("2023-05-27T08:29:19Z"), amount: "-225.33", transaction_type: "deposit", running_balance: "30636.48" },
            { transaction_id: 910, account_id: 46, transaction_date: new Date("2023-05-28T13:31:19Z"), amount: "1234.74", transaction_type: "deposit", running_balance: "52010.07" },
            { transaction_id: 911, account_id: 185, transaction_date: new Date("2023-11-14T18:46:16Z"), amount: "-535.12", transaction_type: "deposit", running_balance: "35510.65" },
            { transaction_id: 912, account_id: 118, transaction_date: new Date("2023-06-29T11:17:33Z"), amount: "-637.69", transaction_type: "deposit", running_balance: "61809.22" },
            { transaction_id: 913, account_id: 250, transaction_date: new Date("2023-04-26T19:57:20Z"), amount: "-269.79", transaction_type: "deposit", running_balance: "753.07" },
            { transaction_id: 914, account_id: 13, transaction_date: new Date("2023-01-05T11:38:18Z"), amount: "-3131.00", transaction_type: "withdrawal", running_balance: "66137.26" },
            { transaction_id: 915, account_id: 204, transaction_date: new Date("2023-08-15T06:59:05Z"), amount: "-40.39", transaction_type: "withdrawal", running_balance: "58382.81" },
            { transaction_id: 916, account_id: 286, transaction_date: new Date("2023-10-20T15:24:52Z"), amount: "-859.59", transaction_type: "withdrawal", running_balance: "880.41" },
            { transaction_id: 917, account_id: 264, transaction_date: new Date("2023-06-29T10:19:36Z"), amount: "918.43", transaction_type: "deposit", running_balance: "96941.85" },
            { transaction_id: 918, account_id: 77, transaction_date: new Date("2023-08-28T22:10:05Z"), amount: "-1080.10", transaction_type: "deposit", running_balance: "5069.64" },
            { transaction_id: 919, account_id: 50, transaction_date: new Date("2023-01-23T09:44:16Z"), amount: "855.26", transaction_type: "deposit", running_balance: "1342.90" },
            { transaction_id: 920, account_id: 101, transaction_date: new Date("2023-02-11T10:18:02Z"), amount: "167.25", transaction_type: "deposit", running_balance: "2876.56" },
            { transaction_id: 921, account_id: 179, transaction_date: new Date("2023-11-19T14:23:46Z"), amount: "-1062.48", transaction_type: "withdrawal", running_balance: "26073.01" },
            { transaction_id: 922, account_id: 293, transaction_date: new Date("2023-12-28T11:55:02Z"), amount: "-1307.77", transaction_type: "deposit", running_balance: "18786.75" },
            { transaction_id: 923, account_id: 112, transaction_date: new Date("2023-06-19T10:07:35Z"), amount: "936.71", transaction_type: "deposit", running_balance: "19938.91" },
            { transaction_id: 924, account_id: 22, transaction_date: new Date("2023-07-21T17:22:01Z"), amount: "66.83", transaction_type: "deposit", running_balance: "72112.78" },
            { transaction_id: 925, account_id: 247, transaction_date: new Date("2023-08-11T08:13:54Z"), amount: "824.61", transaction_type: "deposit", running_balance: "14930.91" },
            { transaction_id: 926, account_id: 255, transaction_date: new Date("2023-11-08T16:39:09Z"), amount: "-273.50", transaction_type: "withdrawal", running_balance: "35232.31" },
            { transaction_id: 927, account_id: 31, transaction_date: new Date("2023-05-12T13:50:45Z"), amount: "-401.27", transaction_type: "deposit", running_balance: "3835.93" },
            { transaction_id: 928, account_id: 242, transaction_date: new Date("2023-04-07T18:30:46Z"), amount: "945.92", transaction_type: "deposit", running_balance: "55920.72" },
            { transaction_id: 929, account_id: 138, transaction_date: new Date("2023-01-27T13:03:11Z"), amount: "863.66", transaction_type: "deposit", running_balance: "45378.83" },
            { transaction_id: 930, account_id: 248, transaction_date: new Date("2023-08-16T11:43:17Z"), amount: "1449.21", transaction_type: "deposit", running_balance: "92898.42" },
            { transaction_id: 931, account_id: 250, transaction_date: new Date("2023-01-18T11:48:05Z"), amount: "-3625.12", transaction_type: "deposit", running_balance: "31831.71" },
            { transaction_id: 932, account_id: 165, transaction_date: new Date("2023-01-05T11:21:38Z"), amount: "1561.75", transaction_type: "deposit", running_balance: "96231.01" },
            { transaction_id: 933, account_id: 225, transaction_date: new Date("2023-06-05T11:49:22Z"), amount: "-575.21", transaction_type: "withdrawal", running_balance: "89613.78" },
            { transaction_id: 934, account_id: 83, transaction_date: new Date("2023-07-26T19:20:55Z"), amount: "268.27", transaction_type: "withdrawal", running_balance: "67200.57" },
            { transaction_id: 935, account_id: 203, transaction_date: new Date("2023-10-08T05:54:39Z"), amount: "-1273.31", transaction_type: "withdrawal", running_balance: "575.25" },
            { transaction_id: 936, account_id: 144, transaction_date: new Date("2023-06-04T18:21:58Z"), amount: "2152.63", transaction_type: "deposit", running_balance: "79954.95" },
            { transaction_id: 937, account_id: 151, transaction_date: new Date("2023-07-26T12:37:37Z"), amount: "-1121.56", transaction_type: "withdrawal", running_balance: "21813.48" },
            { transaction_id: 938, account_id: 34, transaction_date: new Date("2023-09-29T15:02:49Z"), amount: "1779.39", transaction_type: "withdrawal", running_balance: "683.76" },
            { transaction_id: 939, account_id: 91, transaction_date: new Date("2023-04-08T11:53:17Z"), amount: "-555.61", transaction_type: "deposit", running_balance: "8028.35" },
            { transaction_id: 940, account_id: 268, transaction_date: new Date("2023-01-01T14:25:11Z"), amount: "-929.54", transaction_type: "withdrawal", running_balance: "73751.17" },
            { transaction_id: 941, account_id: 60, transaction_date: new Date("2023-04-19T13:56:45Z"), amount: "-388.20", transaction_type: "deposit", running_balance: "8292.64" },
            { transaction_id: 942, account_id: 14, transaction_date: new Date("2023-03-16T09:10:04Z"), amount: "1308.27", transaction_type: "withdrawal", running_balance: "96978.03" },
            { transaction_id: 943, account_id: 70, transaction_date: new Date("2023-09-10T13:00:25Z"), amount: "36.82", transaction_type: "deposit", running_balance: "354.76" },
            { transaction_id: 944, account_id: 130, transaction_date: new Date("2023-10-10T08:13:50Z"), amount: "290.85", transaction_type: "withdrawal", running_balance: "81046.02" },
            { transaction_id: 945, account_id: 37, transaction_date: new Date("2023-06-21T10:27:15Z"), amount: "-870.83", transaction_type: "withdrawal", running_balance: "97251.09" },
            { transaction_id: 946, account_id: 187, transaction_date: new Date("2023-11-07T12:03:39Z"), amount: "-2170.03", transaction_type: "deposit", running_balance: "41411.95" },
            { transaction_id: 947, account_id: 16, transaction_date: new Date("2023-05-14T10:08:33Z"), amount: "-1999.25", transaction_type: "deposit", running_balance: "7302.14" },
            { transaction_id: 948, account_id: 112, transaction_date: new Date("2023-02-10T11:24:03Z"), amount: "-1150.02", transaction_type: "withdrawal", running_balance: "25847.88" },
            { transaction_id: 949, account_id: 169, transaction_date: new Date("2023-10-06T09:34:14Z"), amount: "817.77", transaction_type: "deposit", running_balance: "4105.70" },
            { transaction_id: 950, account_id: 195, transaction_date: new Date("2023-12-25T08:11:14Z"), amount: "2983.42", transaction_type: "withdrawal", running_balance: "23446.27" },
            { transaction_id: 951, account_id: 54, transaction_date: new Date("2023-10-19T13:52:30Z"), amount: "-360.62", transaction_type: "withdrawal", running_balance: "7096.87" },
            { transaction_id: 952, account_id: 181, transaction_date: new Date("2023-07-27T11:09:11Z"), amount: "-634.21", transaction_type: "withdrawal", running_balance: "42179.69" },
            { transaction_id: 953, account_id: 260, transaction_date: new Date("2023-03-03T09:11:49Z"), amount: "-544.79", transaction_type: "withdrawal", running_balance: "94729.47" },
            { transaction_id: 954, account_id: 173, transaction_date: new Date("2023-06-05T12:14:14Z"), amount: "559.84", transaction_type: "deposit", running_balance: "21533.39" },
            { transaction_id: 955, account_id: 248, transaction_date: new Date("2023-07-12T08:23:32Z"), amount: "-563.59", transaction_type: "withdrawal", running_balance: "39766.07" },
            { transaction_id: 956, account_id: 1, transaction_date: new Date("2023-11-03T11:25:05Z"), amount: "-1234.90", transaction_type: "deposit", running_balance: "33018.39" },
            { transaction_id: 957, account_id: 160, transaction_date: new Date("2023-08-01T06:46:33Z"), amount: "1690.19", transaction_type: "withdrawal", running_balance: "54244.13" },
            { transaction_id: 958, account_id: 27, transaction_date: new Date("2023-09-08T13:56:00Z"), amount: "-1338.80", transaction_type: "withdrawal", running_balance: "58072.30" },
            { transaction_id: 959, account_id: 97, transaction_date: new Date("2023-12-23T11:21:18Z"), amount: "1901.90", transaction_type: "deposit", running_balance: "6014.55" },
            { transaction_id: 960, account_id: 73, transaction_date: new Date("2023-06-14T13:22:21Z"), amount: "3068.58", transaction_type: "withdrawal", running_balance: "4047.21" },
            { transaction_id: 961, account_id: 165, transaction_date: new Date("2023-04-16T13:08:33Z"), amount: "2564.25", transaction_type: "deposit", running_balance: "814.25" },
            { transaction_id: 962, account_id: 10, transaction_date: new Date("2023-07-24T11:51:06Z"), amount: "-756.10", transaction_type: "withdrawal", running_balance: "659.89" },
            { transaction_id: 963, account_id: 286, transaction_date: new Date("2023-12-25T12:47:20Z"), amount: "2023.29", transaction_type: "deposit", running_balance: "44398.55" },
            { transaction_id: 964, account_id: 8, transaction_date: new Date("2023-06-24T11:52:33Z"), amount: "601.26", transaction_type: "withdrawal", running_balance: "57580.35" },
            { transaction_id: 965, account_id: 2, transaction_date: new Date("2023-01-15T17:08:57Z"), amount: "-858.25", transaction_type: "withdrawal", running_balance: "21012.17" },
            { transaction_id: 966, account_id: 20, transaction_date: new Date("2023-05-19T09:24:10Z"), amount: "2293.90", transaction_type: "deposit", running_balance: "27235.04" },
            { transaction_id: 967, account_id: 233, transaction_date: new Date("2023-01-02T13:44:00Z"), amount: "-304.46", transaction_type: "deposit", running_balance: "86580.59" },
            { transaction_id: 968, account_id: 244, transaction_date: new Date("2023-05-23T10:22:46Z"), amount: "1037.19", transaction_type: "withdrawal", running_balance: "49584.29" },
            { transaction_id: 969, account_id: 159, transaction_date: new Date("2023-12-06T15:02:50Z"), amount: "-433.78", transaction_type: "deposit", running_balance: "87335.08" },
            { transaction_id: 970, account_id: 137, transaction_date: new Date("2023-08-29T15:47:53Z"), amount: "855.49", transaction_type: "deposit", running_balance: "92319.61" },
            { transaction_id: 971, account_id: 288, transaction_date: new Date("2023-10-31T09:23:15Z"), amount: "-885.70", transaction_type: "deposit", running_balance: "63249.67" },
            { transaction_id: 972, account_id: 209, transaction_date: new Date("2023-08-23T13:08:28Z"), amount: "-301.93", transaction_type: "deposit", running_balance: "52445.94" },
            { transaction_id: 973, account_id: 164, transaction_date: new Date("2023-12-13T08:39:54Z"), amount: "880.46", transaction_type: "withdrawal", running_balance: "76927.06" },
            { transaction_id: 974, account_id: 196, transaction_date: new Date("2023-01-15T13:59:48Z"), amount: "873.72", transaction_type: "deposit", running_balance: "74389.23" },
            { transaction_id: 975, account_id: 169, transaction_date: new Date("2023-08-24T11:08:22Z"), amount: "-1696.56", transaction_type: "withdrawal", running_balance: "30806.25" },
            { transaction_id: 976, account_id: 284, transaction_date: new Date("2023-06-27T13:44:37Z"), amount: "207.70", transaction_type: "withdrawal", running_balance: "15899.96" },
            { transaction_id: 977, account_id: 85, transaction_date: new Date("2023-10-08T09:38:49Z"), amount: "2125.27", transaction_type: "withdrawal", running_balance: "10529.40" },
            { transaction_id: 978, account_id: 278, transaction_date: new Date("2023-08-02T18:02:03Z"), amount: "261.86", transaction_type: "deposit", running_balance: "39635.98" },
            { transaction_id: 979, account_id: 68, transaction_date: new Date("2023-08-23T22:37:35Z"), amount: "-418.45", transaction_type: "withdrawal", running_balance: "22627.58" },
            { transaction_id: 980, account_id: 33, transaction_date: new Date("2023-11-08T14:50:59Z"), amount: "364.58", transaction_type: "deposit", running_balance: "92144.71" },
            { transaction_id: 981, account_id: 213, transaction_date: new Date("2023-08-16T18:02:54Z"), amount: "-1249.91", transaction_type: "withdrawal", running_balance: "11712.68" },
            { transaction_id: 982, account_id: 42, transaction_date: new Date("2023-12-05T11:45:17Z"), amount: "-734.25", transaction_type: "deposit", running_balance: "7522.74" },
            { transaction_id: 983, account_id: 60, transaction_date: new Date("2023-04-01T12:05:23Z"), amount: "-754.24", transaction_type: "deposit", running_balance: "99163.90" },
            { transaction_id: 984, account_id: 198, transaction_date: new Date("2023-08-15T17:27:20Z"), amount: "-2385.17", transaction_type: "withdrawal", running_balance: "27641.09" },
            { transaction_id: 985, account_id: 77, transaction_date: new Date("2023-12-30T10:04:21Z"), amount: "-1772.41", transaction_type: "deposit", running_balance: "90339.17" },
            { transaction_id: 986, account_id: 27, transaction_date: new Date("2023-11-09T10:42:53Z"), amount: "954.38", transaction_type: "withdrawal", running_balance: "7160.23" },
            { transaction_id: 987, account_id: 139, transaction_date: new Date("2023-05-01T09:42:26Z"), amount: "-2859.87", transaction_type: "withdrawal", running_balance: "24491.55" },
            { transaction_id: 988, account_id: 251, transaction_date: new Date("2023-07-24T09:28:43Z"), amount: "-804.12", transaction_type: "deposit", running_balance: "155.67" },
            { transaction_id: 989, account_id: 240, transaction_date: new Date("2023-06-28T14:34:46Z"), amount: "3052.14", transaction_type: "withdrawal", running_balance: "13382.53" },
            { transaction_id: 990, account_id: 110, transaction_date: new Date("2023-07-06T14:42:47Z"), amount: "-2625.20", transaction_type: "deposit", running_balance: "95291.60" },
            { transaction_id: 991, account_id: 66, transaction_date: new Date("2023-07-10T14:51:04Z"), amount: "-1459.75", transaction_type: "deposit", running_balance: "86299.80" },
            { transaction_id: 992, account_id: 237, transaction_date: new Date("2023-07-02T15:31:02Z"), amount: "-3516.61", transaction_type: "withdrawal", running_balance: "38084.89" },
            { transaction_id: 993, account_id: 216, transaction_date: new Date("2023-04-23T19:39:33Z"), amount: "440.98", transaction_type: "deposit", running_balance: "13680.44" },
            { transaction_id: 994, account_id: 76, transaction_date: new Date("2023-12-08T14:32:15Z"), amount: "-242.04", transaction_type: "deposit", running_balance: "9373.88" },
            { transaction_id: 995, account_id: 82, transaction_date: new Date("2023-07-16T17:31:32Z"), amount: "-68.78", transaction_type: "deposit", running_balance: "0.44" },
            { transaction_id: 996, account_id: 289, transaction_date: new Date("2023-05-29T12:19:42Z"), amount: "1841.93", transaction_type: "withdrawal", running_balance: "14046.64" },
            { transaction_id: 997, account_id: 245, transaction_date: new Date("2023-05-09T10:57:16Z"), amount: "-905.12", transaction_type: "withdrawal", running_balance: "52579.71" },
            { transaction_id: 998, account_id: 80, transaction_date: new Date("2023-10-11T11:38:21Z"), amount: "-745.69", transaction_type: "deposit", running_balance: "52041.39" },
            { transaction_id: 999, account_id: 262, transaction_date: new Date("2023-07-29T22:17:24Z"), amount: "-912.65", transaction_type: "withdrawal", running_balance: "52543.57" },
            { transaction_id: 1000, account_id: 173, transaction_date: new Date("2023-03-18T18:19:32Z"), amount: "-1878.85", transaction_type: "deposit", running_balance: "35952.48" },
        ],
    });
}

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