// Real Estate Investment Dynamics (real-estate-crowdfunding-platform) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.investors), 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.investors.createMany({
        data: [
            { id: 1, full_name: "Pedro Shah", email: "pedro.shah@example.net", accreditation_status: "non-accredited", join_date: "2022-10-28" },
            { id: 2, full_name: "Marco Clark", email: "marco.clark@example.com", accreditation_status: "accredited", join_date: "2021-12-05" },
            { id: 3, full_name: "Grace Kumar", email: "grace.kumar@example.org", accreditation_status: "accredited", join_date: "2023-11-14" },
            { id: 4, full_name: "Wei Klein", email: "wei.klein@example.org", accreditation_status: "accredited", join_date: "2022-12-28" },
            { id: 5, full_name: "Maya Vargas", email: "maya.vargas@example.net", accreditation_status: "accredited", join_date: "2023-11-18" },
            { id: 6, full_name: "Wei Patel", email: "wei.patel@example.com", accreditation_status: "accredited", join_date: "2022-05-14" },
            { id: 7, full_name: "Priya Meyer", email: "priya.meyer@example.org", accreditation_status: "non-accredited", join_date: "2020-02-03" },
            { id: 8, full_name: "Hugo Wang", email: "hugo.wang@example.net", accreditation_status: "accredited", join_date: "2021-07-12" },
            { id: 9, full_name: "Zara Walker", email: "zara.walker@example.net", accreditation_status: "accredited", join_date: "2023-09-25" },
            { id: 10, full_name: "Uma Park", email: "uma.park@example.net", accreditation_status: "accredited", join_date: "2021-01-17" },
            { id: 11, full_name: "Jade Davis", email: "jade.davis@example.org", accreditation_status: "accredited", join_date: "2022-09-23" },
            { id: 12, full_name: "Uma Mendes", email: "uma.mendes@example.net", accreditation_status: "accredited", join_date: "2023-05-24" },
            { id: 13, full_name: "Jack Young", email: "jack.young@example.net", accreditation_status: "non-accredited", join_date: "2023-08-12" },
            { id: 14, full_name: "Liam Becker", email: "liam.becker@example.com", accreditation_status: "accredited", join_date: "2020-08-02" },
            { id: 15, full_name: "Carla Ahmed", email: "carla.ahmed@example.org", accreditation_status: "accredited", join_date: "2023-10-15" },
            { id: 16, full_name: "Kai Rossi", email: "kai.rossi@example.org", accreditation_status: "accredited", join_date: "2022-03-12" },
            { id: 17, full_name: "Nina Patel", email: "nina.patel@example.net", accreditation_status: "non-accredited", join_date: "2020-09-26" },
            { id: 18, full_name: "Wei Nguyen", email: "wei.nguyen@example.org", accreditation_status: "non-accredited", join_date: "2023-12-13" },
            { id: 19, full_name: "Daniel Demir", email: "daniel.demir@example.net", accreditation_status: "accredited", join_date: "2021-12-25" },
            { id: 20, full_name: "Theo Wilson", email: "theo.wilson@example.org", accreditation_status: "accredited", join_date: "2021-12-24" },
            { id: 21, full_name: "Nadia Meyer", email: "nadia.meyer@example.net", accreditation_status: "accredited", join_date: "2022-03-07" },
            { id: 22, full_name: "Hugo Silva", email: "hugo.silva@example.net", accreditation_status: "accredited", join_date: "2023-10-05" },
            { id: 23, full_name: "Mei Zhang", email: "mei.zhang@example.com", accreditation_status: "accredited", join_date: "2020-08-25" },
            { id: 24, full_name: "Chloe Walker", email: "chloe.walker@example.net", accreditation_status: "accredited", join_date: "2020-12-09" },
            { id: 25, full_name: "Paula Tanaka", email: "paula.tanaka@example.net", accreditation_status: "accredited", join_date: "2023-02-18" },
            { id: 26, full_name: "Mia Smith", email: "mia.smith@example.net", accreditation_status: "accredited", join_date: "2023-05-10" },
            { id: 27, full_name: "Oscar Wang", email: "oscar.wang@example.net", accreditation_status: "accredited", join_date: "2022-06-02" },
            { id: 28, full_name: "Oscar Martin", email: "oscar.martin@example.net", accreditation_status: "non-accredited", join_date: "2022-07-22" },
            { id: 29, full_name: "Tariq Ibrahim", email: "tariq.ibrahim@example.net", accreditation_status: "accredited", join_date: "2022-01-10" },
            { id: 30, full_name: "Carla Wright", email: "carla.wright@example.net", accreditation_status: "accredited", join_date: "2023-11-10" },
            { id: 31, full_name: "Mohamed Nakamura", email: "mohamed.nakamura@example.org", accreditation_status: "non-accredited", join_date: "2020-07-21" },
            { id: 32, full_name: "Priya Sato", email: "priya.sato@example.org", accreditation_status: "non-accredited", join_date: "2021-11-07" },
            { id: 33, full_name: "Diego Brown", email: "diego.brown@example.net", accreditation_status: "non-accredited", join_date: "2022-09-28" },
            { id: 34, full_name: "Maria Hansen", email: "maria.hansen@example.net", accreditation_status: "non-accredited", join_date: "2020-08-27" },
            { id: 35, full_name: "Grace Smith", email: "grace.smith@example.net", accreditation_status: "accredited", join_date: "2021-07-17" },
            { id: 36, full_name: "Leo Schmidt", email: "leo.schmidt@example.com", accreditation_status: "non-accredited", join_date: "2021-02-09" },
            { id: 37, full_name: "Ruby Wilson", email: "ruby.wilson@example.org", accreditation_status: "accredited", join_date: "2020-12-27" },
            { id: 38, full_name: "Fatima Ruiz", email: "fatima.ruiz@example.net", accreditation_status: "non-accredited", join_date: "2021-02-21" },
            { id: 39, full_name: "Nour Clark", email: "nour.clark@example.com", accreditation_status: "accredited", join_date: "2023-03-06" },
            { id: 40, full_name: "Jack Kumar", email: "jack.kumar@example.com", accreditation_status: "accredited", join_date: "2022-11-28" },
            { id: 41, full_name: "Mia Cruz", email: "mia.cruz@example.net", accreditation_status: "non-accredited", join_date: "2023-04-03" },
            { id: 42, full_name: "Ben Smith", email: "ben.smith@example.org", accreditation_status: "non-accredited", join_date: "2023-10-16" },
            { id: 43, full_name: "Ines Andersen", email: "ines.andersen@example.net", accreditation_status: "non-accredited", join_date: "2021-01-12" },
            { id: 44, full_name: "Emma Sousa", email: "emma.sousa@example.org", accreditation_status: "non-accredited", join_date: "2021-01-06" },
            { id: 45, full_name: "Zoe Bennett", email: "zoe.bennett@example.net", accreditation_status: "accredited", join_date: "2020-12-04" },
            { id: 46, full_name: "Chloe Rossi", email: "chloe.rossi@example.com", accreditation_status: "accredited", join_date: "2022-06-27" },
            { id: 47, full_name: "Ruby Cruz", email: "ruby.cruz@example.com", accreditation_status: "accredited", join_date: "2022-04-28" },
            { id: 48, full_name: "Nour Gomez", email: "nour.gomez@example.net", accreditation_status: "accredited", join_date: "2020-05-25" },
            { id: 49, full_name: "Jack Sato", email: "jack.sato@example.net", accreditation_status: "accredited", join_date: "2023-11-24" },
            { id: 50, full_name: "Jack Moreau", email: "jack.moreau@example.net", accreditation_status: "non-accredited", join_date: "2023-08-25" },
            { id: 51, full_name: "Nadia Ahmed", email: "nadia.ahmed@example.org", accreditation_status: "accredited", join_date: "2023-03-19" },
            { id: 52, full_name: "Jack Davis", email: "jack.davis@example.net", accreditation_status: "non-accredited", join_date: "2023-11-09" },
            { id: 53, full_name: "Anna Kumar", email: "anna.kumar@example.com", accreditation_status: "accredited", join_date: "2020-08-24" },
            { id: 54, full_name: "Lina Wright", email: "lina.wright@example.com", accreditation_status: "accredited", join_date: "2020-12-26" },
            { id: 55, full_name: "Deniz Tanaka", email: "deniz.tanaka@example.com", accreditation_status: "accredited", join_date: "2022-11-12" },
            { id: 56, full_name: "Paula Davis", email: "paula.davis@example.com", accreditation_status: "accredited", join_date: "2021-02-05" },
            { id: 57, full_name: "Maja Adams", email: "maja.adams@example.org", accreditation_status: "accredited", join_date: "2022-04-01" },
            { id: 58, full_name: "Mila Flores", email: "mila.flores@example.com", accreditation_status: "accredited", join_date: "2023-02-06" },
            { id: 59, full_name: "Ruby Ibrahim", email: "ruby.ibrahim@example.net", accreditation_status: "accredited", join_date: "2021-09-29" },
            { id: 60, full_name: "Mohamed Yilmaz", email: "mohamed.yilmaz@example.net", accreditation_status: "accredited", join_date: "2023-07-15" },
            { id: 61, full_name: "Felix Flores", email: "felix.flores@example.org", accreditation_status: "accredited", join_date: "2022-01-05" },
            { id: 62, full_name: "Isaac Bennett", email: "isaac.bennett@example.net", accreditation_status: "non-accredited", join_date: "2021-07-29" },
            { id: 63, full_name: "Julia Nakamura", email: "julia.nakamura@example.com", accreditation_status: "accredited", join_date: "2023-11-30" },
            { id: 64, full_name: "Mila Gupta", email: "mila.gupta@example.net", accreditation_status: "accredited", join_date: "2021-05-26" },
            { id: 65, full_name: "Liam Almeida", email: "liam.almeida@example.net", accreditation_status: "accredited", join_date: "2022-01-26" },
            { id: 66, full_name: "Mohamed Lee", email: "mohamed.lee@example.com", accreditation_status: "accredited", join_date: "2023-07-01" },
            { id: 67, full_name: "Tariq Kumar", email: "tariq.kumar@example.com", accreditation_status: "non-accredited", join_date: "2022-11-16" },
            { id: 68, full_name: "Amir Taylor", email: "amir.taylor@example.org", accreditation_status: "accredited", join_date: "2023-02-20" },
            { id: 69, full_name: "Ibrahim Novak", email: "ibrahim.novak@example.com", accreditation_status: "accredited", join_date: "2021-01-02" },
            { id: 70, full_name: "Deniz Bauer", email: "deniz.bauer@example.net", accreditation_status: "accredited", join_date: "2023-02-21" },
            { id: 71, full_name: "Paula Wagner", email: "paula.wagner@example.org", accreditation_status: "accredited", join_date: "2022-12-28" },
            { id: 72, full_name: "Arjun Garcia", email: "arjun.garcia@example.com", accreditation_status: "accredited", join_date: "2023-03-16" },
            { id: 73, full_name: "Maja Evans", email: "maja.evans@example.org", accreditation_status: "accredited", join_date: "2022-10-30" },
            { id: 74, full_name: "Carla Weber", email: "carla.weber@example.org", accreditation_status: "accredited", join_date: "2023-04-17" },
            { id: 75, full_name: "Mohamed Oliveira", email: "mohamed.oliveira@example.org", accreditation_status: "accredited", join_date: "2022-12-29" },
            { id: 76, full_name: "Anna Gupta", email: "anna.gupta@example.org", accreditation_status: "accredited", join_date: "2021-03-09" },
            { id: 77, full_name: "Wei Johnson", email: "wei.johnson@example.org", accreditation_status: "accredited", join_date: "2023-06-02" },
            { id: 78, full_name: "Diego Young", email: "diego.young@example.org", accreditation_status: "non-accredited", join_date: "2020-07-15" },
            { id: 79, full_name: "Hana Jansen", email: "hana.jansen@example.com", accreditation_status: "accredited", join_date: "2021-09-14" },
            { id: 80, full_name: "Liam Reyes", email: "liam.reyes@example.org", accreditation_status: "non-accredited", join_date: "2023-10-20" },
            { id: 81, full_name: "Arjun Dubois", email: "arjun.dubois@example.net", accreditation_status: "accredited", join_date: "2023-03-28" },
            { id: 82, full_name: "Elif Oliveira", email: "elif.oliveira@example.net", accreditation_status: "accredited", join_date: "2023-07-16" },
            { id: 83, full_name: "Ana Wright", email: "ana.wright@example.net", accreditation_status: "non-accredited", join_date: "2020-09-05" },
            { id: 84, full_name: "Grace Pereira", email: "grace.pereira@example.org", accreditation_status: "accredited", join_date: "2023-03-01" },
            { id: 85, full_name: "Ben Costa", email: "ben.costa@example.com", accreditation_status: "non-accredited", join_date: "2021-04-04" },
            { id: 86, full_name: "Oscar Wang", email: "oscar.wang@example.net", accreditation_status: "accredited", join_date: "2020-02-02" },
            { id: 87, full_name: "Olivia Shah", email: "olivia.shah@example.net", accreditation_status: "accredited", join_date: "2022-02-02" },
            { id: 88, full_name: "Jack Demir", email: "jack.demir@example.com", accreditation_status: "non-accredited", join_date: "2023-01-20" },
            { id: 89, full_name: "Olivia Garcia", email: "olivia.garcia@example.org", accreditation_status: "non-accredited", join_date: "2022-12-24" },
            { id: 90, full_name: "Nadia Sousa", email: "nadia.sousa@example.com", accreditation_status: "accredited", join_date: "2020-01-01" },
            { id: 91, full_name: "Lena Flores", email: "lena.flores@example.org", accreditation_status: "accredited", join_date: "2023-01-26" },
            { id: 92, full_name: "Sofia Shah", email: "sofia.shah@example.net", accreditation_status: "non-accredited", join_date: "2022-03-10" },
            { id: 93, full_name: "Olivia Demir", email: "olivia.demir@example.net", accreditation_status: "accredited", join_date: "2023-11-06" },
            { id: 94, full_name: "Jade Mendes", email: "jade.mendes@example.org", accreditation_status: "accredited", join_date: "2022-04-14" },
            { id: 95, full_name: "Lina Kumar", email: "lina.kumar@example.net", accreditation_status: "accredited", join_date: "2022-08-10" },
            { id: 96, full_name: "Elif Schmidt", email: "elif.schmidt@example.com", accreditation_status: "accredited", join_date: "2022-06-26" },
            { id: 97, full_name: "Lena Schmidt", email: "lena.schmidt@example.com", accreditation_status: "accredited", join_date: "2023-07-01" },
            { id: 98, full_name: "Elif Lee", email: "elif.lee@example.org", accreditation_status: "accredited", join_date: "2021-06-22" },
            { id: 99, full_name: "Maya Oliveira", email: "maya.oliveira@example.net", accreditation_status: "accredited", join_date: "2022-12-06" },
            { id: 100, full_name: "Zara Clark", email: "zara.clark@example.net", accreditation_status: "accredited", join_date: "2021-06-22" },
            { id: 101, full_name: "Kai Kim", email: "kai.kim@example.org", accreditation_status: "accredited", join_date: "2022-01-25" },
            { id: 102, full_name: "Emma Zhang", email: "emma.zhang@example.com", accreditation_status: "accredited", join_date: "2020-02-27" },
            { id: 103, full_name: "Lucas Patel", email: "lucas.patel@example.com", accreditation_status: "accredited", join_date: "2022-03-23" },
            { id: 104, full_name: "Jade Pereira", email: "jade.pereira@example.net", accreditation_status: "accredited", join_date: "2023-06-15" },
            { id: 105, full_name: "Hana Carter", email: "hana.carter@example.org", accreditation_status: "accredited", join_date: "2021-03-02" },
            { id: 106, full_name: "Lena Tanaka", email: "lena.tanaka@example.net", accreditation_status: "non-accredited", join_date: "2020-07-30" },
            { id: 107, full_name: "Lena Torres", email: "lena.torres@example.com", accreditation_status: "accredited", join_date: "2023-10-25" },
            { id: 108, full_name: "Victor Rossi", email: "victor.rossi@example.com", accreditation_status: "accredited", join_date: "2021-03-24" },
            { id: 109, full_name: "Rosa Becker", email: "rosa.becker@example.net", accreditation_status: "accredited", join_date: "2020-01-10" },
            { id: 110, full_name: "Zara Fischer", email: "zara.fischer@example.net", accreditation_status: "accredited", join_date: "2022-10-16" },
            { id: 111, full_name: "Nina Pereira", email: "nina.pereira@example.com", accreditation_status: "accredited", join_date: "2021-09-21" },
            { id: 112, full_name: "Julia Adams", email: "julia.adams@example.org", accreditation_status: "accredited", join_date: "2021-09-08" },
            { id: 113, full_name: "Rosa Oliveira", email: "rosa.oliveira@example.net", accreditation_status: "non-accredited", join_date: "2020-08-27" },
            { id: 114, full_name: "Ruby Rossi", email: "ruby.rossi@example.net", accreditation_status: "accredited", join_date: "2023-08-03" },
            { id: 115, full_name: "James Martin", email: "james.martin@example.com", accreditation_status: "accredited", join_date: "2023-12-02" },
            { id: 116, full_name: "Maya Sato", email: "maya.sato@example.org", accreditation_status: "accredited", join_date: "2021-05-27" },
            { id: 117, full_name: "Tomas Mendes", email: "tomas.mendes@example.net", accreditation_status: "non-accredited", join_date: "2022-02-04" },
            { id: 118, full_name: "Mei Zhang", email: "mei.zhang@example.com", accreditation_status: "non-accredited", join_date: "2021-12-17" },
            { id: 119, full_name: "Zoe Garcia", email: "zoe.garcia@example.com", accreditation_status: "accredited", join_date: "2022-12-28" },
            { id: 120, full_name: "Nadia Almeida", email: "nadia.almeida@example.net", accreditation_status: "accredited", join_date: "2022-06-06" },
            { id: 121, full_name: "Laura Silva", email: "laura.silva@example.org", accreditation_status: "accredited", join_date: "2022-02-24" },
            { id: 122, full_name: "Fatima Patel", email: "fatima.patel@example.com", accreditation_status: "accredited", join_date: "2023-12-22" },
            { id: 123, full_name: "Ivan Kaya", email: "ivan.kaya@example.com", accreditation_status: "accredited", join_date: "2023-12-18" },
            { id: 124, full_name: "Theo Johnson", email: "theo.johnson@example.org", accreditation_status: "accredited", join_date: "2022-07-29" },
            { id: 125, full_name: "Rosa Carter", email: "rosa.carter@example.org", accreditation_status: "accredited", join_date: "2020-09-30" },
            { id: 126, full_name: "Felix Flores", email: "felix.flores@example.org", accreditation_status: "accredited", join_date: "2023-03-27" },
            { id: 127, full_name: "Nina Ibrahim", email: "nina.ibrahim@example.com", accreditation_status: "accredited", join_date: "2022-08-25" },
            { id: 128, full_name: "Nina Nakamura", email: "nina.nakamura@example.com", accreditation_status: "accredited", join_date: "2022-12-31" },
            { id: 129, full_name: "Mateo Young", email: "mateo.young@example.com", accreditation_status: "accredited", join_date: "2021-02-17" },
            { id: 130, full_name: "Mohamed Johnson", email: "mohamed.johnson@example.org", accreditation_status: "accredited", join_date: "2020-11-02" },
            { id: 131, full_name: "Pedro Mendes", email: "pedro.mendes@example.org", accreditation_status: "accredited", join_date: "2023-05-13" },
            { id: 132, full_name: "Liam Rossi", email: "liam.rossi@example.org", accreditation_status: "accredited", join_date: "2020-08-04" },
            { id: 133, full_name: "Oscar Bauer", email: "oscar.bauer@example.com", accreditation_status: "non-accredited", join_date: "2021-08-20" },
            { id: 134, full_name: "Elif Diaz", email: "elif.diaz@example.net", accreditation_status: "accredited", join_date: "2022-11-30" },
            { id: 135, full_name: "Jade Miller", email: "jade.miller@example.com", accreditation_status: "accredited", join_date: "2023-05-04" },
            { id: 136, full_name: "Ben Young", email: "ben.young@example.org", accreditation_status: "accredited", join_date: "2021-02-18" },
            { id: 137, full_name: "Nina Novak", email: "nina.novak@example.net", accreditation_status: "accredited", join_date: "2021-06-16" },
            { id: 138, full_name: "Mei Wagner", email: "mei.wagner@example.net", accreditation_status: "accredited", join_date: "2023-08-24" },
            { id: 139, full_name: "Felix Almeida", email: "felix.almeida@example.com", accreditation_status: "accredited", join_date: "2021-07-23" },
            { id: 140, full_name: "Elena Schmidt", email: "elena.schmidt@example.net", accreditation_status: "accredited", join_date: "2021-05-22" },
            { id: 141, full_name: "Karim Gupta", email: "karim.gupta@example.net", accreditation_status: "accredited", join_date: "2023-06-26" },
            { id: 142, full_name: "Sven Davis", email: "sven.davis@example.net", accreditation_status: "non-accredited", join_date: "2022-03-02" },
            { id: 143, full_name: "Laura Wang", email: "laura.wang@example.net", accreditation_status: "accredited", join_date: "2022-01-26" },
            { id: 144, full_name: "Sven Wang", email: "sven.wang@example.net", accreditation_status: "accredited", join_date: "2021-10-08" },
            { id: 145, full_name: "Fatima Schmidt", email: "fatima.schmidt@example.org", accreditation_status: "accredited", join_date: "2022-09-20" },
            { id: 146, full_name: "Sara Shah", email: "sara.shah@example.net", accreditation_status: "non-accredited", join_date: "2023-10-29" },
            { id: 147, full_name: "Chloe Wilson", email: "chloe.wilson@example.com", accreditation_status: "non-accredited", join_date: "2021-02-07" },
            { id: 148, full_name: "Jonas Khan", email: "jonas.khan@example.com", accreditation_status: "accredited", join_date: "2022-04-14" },
            { id: 149, full_name: "Elif Smith", email: "elif.smith@example.com", accreditation_status: "accredited", join_date: "2022-12-09" },
            { id: 150, full_name: "Wei Patel", email: "wei.patel@example.com", accreditation_status: "non-accredited", join_date: "2022-08-09" },
            { id: 151, full_name: "Diego Khan", email: "diego.khan@example.com", accreditation_status: "accredited", join_date: "2020-01-27" },
            { id: 152, full_name: "Felix Miller", email: "felix.miller@example.org", accreditation_status: "accredited", join_date: "2023-04-16" },
            { id: 153, full_name: "Laura Hughes", email: "laura.hughes@example.com", accreditation_status: "accredited", join_date: "2023-08-20" },
            { id: 154, full_name: "Anna Schmidt", email: "anna.schmidt@example.com", accreditation_status: "accredited", join_date: "2020-07-08" },
            { id: 155, full_name: "Jonas Diaz", email: "jonas.diaz@example.com", accreditation_status: "accredited", join_date: "2020-08-15" },
            { id: 156, full_name: "Carla Yilmaz", email: "carla.yilmaz@example.org", accreditation_status: "non-accredited", join_date: "2023-03-27" },
            { id: 157, full_name: "Grace Andersen", email: "grace.andersen@example.com", accreditation_status: "accredited", join_date: "2021-10-05" },
            { id: 158, full_name: "Elena Patel", email: "elena.patel@example.com", accreditation_status: "accredited", join_date: "2022-03-04" },
            { id: 159, full_name: "Theo Murphy", email: "theo.murphy@example.net", accreditation_status: "accredited", join_date: "2021-08-09" },
            { id: 160, full_name: "Lena Smith", email: "lena.smith@example.org", accreditation_status: "accredited", join_date: "2022-07-03" },
            { id: 161, full_name: "Zoe Taylor", email: "zoe.taylor@example.com", accreditation_status: "non-accredited", join_date: "2022-06-04" },
            { id: 162, full_name: "Victor Almeida", email: "victor.almeida@example.com", accreditation_status: "non-accredited", join_date: "2021-04-11" },
            { id: 163, full_name: "Wei Lee", email: "wei.lee@example.com", accreditation_status: "accredited", join_date: "2021-04-28" },
            { id: 164, full_name: "Carlos Garcia", email: "carlos.garcia@example.org", accreditation_status: "non-accredited", join_date: "2022-12-23" },
            { id: 165, full_name: "Paula Bennett", email: "paula.bennett@example.net", accreditation_status: "non-accredited", join_date: "2022-02-22" },
            { id: 166, full_name: "Marco Wang", email: "marco.wang@example.org", accreditation_status: "non-accredited", join_date: "2021-12-30" },
            { id: 167, full_name: "Nour Zhang", email: "nour.zhang@example.net", accreditation_status: "accredited", join_date: "2021-02-22" },
            { id: 168, full_name: "Carla Carter", email: "carla.carter@example.org", accreditation_status: "non-accredited", join_date: "2021-12-12" },
            { id: 169, full_name: "Ethan Davis", email: "ethan.davis@example.com", accreditation_status: "non-accredited", join_date: "2022-03-16" },
            { id: 170, full_name: "Mohamed Schneider", email: "mohamed.schneider@example.org", accreditation_status: "accredited", join_date: "2023-01-16" },
            { id: 171, full_name: "Isaac Yilmaz", email: "isaac.yilmaz@example.com", accreditation_status: "accredited", join_date: "2022-04-13" },
            { id: 172, full_name: "Carla Taylor", email: "carla.taylor@example.com", accreditation_status: "accredited", join_date: "2020-04-06" },
            { id: 173, full_name: "Wei Lopez", email: "wei.lopez@example.org", accreditation_status: "non-accredited", join_date: "2022-04-23" },
            { id: 174, full_name: "Anna Evans", email: "anna.evans@example.net", accreditation_status: "accredited", join_date: "2021-06-09" },
            { id: 175, full_name: "Nour Costa", email: "nour.costa@example.org", accreditation_status: "accredited", join_date: "2022-10-12" },
            { id: 176, full_name: "Mohamed Davis", email: "mohamed.davis@example.net", accreditation_status: "accredited", join_date: "2021-05-08" },
            { id: 177, full_name: "Liam Sato", email: "liam.sato@example.org", accreditation_status: "accredited", join_date: "2021-09-23" },
            { id: 178, full_name: "Ethan Davis", email: "ethan.davis@example.org", accreditation_status: "accredited", join_date: "2023-01-08" },
            { id: 179, full_name: "David Hughes", email: "david.hughes@example.org", accreditation_status: "accredited", join_date: "2023-12-30" },
            { id: 180, full_name: "Rafael Oliveira", email: "rafael.oliveira@example.org", accreditation_status: "non-accredited", join_date: "2023-03-16" },
            { id: 181, full_name: "Ben Davis", email: "ben.davis@example.net", accreditation_status: "accredited", join_date: "2022-04-19" },
            { id: 182, full_name: "Ravi Yilmaz", email: "ravi.yilmaz@example.org", accreditation_status: "accredited", join_date: "2023-08-14" },
            { id: 183, full_name: "Jack Weber", email: "jack.weber@example.org", accreditation_status: "accredited", join_date: "2021-09-01" },
            { id: 184, full_name: "Oscar Gomez", email: "oscar.gomez@example.net", accreditation_status: "accredited", join_date: "2020-10-09" },
            { id: 185, full_name: "Jade Chen", email: "jade.chen@example.org", accreditation_status: "accredited", join_date: "2023-09-07" },
            { id: 186, full_name: "Ravi Adams", email: "ravi.adams@example.org", accreditation_status: "non-accredited", join_date: "2021-08-24" },
            { id: 187, full_name: "Chen Baker", email: "chen.baker@example.org", accreditation_status: "accredited", join_date: "2022-07-24" },
            { id: 188, full_name: "Diego Wang", email: "diego.wang@example.com", accreditation_status: "accredited", join_date: "2020-09-13" },
            { id: 189, full_name: "Paula Garcia", email: "paula.garcia@example.com", accreditation_status: "accredited", join_date: "2020-09-04" },
            { id: 190, full_name: "Nina Tanaka", email: "nina.tanaka@example.net", accreditation_status: "non-accredited", join_date: "2023-08-31" },
            { id: 191, full_name: "Mateo Silva", email: "mateo.silva@example.org", accreditation_status: "accredited", join_date: "2023-04-23" },
            { id: 192, full_name: "Arjun Jansen", email: "arjun.jansen@example.org", accreditation_status: "accredited", join_date: "2023-04-29" },
            { id: 193, full_name: "Nour Vargas", email: "nour.vargas@example.com", accreditation_status: "accredited", join_date: "2023-09-25" },
            { id: 194, full_name: "Lena Mendes", email: "lena.mendes@example.com", accreditation_status: "accredited", join_date: "2022-01-19" },
            { id: 195, full_name: "Grace Pereira", email: "grace.pereira@example.org", accreditation_status: "accredited", join_date: "2022-03-21" },
            { id: 196, full_name: "Lina Gomez", email: "lina.gomez@example.com", accreditation_status: "accredited", join_date: "2023-12-22" },
            { id: 197, full_name: "Mohamed Larsen", email: "mohamed.larsen@example.com", accreditation_status: "accredited", join_date: "2022-04-20" },
            { id: 198, full_name: "Isaac Reyes", email: "isaac.reyes@example.net", accreditation_status: "accredited", join_date: "2021-01-15" },
            { id: 199, full_name: "Pedro Hughes", email: "pedro.hughes@example.net", accreditation_status: "accredited", join_date: "2022-03-12" },
            { id: 200, full_name: "Nina Wilson", email: "nina.wilson@example.com", accreditation_status: "accredited", join_date: "2020-09-16" },
            { id: 201, full_name: "Carla Meyer", email: "carla.meyer@example.com", accreditation_status: "accredited", join_date: "2022-03-14" },
            { id: 202, full_name: "Ivan Jansen", email: "ivan.jansen@example.net", accreditation_status: "accredited", join_date: "2023-09-12" },
            { id: 203, full_name: "Jack Sousa", email: "jack.sousa@example.net", accreditation_status: "accredited", join_date: "2021-12-25" },
            { id: 204, full_name: "Andre Sousa", email: "andre.sousa@example.com", accreditation_status: "accredited", join_date: "2020-06-25" },
            { id: 205, full_name: "Maya Torres", email: "maya.torres@example.com", accreditation_status: "accredited", join_date: "2020-09-03" },
            { id: 206, full_name: "Karim Singh", email: "karim.singh@example.com", accreditation_status: "non-accredited", join_date: "2021-10-17" },
            { id: 207, full_name: "Lena Bennett", email: "lena.bennett@example.org", accreditation_status: "non-accredited", join_date: "2020-02-18" },
            { id: 208, full_name: "Pedro Hansen", email: "pedro.hansen@example.com", accreditation_status: "non-accredited", join_date: "2023-01-07" },
            { id: 209, full_name: "Pedro Becker", email: "pedro.becker@example.org", accreditation_status: "non-accredited", join_date: "2023-05-08" },
            { id: 210, full_name: "Victor Chen", email: "victor.chen@example.com", accreditation_status: "accredited", join_date: "2023-07-28" },
            { id: 211, full_name: "Ibrahim Hoffmann", email: "ibrahim.hoffmann@example.org", accreditation_status: "accredited", join_date: "2023-12-28" },
            { id: 212, full_name: "Maya Garcia", email: "maya.garcia@example.org", accreditation_status: "non-accredited", join_date: "2023-08-31" },
            { id: 213, full_name: "Noah Hoffmann", email: "noah.hoffmann@example.net", accreditation_status: "non-accredited", join_date: "2021-06-30" },
            { id: 214, full_name: "Zara Walker", email: "zara.walker@example.com", accreditation_status: "accredited", join_date: "2023-04-22" },
            { id: 215, full_name: "Carla Kim", email: "carla.kim@example.org", accreditation_status: "non-accredited", join_date: "2023-07-17" },
            { id: 216, full_name: "Hana Sousa", email: "hana.sousa@example.com", accreditation_status: "accredited", join_date: "2020-12-29" },
            { id: 217, full_name: "Kai Kim", email: "kai.kim@example.org", accreditation_status: "accredited", join_date: "2022-04-05" },
            { id: 218, full_name: "Laura Khan", email: "laura.khan@example.com", accreditation_status: "accredited", join_date: "2021-08-13" },
            { id: 219, full_name: "Wei Novak", email: "wei.novak@example.net", accreditation_status: "accredited", join_date: "2022-05-23" },
            { id: 220, full_name: "Daniel Mendes", email: "daniel.mendes@example.org", accreditation_status: "accredited", join_date: "2020-11-29" },
            { id: 221, full_name: "Tomas Kumar", email: "tomas.kumar@example.com", accreditation_status: "accredited", join_date: "2022-04-03" },
            { id: 222, full_name: "Lucas Murphy", email: "lucas.murphy@example.org", accreditation_status: "accredited", join_date: "2020-06-21" },
            { id: 223, full_name: "Ana Davis", email: "ana.davis@example.com", accreditation_status: "accredited", join_date: "2022-02-15" },
            { id: 224, full_name: "Jack Costa", email: "jack.costa@example.com", accreditation_status: "accredited", join_date: "2021-08-21" },
            { id: 225, full_name: "Wei Wagner", email: "wei.wagner@example.org", accreditation_status: "accredited", join_date: "2020-11-06" },
            { id: 226, full_name: "Laura Andersen", email: "laura.andersen@example.net", accreditation_status: "accredited", join_date: "2020-12-02" },
            { id: 227, full_name: "Oscar Evans", email: "oscar.evans@example.org", accreditation_status: "non-accredited", join_date: "2023-06-18" },
            { id: 228, full_name: "Rosa Andersen", email: "rosa.andersen@example.org", accreditation_status: "accredited", join_date: "2022-05-09" },
            { id: 229, full_name: "Theo Oliveira", email: "theo.oliveira@example.com", accreditation_status: "non-accredited", join_date: "2022-07-26" },
            { id: 230, full_name: "Anna Moreau", email: "anna.moreau@example.com", accreditation_status: "accredited", join_date: "2022-04-30" },
            { id: 231, full_name: "Deniz Mendes", email: "deniz.mendes@example.org", accreditation_status: "accredited", join_date: "2022-08-18" },
            { id: 232, full_name: "Noah Carter", email: "noah.carter@example.org", accreditation_status: "accredited", join_date: "2022-03-02" },
            { id: 233, full_name: "Laura Jansen", email: "laura.jansen@example.net", accreditation_status: "accredited", join_date: "2023-10-10" },
            { id: 234, full_name: "Fatima Costa", email: "fatima.costa@example.com", accreditation_status: "non-accredited", join_date: "2022-12-05" },
            { id: 235, full_name: "Pedro Oliveira", email: "pedro.oliveira@example.com", accreditation_status: "accredited", join_date: "2021-03-14" },
            { id: 236, full_name: "Leo Garcia", email: "leo.garcia@example.net", accreditation_status: "accredited", join_date: "2020-11-30" },
            { id: 237, full_name: "Daniel Adams", email: "daniel.adams@example.net", accreditation_status: "non-accredited", join_date: "2023-12-25" },
            { id: 238, full_name: "Uma Hassan", email: "uma.hassan@example.com", accreditation_status: "accredited", join_date: "2023-12-16" },
            { id: 239, full_name: "Maja Ali", email: "maja.ali@example.net", accreditation_status: "accredited", join_date: "2023-08-25" },
            { id: 240, full_name: "Alice Smith", email: "alice.smith@example.org", accreditation_status: "accredited", join_date: "2023-06-23" },
            { id: 241, full_name: "Daniel Cruz", email: "daniel.cruz@example.net", accreditation_status: "accredited", join_date: "2021-11-25" },
            { id: 242, full_name: "Ana Jansen", email: "ana.jansen@example.net", accreditation_status: "accredited", join_date: "2021-08-12" },
            { id: 243, full_name: "Rafael Castro", email: "rafael.castro@example.org", accreditation_status: "non-accredited", join_date: "2023-10-25" },
            { id: 244, full_name: "Ruby Novak", email: "ruby.novak@example.com", accreditation_status: "accredited", join_date: "2022-07-03" },
            { id: 245, full_name: "Elena Yilmaz", email: "elena.yilmaz@example.com", accreditation_status: "non-accredited", join_date: "2021-03-20" },
            { id: 246, full_name: "Hugo Young", email: "hugo.young@example.org", accreditation_status: "accredited", join_date: "2023-04-10" },
            { id: 247, full_name: "Karim Taylor", email: "karim.taylor@example.com", accreditation_status: "accredited", join_date: "2022-05-10" },
            { id: 248, full_name: "Elif Tanaka", email: "elif.tanaka@example.com", accreditation_status: "non-accredited", join_date: "2021-11-25" },
            { id: 249, full_name: "James Carter", email: "james.carter@example.com", accreditation_status: "accredited", join_date: "2022-03-08" },
            { id: 250, full_name: "Jonas Almeida", email: "jonas.almeida@example.org", accreditation_status: "accredited", join_date: "2022-07-16" },
            { id: 251, full_name: "Elena Tanaka", email: "elena.tanaka@example.com", accreditation_status: "non-accredited", join_date: "2023-07-21" },
            { id: 252, full_name: "Mia Bauer", email: "mia.bauer@example.org", accreditation_status: "accredited", join_date: "2021-08-19" },
            { id: 253, full_name: "Ivan Yilmaz", email: "ivan.yilmaz@example.com", accreditation_status: "non-accredited", join_date: "2022-04-04" },
            { id: 254, full_name: "Zara Dubois", email: "zara.dubois@example.org", accreditation_status: "accredited", join_date: "2021-09-30" },
            { id: 255, full_name: "Chen Khan", email: "chen.khan@example.net", accreditation_status: "accredited", join_date: "2022-04-11" },
            { id: 256, full_name: "Sara Weber", email: "sara.weber@example.net", accreditation_status: "accredited", join_date: "2021-07-02" },
            { id: 257, full_name: "Kai Moreau", email: "kai.moreau@example.com", accreditation_status: "accredited", join_date: "2021-04-10" },
            { id: 258, full_name: "Ruby Carter", email: "ruby.carter@example.org", accreditation_status: "accredited", join_date: "2023-11-17" },
            { id: 259, full_name: "Ben Hughes", email: "ben.hughes@example.com", accreditation_status: "non-accredited", join_date: "2020-02-03" },
            { id: 260, full_name: "Amir Wang", email: "amir.wang@example.net", accreditation_status: "non-accredited", join_date: "2023-05-03" },
            { id: 261, full_name: "Mila Young", email: "mila.young@example.org", accreditation_status: "accredited", join_date: "2022-04-06" },
            { id: 262, full_name: "Nour Jansen", email: "nour.jansen@example.org", accreditation_status: "non-accredited", join_date: "2023-12-04" },
            { id: 263, full_name: "Mei Young", email: "mei.young@example.org", accreditation_status: "non-accredited", join_date: "2021-07-24" },
            { id: 264, full_name: "Paula Smith", email: "paula.smith@example.net", accreditation_status: "non-accredited", join_date: "2021-09-13" },
            { id: 265, full_name: "Yusuf Hughes", email: "yusuf.hughes@example.com", accreditation_status: "accredited", join_date: "2020-09-18" },
            { id: 266, full_name: "Daniel Jensen", email: "daniel.jensen@example.com", accreditation_status: "non-accredited", join_date: "2023-05-13" },
            { id: 267, full_name: "Zoe Cruz", email: "zoe.cruz@example.org", accreditation_status: "accredited", join_date: "2023-12-26" },
            { id: 268, full_name: "Nour Patel", email: "nour.patel@example.org", accreditation_status: "non-accredited", join_date: "2020-07-02" },
            { id: 269, full_name: "Lina Patel", email: "lina.patel@example.net", accreditation_status: "accredited", join_date: "2022-06-27" },
            { id: 270, full_name: "Chen Young", email: "chen.young@example.org", accreditation_status: "accredited", join_date: "2023-06-30" },
            { id: 271, full_name: "Pedro Cruz", email: "pedro.cruz@example.com", accreditation_status: "accredited", join_date: "2022-09-28" },
            { id: 272, full_name: "Ruby Martin", email: "ruby.martin@example.net", accreditation_status: "non-accredited", join_date: "2021-08-24" },
            { id: 273, full_name: "Maya Lopez", email: "maya.lopez@example.net", accreditation_status: "accredited", join_date: "2020-03-26" },
            { id: 274, full_name: "Rosa Ibrahim", email: "rosa.ibrahim@example.net", accreditation_status: "accredited", join_date: "2023-05-26" },
            { id: 275, full_name: "Fatima Demir", email: "fatima.demir@example.net", accreditation_status: "accredited", join_date: "2023-05-13" },
            { id: 276, full_name: "Wei Davis", email: "wei.davis@example.net", accreditation_status: "non-accredited", join_date: "2020-04-01" },
            { id: 277, full_name: "Elena Oliveira", email: "elena.oliveira@example.com", accreditation_status: "accredited", join_date: "2021-07-13" },
            { id: 278, full_name: "Isaac Jansen", email: "isaac.jansen@example.org", accreditation_status: "accredited", join_date: "2023-11-24" },
            { id: 279, full_name: "Rafael Brown", email: "rafael.brown@example.com", accreditation_status: "accredited", join_date: "2023-07-19" },
            { id: 280, full_name: "Nina Jansen", email: "nina.jansen@example.com", accreditation_status: "accredited", join_date: "2021-12-07" },
            { id: 281, full_name: "Laura Sousa", email: "laura.sousa@example.com", accreditation_status: "accredited", join_date: "2023-02-21" },
            { id: 282, full_name: "Isaac Fischer", email: "isaac.fischer@example.org", accreditation_status: "accredited", join_date: "2023-10-28" },
            { id: 283, full_name: "Zara Clark", email: "zara.clark@example.net", accreditation_status: "non-accredited", join_date: "2023-12-31" },
            { id: 284, full_name: "Chloe Rossi", email: "chloe.rossi@example.net", accreditation_status: "accredited", join_date: "2021-01-19" },
            { id: 285, full_name: "James Taylor", email: "james.taylor@example.com", accreditation_status: "accredited", join_date: "2022-07-29" },
            { id: 286, full_name: "Ana Wilson", email: "ana.wilson@example.net", accreditation_status: "accredited", join_date: "2022-10-25" },
            { id: 287, full_name: "Zoe Silva", email: "zoe.silva@example.com", accreditation_status: "accredited", join_date: "2022-09-29" },
            { id: 288, full_name: "Lucas Murphy", email: "lucas.murphy@example.com", accreditation_status: "accredited", join_date: "2022-04-04" },
            { id: 289, full_name: "Nour Adams", email: "nour.adams@example.org", accreditation_status: "accredited", join_date: "2021-09-19" },
            { id: 290, full_name: "Maja Kumar", email: "maja.kumar@example.net", accreditation_status: "accredited", join_date: "2020-12-11" },
            { id: 291, full_name: "Ines Kowalski", email: "ines.kowalski@example.org", accreditation_status: "accredited", join_date: "2023-11-16" },
            { id: 292, full_name: "Grace Hansen", email: "grace.hansen@example.org", accreditation_status: "non-accredited", join_date: "2022-11-28" },
            { id: 293, full_name: "Sofia Singh", email: "sofia.singh@example.org", accreditation_status: "accredited", join_date: "2021-11-23" },
            { id: 294, full_name: "Laura Hughes", email: "laura.hughes@example.com", accreditation_status: "accredited", join_date: "2022-12-30" },
            { id: 295, full_name: "Hugo Almeida", email: "hugo.almeida@example.org", accreditation_status: "accredited", join_date: "2021-12-05" },
            { id: 296, full_name: "Carlos Smith", email: "carlos.smith@example.org", accreditation_status: "accredited", join_date: "2023-12-06" },
            { id: 297, full_name: "Jade Meyer", email: "jade.meyer@example.org", accreditation_status: "non-accredited", join_date: "2023-11-28" },
            { id: 298, full_name: "Lina Almeida", email: "lina.almeida@example.org", accreditation_status: "accredited", join_date: "2023-11-28" },
            { id: 299, full_name: "Ravi Baker", email: "ravi.baker@example.com", accreditation_status: "accredited", join_date: "2022-03-04" },
            { id: 300, full_name: "Ben Singh", email: "ben.singh@example.net", accreditation_status: "accredited", join_date: "2023-09-11" },
            { id: 301, full_name: "Karim Wright", email: "karim.wright@example.org", accreditation_status: "non-accredited", join_date: "2023-12-06" },
            { id: 302, full_name: "Deniz Kowalski", email: "deniz.kowalski@example.org", accreditation_status: "non-accredited", join_date: "2023-05-10" },
            { id: 303, full_name: "Nadia Yilmaz", email: "nadia.yilmaz@example.net", accreditation_status: "accredited", join_date: "2021-02-03" },
            { id: 304, full_name: "Yara Jansen", email: "yara.jansen@example.net", accreditation_status: "accredited", join_date: "2021-03-14" },
            { id: 305, full_name: "Lena Klein", email: "lena.klein@example.com", accreditation_status: "accredited", join_date: "2023-05-19" },
            { id: 306, full_name: "Uma Ahmed", email: "uma.ahmed@example.net", accreditation_status: "accredited", join_date: "2021-02-27" },
            { id: 307, full_name: "Lina Ruiz", email: "lina.ruiz@example.net", accreditation_status: "accredited", join_date: "2023-07-12" },
            { id: 308, full_name: "Sara Silva", email: "sara.silva@example.org", accreditation_status: "accredited", join_date: "2021-10-23" },
            { id: 309, full_name: "Lina Murphy", email: "lina.murphy@example.org", accreditation_status: "non-accredited", join_date: "2021-09-10" },
            { id: 310, full_name: "Omar Patel", email: "omar.patel@example.net", accreditation_status: "accredited", join_date: "2022-04-28" },
            { id: 311, full_name: "Sven Hansen", email: "sven.hansen@example.net", accreditation_status: "non-accredited", join_date: "2020-07-03" },
            { id: 312, full_name: "Julia Singh", email: "julia.singh@example.org", accreditation_status: "accredited", join_date: "2020-06-23" },
            { id: 313, full_name: "Arjun Clark", email: "arjun.clark@example.org", accreditation_status: "accredited", join_date: "2021-01-22" },
            { id: 314, full_name: "Zoe Shah", email: "zoe.shah@example.com", accreditation_status: "non-accredited", join_date: "2023-11-06" },
            { id: 315, full_name: "Yusuf Young", email: "yusuf.young@example.org", accreditation_status: "accredited", join_date: "2022-02-22" },
            { id: 316, full_name: "Julia Torres", email: "julia.torres@example.net", accreditation_status: "accredited", join_date: "2020-07-30" },
            { id: 317, full_name: "Priya Carter", email: "priya.carter@example.com", accreditation_status: "accredited", join_date: "2021-08-08" },
            { id: 318, full_name: "Liam Baker", email: "liam.baker@example.net", accreditation_status: "accredited", join_date: "2020-12-09" },
            { id: 319, full_name: "Carla Carter", email: "carla.carter@example.org", accreditation_status: "accredited", join_date: "2020-12-24" },
            { id: 320, full_name: "Anna Wagner", email: "anna.wagner@example.net", accreditation_status: "accredited", join_date: "2022-10-17" },
            { id: 321, full_name: "Maya Shah", email: "maya.shah@example.net", accreditation_status: "non-accredited", join_date: "2021-04-12" },
            { id: 322, full_name: "Laura Shah", email: "laura.shah@example.net", accreditation_status: "accredited", join_date: "2021-06-29" },
            { id: 323, full_name: "Lucas Lee", email: "lucas.lee@example.net", accreditation_status: "accredited", join_date: "2023-05-02" },
            { id: 324, full_name: "Elif Yilmaz", email: "elif.yilmaz@example.org", accreditation_status: "non-accredited", join_date: "2023-03-21" },
            { id: 325, full_name: "Arjun Vargas", email: "arjun.vargas@example.net", accreditation_status: "non-accredited", join_date: "2023-01-14" },
            { id: 326, full_name: "Lina Becker", email: "lina.becker@example.net", accreditation_status: "accredited", join_date: "2021-10-14" },
            { id: 327, full_name: "Sam Oliveira", email: "sam.oliveira@example.com", accreditation_status: "accredited", join_date: "2020-10-20" },
            { id: 328, full_name: "Yusuf Ahmed", email: "yusuf.ahmed@example.com", accreditation_status: "accredited", join_date: "2021-01-14" },
            { id: 329, full_name: "Leo Brown", email: "leo.brown@example.net", accreditation_status: "accredited", join_date: "2020-11-16" },
            { id: 330, full_name: "Isaac Kim", email: "isaac.kim@example.com", accreditation_status: "non-accredited", join_date: "2022-10-13" },
            { id: 331, full_name: "Maya Evans", email: "maya.evans@example.org", accreditation_status: "accredited", join_date: "2022-06-02" },
            { id: 332, full_name: "Ana Davis", email: "ana.davis@example.org", accreditation_status: "non-accredited", join_date: "2021-04-05" },
            { id: 333, full_name: "Felix Adams", email: "felix.adams@example.org", accreditation_status: "non-accredited", join_date: "2023-07-09" },
            { id: 334, full_name: "Ravi Gupta", email: "ravi.gupta@example.com", accreditation_status: "accredited", join_date: "2022-05-09" },
            { id: 335, full_name: "Maja Kumar", email: "maja.kumar@example.org", accreditation_status: "non-accredited", join_date: "2023-10-03" },
            { id: 336, full_name: "Yusuf Garcia", email: "yusuf.garcia@example.net", accreditation_status: "accredited", join_date: "2022-06-15" },
            { id: 337, full_name: "Leo Costa", email: "leo.costa@example.com", accreditation_status: "accredited", join_date: "2023-06-30" },
            { id: 338, full_name: "Mateo Martin", email: "mateo.martin@example.net", accreditation_status: "accredited", join_date: "2022-11-11" },
            { id: 339, full_name: "Jonas Wang", email: "jonas.wang@example.org", accreditation_status: "accredited", join_date: "2022-10-03" },
            { id: 340, full_name: "Maja Castro", email: "maja.castro@example.org", accreditation_status: "non-accredited", join_date: "2023-03-28" },
            { id: 341, full_name: "Ivan Meyer", email: "ivan.meyer@example.net", accreditation_status: "non-accredited", join_date: "2020-05-11" },
            { id: 342, full_name: "James Hassan", email: "james.hassan@example.net", accreditation_status: "accredited", join_date: "2022-12-06" },
            { id: 343, full_name: "Rafael Miller", email: "rafael.miller@example.com", accreditation_status: "accredited", join_date: "2023-10-20" },
            { id: 344, full_name: "Victor Tanaka", email: "victor.tanaka@example.net", accreditation_status: "non-accredited", join_date: "2023-10-24" },
            { id: 345, full_name: "Nadia Moreau", email: "nadia.moreau@example.net", accreditation_status: "accredited", join_date: "2021-12-11" },
            { id: 346, full_name: "Jade Hoffmann", email: "jade.hoffmann@example.com", accreditation_status: "non-accredited", join_date: "2022-04-07" },
            { id: 347, full_name: "Mohamed Davis", email: "mohamed.davis@example.org", accreditation_status: "non-accredited", join_date: "2021-12-16" },
            { id: 348, full_name: "Jade Jensen", email: "jade.jensen@example.net", accreditation_status: "non-accredited", join_date: "2022-12-16" },
            { id: 349, full_name: "Sara Wright", email: "sara.wright@example.org", accreditation_status: "accredited", join_date: "2023-10-03" },
            { id: 350, full_name: "Ana Ibrahim", email: "ana.ibrahim@example.com", accreditation_status: "accredited", join_date: "2023-07-15" },
            { id: 351, full_name: "Pedro Murphy", email: "pedro.murphy@example.com", accreditation_status: "accredited", join_date: "2021-07-11" },
            { id: 352, full_name: "Maja Nakamura", email: "maja.nakamura@example.com", accreditation_status: "accredited", join_date: "2021-06-29" },
            { id: 353, full_name: "Hannah Torres", email: "hannah.torres@example.net", accreditation_status: "accredited", join_date: "2023-02-05" },
            { id: 354, full_name: "Julia Jensen", email: "julia.jensen@example.com", accreditation_status: "non-accredited", join_date: "2022-08-14" },
            { id: 355, full_name: "Ravi Wright", email: "ravi.wright@example.net", accreditation_status: "accredited", join_date: "2020-08-20" },
            { id: 356, full_name: "Kai Evans", email: "kai.evans@example.org", accreditation_status: "accredited", join_date: "2020-03-21" },
            { id: 357, full_name: "Tariq Kim", email: "tariq.kim@example.com", accreditation_status: "accredited", join_date: "2022-10-13" },
            { id: 358, full_name: "Maya Vargas", email: "maya.vargas@example.com", accreditation_status: "non-accredited", join_date: "2023-08-31" },
            { id: 359, full_name: "Ines Patel", email: "ines.patel@example.net", accreditation_status: "accredited", join_date: "2022-12-26" },
            { id: 360, full_name: "Tariq Gupta", email: "tariq.gupta@example.org", accreditation_status: "accredited", join_date: "2020-10-04" },
            { id: 361, full_name: "Felix Patel", email: "felix.patel@example.net", accreditation_status: "accredited", join_date: "2022-01-20" },
            { id: 362, full_name: "Hugo Schneider", email: "hugo.schneider@example.com", accreditation_status: "accredited", join_date: "2022-05-18" },
            { id: 363, full_name: "Mateo Adams", email: "mateo.adams@example.org", accreditation_status: "non-accredited", join_date: "2022-06-10" },
            { id: 364, full_name: "Nour Jensen", email: "nour.jensen@example.net", accreditation_status: "accredited", join_date: "2022-09-10" },
            { id: 365, full_name: "Ruby Ibrahim", email: "ruby.ibrahim@example.org", accreditation_status: "accredited", join_date: "2022-05-06" },
            { id: 366, full_name: "Yusuf Miller", email: "yusuf.miller@example.net", accreditation_status: "non-accredited", join_date: "2022-09-07" },
            { id: 367, full_name: "Lucas Miller", email: "lucas.miller@example.net", accreditation_status: "accredited", join_date: "2023-11-29" },
            { id: 368, full_name: "Fatima Kim", email: "fatima.kim@example.net", accreditation_status: "non-accredited", join_date: "2022-10-19" },
            { id: 369, full_name: "James Singh", email: "james.singh@example.com", accreditation_status: "accredited", join_date: "2021-01-13" },
            { id: 370, full_name: "Nadia Nguyen", email: "nadia.nguyen@example.com", accreditation_status: "non-accredited", join_date: "2023-09-25" },
            { id: 371, full_name: "Sara Lee", email: "sara.lee@example.com", accreditation_status: "accredited", join_date: "2022-06-25" },
            { id: 372, full_name: "Chloe Pereira", email: "chloe.pereira@example.net", accreditation_status: "accredited", join_date: "2020-06-03" },
            { id: 373, full_name: "Priya Cruz", email: "priya.cruz@example.org", accreditation_status: "accredited", join_date: "2022-03-09" },
            { id: 374, full_name: "Omar Moreau", email: "omar.moreau@example.com", accreditation_status: "accredited", join_date: "2023-06-12" },
            { id: 375, full_name: "Elena Klein", email: "elena.klein@example.com", accreditation_status: "accredited", join_date: "2021-09-27" },
            { id: 376, full_name: "Laura Almeida", email: "laura.almeida@example.com", accreditation_status: "non-accredited", join_date: "2021-06-17" },
            { id: 377, full_name: "Lina Tanaka", email: "lina.tanaka@example.net", accreditation_status: "accredited", join_date: "2021-05-13" },
            { id: 378, full_name: "Elif Pereira", email: "elif.pereira@example.com", accreditation_status: "accredited", join_date: "2021-05-10" },
            { id: 379, full_name: "Felix Garcia", email: "felix.garcia@example.net", accreditation_status: "accredited", join_date: "2021-01-26" },
            { id: 380, full_name: "Omar Sato", email: "omar.sato@example.com", accreditation_status: "non-accredited", join_date: "2022-06-05" },
            { id: 381, full_name: "Hannah Novak", email: "hannah.novak@example.net", accreditation_status: "accredited", join_date: "2023-11-28" },
            { id: 382, full_name: "Mia Wang", email: "mia.wang@example.com", accreditation_status: "accredited", join_date: "2023-12-27" },
            { id: 383, full_name: "Isaac Mendes", email: "isaac.mendes@example.org", accreditation_status: "non-accredited", join_date: "2021-07-31" },
            { id: 384, full_name: "Hugo Lee", email: "hugo.lee@example.org", accreditation_status: "accredited", join_date: "2021-12-04" },
            { id: 385, full_name: "Mia Larsen", email: "mia.larsen@example.org", accreditation_status: "non-accredited", join_date: "2023-08-26" },
            { id: 386, full_name: "Ines Diaz", email: "ines.diaz@example.com", accreditation_status: "accredited", join_date: "2022-04-14" },
            { id: 387, full_name: "Sara Jansen", email: "sara.jansen@example.net", accreditation_status: "accredited", join_date: "2021-09-20" },
            { id: 388, full_name: "David Pereira", email: "david.pereira@example.com", accreditation_status: "accredited", join_date: "2021-08-13" },
            { id: 389, full_name: "Mila Ibrahim", email: "mila.ibrahim@example.com", accreditation_status: "accredited", join_date: "2021-01-30" },
            { id: 390, full_name: "Sofia Garcia", email: "sofia.garcia@example.net", accreditation_status: "non-accredited", join_date: "2023-04-26" },
            { id: 391, full_name: "Olivia Gomez", email: "olivia.gomez@example.org", accreditation_status: "accredited", join_date: "2022-12-27" },
            { id: 392, full_name: "Andre Zhang", email: "andre.zhang@example.net", accreditation_status: "non-accredited", join_date: "2023-07-05" },
            { id: 393, full_name: "Carla Schneider", email: "carla.schneider@example.net", accreditation_status: "accredited", join_date: "2022-02-08" },
            { id: 394, full_name: "Hana Schneider", email: "hana.schneider@example.org", accreditation_status: "accredited", join_date: "2023-10-06" },
            { id: 395, full_name: "Theo Khan", email: "theo.khan@example.org", accreditation_status: "accredited", join_date: "2021-08-15" },
            { id: 396, full_name: "Ben Diaz", email: "ben.diaz@example.net", accreditation_status: "non-accredited", join_date: "2021-07-31" },
            { id: 397, full_name: "Nina Klein", email: "nina.klein@example.com", accreditation_status: "accredited", join_date: "2023-08-24" },
            { id: 398, full_name: "Yusuf Wang", email: "yusuf.wang@example.net", accreditation_status: "accredited", join_date: "2022-06-16" },
            { id: 399, full_name: "Daniel Yilmaz", email: "daniel.yilmaz@example.org", accreditation_status: "accredited", join_date: "2021-12-10" },
            { id: 400, full_name: "Leo Murphy", email: "leo.murphy@example.com", accreditation_status: "non-accredited", join_date: "2022-08-30" },
            { id: 401, full_name: "Theo Ahmed", email: "theo.ahmed@example.com", accreditation_status: "non-accredited", join_date: "2021-04-08" },
            { id: 402, full_name: "Hugo Ali", email: "hugo.ali@example.org", accreditation_status: "accredited", join_date: "2022-05-02" },
            { id: 403, full_name: "Marco Schmidt", email: "marco.schmidt@example.org", accreditation_status: "non-accredited", join_date: "2022-01-20" },
            { id: 404, full_name: "Sofia Kowalski", email: "sofia.kowalski@example.org", accreditation_status: "non-accredited", join_date: "2021-02-17" },
            { id: 405, full_name: "Carla Garcia", email: "carla.garcia@example.org", accreditation_status: "accredited", join_date: "2023-12-21" },
            { id: 406, full_name: "Fatima Shah", email: "fatima.shah@example.org", accreditation_status: "accredited", join_date: "2022-06-29" },
            { id: 407, full_name: "Ruby Brown", email: "ruby.brown@example.net", accreditation_status: "accredited", join_date: "2023-10-30" },
            { id: 408, full_name: "Oscar Schmidt", email: "oscar.schmidt@example.com", accreditation_status: "accredited", join_date: "2021-04-25" },
            { id: 409, full_name: "Chloe Chen", email: "chloe.chen@example.net", accreditation_status: "accredited", join_date: "2021-04-11" },
            { id: 410, full_name: "Anna Schneider", email: "anna.schneider@example.net", accreditation_status: "accredited", join_date: "2021-11-08" },
            { id: 411, full_name: "Carla Wang", email: "carla.wang@example.org", accreditation_status: "non-accredited", join_date: "2023-02-17" },
            { id: 412, full_name: "Ines Hughes", email: "ines.hughes@example.net", accreditation_status: "accredited", join_date: "2022-04-01" },
            { id: 413, full_name: "Hugo Reyes", email: "hugo.reyes@example.net", accreditation_status: "non-accredited", join_date: "2023-01-22" },
            { id: 414, full_name: "Victor Brown", email: "victor.brown@example.com", accreditation_status: "accredited", join_date: "2020-12-14" },
            { id: 415, full_name: "Diego Baker", email: "diego.baker@example.com", accreditation_status: "accredited", join_date: "2023-07-13" },
            { id: 416, full_name: "Sara Nguyen", email: "sara.nguyen@example.org", accreditation_status: "non-accredited", join_date: "2021-02-23" },
            { id: 417, full_name: "Deniz Hansen", email: "deniz.hansen@example.com", accreditation_status: "accredited", join_date: "2023-09-27" },
            { id: 418, full_name: "Lina Almeida", email: "lina.almeida@example.net", accreditation_status: "accredited", join_date: "2023-05-13" },
            { id: 419, full_name: "Grace Demir", email: "grace.demir@example.org", accreditation_status: "non-accredited", join_date: "2020-01-01" },
            { id: 420, full_name: "Priya Jensen", email: "priya.jensen@example.com", accreditation_status: "accredited", join_date: "2021-03-28" },
            { id: 421, full_name: "James Larsen", email: "james.larsen@example.com", accreditation_status: "accredited", join_date: "2021-10-15" },
            { id: 422, full_name: "Hana Young", email: "hana.young@example.net", accreditation_status: "accredited", join_date: "2023-09-22" },
            { id: 423, full_name: "Victor Adams", email: "victor.adams@example.org", accreditation_status: "non-accredited", join_date: "2022-03-19" },
            { id: 424, full_name: "Liam Miller", email: "liam.miller@example.net", accreditation_status: "accredited", join_date: "2022-10-16" },
            { id: 425, full_name: "Laura Adams", email: "laura.adams@example.com", accreditation_status: "accredited", join_date: "2021-05-05" },
            { id: 426, full_name: "Sam Patel", email: "sam.patel@example.org", accreditation_status: "accredited", join_date: "2021-08-11" },
            { id: 427, full_name: "Zara Ibrahim", email: "zara.ibrahim@example.org", accreditation_status: "non-accredited", join_date: "2020-09-28" },
            { id: 428, full_name: "Jade Johnson", email: "jade.johnson@example.com", accreditation_status: "accredited", join_date: "2021-02-11" },
            { id: 429, full_name: "Victor Hoffmann", email: "victor.hoffmann@example.org", accreditation_status: "accredited", join_date: "2023-07-03" },
            { id: 430, full_name: "Kai Pereira", email: "kai.pereira@example.org", accreditation_status: "non-accredited", join_date: "2023-12-28" },
            { id: 431, full_name: "Liam Kim", email: "liam.kim@example.org", accreditation_status: "accredited", join_date: "2020-09-13" },
            { id: 432, full_name: "Ivan Miller", email: "ivan.miller@example.net", accreditation_status: "accredited", join_date: "2023-05-22" },
            { id: 433, full_name: "Arjun Hassan", email: "arjun.hassan@example.org", accreditation_status: "non-accredited", join_date: "2021-11-09" },
            { id: 434, full_name: "Hana Becker", email: "hana.becker@example.net", accreditation_status: "non-accredited", join_date: "2022-12-15" },
            { id: 435, full_name: "Laura Wang", email: "laura.wang@example.org", accreditation_status: "accredited", join_date: "2021-06-11" },
            { id: 436, full_name: "James Martin", email: "james.martin@example.net", accreditation_status: "accredited", join_date: "2022-12-03" },
            { id: 437, full_name: "Victor Pereira", email: "victor.pereira@example.com", accreditation_status: "accredited", join_date: "2022-04-29" },
            { id: 438, full_name: "Priya Costa", email: "priya.costa@example.com", accreditation_status: "non-accredited", join_date: "2023-06-05" },
            { id: 439, full_name: "Elif Rossi", email: "elif.rossi@example.com", accreditation_status: "non-accredited", join_date: "2020-06-20" },
            { id: 440, full_name: "Ravi Yilmaz", email: "ravi.yilmaz@example.net", accreditation_status: "accredited", join_date: "2023-11-29" },
            { id: 441, full_name: "Yara Torres", email: "yara.torres@example.net", accreditation_status: "accredited", join_date: "2022-07-18" },
            { id: 442, full_name: "Sara Lopez", email: "sara.lopez@example.com", accreditation_status: "accredited", join_date: "2021-06-26" },
            { id: 443, full_name: "Andre Vargas", email: "andre.vargas@example.net", accreditation_status: "accredited", join_date: "2023-04-11" },
            { id: 444, full_name: "Leo Garcia", email: "leo.garcia@example.org", accreditation_status: "accredited", join_date: "2020-09-05" },
            { id: 445, full_name: "Lena Baker", email: "lena.baker@example.com", accreditation_status: "accredited", join_date: "2022-08-21" },
            { id: 446, full_name: "Tariq Jensen", email: "tariq.jensen@example.net", accreditation_status: "non-accredited", join_date: "2023-09-09" },
            { id: 447, full_name: "Rosa Ibrahim", email: "rosa.ibrahim@example.net", accreditation_status: "accredited", join_date: "2022-04-01" },
            { id: 448, full_name: "Sven Rossi", email: "sven.rossi@example.org", accreditation_status: "accredited", join_date: "2023-10-13" },
            { id: 449, full_name: "Ben Larsen", email: "ben.larsen@example.org", accreditation_status: "accredited", join_date: "2022-07-11" },
            { id: 450, full_name: "Ivan Zhang", email: "ivan.zhang@example.com", accreditation_status: "non-accredited", join_date: "2022-11-03" },
            { id: 451, full_name: "Jonas Ahmed", email: "jonas.ahmed@example.net", accreditation_status: "accredited", join_date: "2023-06-24" },
            { id: 452, full_name: "Olivia Walker", email: "olivia.walker@example.org", accreditation_status: "non-accredited", join_date: "2022-05-09" },
            { id: 453, full_name: "Ibrahim Nguyen", email: "ibrahim.nguyen@example.com", accreditation_status: "accredited", join_date: "2023-09-16" },
            { id: 454, full_name: "Ivan Ruiz", email: "ivan.ruiz@example.com", accreditation_status: "accredited", join_date: "2022-05-20" },
            { id: 455, full_name: "Tomas Diaz", email: "tomas.diaz@example.net", accreditation_status: "accredited", join_date: "2023-11-06" },
            { id: 456, full_name: "Leo Ahmed", email: "leo.ahmed@example.org", accreditation_status: "non-accredited", join_date: "2022-07-12" },
            { id: 457, full_name: "Isaac Ahmed", email: "isaac.ahmed@example.com", accreditation_status: "accredited", join_date: "2023-02-07" },
            { id: 458, full_name: "Nadia Ali", email: "nadia.ali@example.net", accreditation_status: "accredited", join_date: "2021-10-10" },
            { id: 459, full_name: "Julia Martin", email: "julia.martin@example.com", accreditation_status: "accredited", join_date: "2023-03-25" },
            { id: 460, full_name: "Sara Tanaka", email: "sara.tanaka@example.com", accreditation_status: "non-accredited", join_date: "2022-05-14" },
            { id: 461, full_name: "Mila Vargas", email: "mila.vargas@example.net", accreditation_status: "accredited", join_date: "2021-12-02" },
            { id: 462, full_name: "Laura Vargas", email: "laura.vargas@example.com", accreditation_status: "accredited", join_date: "2022-08-25" },
            { id: 463, full_name: "Chloe Nguyen", email: "chloe.nguyen@example.com", accreditation_status: "accredited", join_date: "2023-01-25" },
            { id: 464, full_name: "Ana Kumar", email: "ana.kumar@example.net", accreditation_status: "accredited", join_date: "2023-04-04" },
            { id: 465, full_name: "Mia Yilmaz", email: "mia.yilmaz@example.com", accreditation_status: "non-accredited", join_date: "2023-02-04" },
            { id: 466, full_name: "Ravi Taylor", email: "ravi.taylor@example.net", accreditation_status: "accredited", join_date: "2023-07-13" },
            { id: 467, full_name: "Carlos Patel", email: "carlos.patel@example.net", accreditation_status: "accredited", join_date: "2022-04-16" },
            { id: 468, full_name: "Tomas Hassan", email: "tomas.hassan@example.com", accreditation_status: "accredited", join_date: "2022-05-06" },
            { id: 469, full_name: "Rosa Zhang", email: "rosa.zhang@example.com", accreditation_status: "accredited", join_date: "2021-03-19" },
            { id: 470, full_name: "Omar Becker", email: "omar.becker@example.com", accreditation_status: "non-accredited", join_date: "2021-11-14" },
            { id: 471, full_name: "Kai Walker", email: "kai.walker@example.org", accreditation_status: "non-accredited", join_date: "2021-09-09" },
            { id: 472, full_name: "Lena Wilson", email: "lena.wilson@example.net", accreditation_status: "non-accredited", join_date: "2022-05-24" },
            { id: 473, full_name: "Victor Wright", email: "victor.wright@example.net", accreditation_status: "accredited", join_date: "2021-06-18" },
            { id: 474, full_name: "Pedro Lee", email: "pedro.lee@example.net", accreditation_status: "accredited", join_date: "2023-05-21" },
            { id: 475, full_name: "Mei Johnson", email: "mei.johnson@example.net", accreditation_status: "accredited", join_date: "2023-07-02" },
            { id: 476, full_name: "Pedro Wilson", email: "pedro.wilson@example.org", accreditation_status: "non-accredited", join_date: "2021-06-21" },
            { id: 477, full_name: "Sven Bauer", email: "sven.bauer@example.net", accreditation_status: "accredited", join_date: "2021-07-14" },
            { id: 478, full_name: "Laura Lopez", email: "laura.lopez@example.com", accreditation_status: "non-accredited", join_date: "2022-07-22" },
            { id: 479, full_name: "Ivan Baker", email: "ivan.baker@example.net", accreditation_status: "accredited", join_date: "2023-06-23" },
            { id: 480, full_name: "Chloe Larsen", email: "chloe.larsen@example.com", accreditation_status: "accredited", join_date: "2022-11-12" },
            { id: 481, full_name: "Victor Kaya", email: "victor.kaya@example.net", accreditation_status: "non-accredited", join_date: "2022-02-13" },
            { id: 482, full_name: "Anna Park", email: "anna.park@example.net", accreditation_status: "non-accredited", join_date: "2021-09-24" },
            { id: 483, full_name: "Jonas Schmidt", email: "jonas.schmidt@example.net", accreditation_status: "accredited", join_date: "2022-08-09" },
            { id: 484, full_name: "Diego Hassan", email: "diego.hassan@example.net", accreditation_status: "accredited", join_date: "2023-11-22" },
            { id: 485, full_name: "Sara Miller", email: "sara.miller@example.net", accreditation_status: "accredited", join_date: "2023-01-03" },
            { id: 486, full_name: "Jack Hassan", email: "jack.hassan@example.net", accreditation_status: "accredited", join_date: "2023-03-21" },
            { id: 487, full_name: "Fatima Nguyen", email: "fatima.nguyen@example.com", accreditation_status: "accredited", join_date: "2021-11-23" },
            { id: 488, full_name: "Ivan Smith", email: "ivan.smith@example.net", accreditation_status: "non-accredited", join_date: "2021-11-22" },
            { id: 489, full_name: "Fatima Ibrahim", email: "fatima.ibrahim@example.com", accreditation_status: "non-accredited", join_date: "2020-02-04" },
            { id: 490, full_name: "Ivan Schmidt", email: "ivan.schmidt@example.net", accreditation_status: "accredited", join_date: "2023-12-18" },
            { id: 491, full_name: "Carlos Becker", email: "carlos.becker@example.com", accreditation_status: "non-accredited", join_date: "2020-10-24" },
            { id: 492, full_name: "Sven Reyes", email: "sven.reyes@example.com", accreditation_status: "accredited", join_date: "2023-01-30" },
            { id: 493, full_name: "Ruby Carter", email: "ruby.carter@example.net", accreditation_status: "accredited", join_date: "2020-11-13" },
            { id: 494, full_name: "Sofia Hansen", email: "sofia.hansen@example.com", accreditation_status: "accredited", join_date: "2023-02-14" },
            { id: 495, full_name: "Yara Oliveira", email: "yara.oliveira@example.com", accreditation_status: "accredited", join_date: "2022-03-15" },
            { id: 496, full_name: "Ravi Andersen", email: "ravi.andersen@example.com", accreditation_status: "accredited", join_date: "2022-04-25" },
            { id: 497, full_name: "Mila Sousa", email: "mila.sousa@example.org", accreditation_status: "non-accredited", join_date: "2022-12-21" },
            { id: 498, full_name: "Andre Lee", email: "andre.lee@example.com", accreditation_status: "accredited", join_date: "2020-09-11" },
            { id: 499, full_name: "Anna Kaya", email: "anna.kaya@example.org", accreditation_status: "accredited", join_date: "2023-08-24" },
            { id: 500, full_name: "Olivia Wagner", email: "olivia.wagner@example.com", accreditation_status: "non-accredited", join_date: "2022-10-10" },
        ],
    });
    await prisma.properties.createMany({
        data: [
            { id: 1, address: "An incomplete payment was approved the same day.", location: "Berlin", market_value: "967235.70", investment_tiers: 2 },
            { id: 2, address: "The invoice was resolved following a repeat review.", location: "Manila", market_value: "1982986.45", investment_tiers: 2 },
            { id: 3, address: "An operator reported a routine issue; the order was reopened.", location: "Lima", market_value: "913138.32", investment_tiers: 3 },
            { id: 4, address: "The supplier reported a manual issue; the payment was refunded.", location: "Lagos", market_value: "3883643.39", investment_tiers: 3 },
            { id: 5, address: "A late follow-up: the order was reopened.", location: "Santiago", market_value: "603259.59", investment_tiers: 3 },
            { id: 6, address: "The ticket was approved after an urgent check.", location: "Mumbai", market_value: "431388.77", investment_tiers: 1 },
            { id: 7, address: "The reviewer asked for a change and the appointment was escalated.", location: "Bangkok", market_value: "1648172.88", investment_tiers: 3 },
            { id: 8, address: "The team confirmed the details and the booking was resolved.", location: "Nairobi", market_value: "344342.82", investment_tiers: 2 },
            { id: 9, address: "The order was reviewed after a partial check.", location: "Manila", market_value: "262292.48", investment_tiers: 3 },
            { id: 10, address: "An automatic record was cancelled the same day.", location: "Chicago", market_value: "470785.87", investment_tiers: 3 },
            { id: 11, address: "A duplicate follow-up: the booking was reviewed.", location: "Helsinki", market_value: "2348604.40", investment_tiers: 5 },
            { id: 12, address: "An operator reported a partial issue; the request was confirmed.", location: "Manchester", market_value: "4840824.84", investment_tiers: 1 },
            { id: 13, address: "The shipment was processed following an unusual review.", location: "Zurich", market_value: "3232316.99", investment_tiers: 4 },
            { id: 14, address: "The shipment was refunded following an incomplete review.", location: "Vienna", market_value: "272957.62", investment_tiers: 1 },
            { id: 15, address: "Flagged as manual. The reviewer confirmed the refund.", location: "Helsinki", market_value: "1059792.35", investment_tiers: 4 },
            { id: 16, address: "A standard follow-up: the booking was confirmed.", location: "Munich", market_value: "90344.96", investment_tiers: 1 },
            { id: 17, address: "An automatic invoice was confirmed the same day.", location: "Rome", market_value: "3209812.01", investment_tiers: 4 },
            { id: 18, address: "The record was rejected — routine case, no further action.", location: "Barcelona", market_value: "3785286.08", investment_tiers: 2 },
            { id: 19, address: "No response from the supplier, so the transfer was confirmed.", location: "Bangkok", market_value: "3113579.13", investment_tiers: 5 },
            { id: 20, address: "No response from the team, so the record was confirmed.", location: "Bogota", market_value: "58995.64", investment_tiers: 4 },
            { id: 21, address: "The document was approved — standard case, no further action.", location: "Mumbai", market_value: "2487268.00", investment_tiers: 3 },
            { id: 22, address: "The session was rescheduled after a manual check.", location: "Brussels", market_value: "3983067.19", investment_tiers: 4 },
            { id: 23, address: "The supplier reported a late issue; the invoice was reopened.", location: "Athens", market_value: "1759334.73", investment_tiers: 2 },
            { id: 24, address: "The courier asked for a change and the booking was closed.", location: "Brussels", market_value: "4130050.84", investment_tiers: 3 },
            { id: 25, address: "No response from the team, so the delivery was completed.", location: "Berlin", market_value: "2472156.13", investment_tiers: 2 },
            { id: 26, address: "No response from the customer, so the transfer was rejected.", location: "Helsinki", market_value: "101376.34", investment_tiers: 2 },
            { id: 27, address: "Flagged as urgent. The reviewer processed the payment.", location: "Buenos Aires", market_value: "4598632.89", investment_tiers: 3 },
            { id: 28, address: "Flagged as minor. The reviewer rescheduled the claim.", location: "Hamburg", market_value: "2312972.77", investment_tiers: 3 },
            { id: 29, address: "An automatic claim was delayed the same day.", location: "Buenos Aires", market_value: "2603616.83", investment_tiers: 4 },
            { id: 30, address: "Flagged as incomplete. The reviewer approved the account.", location: "Dublin", market_value: "62073.93", investment_tiers: 3 },
            { id: 31, address: "No response from support, so the booking was delayed.", location: "Denver", market_value: "1362608.64", investment_tiers: 1 },
            { id: 32, address: "A repeat invoice was completed the same day.", location: "Izmir", market_value: "4880357.86", investment_tiers: 2 },
            { id: 33, address: "The transfer was delayed following an urgent review.", location: "Bogota", market_value: "2211333.96", investment_tiers: 2 },
            { id: 34, address: "The courier asked for a change and the appointment was closed.", location: "Melbourne", market_value: "2269445.55", investment_tiers: 3 },
            { id: 35, address: "No response from the supplier, so the refund was closed.", location: "Budapest", market_value: "2176530.87", investment_tiers: 5 },
            { id: 36, address: "No response from support, so the account was completed.", location: "Dublin", market_value: "2149322.39", investment_tiers: 2 },
            { id: 37, address: "A standard refund was closed the same day.", location: "Athens", market_value: "417562.69", investment_tiers: 5 },
            { id: 38, address: "Flagged as repeat. Support escalated the request.", location: "Stockholm", market_value: "4501564.81", investment_tiers: 3 },
            { id: 39, address: "The customer reported a manual issue; the delivery was processed.", location: "Montreal", market_value: "228057.40", investment_tiers: 3 },
            { id: 40, address: "A partial follow-up: the document was approved.", location: "Madrid", market_value: "1998931.25", investment_tiers: 4 },
            { id: 41, address: "The shipment was replaced following an urgent review.", location: "Dublin", market_value: "3188960.00", investment_tiers: 4 },
            { id: 42, address: "The team reported a partial issue; the ticket was reopened.", location: "Mumbai", market_value: "3319473.82", investment_tiers: 4 },
            { id: 43, address: "Flagged as repeat. The customer replaced the session.", location: "Brussels", market_value: "931314.11", investment_tiers: 2 },
            { id: 44, address: "A routine record was completed the same day.", location: "Melbourne", market_value: "681762.30", investment_tiers: 2 },
            { id: 45, address: "The supplier confirmed the details and the order was rescheduled.", location: "Seattle", market_value: "476318.52", investment_tiers: 2 },
            { id: 46, address: "The customer asked for a change and the payment was confirmed.", location: "Singapore", market_value: "55720.54", investment_tiers: 1 },
            { id: 47, address: "A duplicate follow-up: the claim was cancelled.", location: "Chicago", market_value: "1105615.78", investment_tiers: 4 },
            { id: 48, address: "The team asked for a change and the record was confirmed.", location: "Denver", market_value: "3352526.66", investment_tiers: 2 },
            { id: 49, address: "A standard appointment was escalated the same day.", location: "Vienna", market_value: "3383524.47", investment_tiers: 4 },
            { id: 50, address: "A routine delivery was rejected the same day.", location: "Taipei", market_value: "3564180.56", investment_tiers: 2 },
            { id: 51, address: "The report was cancelled after a duplicate check.", location: "Auckland", market_value: "343037.56", investment_tiers: 4 },
            { id: 52, address: "An unusual follow-up: the booking was rescheduled.", location: "Brussels", market_value: "3688833.63", investment_tiers: 3 },
            { id: 53, address: "A repeat claim was closed the same day.", location: "Cairo", market_value: "593992.70", investment_tiers: 2 },
            { id: 54, address: "A duplicate delivery was cancelled the same day.", location: "Mumbai", market_value: "51289.81", investment_tiers: 2 },
            { id: 55, address: "The report was approved following a duplicate review.", location: "Mexico City", market_value: "2129917.75", investment_tiers: 3 },
            { id: 56, address: "No response from the account owner, so the document was replaced.", location: "Toronto", market_value: "236075.92", investment_tiers: 2 },
            { id: 57, address: "No response from the courier, so the session was processed.", location: "Oslo", market_value: "606930.86", investment_tiers: 4 },
            { id: 58, address: "The reviewer confirmed the details and the refund was reopened.", location: "Oslo", market_value: "158281.39", investment_tiers: 4 },
            { id: 59, address: "No response from support, so the account was rescheduled.", location: "Milan", market_value: "577142.76", investment_tiers: 3 },
            { id: 60, address: "The account owner asked for a change and the claim was resolved.", location: "Edinburgh", market_value: "2582020.93", investment_tiers: 3 },
            { id: 61, address: "A minor follow-up: the appointment was processed.", location: "Bucharest", market_value: "4731671.72", investment_tiers: 4 },
            { id: 62, address: "A duplicate follow-up: the claim was confirmed.", location: "Bogota", market_value: "76310.92", investment_tiers: 1 },
            { id: 63, address: "An unusual follow-up: the document was delayed.", location: "Cape Town", market_value: "80249.43", investment_tiers: 1 },
            { id: 64, address: "An unusual session was resolved the same day.", location: "Chicago", market_value: "50000.38", investment_tiers: 3 },
            { id: 65, address: "The appointment was approved after a late check.", location: "Vienna", market_value: "494337.12", investment_tiers: 5 },
            { id: 66, address: "The customer confirmed the details and the delivery was delayed.", location: "Bogota", market_value: "1680325.02", investment_tiers: 2 },
            { id: 67, address: "The reviewer asked for a change and the delivery was reviewed.", location: "Oslo", market_value: "3762242.72", investment_tiers: 4 },
            { id: 68, address: "A routine order was confirmed the same day.", location: "Manchester", market_value: "907365.15", investment_tiers: 1 },
            { id: 69, address: "A manual record was replaced the same day.", location: "Bucharest", market_value: "4906943.04", investment_tiers: 5 },
            { id: 70, address: "A partial follow-up: the transfer was confirmed.", location: "Sao Paulo", market_value: "3212074.48", investment_tiers: 5 },
            { id: 71, address: "The order was escalated after a routine check.", location: "Boston", market_value: "151542.90", investment_tiers: 1 },
            { id: 72, address: "An operator asked for a change and the account was delayed.", location: "Helsinki", market_value: "100012.84", investment_tiers: 3 },
            { id: 73, address: "The account owner asked for a change and the payment was refunded.", location: "Bogota", market_value: "243745.95", investment_tiers: 1 },
            { id: 74, address: "An operator reported an incomplete issue; the invoice was rejected.", location: "Hamburg", market_value: "532850.40", investment_tiers: 4 },
            { id: 75, address: "The customer confirmed the details and the request was reviewed.", location: "Berlin", market_value: "2661455.11", investment_tiers: 3 },
            { id: 76, address: "The shipment was resolved following a partial review.", location: "Sao Paulo", market_value: "731936.40", investment_tiers: 4 },
            { id: 77, address: "No response from an operator, so the session was replaced.", location: "Kyoto", market_value: "3521191.43", investment_tiers: 4 },
            { id: 78, address: "The team reported a standard issue; the shipment was cancelled.", location: "Montreal", market_value: "1737302.11", investment_tiers: 4 },
            { id: 79, address: "A standard booking was reviewed the same day.", location: "Vienna", market_value: "123599.89", investment_tiers: 4 },
            { id: 80, address: "The report was processed — urgent case, no further action.", location: "Dublin", market_value: "147994.52", investment_tiers: 1 },
            { id: 81, address: "The customer reported an urgent issue; the refund was processed.", location: "Vienna", market_value: "1288183.16", investment_tiers: 1 },
            { id: 82, address: "No response from an operator, so the shipment was refunded.", location: "Cape Town", market_value: "4873324.68", investment_tiers: 4 },
            { id: 83, address: "Flagged as minor. The courier confirmed the invoice.", location: "Sydney", market_value: "193957.85", investment_tiers: 2 },
            { id: 84, address: "The booking was completed after a routine check.", location: "Lyon", market_value: "241524.03", investment_tiers: 2 },
            { id: 85, address: "The report was updated — late case, no further action.", location: "Athens", market_value: "659044.15", investment_tiers: 4 },
            { id: 86, address: "An automatic payment was cancelled the same day.", location: "Taipei", market_value: "3273863.93", investment_tiers: 1 },
            { id: 87, address: "No response from the supplier, so the booking was escalated.", location: "Taipei", market_value: "434148.36", investment_tiers: 1 },
            { id: 88, address: "An operator confirmed the details and the session was processed.", location: "Rome", market_value: "1267450.47", investment_tiers: 4 },
            { id: 89, address: "A manual follow-up: the account was completed.", location: "Paris", market_value: "51942.35", investment_tiers: 5 },
            { id: 90, address: "A minor follow-up: the account was completed.", location: "Manchester", market_value: "4482622.64", investment_tiers: 3 },
            { id: 91, address: "Flagged as repeat. The supplier rescheduled the account.", location: "Helsinki", market_value: "4139977.44", investment_tiers: 3 },
            { id: 92, address: "A late follow-up: the booking was cancelled.", location: "Singapore", market_value: "3624930.81", investment_tiers: 3 },
            { id: 93, address: "The record was cancelled after an unusual check.", location: "Melbourne", market_value: "1050857.17", investment_tiers: 1 },
            { id: 94, address: "The team confirmed the details and the transfer was resolved.", location: "Paris", market_value: "1619198.28", investment_tiers: 2 },
            { id: 95, address: "An incomplete follow-up: the shipment was resolved.", location: "Stockholm", market_value: "3210040.87", investment_tiers: 4 },
            { id: 96, address: "No response from an operator, so the ticket was completed.", location: "Cape Town", market_value: "3464316.67", investment_tiers: 2 },
            { id: 97, address: "Flagged as incomplete. The supplier resolved the invoice.", location: "Ankara", market_value: "696917.38", investment_tiers: 5 },
            { id: 98, address: "The team reported a routine issue; the refund was reopened.", location: "Bucharest", market_value: "4198924.70", investment_tiers: 1 },
            { id: 99, address: "The document was rescheduled following a standard review.", location: "Zurich", market_value: "233504.72", investment_tiers: 4 },
            { id: 100, address: "Flagged as late. The courier reopened the shipment.", location: "Brussels", market_value: "1999256.21", investment_tiers: 2 },
            { id: 101, address: "The account was reopened following an incomplete review.", location: "Istanbul", market_value: "856358.52", investment_tiers: 3 },
            { id: 102, address: "The booking was escalated — standard case, no further action.", location: "Edinburgh", market_value: "2267215.31", investment_tiers: 3 },
            { id: 103, address: "An urgent transfer was approved the same day.", location: "Helsinki", market_value: "77051.90", investment_tiers: 4 },
            { id: 104, address: "The booking was resolved after a partial check.", location: "Barcelona", market_value: "3725532.76", investment_tiers: 4 },
            { id: 105, address: "The transfer was delayed following an unusual review.", location: "Vancouver", market_value: "1301298.04", investment_tiers: 5 },
            { id: 106, address: "The request was approved following an unusual review.", location: "Budapest", market_value: "1103700.53", investment_tiers: 4 },
            { id: 107, address: "Flagged as standard. The supplier escalated the transfer.", location: "Bucharest", market_value: "59021.44", investment_tiers: 3 },
            { id: 108, address: "The transfer was resolved — standard case, no further action.", location: "Cairo", market_value: "2649733.97", investment_tiers: 2 },
            { id: 109, address: "The invoice was cancelled following an automatic review.", location: "Toronto", market_value: "3925059.29", investment_tiers: 4 },
            { id: 110, address: "No response from an operator, so the appointment was completed.", location: "Jakarta", market_value: "4424089.65", investment_tiers: 2 },
            { id: 111, address: "The customer reported a standard issue; the ticket was escalated.", location: "Auckland", market_value: "809017.51", investment_tiers: 4 },
            { id: 112, address: "Flagged as standard. The customer refunded the payment.", location: "Paris", market_value: "150747.64", investment_tiers: 1 },
            { id: 113, address: "Flagged as standard. The account owner confirmed the report.", location: "Rome", market_value: "1223826.36", investment_tiers: 3 },
            { id: 114, address: "The document was replaced following an unusual review.", location: "Santiago", market_value: "2124640.28", investment_tiers: 4 },
            { id: 115, address: "The reviewer confirmed the details and the invoice was approved.", location: "Tokyo", market_value: "3743400.45", investment_tiers: 2 },
            { id: 116, address: "No response from an operator, so the session was replaced.", location: "Boston", market_value: "97381.01", investment_tiers: 4 },
            { id: 117, address: "Flagged as late. The customer completed the refund.", location: "Edinburgh", market_value: "55904.95", investment_tiers: 3 },
            { id: 118, address: "An urgent claim was reviewed the same day.", location: "Manchester", market_value: "1020470.77", investment_tiers: 2 },
            { id: 119, address: "The payment was reopened after a duplicate check.", location: "Auckland", market_value: "1537028.63", investment_tiers: 4 },
            { id: 120, address: "A partial follow-up: the transfer was confirmed.", location: "Jakarta", market_value: "179373.02", investment_tiers: 1 },
            { id: 121, address: "A partial account was reviewed the same day.", location: "Sao Paulo", market_value: "1226306.41", investment_tiers: 5 },
            { id: 122, address: "The courier asked for a change and the delivery was updated.", location: "San Diego", market_value: "3734503.96", investment_tiers: 2 },
            { id: 123, address: "A partial payment was updated the same day.", location: "Munich", market_value: "1212692.22", investment_tiers: 2 },
            { id: 124, address: "The invoice was confirmed — unusual case, no further action.", location: "Rome", market_value: "2727435.00", investment_tiers: 2 },
            { id: 125, address: "Flagged as partial. The supplier updated the document.", location: "Delhi", market_value: "716241.58", investment_tiers: 2 },
            { id: 126, address: "The customer reported an urgent issue; the report was delayed.", location: "Lyon", market_value: "183352.96", investment_tiers: 2 },
            { id: 127, address: "The refund was processed following a partial review.", location: "Helsinki", market_value: "50228.27", investment_tiers: 4 },
            { id: 128, address: "A partial follow-up: the session was approved.", location: "Manila", market_value: "4918479.81", investment_tiers: 4 },
            { id: 129, address: "An operator asked for a change and the transfer was replaced.", location: "Taipei", market_value: "403795.18", investment_tiers: 3 },
            { id: 130, address: "The team confirmed the details and the shipment was processed.", location: "Brussels", market_value: "339139.83", investment_tiers: 2 },
            { id: 131, address: "The item was processed — minor case, no further action.", location: "Buenos Aires", market_value: "1617234.63", investment_tiers: 4 },
            { id: 132, address: "A partial item was delayed the same day.", location: "Seoul", market_value: "52073.55", investment_tiers: 2 },
            { id: 133, address: "The reviewer reported a partial issue; the session was processed.", location: "Dublin", market_value: "235060.62", investment_tiers: 1 },
            { id: 134, address: "An operator reported a routine issue; the refund was reviewed.", location: "Stockholm", market_value: "69820.33", investment_tiers: 2 },
            { id: 135, address: "The courier asked for a change and the shipment was rejected.", location: "Munich", market_value: "293868.66", investment_tiers: 2 },
            { id: 136, address: "Support reported a late issue; the request was updated.", location: "Brussels", market_value: "2879891.52", investment_tiers: 2 },
            { id: 137, address: "The refund was cancelled following an urgent review.", location: "Seoul", market_value: "2088267.22", investment_tiers: 4 },
            { id: 138, address: "The team confirmed the details and the transfer was refunded.", location: "Edinburgh", market_value: "495952.47", investment_tiers: 2 },
            { id: 139, address: "The courier reported a partial issue; the session was resolved.", location: "Lagos", market_value: "437128.49", investment_tiers: 2 },
            { id: 140, address: "The request was completed after an automatic check.", location: "Vienna", market_value: "3571551.00", investment_tiers: 1 },
            { id: 141, address: "The record was escalated — manual case, no further action.", location: "Brussels", market_value: "3940381.88", investment_tiers: 2 },
            { id: 142, address: "The account was approved — manual case, no further action.", location: "Copenhagen", market_value: "3160387.81", investment_tiers: 1 },
            { id: 143, address: "A late shipment was delayed the same day.", location: "Melbourne", market_value: "2506949.66", investment_tiers: 1 },
            { id: 144, address: "The account was reopened after a standard check.", location: "Zurich", market_value: "51429.44", investment_tiers: 4 },
            { id: 145, address: "Flagged as repeat. The reviewer escalated the refund.", location: "Budapest", market_value: "129160.78", investment_tiers: 2 },
            { id: 146, address: "The supplier reported a partial issue; the transfer was rejected.", location: "Montreal", market_value: "87229.80", investment_tiers: 5 },
            { id: 147, address: "Flagged as late. An operator processed the report.", location: "Delhi", market_value: "517343.36", investment_tiers: 1 },
            { id: 148, address: "The courier reported a routine issue; the record was refunded.", location: "Stockholm", market_value: "4570691.28", investment_tiers: 4 },
            { id: 149, address: "A duplicate follow-up: the ticket was resolved.", location: "Sao Paulo", market_value: "1791295.89", investment_tiers: 1 },
            { id: 150, address: "An unusual ticket was rescheduled the same day.", location: "Jakarta", market_value: "1944410.35", investment_tiers: 3 },
        ],
    });
    await prisma.investment_tiers.createMany({
        data: [
            { id: 1, property_id: 128, tier_level: 2, min_investment: "76853.22", expected_return: "0.10" },
            { id: 2, property_id: 46, tier_level: 3, min_investment: "386338.14", expected_return: "0.09" },
            { id: 3, property_id: 53, tier_level: 4, min_investment: "119269.01", expected_return: "0.05" },
            { id: 4, property_id: 58, tier_level: 2, min_investment: "109744.31", expected_return: "0.18" },
            { id: 5, property_id: 69, tier_level: 1, min_investment: "26434.00", expected_return: "0.24" },
            { id: 6, property_id: 48, tier_level: 2, min_investment: "146630.01", expected_return: "0.30" },
            { id: 7, property_id: 110, tier_level: 1, min_investment: "260386.77", expected_return: "0.29" },
            { id: 8, property_id: 55, tier_level: 5, min_investment: "129514.34", expected_return: "0.10" },
            { id: 9, property_id: 54, tier_level: 4, min_investment: "381400.56", expected_return: "0.28" },
            { id: 10, property_id: 11, tier_level: 2, min_investment: "86730.50", expected_return: "0.16" },
            { id: 11, property_id: 36, tier_level: 3, min_investment: "1341.59", expected_return: "0.08" },
            { id: 12, property_id: 62, tier_level: 3, min_investment: "135048.81", expected_return: "0.25" },
            { id: 13, property_id: 102, tier_level: 4, min_investment: "416748.09", expected_return: "0.19" },
            { id: 14, property_id: 39, tier_level: 3, min_investment: "89557.82", expected_return: "0.12" },
            { id: 15, property_id: 141, tier_level: 4, min_investment: "51912.09", expected_return: "0.11" },
            { id: 16, property_id: 129, tier_level: 3, min_investment: "100292.38", expected_return: "0.28" },
            { id: 17, property_id: 133, tier_level: 2, min_investment: "185325.99", expected_return: "0.24" },
            { id: 18, property_id: 61, tier_level: 3, min_investment: "1177.80", expected_return: "0.00" },
            { id: 19, property_id: 6, tier_level: 3, min_investment: "201624.82", expected_return: "0.30" },
            { id: 20, property_id: 86, tier_level: 1, min_investment: "31428.60", expected_return: "0.18" },
            { id: 21, property_id: 121, tier_level: 3, min_investment: "115567.53", expected_return: "0.16" },
            { id: 22, property_id: 101, tier_level: 4, min_investment: "399645.99", expected_return: "0.15" },
            { id: 23, property_id: 103, tier_level: 1, min_investment: "67528.80", expected_return: "0.04" },
            { id: 24, property_id: 69, tier_level: 2, min_investment: "33640.68", expected_return: "0.14" },
            { id: 25, property_id: 58, tier_level: 4, min_investment: "312239.01", expected_return: "0.24" },
            { id: 26, property_id: 31, tier_level: 4, min_investment: "74757.22", expected_return: "0.01" },
            { id: 27, property_id: 20, tier_level: 4, min_investment: "117550.03", expected_return: "0.20" },
            { id: 28, property_id: 31, tier_level: 2, min_investment: "80008.97", expected_return: "0.17" },
            { id: 29, property_id: 119, tier_level: 3, min_investment: "4110.64", expected_return: "0.01" },
            { id: 30, property_id: 144, tier_level: 3, min_investment: "288545.94", expected_return: "0.00" },
            { id: 31, property_id: 110, tier_level: 3, min_investment: "146239.06", expected_return: "0.07" },
            { id: 32, property_id: 62, tier_level: 3, min_investment: "492078.90", expected_return: "0.17" },
            { id: 33, property_id: 43, tier_level: 4, min_investment: "320000.54", expected_return: "0.08" },
            { id: 34, property_id: 103, tier_level: 4, min_investment: "391939.35", expected_return: "0.28" },
            { id: 35, property_id: 73, tier_level: 3, min_investment: "398985.88", expected_return: "0.02" },
            { id: 36, property_id: 111, tier_level: 2, min_investment: "27117.48", expected_return: "0.18" },
            { id: 37, property_id: 123, tier_level: 3, min_investment: "494080.93", expected_return: "0.08" },
            { id: 38, property_id: 84, tier_level: 4, min_investment: "258617.45", expected_return: "0.16" },
            { id: 39, property_id: 90, tier_level: 1, min_investment: "76672.10", expected_return: "0.08" },
            { id: 40, property_id: 44, tier_level: 2, min_investment: "5718.64", expected_return: "0.25" },
            { id: 41, property_id: 86, tier_level: 3, min_investment: "45143.75", expected_return: "0.26" },
            { id: 42, property_id: 60, tier_level: 1, min_investment: "495978.71", expected_return: "0.21" },
            { id: 43, property_id: 133, tier_level: 1, min_investment: "420971.55", expected_return: "0.20" },
            { id: 44, property_id: 139, tier_level: 1, min_investment: "339116.83", expected_return: "0.22" },
            { id: 45, property_id: 12, tier_level: 5, min_investment: "195710.86", expected_return: "0.26" },
            { id: 46, property_id: 145, tier_level: 3, min_investment: "356260.08", expected_return: "0.01" },
            { id: 47, property_id: 92, tier_level: 2, min_investment: "104793.17", expected_return: "0.23" },
            { id: 48, property_id: 85, tier_level: 2, min_investment: "168874.67", expected_return: "0.03" },
            { id: 49, property_id: 143, tier_level: 5, min_investment: "12169.45", expected_return: "0.26" },
            { id: 50, property_id: 34, tier_level: 3, min_investment: "348803.89", expected_return: "0.19" },
            { id: 51, property_id: 8, tier_level: 5, min_investment: "34484.11", expected_return: "0.14" },
            { id: 52, property_id: 93, tier_level: 3, min_investment: "454566.24", expected_return: "0.24" },
            { id: 53, property_id: 13, tier_level: 3, min_investment: "30349.30", expected_return: "0.09" },
            { id: 54, property_id: 148, tier_level: 4, min_investment: "115211.36", expected_return: "0.23" },
            { id: 55, property_id: 20, tier_level: 5, min_investment: "76358.15", expected_return: "0.27" },
            { id: 56, property_id: 114, tier_level: 3, min_investment: "107807.90", expected_return: "0.08" },
            { id: 57, property_id: 130, tier_level: 4, min_investment: "1555.21", expected_return: "0.11" },
            { id: 58, property_id: 144, tier_level: 3, min_investment: "28294.05", expected_return: "0.06" },
            { id: 59, property_id: 127, tier_level: 1, min_investment: "62716.34", expected_return: "0.16" },
            { id: 60, property_id: 4, tier_level: 5, min_investment: "3334.97", expected_return: "0.03" },
            { id: 61, property_id: 33, tier_level: 5, min_investment: "286387.60", expected_return: "0.26" },
            { id: 62, property_id: 38, tier_level: 5, min_investment: "97967.18", expected_return: "0.09" },
            { id: 63, property_id: 3, tier_level: 1, min_investment: "202810.36", expected_return: "0.08" },
            { id: 64, property_id: 66, tier_level: 2, min_investment: "476629.71", expected_return: "0.12" },
            { id: 65, property_id: 60, tier_level: 4, min_investment: "5177.71", expected_return: "0.13" },
            { id: 66, property_id: 149, tier_level: 2, min_investment: "32405.91", expected_return: "0.09" },
            { id: 67, property_id: 6, tier_level: 2, min_investment: "197061.42", expected_return: "0.27" },
            { id: 68, property_id: 33, tier_level: 5, min_investment: "122524.14", expected_return: "0.23" },
            { id: 69, property_id: 81, tier_level: 3, min_investment: "2345.79", expected_return: "0.00" },
            { id: 70, property_id: 107, tier_level: 5, min_investment: "8903.51", expected_return: "0.17" },
            { id: 71, property_id: 6, tier_level: 4, min_investment: "63008.81", expected_return: "0.00" },
            { id: 72, property_id: 73, tier_level: 4, min_investment: "59185.43", expected_return: "0.15" },
            { id: 73, property_id: 86, tier_level: 4, min_investment: "43181.60", expected_return: "0.24" },
            { id: 74, property_id: 48, tier_level: 2, min_investment: "100144.19", expected_return: "0.16" },
            { id: 75, property_id: 64, tier_level: 2, min_investment: "1775.04", expected_return: "0.27" },
            { id: 76, property_id: 85, tier_level: 4, min_investment: "369593.23", expected_return: "0.29" },
            { id: 77, property_id: 107, tier_level: 2, min_investment: "200555.18", expected_return: "0.05" },
            { id: 78, property_id: 66, tier_level: 2, min_investment: "429863.48", expected_return: "0.23" },
            { id: 79, property_id: 9, tier_level: 2, min_investment: "140119.91", expected_return: "0.17" },
            { id: 80, property_id: 39, tier_level: 3, min_investment: "254609.25", expected_return: "0.04" },
            { id: 81, property_id: 75, tier_level: 1, min_investment: "141676.88", expected_return: "0.05" },
            { id: 82, property_id: 140, tier_level: 3, min_investment: "27333.03", expected_return: "0.04" },
            { id: 83, property_id: 71, tier_level: 3, min_investment: "50743.55", expected_return: "0.14" },
            { id: 84, property_id: 62, tier_level: 4, min_investment: "295312.58", expected_return: "0.27" },
            { id: 85, property_id: 58, tier_level: 1, min_investment: "293951.50", expected_return: "0.13" },
            { id: 86, property_id: 149, tier_level: 3, min_investment: "71179.28", expected_return: "0.28" },
            { id: 87, property_id: 143, tier_level: 4, min_investment: "470439.11", expected_return: "0.12" },
            { id: 88, property_id: 123, tier_level: 3, min_investment: "15877.99", expected_return: "0.25" },
            { id: 89, property_id: 3, tier_level: 2, min_investment: "245126.99", expected_return: "0.14" },
            { id: 90, property_id: 141, tier_level: 3, min_investment: "145046.01", expected_return: "0.02" },
            { id: 91, property_id: 90, tier_level: 3, min_investment: "28357.33", expected_return: "0.01" },
            { id: 92, property_id: 49, tier_level: 4, min_investment: "16319.36", expected_return: "0.14" },
            { id: 93, property_id: 137, tier_level: 4, min_investment: "86458.78", expected_return: "0.25" },
            { id: 94, property_id: 53, tier_level: 5, min_investment: "113337.01", expected_return: "0.26" },
            { id: 95, property_id: 78, tier_level: 3, min_investment: "220329.61", expected_return: "0.04" },
            { id: 96, property_id: 101, tier_level: 2, min_investment: "3334.09", expected_return: "0.29" },
            { id: 97, property_id: 27, tier_level: 3, min_investment: "269994.40", expected_return: "0.21" },
            { id: 98, property_id: 32, tier_level: 2, min_investment: "352630.58", expected_return: "0.09" },
            { id: 99, property_id: 5, tier_level: 4, min_investment: "402913.72", expected_return: "0.25" },
            { id: 100, property_id: 131, tier_level: 2, min_investment: "383567.21", expected_return: "0.03" },
            { id: 101, property_id: 143, tier_level: 4, min_investment: "1004.53", expected_return: "0.30" },
            { id: 102, property_id: 121, tier_level: 1, min_investment: "157589.30", expected_return: "0.05" },
            { id: 103, property_id: 71, tier_level: 1, min_investment: "198624.91", expected_return: "0.08" },
            { id: 104, property_id: 5, tier_level: 4, min_investment: "96885.79", expected_return: "0.07" },
            { id: 105, property_id: 128, tier_level: 2, min_investment: "257269.74", expected_return: "0.20" },
            { id: 106, property_id: 75, tier_level: 4, min_investment: "489193.74", expected_return: "0.01" },
            { id: 107, property_id: 132, tier_level: 2, min_investment: "423034.59", expected_return: "0.16" },
            { id: 108, property_id: 13, tier_level: 3, min_investment: "1026.81", expected_return: "0.15" },
            { id: 109, property_id: 3, tier_level: 3, min_investment: "485139.46", expected_return: "0.04" },
            { id: 110, property_id: 140, tier_level: 3, min_investment: "62242.65", expected_return: "0.02" },
            { id: 111, property_id: 60, tier_level: 3, min_investment: "65464.79", expected_return: "0.27" },
            { id: 112, property_id: 75, tier_level: 1, min_investment: "8696.40", expected_return: "0.29" },
            { id: 113, property_id: 1, tier_level: 2, min_investment: "49386.38", expected_return: "0.18" },
            { id: 114, property_id: 146, tier_level: 4, min_investment: "14482.64", expected_return: "0.19" },
            { id: 115, property_id: 1, tier_level: 2, min_investment: "37728.08", expected_return: "0.04" },
            { id: 116, property_id: 62, tier_level: 5, min_investment: "349332.52", expected_return: "0.05" },
            { id: 117, property_id: 80, tier_level: 1, min_investment: "335321.63", expected_return: "0.11" },
            { id: 118, property_id: 143, tier_level: 4, min_investment: "34187.96", expected_return: "0.10" },
            { id: 119, property_id: 105, tier_level: 2, min_investment: "335322.61", expected_return: "0.20" },
            { id: 120, property_id: 4, tier_level: 1, min_investment: "100142.66", expected_return: "0.17" },
            { id: 121, property_id: 110, tier_level: 4, min_investment: "101745.36", expected_return: "0.10" },
            { id: 122, property_id: 96, tier_level: 3, min_investment: "4865.21", expected_return: "0.01" },
            { id: 123, property_id: 139, tier_level: 1, min_investment: "15074.74", expected_return: "0.21" },
            { id: 124, property_id: 68, tier_level: 5, min_investment: "346368.67", expected_return: "0.26" },
            { id: 125, property_id: 117, tier_level: 4, min_investment: "480007.21", expected_return: "0.16" },
            { id: 126, property_id: 95, tier_level: 3, min_investment: "22506.05", expected_return: "0.01" },
            { id: 127, property_id: 54, tier_level: 2, min_investment: "4701.40", expected_return: "0.24" },
            { id: 128, property_id: 61, tier_level: 2, min_investment: "302173.46", expected_return: "0.19" },
            { id: 129, property_id: 119, tier_level: 4, min_investment: "350762.73", expected_return: "0.28" },
            { id: 130, property_id: 88, tier_level: 3, min_investment: "466153.08", expected_return: "0.21" },
            { id: 131, property_id: 59, tier_level: 5, min_investment: "10225.47", expected_return: "0.20" },
            { id: 132, property_id: 106, tier_level: 2, min_investment: "138087.93", expected_return: "0.13" },
            { id: 133, property_id: 77, tier_level: 5, min_investment: "242322.18", expected_return: "0.28" },
            { id: 134, property_id: 79, tier_level: 3, min_investment: "234417.40", expected_return: "0.30" },
            { id: 135, property_id: 26, tier_level: 5, min_investment: "42711.14", expected_return: "0.25" },
            { id: 136, property_id: 58, tier_level: 5, min_investment: "132913.51", expected_return: "0.00" },
            { id: 137, property_id: 60, tier_level: 3, min_investment: "211389.35", expected_return: "0.05" },
            { id: 138, property_id: 65, tier_level: 2, min_investment: "18879.91", expected_return: "0.00" },
            { id: 139, property_id: 100, tier_level: 2, min_investment: "43129.72", expected_return: "0.02" },
            { id: 140, property_id: 18, tier_level: 4, min_investment: "234991.24", expected_return: "0.21" },
            { id: 141, property_id: 3, tier_level: 5, min_investment: "355037.26", expected_return: "0.10" },
            { id: 142, property_id: 18, tier_level: 4, min_investment: "1274.33", expected_return: "0.07" },
            { id: 143, property_id: 133, tier_level: 2, min_investment: "21966.60", expected_return: "0.05" },
            { id: 144, property_id: 69, tier_level: 1, min_investment: "110364.60", expected_return: "0.04" },
            { id: 145, property_id: 119, tier_level: 5, min_investment: "209734.21", expected_return: "0.18" },
            { id: 146, property_id: 5, tier_level: 3, min_investment: "8142.92", expected_return: "0.27" },
            { id: 147, property_id: 27, tier_level: 2, min_investment: "226994.23", expected_return: "0.26" },
            { id: 148, property_id: 19, tier_level: 2, min_investment: "8413.56", expected_return: "0.23" },
            { id: 149, property_id: 32, tier_level: 4, min_investment: "6645.41", expected_return: "0.24" },
            { id: 150, property_id: 144, tier_level: 5, min_investment: "2082.04", expected_return: "0.17" },
            { id: 151, property_id: 112, tier_level: 4, min_investment: "499338.47", expected_return: "0.12" },
            { id: 152, property_id: 40, tier_level: 5, min_investment: "137746.39", expected_return: "0.18" },
            { id: 153, property_id: 104, tier_level: 1, min_investment: "50512.45", expected_return: "0.24" },
            { id: 154, property_id: 67, tier_level: 2, min_investment: "1422.21", expected_return: "0.30" },
            { id: 155, property_id: 97, tier_level: 3, min_investment: "379813.98", expected_return: "0.05" },
            { id: 156, property_id: 79, tier_level: 5, min_investment: "214072.95", expected_return: "0.16" },
            { id: 157, property_id: 106, tier_level: 5, min_investment: "20373.04", expected_return: "0.18" },
            { id: 158, property_id: 46, tier_level: 4, min_investment: "79246.54", expected_return: "0.20" },
            { id: 159, property_id: 146, tier_level: 3, min_investment: "345858.15", expected_return: "0.03" },
            { id: 160, property_id: 148, tier_level: 4, min_investment: "189487.42", expected_return: "0.07" },
            { id: 161, property_id: 112, tier_level: 3, min_investment: "151418.87", expected_return: "0.27" },
            { id: 162, property_id: 79, tier_level: 4, min_investment: "13461.88", expected_return: "0.08" },
            { id: 163, property_id: 14, tier_level: 4, min_investment: "122461.70", expected_return: "0.24" },
            { id: 164, property_id: 59, tier_level: 1, min_investment: "83789.70", expected_return: "0.06" },
            { id: 165, property_id: 125, tier_level: 2, min_investment: "425730.94", expected_return: "0.23" },
            { id: 166, property_id: 131, tier_level: 3, min_investment: "7747.51", expected_return: "0.18" },
            { id: 167, property_id: 59, tier_level: 4, min_investment: "11974.12", expected_return: "0.30" },
            { id: 168, property_id: 111, tier_level: 3, min_investment: "3490.71", expected_return: "0.06" },
            { id: 169, property_id: 5, tier_level: 4, min_investment: "78284.25", expected_return: "0.05" },
            { id: 170, property_id: 145, tier_level: 4, min_investment: "381197.72", expected_return: "0.25" },
            { id: 171, property_id: 76, tier_level: 5, min_investment: "3818.82", expected_return: "0.14" },
            { id: 172, property_id: 67, tier_level: 4, min_investment: "105467.66", expected_return: "0.28" },
            { id: 173, property_id: 70, tier_level: 4, min_investment: "316055.11", expected_return: "0.16" },
            { id: 174, property_id: 20, tier_level: 3, min_investment: "167096.36", expected_return: "0.22" },
            { id: 175, property_id: 57, tier_level: 3, min_investment: "95638.99", expected_return: "0.19" },
            { id: 176, property_id: 146, tier_level: 3, min_investment: "354466.14", expected_return: "0.05" },
            { id: 177, property_id: 52, tier_level: 4, min_investment: "243500.56", expected_return: "0.07" },
            { id: 178, property_id: 147, tier_level: 2, min_investment: "418068.69", expected_return: "0.10" },
            { id: 179, property_id: 90, tier_level: 3, min_investment: "23506.05", expected_return: "0.03" },
            { id: 180, property_id: 105, tier_level: 4, min_investment: "264242.59", expected_return: "0.14" },
            { id: 181, property_id: 88, tier_level: 4, min_investment: "290621.70", expected_return: "0.18" },
            { id: 182, property_id: 93, tier_level: 5, min_investment: "2075.33", expected_return: "0.24" },
            { id: 183, property_id: 62, tier_level: 2, min_investment: "421208.85", expected_return: "0.26" },
            { id: 184, property_id: 80, tier_level: 4, min_investment: "57697.65", expected_return: "0.06" },
            { id: 185, property_id: 75, tier_level: 2, min_investment: "284289.17", expected_return: "0.29" },
            { id: 186, property_id: 39, tier_level: 2, min_investment: "24998.02", expected_return: "0.29" },
            { id: 187, property_id: 74, tier_level: 3, min_investment: "29081.00", expected_return: "0.22" },
            { id: 188, property_id: 97, tier_level: 4, min_investment: "259467.40", expected_return: "0.10" },
            { id: 189, property_id: 102, tier_level: 3, min_investment: "1828.29", expected_return: "0.27" },
            { id: 190, property_id: 35, tier_level: 2, min_investment: "416555.35", expected_return: "0.06" },
            { id: 191, property_id: 14, tier_level: 2, min_investment: "181544.11", expected_return: "0.02" },
            { id: 192, property_id: 30, tier_level: 1, min_investment: "410642.01", expected_return: "0.05" },
            { id: 193, property_id: 53, tier_level: 2, min_investment: "66358.95", expected_return: "0.04" },
            { id: 194, property_id: 44, tier_level: 5, min_investment: "345181.59", expected_return: "0.11" },
            { id: 195, property_id: 134, tier_level: 5, min_investment: "438438.44", expected_return: "0.01" },
            { id: 196, property_id: 7, tier_level: 4, min_investment: "51416.53", expected_return: "0.07" },
            { id: 197, property_id: 64, tier_level: 4, min_investment: "203117.69", expected_return: "0.19" },
            { id: 198, property_id: 38, tier_level: 3, min_investment: "238584.09", expected_return: "0.15" },
            { id: 199, property_id: 37, tier_level: 4, min_investment: "440561.22", expected_return: "0.21" },
            { id: 200, property_id: 27, tier_level: 4, min_investment: "122913.73", expected_return: "0.09" },
            { id: 201, property_id: 12, tier_level: 2, min_investment: "26099.84", expected_return: "0.02" },
            { id: 202, property_id: 98, tier_level: 2, min_investment: "122251.04", expected_return: "0.00" },
            { id: 203, property_id: 72, tier_level: 5, min_investment: "147765.90", expected_return: "0.11" },
            { id: 204, property_id: 56, tier_level: 2, min_investment: "108169.03", expected_return: "0.23" },
            { id: 205, property_id: 103, tier_level: 2, min_investment: "240675.41", expected_return: "0.13" },
            { id: 206, property_id: 9, tier_level: 2, min_investment: "107214.80", expected_return: "0.06" },
            { id: 207, property_id: 99, tier_level: 3, min_investment: "11663.35", expected_return: "0.26" },
            { id: 208, property_id: 34, tier_level: 5, min_investment: "357607.01", expected_return: "0.30" },
            { id: 209, property_id: 7, tier_level: 1, min_investment: "7831.50", expected_return: "0.04" },
            { id: 210, property_id: 130, tier_level: 2, min_investment: "8604.01", expected_return: "0.07" },
            { id: 211, property_id: 10, tier_level: 4, min_investment: "285724.94", expected_return: "0.07" },
            { id: 212, property_id: 16, tier_level: 4, min_investment: "227017.73", expected_return: "0.11" },
            { id: 213, property_id: 96, tier_level: 2, min_investment: "397802.13", expected_return: "0.07" },
            { id: 214, property_id: 67, tier_level: 3, min_investment: "7748.97", expected_return: "0.13" },
            { id: 215, property_id: 140, tier_level: 3, min_investment: "14966.73", expected_return: "0.08" },
            { id: 216, property_id: 133, tier_level: 5, min_investment: "19131.84", expected_return: "0.04" },
            { id: 217, property_id: 77, tier_level: 2, min_investment: "118403.31", expected_return: "0.14" },
            { id: 218, property_id: 111, tier_level: 4, min_investment: "81627.98", expected_return: "0.30" },
            { id: 219, property_id: 106, tier_level: 3, min_investment: "247630.52", expected_return: "0.26" },
            { id: 220, property_id: 86, tier_level: 5, min_investment: "191656.01", expected_return: "0.30" },
            { id: 221, property_id: 106, tier_level: 4, min_investment: "37624.05", expected_return: "0.18" },
            { id: 222, property_id: 19, tier_level: 4, min_investment: "64484.85", expected_return: "0.15" },
            { id: 223, property_id: 9, tier_level: 2, min_investment: "197574.63", expected_return: "0.17" },
            { id: 224, property_id: 111, tier_level: 3, min_investment: "126462.83", expected_return: "0.00" },
            { id: 225, property_id: 143, tier_level: 3, min_investment: "249781.76", expected_return: "0.08" },
            { id: 226, property_id: 135, tier_level: 4, min_investment: "47779.61", expected_return: "0.01" },
            { id: 227, property_id: 124, tier_level: 2, min_investment: "36583.61", expected_return: "0.29" },
            { id: 228, property_id: 26, tier_level: 2, min_investment: "169956.26", expected_return: "0.01" },
            { id: 229, property_id: 89, tier_level: 1, min_investment: "24383.70", expected_return: "0.22" },
            { id: 230, property_id: 76, tier_level: 3, min_investment: "79725.09", expected_return: "0.09" },
            { id: 231, property_id: 111, tier_level: 5, min_investment: "55984.51", expected_return: "0.20" },
            { id: 232, property_id: 22, tier_level: 5, min_investment: "38880.05", expected_return: "0.11" },
            { id: 233, property_id: 33, tier_level: 1, min_investment: "196844.87", expected_return: "0.27" },
            { id: 234, property_id: 79, tier_level: 3, min_investment: "406617.56", expected_return: "0.25" },
            { id: 235, property_id: 101, tier_level: 4, min_investment: "55372.79", expected_return: "0.05" },
            { id: 236, property_id: 80, tier_level: 5, min_investment: "144205.39", expected_return: "0.22" },
            { id: 237, property_id: 143, tier_level: 3, min_investment: "480450.47", expected_return: "0.03" },
            { id: 238, property_id: 2, tier_level: 3, min_investment: "46799.55", expected_return: "0.13" },
            { id: 239, property_id: 6, tier_level: 5, min_investment: "2273.11", expected_return: "0.16" },
            { id: 240, property_id: 83, tier_level: 1, min_investment: "4461.09", expected_return: "0.29" },
            { id: 241, property_id: 82, tier_level: 2, min_investment: "38009.38", expected_return: "0.28" },
            { id: 242, property_id: 128, tier_level: 3, min_investment: "18399.96", expected_return: "0.11" },
            { id: 243, property_id: 103, tier_level: 1, min_investment: "171259.75", expected_return: "0.02" },
            { id: 244, property_id: 148, tier_level: 2, min_investment: "23557.70", expected_return: "0.17" },
            { id: 245, property_id: 40, tier_level: 4, min_investment: "422967.40", expected_return: "0.09" },
            { id: 246, property_id: 38, tier_level: 2, min_investment: "136078.62", expected_return: "0.14" },
            { id: 247, property_id: 73, tier_level: 4, min_investment: "34437.99", expected_return: "0.03" },
            { id: 248, property_id: 125, tier_level: 5, min_investment: "1124.87", expected_return: "0.11" },
            { id: 249, property_id: 53, tier_level: 3, min_investment: "271483.40", expected_return: "0.21" },
            { id: 250, property_id: 117, tier_level: 5, min_investment: "244253.94", expected_return: "0.02" },
            { id: 251, property_id: 75, tier_level: 4, min_investment: "1017.25", expected_return: "0.26" },
            { id: 252, property_id: 53, tier_level: 4, min_investment: "1492.76", expected_return: "0.04" },
            { id: 253, property_id: 10, tier_level: 2, min_investment: "387398.29", expected_return: "0.27" },
            { id: 254, property_id: 4, tier_level: 4, min_investment: "493424.25", expected_return: "0.17" },
            { id: 255, property_id: 140, tier_level: 2, min_investment: "451686.54", expected_return: "0.01" },
            { id: 256, property_id: 97, tier_level: 3, min_investment: "340955.13", expected_return: "0.28" },
            { id: 257, property_id: 48, tier_level: 1, min_investment: "398542.02", expected_return: "0.16" },
            { id: 258, property_id: 114, tier_level: 3, min_investment: "174615.61", expected_return: "0.18" },
            { id: 259, property_id: 8, tier_level: 4, min_investment: "1539.54", expected_return: "0.00" },
            { id: 260, property_id: 62, tier_level: 3, min_investment: "4254.73", expected_return: "0.27" },
            { id: 261, property_id: 53, tier_level: 1, min_investment: "431961.73", expected_return: "0.27" },
            { id: 262, property_id: 45, tier_level: 1, min_investment: "455670.52", expected_return: "0.21" },
            { id: 263, property_id: 20, tier_level: 4, min_investment: "147496.65", expected_return: "0.26" },
            { id: 264, property_id: 146, tier_level: 2, min_investment: "461159.43", expected_return: "0.21" },
            { id: 265, property_id: 116, tier_level: 1, min_investment: "242463.18", expected_return: "0.14" },
            { id: 266, property_id: 29, tier_level: 4, min_investment: "386509.02", expected_return: "0.16" },
            { id: 267, property_id: 105, tier_level: 4, min_investment: "145624.07", expected_return: "0.01" },
            { id: 268, property_id: 148, tier_level: 4, min_investment: "64502.80", expected_return: "0.12" },
            { id: 269, property_id: 20, tier_level: 2, min_investment: "262370.63", expected_return: "0.08" },
            { id: 270, property_id: 130, tier_level: 3, min_investment: "413517.76", expected_return: "0.11" },
            { id: 271, property_id: 4, tier_level: 3, min_investment: "10436.09", expected_return: "0.15" },
            { id: 272, property_id: 83, tier_level: 3, min_investment: "473025.03", expected_return: "0.14" },
            { id: 273, property_id: 88, tier_level: 3, min_investment: "65236.20", expected_return: "0.03" },
            { id: 274, property_id: 61, tier_level: 1, min_investment: "58525.73", expected_return: "0.22" },
            { id: 275, property_id: 81, tier_level: 2, min_investment: "37375.61", expected_return: "0.13" },
            { id: 276, property_id: 28, tier_level: 4, min_investment: "427464.72", expected_return: "0.29" },
            { id: 277, property_id: 115, tier_level: 4, min_investment: "249725.03", expected_return: "0.11" },
            { id: 278, property_id: 107, tier_level: 3, min_investment: "126413.96", expected_return: "0.14" },
            { id: 279, property_id: 103, tier_level: 2, min_investment: "1068.19", expected_return: "0.14" },
            { id: 280, property_id: 109, tier_level: 4, min_investment: "60531.84", expected_return: "0.07" },
            { id: 281, property_id: 31, tier_level: 3, min_investment: "67165.88", expected_return: "0.18" },
            { id: 282, property_id: 46, tier_level: 5, min_investment: "20858.17", expected_return: "0.00" },
            { id: 283, property_id: 97, tier_level: 5, min_investment: "27422.82", expected_return: "0.09" },
            { id: 284, property_id: 80, tier_level: 2, min_investment: "217222.40", expected_return: "0.28" },
            { id: 285, property_id: 61, tier_level: 5, min_investment: "377081.20", expected_return: "0.17" },
            { id: 286, property_id: 102, tier_level: 4, min_investment: "491894.22", expected_return: "0.16" },
            { id: 287, property_id: 69, tier_level: 2, min_investment: "225520.40", expected_return: "0.29" },
            { id: 288, property_id: 45, tier_level: 2, min_investment: "200128.57", expected_return: "0.21" },
            { id: 289, property_id: 124, tier_level: 2, min_investment: "357829.89", expected_return: "0.08" },
            { id: 290, property_id: 113, tier_level: 4, min_investment: "495356.20", expected_return: "0.28" },
            { id: 291, property_id: 72, tier_level: 3, min_investment: "316899.97", expected_return: "0.27" },
            { id: 292, property_id: 15, tier_level: 2, min_investment: "38168.53", expected_return: "0.11" },
            { id: 293, property_id: 26, tier_level: 3, min_investment: "1005.50", expected_return: "0.11" },
            { id: 294, property_id: 44, tier_level: 4, min_investment: "1060.37", expected_return: "0.02" },
            { id: 295, property_id: 45, tier_level: 5, min_investment: "3119.48", expected_return: "0.07" },
            { id: 296, property_id: 22, tier_level: 2, min_investment: "285777.87", expected_return: "0.21" },
            { id: 297, property_id: 100, tier_level: 5, min_investment: "70303.54", expected_return: "0.15" },
            { id: 298, property_id: 49, tier_level: 1, min_investment: "89702.37", expected_return: "0.17" },
            { id: 299, property_id: 11, tier_level: 4, min_investment: "463692.03", expected_return: "0.04" },
            { id: 300, property_id: 113, tier_level: 2, min_investment: "14786.75", expected_return: "0.12" },
        ],
    });
    await prisma.dividends.createMany({
        data: [
            { id: 1, investor_id: 334, investment_tier_id: 258, amount: "8923.36", payment_date: "2021-08-17", tax_withheld: "7801.44", dividend_type: "reinvestment", currency: "USD" },
            { id: 2, investor_id: 406, investment_tier_id: 168, amount: "33299.03", payment_date: "2021-02-18", tax_withheld: "5316.94", dividend_type: "cash", currency: "USD" },
            { id: 3, investor_id: 39, investment_tier_id: 110, amount: "3745.69", payment_date: "2020-01-22", tax_withheld: "4420.09", dividend_type: "cash", currency: "USD" },
            { id: 4, investor_id: 327, investment_tier_id: 216, amount: "25389.57", payment_date: "2021-03-27", tax_withheld: "5946.31", dividend_type: "cash", currency: "USD" },
            { id: 5, investor_id: 208, investment_tier_id: 256, amount: "4457.24", payment_date: "2023-04-12", tax_withheld: "4481.46", dividend_type: "cash", currency: "USD" },
            { id: 6, investor_id: 88, investment_tier_id: 108, amount: "3682.87", payment_date: "2023-06-29", tax_withheld: "4581.38", dividend_type: "cash", currency: "USD" },
            { id: 7, investor_id: 123, investment_tier_id: 263, amount: "22846.24", payment_date: "2020-02-06", tax_withheld: "7866.47", dividend_type: "cash", currency: "USD" },
            { id: 8, investor_id: 314, investment_tier_id: 290, amount: "13517.66", payment_date: "2023-09-01", tax_withheld: "4381.21", dividend_type: "cash", currency: "USD" },
            { id: 9, investor_id: 353, investment_tier_id: 293, amount: "45920.08", payment_date: "2023-12-31", tax_withheld: "8225.35", dividend_type: "cash", currency: "USD" },
            { id: 10, investor_id: 369, investment_tier_id: 120, amount: "42860.32", payment_date: "2021-01-19", tax_withheld: "3579.72", dividend_type: "cash", currency: "USD" },
            { id: 11, investor_id: 443, investment_tier_id: 69, amount: "1558.41", payment_date: "2020-10-30", tax_withheld: "5917.25", dividend_type: "cash", currency: "USD" },
            { id: 12, investor_id: 310, investment_tier_id: 48, amount: "34285.30", payment_date: "2021-10-18", tax_withheld: "3177.49", dividend_type: "cash", currency: "USD" },
            { id: 13, investor_id: 423, investment_tier_id: 166, amount: "831.69", payment_date: "2023-07-12", tax_withheld: "4906.75", dividend_type: "cash", currency: "USD" },
            { id: 14, investor_id: 249, investment_tier_id: 232, amount: "290.26", payment_date: "2023-11-17", tax_withheld: "3787.26", dividend_type: "reinvestment", currency: "USD" },
            { id: 15, investor_id: 137, investment_tier_id: 173, amount: "10.50", payment_date: "2020-10-21", tax_withheld: "4044.25", dividend_type: "cash", currency: "USD" },
            { id: 16, investor_id: 461, investment_tier_id: 137, amount: "23954.27", payment_date: "2023-08-22", tax_withheld: "3921.76", dividend_type: "reinvestment", currency: "USD" },
            { id: 17, investor_id: 136, investment_tier_id: 257, amount: "1016.21", payment_date: "2021-03-06", tax_withheld: "5451.73", dividend_type: "cash", currency: "USD" },
            { id: 18, investor_id: 137, investment_tier_id: 201, amount: "10700.66", payment_date: "2021-07-25", tax_withheld: "5433.49", dividend_type: "cash", currency: "USD" },
            { id: 19, investor_id: 10, investment_tier_id: 49, amount: "9364.97", payment_date: "2022-12-11", tax_withheld: "3773.74", dividend_type: "cash", currency: "EUR" },
            { id: 20, investor_id: 205, investment_tier_id: 123, amount: "426.58", payment_date: "2022-10-14", tax_withheld: "2386.92", dividend_type: "reinvestment", currency: "USD" },
            { id: 21, investor_id: 394, investment_tier_id: 209, amount: "3348.89", payment_date: "2021-11-21", tax_withheld: "4733.76", dividend_type: "cash", currency: "USD" },
            { id: 22, investor_id: 332, investment_tier_id: 235, amount: "125.39", payment_date: "2022-07-25", tax_withheld: "6776.11", dividend_type: "cash", currency: "USD" },
            { id: 23, investor_id: 120, investment_tier_id: 291, amount: "12356.65", payment_date: "2022-02-05", tax_withheld: "6719.43", dividend_type: "reinvestment", currency: "GBP" },
            { id: 24, investor_id: 450, investment_tier_id: 244, amount: "7032.20", payment_date: "2021-04-04", tax_withheld: "3393.63", dividend_type: "cash", currency: "USD" },
            { id: 25, investor_id: 364, investment_tier_id: 258, amount: "14413.14", payment_date: "2021-09-26", tax_withheld: "3340.47", dividend_type: "cash", currency: "USD" },
            { id: 26, investor_id: 181, investment_tier_id: 293, amount: "35949.21", payment_date: "2022-01-13", tax_withheld: "3648.25", dividend_type: "cash", currency: "USD" },
            { id: 27, investor_id: 148, investment_tier_id: 160, amount: "19368.65", payment_date: "2020-06-28", tax_withheld: "5173.54", dividend_type: "reinvestment", currency: "USD" },
            { id: 28, investor_id: 120, investment_tier_id: 212, amount: "3201.62", payment_date: "2022-01-20", tax_withheld: "4155.28", dividend_type: "cash", currency: "USD" },
            { id: 29, investor_id: 468, investment_tier_id: 268, amount: "9704.06", payment_date: "2022-03-17", tax_withheld: "5074.62", dividend_type: "cash", currency: "EUR" },
            { id: 30, investor_id: 14, investment_tier_id: 35, amount: "389.34", payment_date: "2022-02-12", tax_withheld: "3805.24", dividend_type: "cash", currency: "USD" },
            { id: 31, investor_id: 277, investment_tier_id: 22, amount: "8485.33", payment_date: "2021-03-11", tax_withheld: "5947.49", dividend_type: "reinvestment", currency: "GBP" },
            { id: 32, investor_id: 294, investment_tier_id: 99, amount: "3081.42", payment_date: "2020-09-01", tax_withheld: "7216.37", dividend_type: "cash", currency: "USD" },
            { id: 33, investor_id: 83, investment_tier_id: 267, amount: "48110.71", payment_date: "2021-11-09", tax_withheld: "4953.98", dividend_type: "cash", currency: "USD" },
            { id: 34, investor_id: 229, investment_tier_id: 5, amount: "28869.50", payment_date: "2023-09-19", tax_withheld: "6952.91", dividend_type: "reinvestment", currency: "USD" },
            { id: 35, investor_id: 279, investment_tier_id: 182, amount: "9923.57", payment_date: "2020-11-26", tax_withheld: "3240.60", dividend_type: "cash", currency: "USD" },
            { id: 36, investor_id: 347, investment_tier_id: 86, amount: "14826.14", payment_date: "2022-02-28", tax_withheld: "4116.74", dividend_type: "cash", currency: "USD" },
            { id: 37, investor_id: 412, investment_tier_id: 208, amount: "21857.47", payment_date: "2023-09-07", tax_withheld: "6273.40", dividend_type: "cash", currency: "USD" },
            { id: 38, investor_id: 463, investment_tier_id: 148, amount: "11308.60", payment_date: "2020-01-19", tax_withheld: "5055.82", dividend_type: "reinvestment", currency: "USD" },
            { id: 39, investor_id: 416, investment_tier_id: 200, amount: "16466.72", payment_date: "2021-02-19", tax_withheld: "4798.05", dividend_type: "reinvestment", currency: "USD" },
            { id: 40, investor_id: 470, investment_tier_id: 244, amount: "6080.37", payment_date: "2020-11-14", tax_withheld: "5826.56", dividend_type: "cash", currency: "USD" },
            { id: 41, investor_id: 106, investment_tier_id: 61, amount: "48666.80", payment_date: "2020-09-05", tax_withheld: "2957.35", dividend_type: "cash", currency: "USD" },
            { id: 42, investor_id: 436, investment_tier_id: 141, amount: "3002.62", payment_date: "2020-11-09", tax_withheld: "5653.21", dividend_type: "cash", currency: "EUR" },
            { id: 43, investor_id: 238, investment_tier_id: 269, amount: "34379.79", payment_date: "2020-08-03", tax_withheld: "4966.88", dividend_type: "reinvestment", currency: "USD" },
            { id: 44, investor_id: 237, investment_tier_id: 300, amount: "15506.82", payment_date: "2021-09-14", tax_withheld: "5867.65", dividend_type: "cash", currency: "USD" },
            { id: 45, investor_id: 106, investment_tier_id: 197, amount: "3923.32", payment_date: "2023-02-13", tax_withheld: "7892.27", dividend_type: "cash", currency: "USD" },
            { id: 46, investor_id: 94, investment_tier_id: 233, amount: "4625.86", payment_date: "2022-06-10", tax_withheld: "3474.93", dividend_type: "cash", currency: "USD" },
            { id: 47, investor_id: 451, investment_tier_id: 49, amount: "9330.89", payment_date: "2021-11-23", tax_withheld: "3314.77", dividend_type: "cash", currency: "USD" },
            { id: 48, investor_id: 346, investment_tier_id: 219, amount: "10567.47", payment_date: "2021-10-13", tax_withheld: "4134.74", dividend_type: "cash", currency: "USD" },
            { id: 49, investor_id: 141, investment_tier_id: 193, amount: "39619.40", payment_date: "2023-01-13", tax_withheld: "5804.89", dividend_type: "cash", currency: "USD" },
            { id: 50, investor_id: 241, investment_tier_id: 74, amount: "25772.85", payment_date: "2022-11-24", tax_withheld: "6293.78", dividend_type: "cash", currency: "USD" },
            { id: 51, investor_id: 32, investment_tier_id: 52, amount: "28696.00", payment_date: "2023-12-21", tax_withheld: "6084.20", dividend_type: "cash", currency: "USD" },
            { id: 52, investor_id: 320, investment_tier_id: 98, amount: "49784.54", payment_date: "2023-11-04", tax_withheld: "5207.60", dividend_type: "cash", currency: "USD" },
            { id: 53, investor_id: 291, investment_tier_id: 11, amount: "16045.24", payment_date: "2020-12-25", tax_withheld: "4042.39", dividend_type: "reinvestment", currency: "USD" },
            { id: 54, investor_id: 106, investment_tier_id: 175, amount: "1169.57", payment_date: "2021-06-01", tax_withheld: "2718.43", dividend_type: "cash", currency: "USD" },
            { id: 55, investor_id: 145, investment_tier_id: 80, amount: "6415.85", payment_date: "2021-09-18", tax_withheld: "5610.70", dividend_type: "cash", currency: "USD" },
            { id: 56, investor_id: 265, investment_tier_id: 1, amount: "18168.01", payment_date: "2020-11-04", tax_withheld: "8253.92", dividend_type: "cash", currency: "GBP" },
            { id: 57, investor_id: 2, investment_tier_id: 53, amount: "1349.72", payment_date: "2020-07-04", tax_withheld: "4191.94", dividend_type: "reinvestment", currency: "USD" },
            { id: 58, investor_id: 174, investment_tier_id: 84, amount: "9624.25", payment_date: "2020-10-12", tax_withheld: "5511.37", dividend_type: "cash", currency: "USD" },
            { id: 59, investor_id: 301, investment_tier_id: 193, amount: "1913.23", payment_date: "2023-02-24", tax_withheld: "1692.49", dividend_type: "cash", currency: "USD" },
            { id: 60, investor_id: 380, investment_tier_id: 235, amount: "15759.76", payment_date: "2022-09-08", tax_withheld: "5699.70", dividend_type: "cash", currency: "USD" },
            { id: 61, investor_id: 96, investment_tier_id: 219, amount: "9178.64", payment_date: "2023-10-16", tax_withheld: "6748.75", dividend_type: "cash", currency: "USD" },
            { id: 62, investor_id: 315, investment_tier_id: 222, amount: "16851.06", payment_date: "2020-09-28", tax_withheld: "6715.20", dividend_type: "cash", currency: "USD" },
            { id: 63, investor_id: 413, investment_tier_id: 176, amount: "41397.39", payment_date: "2023-05-01", tax_withheld: "4008.64", dividend_type: "cash", currency: "GBP" },
            { id: 64, investor_id: 134, investment_tier_id: 24, amount: "33865.49", payment_date: "2021-01-06", tax_withheld: "6142.71", dividend_type: "reinvestment", currency: "USD" },
            { id: 65, investor_id: 171, investment_tier_id: 35, amount: "33915.01", payment_date: "2022-12-16", tax_withheld: "7427.63", dividend_type: "reinvestment", currency: "USD" },
            { id: 66, investor_id: 341, investment_tier_id: 256, amount: "50.07", payment_date: "2021-03-14", tax_withheld: "3849.74", dividend_type: "cash", currency: "USD" },
            { id: 67, investor_id: 87, investment_tier_id: 174, amount: "7174.02", payment_date: "2023-07-20", tax_withheld: "3686.98", dividend_type: "reinvestment", currency: "USD" },
            { id: 68, investor_id: 438, investment_tier_id: 14, amount: "906.47", payment_date: "2020-02-02", tax_withheld: "6646.49", dividend_type: "reinvestment", currency: "USD" },
            { id: 69, investor_id: 453, investment_tier_id: 16, amount: "4830.01", payment_date: "2020-12-07", tax_withheld: "3410.52", dividend_type: "cash", currency: "USD" },
            { id: 70, investor_id: 71, investment_tier_id: 149, amount: "44372.42", payment_date: "2021-11-21", tax_withheld: "4552.76", dividend_type: "cash", currency: "USD" },
            { id: 71, investor_id: 285, investment_tier_id: 172, amount: "204.44", payment_date: "2023-01-02", tax_withheld: "8411.65", dividend_type: "reinvestment", currency: "USD" },
            { id: 72, investor_id: 127, investment_tier_id: 287, amount: "38083.87", payment_date: "2020-10-03", tax_withheld: "3537.51", dividend_type: "reinvestment", currency: "USD" },
            { id: 73, investor_id: 165, investment_tier_id: 239, amount: "20073.38", payment_date: "2021-03-08", tax_withheld: "3530.54", dividend_type: "reinvestment", currency: "USD" },
            { id: 74, investor_id: 443, investment_tier_id: 179, amount: "491.01", payment_date: "2020-04-23", tax_withheld: "7269.40", dividend_type: "cash", currency: "USD" },
            { id: 75, investor_id: 16, investment_tier_id: 131, amount: "44712.15", payment_date: "2023-10-03", tax_withheld: "3534.16", dividend_type: "cash", currency: "USD" },
            { id: 76, investor_id: 288, investment_tier_id: 201, amount: "7239.54", payment_date: "2023-04-02", tax_withheld: "5339.09", dividend_type: "cash", currency: "USD" },
            { id: 77, investor_id: 238, investment_tier_id: 105, amount: "25792.38", payment_date: "2022-05-09", tax_withheld: "8101.46", dividend_type: "reinvestment", currency: "USD" },
            { id: 78, investor_id: 397, investment_tier_id: 163, amount: "1490.42", payment_date: "2023-05-11", tax_withheld: "4212.45", dividend_type: "cash", currency: "USD" },
            { id: 79, investor_id: 404, investment_tier_id: 244, amount: "27376.48", payment_date: "2023-05-28", tax_withheld: "3886.26", dividend_type: "cash", currency: "USD" },
            { id: 80, investor_id: 91, investment_tier_id: 132, amount: "11314.77", payment_date: "2022-05-31", tax_withheld: "4241.45", dividend_type: "cash", currency: "USD" },
            { id: 81, investor_id: 247, investment_tier_id: 205, amount: "3482.41", payment_date: "2021-10-06", tax_withheld: "5613.60", dividend_type: "cash", currency: "USD" },
            { id: 82, investor_id: 96, investment_tier_id: 57, amount: "3028.40", payment_date: "2022-06-20", tax_withheld: "3742.89", dividend_type: "cash", currency: "EUR" },
            { id: 83, investor_id: 294, investment_tier_id: 251, amount: "685.00", payment_date: "2023-02-08", tax_withheld: "6380.22", dividend_type: "cash", currency: "USD" },
            { id: 84, investor_id: 139, investment_tier_id: 178, amount: "516.06", payment_date: "2023-04-14", tax_withheld: "4857.49", dividend_type: "cash", currency: "GBP" },
            { id: 85, investor_id: 432, investment_tier_id: 207, amount: "9105.06", payment_date: "2020-05-09", tax_withheld: "4648.77", dividend_type: "cash", currency: "USD" },
            { id: 86, investor_id: 468, investment_tier_id: 138, amount: "33827.28", payment_date: "2022-09-07", tax_withheld: "3339.04", dividend_type: "reinvestment", currency: "EUR" },
            { id: 87, investor_id: 398, investment_tier_id: 142, amount: "15350.06", payment_date: "2023-02-20", tax_withheld: "5575.86", dividend_type: "reinvestment", currency: "USD" },
            { id: 88, investor_id: 109, investment_tier_id: 192, amount: "43123.51", payment_date: "2020-06-21", tax_withheld: "7197.93", dividend_type: "reinvestment", currency: "USD" },
            { id: 89, investor_id: 389, investment_tier_id: 156, amount: "15996.49", payment_date: "2021-03-30", tax_withheld: "4998.91", dividend_type: "reinvestment", currency: "USD" },
            { id: 90, investor_id: 147, investment_tier_id: 167, amount: "14655.27", payment_date: "2022-11-14", tax_withheld: "4454.30", dividend_type: "reinvestment", currency: "USD" },
            { id: 91, investor_id: 392, investment_tier_id: 13, amount: "326.67", payment_date: "2020-11-22", tax_withheld: "4511.72", dividend_type: "cash", currency: "USD" },
            { id: 92, investor_id: 167, investment_tier_id: 72, amount: "38652.68", payment_date: "2022-05-09", tax_withheld: "6457.72", dividend_type: "cash", currency: "USD" },
            { id: 93, investor_id: 291, investment_tier_id: 246, amount: "12876.57", payment_date: "2020-10-06", tax_withheld: "4373.18", dividend_type: "cash", currency: "USD" },
            { id: 94, investor_id: 280, investment_tier_id: 137, amount: "1829.46", payment_date: "2023-01-02", tax_withheld: "4717.12", dividend_type: "cash", currency: "USD" },
            { id: 95, investor_id: 454, investment_tier_id: 202, amount: "8975.22", payment_date: "2020-08-19", tax_withheld: "5992.98", dividend_type: "cash", currency: "USD" },
            { id: 96, investor_id: 199, investment_tier_id: 258, amount: "6757.58", payment_date: "2022-02-12", tax_withheld: "4007.76", dividend_type: "cash", currency: "USD" },
            { id: 97, investor_id: 297, investment_tier_id: 251, amount: "23528.93", payment_date: "2021-12-02", tax_withheld: "5765.20", dividend_type: "reinvestment", currency: "USD" },
            { id: 98, investor_id: 113, investment_tier_id: 148, amount: "20222.55", payment_date: "2021-02-05", tax_withheld: "5666.35", dividend_type: "cash", currency: "USD" },
            { id: 99, investor_id: 90, investment_tier_id: 273, amount: "2501.93", payment_date: "2020-09-18", tax_withheld: "1726.72", dividend_type: "cash", currency: "EUR" },
            { id: 100, investor_id: 359, investment_tier_id: 269, amount: "4048.67", payment_date: "2022-03-12", tax_withheld: "5342.23", dividend_type: "cash", currency: "USD" },
            { id: 101, investor_id: 357, investment_tier_id: 239, amount: "33948.73", payment_date: "2023-09-25", tax_withheld: "4220.11", dividend_type: "cash", currency: "USD" },
            { id: 102, investor_id: 399, investment_tier_id: 275, amount: "9324.48", payment_date: "2021-02-04", tax_withheld: "3564.62", dividend_type: "reinvestment", currency: "USD" },
            { id: 103, investor_id: 64, investment_tier_id: 171, amount: "1921.33", payment_date: "2021-09-26", tax_withheld: "5304.52", dividend_type: "cash", currency: "USD" },
            { id: 104, investor_id: 79, investment_tier_id: 90, amount: "16851.58", payment_date: "2023-02-24", tax_withheld: "2765.94", dividend_type: "cash", currency: "USD" },
            { id: 105, investor_id: 394, investment_tier_id: 222, amount: "22176.51", payment_date: "2020-03-18", tax_withheld: "2913.29", dividend_type: "cash", currency: "USD" },
            { id: 106, investor_id: 348, investment_tier_id: 265, amount: "1636.76", payment_date: "2020-10-27", tax_withheld: "5960.36", dividend_type: "cash", currency: "USD" },
            { id: 107, investor_id: 65, investment_tier_id: 240, amount: "15313.11", payment_date: "2021-03-04", tax_withheld: "4574.37", dividend_type: "cash", currency: "USD" },
            { id: 108, investor_id: 107, investment_tier_id: 69, amount: "39461.02", payment_date: "2020-11-28", tax_withheld: "5430.74", dividend_type: "cash", currency: "USD" },
            { id: 109, investor_id: 254, investment_tier_id: 178, amount: "18.43", payment_date: "2023-08-16", tax_withheld: "6824.33", dividend_type: "cash", currency: "USD" },
            { id: 110, investor_id: 234, investment_tier_id: 67, amount: "912.22", payment_date: "2021-09-23", tax_withheld: "7070.90", dividend_type: "cash", currency: "USD" },
            { id: 111, investor_id: 325, investment_tier_id: 149, amount: "831.03", payment_date: "2020-11-25", tax_withheld: "3270.16", dividend_type: "cash", currency: "USD" },
            { id: 112, investor_id: 475, investment_tier_id: 221, amount: "45054.21", payment_date: "2023-09-02", tax_withheld: "3624.20", dividend_type: "cash", currency: "USD" },
            { id: 113, investor_id: 231, investment_tier_id: 266, amount: "18074.14", payment_date: "2020-10-18", tax_withheld: "3003.80", dividend_type: "cash", currency: "USD" },
            { id: 114, investor_id: 269, investment_tier_id: 41, amount: "990.04", payment_date: "2020-12-16", tax_withheld: "3991.16", dividend_type: "cash", currency: "USD" },
            { id: 115, investor_id: 308, investment_tier_id: 164, amount: "41850.72", payment_date: "2023-06-03", tax_withheld: "6027.07", dividend_type: "cash", currency: "USD" },
            { id: 116, investor_id: 452, investment_tier_id: 144, amount: "42129.97", payment_date: "2023-09-14", tax_withheld: "6995.03", dividend_type: "cash", currency: "EUR" },
            { id: 117, investor_id: 2, investment_tier_id: 7, amount: "19221.17", payment_date: "2021-11-18", tax_withheld: "3400.54", dividend_type: "reinvestment", currency: "USD" },
            { id: 118, investor_id: 206, investment_tier_id: 95, amount: "1544.59", payment_date: "2020-12-20", tax_withheld: "7372.28", dividend_type: "reinvestment", currency: "USD" },
            { id: 119, investor_id: 161, investment_tier_id: 192, amount: "1248.09", payment_date: "2023-12-02", tax_withheld: "6128.02", dividend_type: "cash", currency: "USD" },
            { id: 120, investor_id: 363, investment_tier_id: 30, amount: "23037.95", payment_date: "2021-08-21", tax_withheld: "4934.71", dividend_type: "cash", currency: "USD" },
            { id: 121, investor_id: 31, investment_tier_id: 118, amount: "7954.35", payment_date: "2021-11-27", tax_withheld: "7556.14", dividend_type: "reinvestment", currency: "USD" },
            { id: 122, investor_id: 363, investment_tier_id: 157, amount: "49751.10", payment_date: "2023-09-05", tax_withheld: "6359.61", dividend_type: "cash", currency: "USD" },
            { id: 123, investor_id: 371, investment_tier_id: 230, amount: "12858.14", payment_date: "2023-10-13", tax_withheld: "5576.73", dividend_type: "cash", currency: "USD" },
            { id: 124, investor_id: 492, investment_tier_id: 95, amount: "11382.08", payment_date: "2022-07-09", tax_withheld: "6994.16", dividend_type: "reinvestment", currency: "USD" },
            { id: 125, investor_id: 295, investment_tier_id: 76, amount: "6912.20", payment_date: "2021-12-29", tax_withheld: "5058.22", dividend_type: "cash", currency: "USD" },
            { id: 126, investor_id: 443, investment_tier_id: 168, amount: "2188.46", payment_date: "2022-03-01", tax_withheld: "2521.49", dividend_type: "reinvestment", currency: "USD" },
            { id: 127, investor_id: 352, investment_tier_id: 4, amount: "25156.61", payment_date: "2022-12-04", tax_withheld: "4307.00", dividend_type: "cash", currency: "USD" },
            { id: 128, investor_id: 276, investment_tier_id: 116, amount: "40659.15", payment_date: "2021-08-31", tax_withheld: "6044.14", dividend_type: "cash", currency: "USD" },
            { id: 129, investor_id: 391, investment_tier_id: 23, amount: "2725.84", payment_date: "2022-01-08", tax_withheld: "3810.56", dividend_type: "reinvestment", currency: "USD" },
            { id: 130, investor_id: 48, investment_tier_id: 27, amount: "6428.70", payment_date: "2023-08-31", tax_withheld: "4749.90", dividend_type: "cash", currency: "GBP" },
            { id: 131, investor_id: 106, investment_tier_id: 200, amount: "3675.00", payment_date: "2020-10-28", tax_withheld: "4533.96", dividend_type: "cash", currency: "USD" },
            { id: 132, investor_id: 345, investment_tier_id: 107, amount: "3490.95", payment_date: "2022-02-18", tax_withheld: "3209.20", dividend_type: "cash", currency: "EUR" },
            { id: 133, investor_id: 329, investment_tier_id: 237, amount: "6149.33", payment_date: "2023-12-09", tax_withheld: "4745.95", dividend_type: "reinvestment", currency: "USD" },
            { id: 134, investor_id: 174, investment_tier_id: 63, amount: "11308.30", payment_date: "2022-12-21", tax_withheld: "4021.73", dividend_type: "cash", currency: "USD" },
            { id: 135, investor_id: 43, investment_tier_id: 264, amount: "4613.61", payment_date: "2022-11-01", tax_withheld: "1689.13", dividend_type: "cash", currency: "USD" },
            { id: 136, investor_id: 38, investment_tier_id: 177, amount: "40911.51", payment_date: "2020-12-14", tax_withheld: "3736.21", dividend_type: "cash", currency: "USD" },
            { id: 137, investor_id: 313, investment_tier_id: 223, amount: "3182.12", payment_date: "2022-01-27", tax_withheld: "4228.50", dividend_type: "cash", currency: "USD" },
            { id: 138, investor_id: 153, investment_tier_id: 65, amount: "6950.53", payment_date: "2020-03-06", tax_withheld: "5440.12", dividend_type: "cash", currency: "USD" },
            { id: 139, investor_id: 491, investment_tier_id: 7, amount: "25174.72", payment_date: "2021-10-22", tax_withheld: "5881.52", dividend_type: "cash", currency: "GBP" },
            { id: 140, investor_id: 154, investment_tier_id: 56, amount: "201.57", payment_date: "2021-04-01", tax_withheld: "4904.73", dividend_type: "cash", currency: "USD" },
            { id: 141, investor_id: 212, investment_tier_id: 268, amount: "318.43", payment_date: "2023-05-22", tax_withheld: "4402.79", dividend_type: "reinvestment", currency: "USD" },
            { id: 142, investor_id: 137, investment_tier_id: 73, amount: "1472.67", payment_date: "2022-11-12", tax_withheld: "4575.52", dividend_type: "cash", currency: "USD" },
            { id: 143, investor_id: 418, investment_tier_id: 254, amount: "5278.86", payment_date: "2020-11-30", tax_withheld: "3048.62", dividend_type: "cash", currency: "USD" },
            { id: 144, investor_id: 246, investment_tier_id: 83, amount: "4144.83", payment_date: "2021-12-22", tax_withheld: "1395.85", dividend_type: "reinvestment", currency: "USD" },
            { id: 145, investor_id: 64, investment_tier_id: 189, amount: "18772.88", payment_date: "2023-11-26", tax_withheld: "4982.85", dividend_type: "reinvestment", currency: "USD" },
            { id: 146, investor_id: 78, investment_tier_id: 88, amount: "18960.52", payment_date: "2020-09-01", tax_withheld: "2999.08", dividend_type: "reinvestment", currency: "USD" },
            { id: 147, investor_id: 314, investment_tier_id: 46, amount: "22.12", payment_date: "2022-11-14", tax_withheld: "2236.77", dividend_type: "reinvestment", currency: "USD" },
            { id: 148, investor_id: 93, investment_tier_id: 147, amount: "49080.56", payment_date: "2021-04-21", tax_withheld: "5577.46", dividend_type: "cash", currency: "USD" },
            { id: 149, investor_id: 150, investment_tier_id: 285, amount: "14798.68", payment_date: "2022-08-07", tax_withheld: "5691.22", dividend_type: "cash", currency: "EUR" },
            { id: 150, investor_id: 419, investment_tier_id: 234, amount: "1167.06", payment_date: "2021-03-04", tax_withheld: "4683.66", dividend_type: "reinvestment", currency: "USD" },
            { id: 151, investor_id: 52, investment_tier_id: 283, amount: "3628.34", payment_date: "2021-06-18", tax_withheld: "4024.58", dividend_type: "reinvestment", currency: "USD" },
            { id: 152, investor_id: 191, investment_tier_id: 279, amount: "1998.93", payment_date: "2021-12-06", tax_withheld: "6478.91", dividend_type: "reinvestment", currency: "EUR" },
            { id: 153, investor_id: 387, investment_tier_id: 292, amount: "2644.50", payment_date: "2023-01-19", tax_withheld: "4384.24", dividend_type: "reinvestment", currency: "USD" },
            { id: 154, investor_id: 306, investment_tier_id: 54, amount: "45289.99", payment_date: "2023-10-28", tax_withheld: "6985.71", dividend_type: "cash", currency: "USD" },
            { id: 155, investor_id: 492, investment_tier_id: 251, amount: "5394.40", payment_date: "2021-07-29", tax_withheld: "3931.96", dividend_type: "reinvestment", currency: "USD" },
            { id: 156, investor_id: 237, investment_tier_id: 11, amount: "22.07", payment_date: "2022-08-02", tax_withheld: "4630.33", dividend_type: "reinvestment", currency: "USD" },
            { id: 157, investor_id: 160, investment_tier_id: 255, amount: "1011.76", payment_date: "2020-02-19", tax_withheld: "5701.65", dividend_type: "cash", currency: "USD" },
            { id: 158, investor_id: 58, investment_tier_id: 119, amount: "40017.12", payment_date: "2023-12-12", tax_withheld: "3927.14", dividend_type: "cash", currency: "USD" },
            { id: 159, investor_id: 351, investment_tier_id: 154, amount: "13795.18", payment_date: "2020-02-03", tax_withheld: "7207.79", dividend_type: "reinvestment", currency: "USD" },
            { id: 160, investor_id: 211, investment_tier_id: 224, amount: "14026.12", payment_date: "2023-11-20", tax_withheld: "5649.32", dividend_type: "cash", currency: "USD" },
            { id: 161, investor_id: 310, investment_tier_id: 40, amount: "31212.07", payment_date: "2021-02-26", tax_withheld: "3198.30", dividend_type: "cash", currency: "GBP" },
            { id: 162, investor_id: 358, investment_tier_id: 98, amount: "4397.82", payment_date: "2023-09-25", tax_withheld: "3912.77", dividend_type: "cash", currency: "USD" },
            { id: 163, investor_id: 115, investment_tier_id: 147, amount: "597.97", payment_date: "2021-11-16", tax_withheld: "7496.21", dividend_type: "reinvestment", currency: "USD" },
            { id: 164, investor_id: 252, investment_tier_id: 7, amount: "30297.93", payment_date: "2021-04-13", tax_withheld: "3906.96", dividend_type: "reinvestment", currency: "USD" },
            { id: 165, investor_id: 316, investment_tier_id: 39, amount: "45634.51", payment_date: "2021-04-03", tax_withheld: "3612.41", dividend_type: "reinvestment", currency: "EUR" },
            { id: 166, investor_id: 9, investment_tier_id: 116, amount: "33843.57", payment_date: "2023-09-28", tax_withheld: "5140.15", dividend_type: "cash", currency: "USD" },
            { id: 167, investor_id: 466, investment_tier_id: 171, amount: "23461.37", payment_date: "2021-03-17", tax_withheld: "6528.62", dividend_type: "cash", currency: "USD" },
            { id: 168, investor_id: 391, investment_tier_id: 219, amount: "49311.34", payment_date: "2021-12-29", tax_withheld: "3662.30", dividend_type: "cash", currency: "USD" },
            { id: 169, investor_id: 418, investment_tier_id: 256, amount: "465.31", payment_date: "2021-02-01", tax_withheld: "3419.68", dividend_type: "cash", currency: "USD" },
            { id: 170, investor_id: 275, investment_tier_id: 99, amount: "308.34", payment_date: "2021-03-12", tax_withheld: "4028.29", dividend_type: "cash", currency: "USD" },
            { id: 171, investor_id: 436, investment_tier_id: 76, amount: "1503.44", payment_date: "2021-10-23", tax_withheld: "4532.18", dividend_type: "reinvestment", currency: "USD" },
            { id: 172, investor_id: 236, investment_tier_id: 93, amount: "49908.28", payment_date: "2020-01-26", tax_withheld: "5703.40", dividend_type: "cash", currency: "USD" },
            { id: 173, investor_id: 55, investment_tier_id: 30, amount: "17042.49", payment_date: "2023-10-17", tax_withheld: "7886.00", dividend_type: "cash", currency: "EUR" },
            { id: 174, investor_id: 366, investment_tier_id: 201, amount: "5836.49", payment_date: "2020-04-19", tax_withheld: "1800.28", dividend_type: "cash", currency: "USD" },
            { id: 175, investor_id: 438, investment_tier_id: 161, amount: "14654.39", payment_date: "2022-04-13", tax_withheld: "3100.84", dividend_type: "cash", currency: "EUR" },
            { id: 176, investor_id: 9, investment_tier_id: 42, amount: "317.46", payment_date: "2023-05-27", tax_withheld: "5717.95", dividend_type: "cash", currency: "EUR" },
            { id: 177, investor_id: 65, investment_tier_id: 248, amount: "39617.63", payment_date: "2022-08-17", tax_withheld: "3861.18", dividend_type: "reinvestment", currency: "USD" },
            { id: 178, investor_id: 341, investment_tier_id: 135, amount: "46691.56", payment_date: "2023-03-06", tax_withheld: "5384.60", dividend_type: "reinvestment", currency: "USD" },
            { id: 179, investor_id: 231, investment_tier_id: 281, amount: "17456.91", payment_date: "2020-11-28", tax_withheld: "6987.22", dividend_type: "cash", currency: "USD" },
            { id: 180, investor_id: 336, investment_tier_id: 69, amount: "36945.58", payment_date: "2023-01-18", tax_withheld: "4426.11", dividend_type: "cash", currency: "USD" },
            { id: 181, investor_id: 126, investment_tier_id: 54, amount: "42976.62", payment_date: "2020-01-13", tax_withheld: "8659.42", dividend_type: "cash", currency: "USD" },
            { id: 182, investor_id: 200, investment_tier_id: 46, amount: "697.85", payment_date: "2020-11-05", tax_withheld: "3794.46", dividend_type: "cash", currency: "USD" },
            { id: 183, investor_id: 111, investment_tier_id: 258, amount: "48595.62", payment_date: "2023-08-01", tax_withheld: "6991.71", dividend_type: "cash", currency: "USD" },
            { id: 184, investor_id: 268, investment_tier_id: 247, amount: "11.42", payment_date: "2020-07-28", tax_withheld: "3216.13", dividend_type: "reinvestment", currency: "USD" },
            { id: 185, investor_id: 387, investment_tier_id: 241, amount: "13737.39", payment_date: "2023-11-05", tax_withheld: "4363.74", dividend_type: "reinvestment", currency: "EUR" },
            { id: 186, investor_id: 357, investment_tier_id: 95, amount: "27147.09", payment_date: "2023-11-26", tax_withheld: "3517.06", dividend_type: "cash", currency: "USD" },
            { id: 187, investor_id: 253, investment_tier_id: 77, amount: "3363.43", payment_date: "2022-03-06", tax_withheld: "6646.34", dividend_type: "reinvestment", currency: "USD" },
            { id: 188, investor_id: 62, investment_tier_id: 71, amount: "33134.24", payment_date: "2023-11-14", tax_withheld: "5478.79", dividend_type: "cash", currency: "USD" },
            { id: 189, investor_id: 391, investment_tier_id: 28, amount: "797.71", payment_date: "2022-09-24", tax_withheld: "5273.10", dividend_type: "cash", currency: "USD" },
            { id: 190, investor_id: 407, investment_tier_id: 174, amount: "20.63", payment_date: "2023-02-16", tax_withheld: "3819.02", dividend_type: "reinvestment", currency: "USD" },
            { id: 191, investor_id: 108, investment_tier_id: 4, amount: "677.69", payment_date: "2021-01-25", tax_withheld: "4344.53", dividend_type: "cash", currency: "USD" },
            { id: 192, investor_id: 319, investment_tier_id: 176, amount: "2428.60", payment_date: "2020-10-08", tax_withheld: "2390.39", dividend_type: "cash", currency: "USD" },
            { id: 193, investor_id: 131, investment_tier_id: 243, amount: "3575.42", payment_date: "2021-10-07", tax_withheld: "4066.42", dividend_type: "cash", currency: "USD" },
            { id: 194, investor_id: 442, investment_tier_id: 65, amount: "43922.89", payment_date: "2021-12-02", tax_withheld: "2713.50", dividend_type: "reinvestment", currency: "EUR" },
            { id: 195, investor_id: 264, investment_tier_id: 267, amount: "24472.12", payment_date: "2020-04-30", tax_withheld: "5587.69", dividend_type: "reinvestment", currency: "USD" },
            { id: 196, investor_id: 277, investment_tier_id: 257, amount: "6773.75", payment_date: "2022-02-20", tax_withheld: "7143.86", dividend_type: "cash", currency: "USD" },
            { id: 197, investor_id: 488, investment_tier_id: 133, amount: "1327.01", payment_date: "2022-01-01", tax_withheld: "2890.86", dividend_type: "cash", currency: "USD" },
            { id: 198, investor_id: 336, investment_tier_id: 61, amount: "40385.54", payment_date: "2020-02-03", tax_withheld: "7187.01", dividend_type: "reinvestment", currency: "USD" },
            { id: 199, investor_id: 371, investment_tier_id: 255, amount: "174.22", payment_date: "2020-03-05", tax_withheld: "3019.28", dividend_type: "cash", currency: "EUR" },
            { id: 200, investor_id: 272, investment_tier_id: 147, amount: "48768.32", payment_date: "2020-11-23", tax_withheld: "4959.00", dividend_type: "cash", currency: "USD" },
            { id: 201, investor_id: 389, investment_tier_id: 182, amount: "4055.40", payment_date: "2022-07-31", tax_withheld: "6638.77", dividend_type: "cash", currency: "USD" },
            { id: 202, investor_id: 480, investment_tier_id: 26, amount: "20119.14", payment_date: "2023-12-01", tax_withheld: "4393.76", dividend_type: "cash", currency: "USD" },
            { id: 203, investor_id: 37, investment_tier_id: 183, amount: "3766.12", payment_date: "2023-09-08", tax_withheld: "1842.56", dividend_type: "reinvestment", currency: "USD" },
            { id: 204, investor_id: 75, investment_tier_id: 111, amount: "14972.49", payment_date: "2023-09-13", tax_withheld: "3383.42", dividend_type: "cash", currency: "USD" },
            { id: 205, investor_id: 187, investment_tier_id: 250, amount: "15495.53", payment_date: "2021-11-28", tax_withheld: "4964.96", dividend_type: "cash", currency: "USD" },
            { id: 206, investor_id: 36, investment_tier_id: 109, amount: "21249.40", payment_date: "2020-10-08", tax_withheld: "4935.05", dividend_type: "reinvestment", currency: "USD" },
            { id: 207, investor_id: 53, investment_tier_id: 247, amount: "27404.28", payment_date: "2020-11-04", tax_withheld: "6243.73", dividend_type: "cash", currency: "USD" },
            { id: 208, investor_id: 59, investment_tier_id: 19, amount: "16924.22", payment_date: "2021-09-22", tax_withheld: "5550.49", dividend_type: "cash", currency: "USD" },
            { id: 209, investor_id: 107, investment_tier_id: 177, amount: "17971.99", payment_date: "2022-12-18", tax_withheld: "3033.04", dividend_type: "cash", currency: "USD" },
            { id: 210, investor_id: 46, investment_tier_id: 246, amount: "16.69", payment_date: "2023-09-16", tax_withheld: "3211.42", dividend_type: "reinvestment", currency: "USD" },
            { id: 211, investor_id: 95, investment_tier_id: 221, amount: "23584.03", payment_date: "2023-02-14", tax_withheld: "5853.78", dividend_type: "cash", currency: "GBP" },
            { id: 212, investor_id: 265, investment_tier_id: 172, amount: "4402.42", payment_date: "2022-02-02", tax_withheld: "3708.39", dividend_type: "cash", currency: "USD" },
            { id: 213, investor_id: 93, investment_tier_id: 255, amount: "24229.18", payment_date: "2023-05-02", tax_withheld: "6894.80", dividend_type: "cash", currency: "USD" },
            { id: 214, investor_id: 168, investment_tier_id: 213, amount: "31532.86", payment_date: "2021-04-07", tax_withheld: "7535.06", dividend_type: "cash", currency: "USD" },
            { id: 215, investor_id: 421, investment_tier_id: 210, amount: "23828.33", payment_date: "2022-02-18", tax_withheld: "4345.11", dividend_type: "cash", currency: "USD" },
            { id: 216, investor_id: 380, investment_tier_id: 152, amount: "17117.51", payment_date: "2020-01-19", tax_withheld: "7604.06", dividend_type: "reinvestment", currency: "USD" },
            { id: 217, investor_id: 242, investment_tier_id: 17, amount: "469.86", payment_date: "2023-08-17", tax_withheld: "5730.40", dividend_type: "cash", currency: "GBP" },
            { id: 218, investor_id: 190, investment_tier_id: 253, amount: "21997.99", payment_date: "2020-06-02", tax_withheld: "6244.56", dividend_type: "cash", currency: "USD" },
            { id: 219, investor_id: 293, investment_tier_id: 10, amount: "13551.48", payment_date: "2023-10-05", tax_withheld: "5401.22", dividend_type: "reinvestment", currency: "GBP" },
            { id: 220, investor_id: 112, investment_tier_id: 91, amount: "2830.15", payment_date: "2021-11-25", tax_withheld: "2776.78", dividend_type: "cash", currency: "GBP" },
            { id: 221, investor_id: 233, investment_tier_id: 168, amount: "1692.26", payment_date: "2022-02-15", tax_withheld: "6376.89", dividend_type: "reinvestment", currency: "USD" },
            { id: 222, investor_id: 178, investment_tier_id: 106, amount: "29610.47", payment_date: "2020-09-08", tax_withheld: "4350.59", dividend_type: "cash", currency: "GBP" },
            { id: 223, investor_id: 472, investment_tier_id: 252, amount: "41332.00", payment_date: "2023-02-13", tax_withheld: "6268.06", dividend_type: "cash", currency: "USD" },
            { id: 224, investor_id: 322, investment_tier_id: 143, amount: "26259.96", payment_date: "2022-12-08", tax_withheld: "7471.15", dividend_type: "cash", currency: "USD" },
            { id: 225, investor_id: 278, investment_tier_id: 107, amount: "8147.78", payment_date: "2022-01-06", tax_withheld: "4496.70", dividend_type: "cash", currency: "USD" },
            { id: 226, investor_id: 25, investment_tier_id: 214, amount: "42286.53", payment_date: "2020-07-02", tax_withheld: "2962.88", dividend_type: "cash", currency: "USD" },
            { id: 227, investor_id: 65, investment_tier_id: 35, amount: "35132.87", payment_date: "2023-08-24", tax_withheld: "5953.79", dividend_type: "cash", currency: "USD" },
            { id: 228, investor_id: 307, investment_tier_id: 192, amount: "40350.67", payment_date: "2020-01-04", tax_withheld: "5341.22", dividend_type: "cash", currency: "USD" },
            { id: 229, investor_id: 486, investment_tier_id: 217, amount: "9231.61", payment_date: "2020-12-22", tax_withheld: "7053.63", dividend_type: "cash", currency: "USD" },
            { id: 230, investor_id: 373, investment_tier_id: 227, amount: "15601.05", payment_date: "2021-01-12", tax_withheld: "3342.07", dividend_type: "cash", currency: "EUR" },
            { id: 231, investor_id: 429, investment_tier_id: 191, amount: "34962.74", payment_date: "2023-10-09", tax_withheld: "3761.80", dividend_type: "cash", currency: "USD" },
            { id: 232, investor_id: 107, investment_tier_id: 203, amount: "3762.17", payment_date: "2021-07-30", tax_withheld: "3708.78", dividend_type: "cash", currency: "USD" },
            { id: 233, investor_id: 251, investment_tier_id: 76, amount: "34535.18", payment_date: "2023-01-12", tax_withheld: "7408.72", dividend_type: "cash", currency: "USD" },
            { id: 234, investor_id: 476, investment_tier_id: 58, amount: "37456.50", payment_date: "2022-10-27", tax_withheld: "6665.11", dividend_type: "reinvestment", currency: "USD" },
            { id: 235, investor_id: 2, investment_tier_id: 128, amount: "40103.09", payment_date: "2020-01-01", tax_withheld: "3919.56", dividend_type: "reinvestment", currency: "USD" },
            { id: 236, investor_id: 404, investment_tier_id: 42, amount: "1272.76", payment_date: "2023-10-19", tax_withheld: "5775.00", dividend_type: "cash", currency: "USD" },
            { id: 237, investor_id: 326, investment_tier_id: 250, amount: "2038.29", payment_date: "2023-02-16", tax_withheld: "6892.87", dividend_type: "cash", currency: "USD" },
            { id: 238, investor_id: 448, investment_tier_id: 196, amount: "29440.47", payment_date: "2021-04-12", tax_withheld: "6402.35", dividend_type: "cash", currency: "USD" },
            { id: 239, investor_id: 76, investment_tier_id: 31, amount: "24750.63", payment_date: "2022-09-01", tax_withheld: "5446.87", dividend_type: "cash", currency: "USD" },
            { id: 240, investor_id: 104, investment_tier_id: 125, amount: "13303.46", payment_date: "2021-05-31", tax_withheld: "3355.96", dividend_type: "reinvestment", currency: "USD" },
            { id: 241, investor_id: 277, investment_tier_id: 269, amount: "10998.67", payment_date: "2023-04-19", tax_withheld: "4700.74", dividend_type: "cash", currency: "USD" },
            { id: 242, investor_id: 389, investment_tier_id: 219, amount: "30662.65", payment_date: "2022-01-31", tax_withheld: "6208.12", dividend_type: "cash", currency: "USD" },
            { id: 243, investor_id: 498, investment_tier_id: 57, amount: "5754.53", payment_date: "2023-08-17", tax_withheld: "3499.07", dividend_type: "cash", currency: "USD" },
            { id: 244, investor_id: 126, investment_tier_id: 137, amount: "5007.62", payment_date: "2023-05-04", tax_withheld: "4857.93", dividend_type: "cash", currency: "USD" },
            { id: 245, investor_id: 376, investment_tier_id: 199, amount: "43.43", payment_date: "2022-02-18", tax_withheld: "5049.89", dividend_type: "cash", currency: "USD" },
            { id: 246, investor_id: 401, investment_tier_id: 224, amount: "46447.55", payment_date: "2021-09-01", tax_withheld: "7550.67", dividend_type: "cash", currency: "USD" },
            { id: 247, investor_id: 316, investment_tier_id: 9, amount: "43056.88", payment_date: "2023-10-24", tax_withheld: "2145.57", dividend_type: "cash", currency: "EUR" },
            { id: 248, investor_id: 394, investment_tier_id: 283, amount: "179.46", payment_date: "2022-05-10", tax_withheld: "4860.65", dividend_type: "cash", currency: "USD" },
            { id: 249, investor_id: 320, investment_tier_id: 176, amount: "9883.91", payment_date: "2022-08-02", tax_withheld: "6940.03", dividend_type: "cash", currency: "GBP" },
            { id: 250, investor_id: 229, investment_tier_id: 278, amount: "46262.42", payment_date: "2023-09-29", tax_withheld: "5918.31", dividend_type: "cash", currency: "USD" },
            { id: 251, investor_id: 137, investment_tier_id: 240, amount: "14048.80", payment_date: "2023-02-11", tax_withheld: "5269.63", dividend_type: "cash", currency: "USD" },
            { id: 252, investor_id: 260, investment_tier_id: 238, amount: "107.75", payment_date: "2020-11-12", tax_withheld: "5732.52", dividend_type: "reinvestment", currency: "USD" },
            { id: 253, investor_id: 454, investment_tier_id: 52, amount: "47958.43", payment_date: "2022-10-24", tax_withheld: "4622.60", dividend_type: "cash", currency: "USD" },
            { id: 254, investor_id: 308, investment_tier_id: 106, amount: "10009.62", payment_date: "2021-10-06", tax_withheld: "4821.54", dividend_type: "cash", currency: "USD" },
            { id: 255, investor_id: 261, investment_tier_id: 137, amount: "5810.38", payment_date: "2023-11-17", tax_withheld: "6632.32", dividend_type: "cash", currency: "USD" },
            { id: 256, investor_id: 271, investment_tier_id: 285, amount: "48570.96", payment_date: "2021-11-02", tax_withheld: "5345.20", dividend_type: "cash", currency: "USD" },
            { id: 257, investor_id: 414, investment_tier_id: 24, amount: "10710.97", payment_date: "2020-01-28", tax_withheld: "5071.86", dividend_type: "cash", currency: "USD" },
            { id: 258, investor_id: 308, investment_tier_id: 189, amount: "3887.61", payment_date: "2021-03-04", tax_withheld: "5541.98", dividend_type: "cash", currency: "USD" },
            { id: 259, investor_id: 446, investment_tier_id: 143, amount: "32591.68", payment_date: "2020-03-03", tax_withheld: "5482.78", dividend_type: "cash", currency: "USD" },
            { id: 260, investor_id: 411, investment_tier_id: 260, amount: "594.99", payment_date: "2021-10-24", tax_withheld: "6400.28", dividend_type: "cash", currency: "USD" },
            { id: 261, investor_id: 54, investment_tier_id: 69, amount: "2551.46", payment_date: "2023-09-15", tax_withheld: "5920.93", dividend_type: "reinvestment", currency: "GBP" },
            { id: 262, investor_id: 437, investment_tier_id: 213, amount: "1607.45", payment_date: "2020-10-02", tax_withheld: "6176.67", dividend_type: "reinvestment", currency: "USD" },
            { id: 263, investor_id: 284, investment_tier_id: 211, amount: "6243.90", payment_date: "2021-08-29", tax_withheld: "4338.85", dividend_type: "cash", currency: "USD" },
            { id: 264, investor_id: 272, investment_tier_id: 94, amount: "11238.10", payment_date: "2021-10-28", tax_withheld: "4241.43", dividend_type: "cash", currency: "USD" },
            { id: 265, investor_id: 239, investment_tier_id: 207, amount: "42198.71", payment_date: "2021-03-03", tax_withheld: "5164.11", dividend_type: "cash", currency: "EUR" },
            { id: 266, investor_id: 325, investment_tier_id: 195, amount: "16509.27", payment_date: "2022-10-19", tax_withheld: "5536.26", dividend_type: "cash", currency: "USD" },
            { id: 267, investor_id: 105, investment_tier_id: 275, amount: "15379.32", payment_date: "2020-02-03", tax_withheld: "4713.12", dividend_type: "cash", currency: "USD" },
            { id: 268, investor_id: 74, investment_tier_id: 127, amount: "44474.24", payment_date: "2020-02-29", tax_withheld: "5848.10", dividend_type: "cash", currency: "USD" },
            { id: 269, investor_id: 90, investment_tier_id: 8, amount: "37790.70", payment_date: "2020-02-13", tax_withheld: "6387.35", dividend_type: "cash", currency: "USD" },
            { id: 270, investor_id: 374, investment_tier_id: 35, amount: "29915.69", payment_date: "2020-09-01", tax_withheld: "5537.23", dividend_type: "cash", currency: "USD" },
            { id: 271, investor_id: 149, investment_tier_id: 297, amount: "40112.80", payment_date: "2022-01-05", tax_withheld: "2021.83", dividend_type: "cash", currency: "USD" },
            { id: 272, investor_id: 264, investment_tier_id: 178, amount: "26.51", payment_date: "2020-09-09", tax_withheld: "5630.02", dividend_type: "reinvestment", currency: "USD" },
            { id: 273, investor_id: 231, investment_tier_id: 298, amount: "4091.95", payment_date: "2020-12-12", tax_withheld: "7199.01", dividend_type: "cash", currency: "GBP" },
            { id: 274, investor_id: 13, investment_tier_id: 49, amount: "34617.00", payment_date: "2020-10-26", tax_withheld: "3478.20", dividend_type: "cash", currency: "USD" },
            { id: 275, investor_id: 369, investment_tier_id: 206, amount: "20898.43", payment_date: "2020-04-24", tax_withheld: "4366.46", dividend_type: "cash", currency: "EUR" },
            { id: 276, investor_id: 219, investment_tier_id: 149, amount: "18826.30", payment_date: "2021-12-28", tax_withheld: "4014.62", dividend_type: "reinvestment", currency: "USD" },
            { id: 277, investor_id: 285, investment_tier_id: 206, amount: "9403.72", payment_date: "2023-03-22", tax_withheld: "5960.77", dividend_type: "cash", currency: "USD" },
            { id: 278, investor_id: 358, investment_tier_id: 261, amount: "47931.50", payment_date: "2023-09-15", tax_withheld: "3722.13", dividend_type: "reinvestment", currency: "USD" },
            { id: 279, investor_id: 377, investment_tier_id: 286, amount: "11437.92", payment_date: "2022-01-27", tax_withheld: "7384.25", dividend_type: "cash", currency: "USD" },
            { id: 280, investor_id: 298, investment_tier_id: 43, amount: "194.55", payment_date: "2020-08-22", tax_withheld: "5407.76", dividend_type: "cash", currency: "USD" },
            { id: 281, investor_id: 77, investment_tier_id: 230, amount: "22371.78", payment_date: "2021-01-30", tax_withheld: "4783.75", dividend_type: "reinvestment", currency: "USD" },
            { id: 282, investor_id: 480, investment_tier_id: 180, amount: "24933.62", payment_date: "2021-12-13", tax_withheld: "3653.22", dividend_type: "cash", currency: "USD" },
            { id: 283, investor_id: 349, investment_tier_id: 281, amount: "47935.99", payment_date: "2022-08-09", tax_withheld: "5596.53", dividend_type: "cash", currency: "USD" },
            { id: 284, investor_id: 133, investment_tier_id: 54, amount: "24427.93", payment_date: "2021-10-16", tax_withheld: "5879.44", dividend_type: "reinvestment", currency: "USD" },
            { id: 285, investor_id: 64, investment_tier_id: 20, amount: "3108.55", payment_date: "2023-09-05", tax_withheld: "4431.13", dividend_type: "cash", currency: "USD" },
            { id: 286, investor_id: 15, investment_tier_id: 232, amount: "8724.64", payment_date: "2021-03-31", tax_withheld: "4432.64", dividend_type: "cash", currency: "USD" },
            { id: 287, investor_id: 329, investment_tier_id: 247, amount: "12312.76", payment_date: "2020-09-06", tax_withheld: "5119.97", dividend_type: "cash", currency: "USD" },
            { id: 288, investor_id: 497, investment_tier_id: 39, amount: "7967.47", payment_date: "2021-11-21", tax_withheld: "6222.84", dividend_type: "cash", currency: "USD" },
            { id: 289, investor_id: 481, investment_tier_id: 235, amount: "5576.99", payment_date: "2021-03-15", tax_withheld: "4445.57", dividend_type: "reinvestment", currency: "EUR" },
            { id: 290, investor_id: 254, investment_tier_id: 160, amount: "34934.77", payment_date: "2023-09-27", tax_withheld: "4696.29", dividend_type: "cash", currency: "USD" },
            { id: 291, investor_id: 172, investment_tier_id: 286, amount: "939.97", payment_date: "2020-08-13", tax_withheld: "5599.09", dividend_type: "cash", currency: "USD" },
            { id: 292, investor_id: 168, investment_tier_id: 72, amount: "12116.31", payment_date: "2021-09-26", tax_withheld: "4857.52", dividend_type: "cash", currency: "USD" },
            { id: 293, investor_id: 107, investment_tier_id: 263, amount: "1385.98", payment_date: "2023-08-22", tax_withheld: "5790.17", dividend_type: "cash", currency: "USD" },
            { id: 294, investor_id: 148, investment_tier_id: 277, amount: "16199.90", payment_date: "2021-01-21", tax_withheld: "5689.98", dividend_type: "cash", currency: "USD" },
            { id: 295, investor_id: 379, investment_tier_id: 165, amount: "23497.55", payment_date: "2020-09-27", tax_withheld: "5357.55", dividend_type: "cash", currency: "USD" },
            { id: 296, investor_id: 217, investment_tier_id: 208, amount: "246.46", payment_date: "2022-09-17", tax_withheld: "5651.73", dividend_type: "reinvestment", currency: "USD" },
            { id: 297, investor_id: 263, investment_tier_id: 18, amount: "23472.69", payment_date: "2020-08-19", tax_withheld: "3773.60", dividend_type: "reinvestment", currency: "EUR" },
            { id: 298, investor_id: 328, investment_tier_id: 294, amount: "6713.38", payment_date: "2022-10-30", tax_withheld: "5268.25", dividend_type: "reinvestment", currency: "USD" },
            { id: 299, investor_id: 132, investment_tier_id: 267, amount: "34468.74", payment_date: "2021-11-24", tax_withheld: "8263.59", dividend_type: "cash", currency: "USD" },
            { id: 300, investor_id: 49, investment_tier_id: 159, amount: "40659.20", payment_date: "2020-12-16", tax_withheld: "2846.46", dividend_type: "reinvestment", currency: "USD" },
            { id: 301, investor_id: 131, investment_tier_id: 132, amount: "2687.89", payment_date: "2022-11-22", tax_withheld: "4215.95", dividend_type: "cash", currency: "USD" },
            { id: 302, investor_id: 188, investment_tier_id: 237, amount: "34728.86", payment_date: "2020-08-04", tax_withheld: "4928.22", dividend_type: "cash", currency: "USD" },
            { id: 303, investor_id: 466, investment_tier_id: 10, amount: "2563.84", payment_date: "2023-12-16", tax_withheld: "6446.87", dividend_type: "reinvestment", currency: "USD" },
            { id: 304, investor_id: 411, investment_tier_id: 222, amount: "3379.11", payment_date: "2022-05-11", tax_withheld: "5049.84", dividend_type: "reinvestment", currency: "USD" },
            { id: 305, investor_id: 484, investment_tier_id: 240, amount: "46982.06", payment_date: "2023-02-28", tax_withheld: "6681.17", dividend_type: "cash", currency: "USD" },
            { id: 306, investor_id: 346, investment_tier_id: 281, amount: "1459.12", payment_date: "2021-02-05", tax_withheld: "3979.33", dividend_type: "cash", currency: "USD" },
            { id: 307, investor_id: 104, investment_tier_id: 116, amount: "4661.64", payment_date: "2023-09-09", tax_withheld: "6352.44", dividend_type: "cash", currency: "USD" },
            { id: 308, investor_id: 109, investment_tier_id: 147, amount: "11550.89", payment_date: "2020-10-14", tax_withheld: "5344.31", dividend_type: "cash", currency: "USD" },
            { id: 309, investor_id: 244, investment_tier_id: 199, amount: "18120.31", payment_date: "2020-11-25", tax_withheld: "2532.64", dividend_type: "cash", currency: "EUR" },
            { id: 310, investor_id: 211, investment_tier_id: 66, amount: "462.14", payment_date: "2020-11-29", tax_withheld: "6881.38", dividend_type: "cash", currency: "USD" },
            { id: 311, investor_id: 31, investment_tier_id: 253, amount: "1133.90", payment_date: "2021-11-17", tax_withheld: "4742.30", dividend_type: "reinvestment", currency: "USD" },
            { id: 312, investor_id: 467, investment_tier_id: 266, amount: "41196.34", payment_date: "2020-11-10", tax_withheld: "4329.57", dividend_type: "cash", currency: "USD" },
            { id: 313, investor_id: 206, investment_tier_id: 212, amount: "23864.32", payment_date: "2022-12-09", tax_withheld: "5217.20", dividend_type: "cash", currency: "USD" },
            { id: 314, investor_id: 421, investment_tier_id: 108, amount: "2558.53", payment_date: "2022-10-25", tax_withheld: "4679.04", dividend_type: "cash", currency: "USD" },
            { id: 315, investor_id: 400, investment_tier_id: 167, amount: "2173.11", payment_date: "2021-07-26", tax_withheld: "5320.33", dividend_type: "reinvestment", currency: "USD" },
            { id: 316, investor_id: 125, investment_tier_id: 211, amount: "3307.23", payment_date: "2023-09-01", tax_withheld: "3452.17", dividend_type: "reinvestment", currency: "EUR" },
            { id: 317, investor_id: 245, investment_tier_id: 81, amount: "923.88", payment_date: "2020-02-09", tax_withheld: "2859.42", dividend_type: "reinvestment", currency: "USD" },
            { id: 318, investor_id: 102, investment_tier_id: 227, amount: "3585.23", payment_date: "2020-10-12", tax_withheld: "2369.42", dividend_type: "cash", currency: "USD" },
            { id: 319, investor_id: 292, investment_tier_id: 108, amount: "3558.82", payment_date: "2021-03-18", tax_withheld: "5922.55", dividend_type: "reinvestment", currency: "USD" },
            { id: 320, investor_id: 64, investment_tier_id: 206, amount: "40465.57", payment_date: "2021-10-02", tax_withheld: "5081.36", dividend_type: "cash", currency: "USD" },
            { id: 321, investor_id: 110, investment_tier_id: 50, amount: "15482.96", payment_date: "2021-09-12", tax_withheld: "5015.17", dividend_type: "cash", currency: "USD" },
            { id: 322, investor_id: 30, investment_tier_id: 194, amount: "13.85", payment_date: "2020-04-10", tax_withheld: "5311.96", dividend_type: "cash", currency: "USD" },
            { id: 323, investor_id: 302, investment_tier_id: 55, amount: "27766.17", payment_date: "2022-03-07", tax_withheld: "4267.38", dividend_type: "cash", currency: "USD" },
            { id: 324, investor_id: 132, investment_tier_id: 167, amount: "838.64", payment_date: "2022-11-30", tax_withheld: "5205.81", dividend_type: "reinvestment", currency: "USD" },
            { id: 325, investor_id: 381, investment_tier_id: 8, amount: "1965.54", payment_date: "2022-12-12", tax_withheld: "4882.40", dividend_type: "cash", currency: "USD" },
            { id: 326, investor_id: 208, investment_tier_id: 69, amount: "3331.00", payment_date: "2020-02-12", tax_withheld: "5417.12", dividend_type: "reinvestment", currency: "USD" },
            { id: 327, investor_id: 175, investment_tier_id: 3, amount: "7893.12", payment_date: "2021-10-18", tax_withheld: "3442.66", dividend_type: "cash", currency: "USD" },
            { id: 328, investor_id: 144, investment_tier_id: 61, amount: "3389.06", payment_date: "2021-11-16", tax_withheld: "4725.10", dividend_type: "cash", currency: "USD" },
            { id: 329, investor_id: 439, investment_tier_id: 277, amount: "6095.70", payment_date: "2022-04-01", tax_withheld: "7626.97", dividend_type: "cash", currency: "USD" },
            { id: 330, investor_id: 85, investment_tier_id: 287, amount: "25748.18", payment_date: "2023-10-28", tax_withheld: "4682.37", dividend_type: "cash", currency: "USD" },
            { id: 331, investor_id: 34, investment_tier_id: 126, amount: "39373.20", payment_date: "2023-10-27", tax_withheld: "4189.95", dividend_type: "cash", currency: "USD" },
            { id: 332, investor_id: 487, investment_tier_id: 35, amount: "5081.75", payment_date: "2023-01-08", tax_withheld: "3561.54", dividend_type: "cash", currency: "USD" },
            { id: 333, investor_id: 296, investment_tier_id: 196, amount: "2547.21", payment_date: "2023-08-19", tax_withheld: "3515.71", dividend_type: "reinvestment", currency: "USD" },
            { id: 334, investor_id: 187, investment_tier_id: 281, amount: "8102.49", payment_date: "2020-09-08", tax_withheld: "4987.83", dividend_type: "reinvestment", currency: "USD" },
            { id: 335, investor_id: 421, investment_tier_id: 108, amount: "49095.61", payment_date: "2020-01-09", tax_withheld: "3567.57", dividend_type: "cash", currency: "USD" },
            { id: 336, investor_id: 95, investment_tier_id: 180, amount: "3565.73", payment_date: "2022-02-23", tax_withheld: "3905.71", dividend_type: "cash", currency: "USD" },
            { id: 337, investor_id: 198, investment_tier_id: 211, amount: "16469.53", payment_date: "2023-03-17", tax_withheld: "3607.16", dividend_type: "cash", currency: "USD" },
            { id: 338, investor_id: 155, investment_tier_id: 259, amount: "1857.51", payment_date: "2023-07-31", tax_withheld: "4447.64", dividend_type: "cash", currency: "USD" },
            { id: 339, investor_id: 11, investment_tier_id: 250, amount: "2381.39", payment_date: "2020-01-01", tax_withheld: "4686.78", dividend_type: "reinvestment", currency: "USD" },
            { id: 340, investor_id: 280, investment_tier_id: 180, amount: "458.71", payment_date: "2021-11-03", tax_withheld: "6738.72", dividend_type: "cash", currency: "USD" },
            { id: 341, investor_id: 338, investment_tier_id: 179, amount: "12975.07", payment_date: "2023-12-28", tax_withheld: "4804.74", dividend_type: "cash", currency: "USD" },
            { id: 342, investor_id: 311, investment_tier_id: 25, amount: "17119.38", payment_date: "2022-11-12", tax_withheld: "6158.40", dividend_type: "cash", currency: "USD" },
            { id: 343, investor_id: 335, investment_tier_id: 273, amount: "26280.04", payment_date: "2023-12-17", tax_withheld: "3748.99", dividend_type: "cash", currency: "USD" },
            { id: 344, investor_id: 209, investment_tier_id: 34, amount: "10791.71", payment_date: "2020-07-10", tax_withheld: "5045.53", dividend_type: "cash", currency: "USD" },
            { id: 345, investor_id: 242, investment_tier_id: 286, amount: "5194.38", payment_date: "2022-12-25", tax_withheld: "4204.75", dividend_type: "reinvestment", currency: "USD" },
            { id: 346, investor_id: 362, investment_tier_id: 163, amount: "394.83", payment_date: "2022-01-23", tax_withheld: "6222.07", dividend_type: "cash", currency: "USD" },
            { id: 347, investor_id: 247, investment_tier_id: 222, amount: "866.58", payment_date: "2022-04-21", tax_withheld: "5865.36", dividend_type: "cash", currency: "USD" },
            { id: 348, investor_id: 63, investment_tier_id: 19, amount: "1525.38", payment_date: "2023-02-23", tax_withheld: "4619.05", dividend_type: "cash", currency: "USD" },
            { id: 349, investor_id: 294, investment_tier_id: 277, amount: "1750.60", payment_date: "2020-10-24", tax_withheld: "5383.45", dividend_type: "reinvestment", currency: "USD" },
            { id: 350, investor_id: 212, investment_tier_id: 106, amount: "23778.00", payment_date: "2020-06-29", tax_withheld: "7258.34", dividend_type: "cash", currency: "USD" },
            { id: 351, investor_id: 82, investment_tier_id: 157, amount: "33088.20", payment_date: "2020-01-07", tax_withheld: "5902.50", dividend_type: "cash", currency: "USD" },
            { id: 352, investor_id: 388, investment_tier_id: 77, amount: "77.08", payment_date: "2023-02-15", tax_withheld: "5122.36", dividend_type: "cash", currency: "USD" },
            { id: 353, investor_id: 87, investment_tier_id: 237, amount: "148.98", payment_date: "2022-07-28", tax_withheld: "1926.12", dividend_type: "cash", currency: "USD" },
            { id: 354, investor_id: 478, investment_tier_id: 17, amount: "37.30", payment_date: "2020-04-04", tax_withheld: "4555.51", dividend_type: "cash", currency: "USD" },
            { id: 355, investor_id: 414, investment_tier_id: 293, amount: "1393.76", payment_date: "2020-02-09", tax_withheld: "6819.68", dividend_type: "cash", currency: "USD" },
            { id: 356, investor_id: 276, investment_tier_id: 41, amount: "10089.48", payment_date: "2020-01-23", tax_withheld: "3254.93", dividend_type: "cash", currency: "USD" },
            { id: 357, investor_id: 382, investment_tier_id: 45, amount: "9302.03", payment_date: "2023-12-01", tax_withheld: "2786.14", dividend_type: "cash", currency: "USD" },
            { id: 358, investor_id: 469, investment_tier_id: 290, amount: "21299.38", payment_date: "2022-03-23", tax_withheld: "5044.75", dividend_type: "cash", currency: "USD" },
            { id: 359, investor_id: 318, investment_tier_id: 293, amount: "220.76", payment_date: "2022-06-11", tax_withheld: "2318.73", dividend_type: "cash", currency: "GBP" },
            { id: 360, investor_id: 166, investment_tier_id: 42, amount: "25215.29", payment_date: "2023-01-28", tax_withheld: "5908.23", dividend_type: "cash", currency: "USD" },
            { id: 361, investor_id: 78, investment_tier_id: 286, amount: "23203.28", payment_date: "2021-09-23", tax_withheld: "4467.73", dividend_type: "cash", currency: "USD" },
            { id: 362, investor_id: 383, investment_tier_id: 96, amount: "18575.96", payment_date: "2023-12-02", tax_withheld: "3762.48", dividend_type: "cash", currency: "USD" },
            { id: 363, investor_id: 439, investment_tier_id: 87, amount: "2200.77", payment_date: "2021-11-25", tax_withheld: "2724.05", dividend_type: "cash", currency: "USD" },
            { id: 364, investor_id: 455, investment_tier_id: 103, amount: "33534.40", payment_date: "2020-02-12", tax_withheld: "4348.20", dividend_type: "cash", currency: "USD" },
            { id: 365, investor_id: 443, investment_tier_id: 177, amount: "2813.14", payment_date: "2021-01-15", tax_withheld: "4850.47", dividend_type: "reinvestment", currency: "USD" },
            { id: 366, investor_id: 229, investment_tier_id: 213, amount: "362.74", payment_date: "2023-10-21", tax_withheld: "8195.48", dividend_type: "reinvestment", currency: "USD" },
            { id: 367, investor_id: 230, investment_tier_id: 15, amount: "2281.17", payment_date: "2022-02-13", tax_withheld: "3730.14", dividend_type: "reinvestment", currency: "USD" },
            { id: 368, investor_id: 378, investment_tier_id: 8, amount: "42066.81", payment_date: "2020-03-03", tax_withheld: "6505.31", dividend_type: "reinvestment", currency: "USD" },
            { id: 369, investor_id: 162, investment_tier_id: 53, amount: "17423.00", payment_date: "2023-10-10", tax_withheld: "5472.94", dividend_type: "cash", currency: "USD" },
            { id: 370, investor_id: 62, investment_tier_id: 52, amount: "822.00", payment_date: "2022-01-09", tax_withheld: "6440.58", dividend_type: "cash", currency: "USD" },
            { id: 371, investor_id: 487, investment_tier_id: 235, amount: "16450.54", payment_date: "2020-10-02", tax_withheld: "4901.66", dividend_type: "cash", currency: "USD" },
            { id: 372, investor_id: 403, investment_tier_id: 221, amount: "4890.48", payment_date: "2021-06-09", tax_withheld: "3023.04", dividend_type: "cash", currency: "USD" },
            { id: 373, investor_id: 124, investment_tier_id: 3, amount: "33924.64", payment_date: "2020-11-27", tax_withheld: "2127.59", dividend_type: "cash", currency: "USD" },
            { id: 374, investor_id: 343, investment_tier_id: 169, amount: "2058.88", payment_date: "2023-02-11", tax_withheld: "2046.01", dividend_type: "cash", currency: "GBP" },
            { id: 375, investor_id: 490, investment_tier_id: 65, amount: "10523.03", payment_date: "2020-09-27", tax_withheld: "3750.06", dividend_type: "reinvestment", currency: "EUR" },
            { id: 376, investor_id: 40, investment_tier_id: 199, amount: "9261.47", payment_date: "2023-10-01", tax_withheld: "4007.84", dividend_type: "cash", currency: "USD" },
            { id: 377, investor_id: 443, investment_tier_id: 7, amount: "48125.37", payment_date: "2020-11-12", tax_withheld: "2630.45", dividend_type: "cash", currency: "USD" },
            { id: 378, investor_id: 275, investment_tier_id: 184, amount: "8085.81", payment_date: "2022-08-11", tax_withheld: "3590.86", dividend_type: "reinvestment", currency: "USD" },
            { id: 379, investor_id: 43, investment_tier_id: 174, amount: "6635.37", payment_date: "2023-03-12", tax_withheld: "3597.46", dividend_type: "reinvestment", currency: "USD" },
            { id: 380, investor_id: 440, investment_tier_id: 148, amount: "48807.62", payment_date: "2020-10-14", tax_withheld: "6717.68", dividend_type: "cash", currency: "USD" },
            { id: 381, investor_id: 276, investment_tier_id: 78, amount: "959.42", payment_date: "2023-02-22", tax_withheld: "5180.67", dividend_type: "cash", currency: "USD" },
            { id: 382, investor_id: 432, investment_tier_id: 198, amount: "4772.44", payment_date: "2020-12-27", tax_withheld: "4131.45", dividend_type: "reinvestment", currency: "USD" },
            { id: 383, investor_id: 361, investment_tier_id: 200, amount: "460.17", payment_date: "2021-10-25", tax_withheld: "3108.09", dividend_type: "cash", currency: "USD" },
            { id: 384, investor_id: 54, investment_tier_id: 167, amount: "42568.05", payment_date: "2023-12-16", tax_withheld: "4861.02", dividend_type: "cash", currency: "USD" },
            { id: 385, investor_id: 350, investment_tier_id: 197, amount: "17259.95", payment_date: "2021-08-15", tax_withheld: "4228.85", dividend_type: "cash", currency: "USD" },
            { id: 386, investor_id: 25, investment_tier_id: 40, amount: "10.83", payment_date: "2020-01-05", tax_withheld: "6460.06", dividend_type: "reinvestment", currency: "USD" },
            { id: 387, investor_id: 219, investment_tier_id: 122, amount: "7192.97", payment_date: "2023-04-05", tax_withheld: "6998.02", dividend_type: "cash", currency: "USD" },
            { id: 388, investor_id: 249, investment_tier_id: 237, amount: "12362.85", payment_date: "2023-06-12", tax_withheld: "3639.98", dividend_type: "cash", currency: "USD" },
            { id: 389, investor_id: 293, investment_tier_id: 100, amount: "26300.45", payment_date: "2021-12-30", tax_withheld: "3987.98", dividend_type: "cash", currency: "EUR" },
            { id: 390, investor_id: 184, investment_tier_id: 93, amount: "19852.96", payment_date: "2022-12-01", tax_withheld: "4433.01", dividend_type: "cash", currency: "USD" },
            { id: 391, investor_id: 98, investment_tier_id: 255, amount: "41225.51", payment_date: "2023-05-10", tax_withheld: "2562.23", dividend_type: "cash", currency: "USD" },
            { id: 392, investor_id: 323, investment_tier_id: 240, amount: "16099.18", payment_date: "2021-12-28", tax_withheld: "5281.08", dividend_type: "reinvestment", currency: "USD" },
            { id: 393, investor_id: 142, investment_tier_id: 185, amount: "17.29", payment_date: "2020-12-27", tax_withheld: "3721.45", dividend_type: "cash", currency: "USD" },
            { id: 394, investor_id: 401, investment_tier_id: 28, amount: "6797.50", payment_date: "2021-07-16", tax_withheld: "5765.03", dividend_type: "reinvestment", currency: "USD" },
            { id: 395, investor_id: 105, investment_tier_id: 44, amount: "39060.33", payment_date: "2020-12-05", tax_withheld: "3465.20", dividend_type: "reinvestment", currency: "USD" },
            { id: 396, investor_id: 324, investment_tier_id: 68, amount: "10770.80", payment_date: "2023-01-17", tax_withheld: "4518.26", dividend_type: "cash", currency: "USD" },
            { id: 397, investor_id: 57, investment_tier_id: 55, amount: "2979.43", payment_date: "2020-10-18", tax_withheld: "5911.89", dividend_type: "cash", currency: "USD" },
            { id: 398, investor_id: 23, investment_tier_id: 124, amount: "216.33", payment_date: "2022-10-23", tax_withheld: "7422.01", dividend_type: "reinvestment", currency: "EUR" },
            { id: 399, investor_id: 329, investment_tier_id: 148, amount: "33538.49", payment_date: "2021-04-05", tax_withheld: "2892.66", dividend_type: "cash", currency: "USD" },
            { id: 400, investor_id: 194, investment_tier_id: 158, amount: "17309.89", payment_date: "2022-09-07", tax_withheld: "4760.87", dividend_type: "cash", currency: "USD" },
        ],
    });
    await prisma.user_demographics.createMany({
        data: [
            { id: 1, investor_id: 182, age: 37, income_level: "low", investment_experience: "beginner" },
            { id: 2, investor_id: 395, age: 56, income_level: "medium", investment_experience: "beginner" },
            { id: 3, investor_id: 394, age: 42, income_level: "medium", investment_experience: "intermediate" },
            { id: 4, investor_id: 488, age: 68, income_level: "low", investment_experience: "expert" },
            { id: 5, investor_id: 79, age: 41, income_level: "low", investment_experience: "beginner" },
            { id: 6, investor_id: 161, age: 48, income_level: "medium", investment_experience: "beginner" },
            { id: 7, investor_id: 407, age: 34, income_level: "medium", investment_experience: "expert" },
            { id: 8, investor_id: 241, age: 63, income_level: "low", investment_experience: "intermediate" },
            { id: 9, investor_id: 161, age: 24, income_level: "high", investment_experience: "intermediate" },
            { id: 10, investor_id: 145, age: 48, income_level: "medium", investment_experience: "beginner" },
            { id: 11, investor_id: 48, age: 61, income_level: "medium", investment_experience: "intermediate" },
            { id: 12, investor_id: 39, age: 66, income_level: "low", investment_experience: "beginner" },
            { id: 13, investor_id: 111, age: 62, income_level: "medium", investment_experience: "beginner" },
            { id: 14, investor_id: 192, age: 70, income_level: "low", investment_experience: "beginner" },
            { id: 15, investor_id: 217, age: 65, income_level: "low", investment_experience: "beginner" },
            { id: 16, investor_id: 322, age: 79, income_level: "low", investment_experience: "intermediate" },
            { id: 17, investor_id: 171, age: 80, income_level: "low", investment_experience: "expert" },
            { id: 18, investor_id: 479, age: 38, income_level: "medium", investment_experience: "beginner" },
            { id: 19, investor_id: 487, age: 78, income_level: "low", investment_experience: "expert" },
            { id: 20, investor_id: 147, age: 24, income_level: "medium", investment_experience: "beginner" },
            { id: 21, investor_id: 341, age: 59, income_level: "low", investment_experience: "beginner" },
            { id: 22, investor_id: 267, age: 32, income_level: "low", investment_experience: "beginner" },
            { id: 23, investor_id: 21, age: 70, income_level: "low", investment_experience: "beginner" },
            { id: 24, investor_id: 291, age: 33, income_level: "low", investment_experience: "beginner" },
            { id: 25, investor_id: 209, age: 45, income_level: "high", investment_experience: "beginner" },
            { id: 26, investor_id: 495, age: 72, income_level: "medium", investment_experience: "beginner" },
            { id: 27, investor_id: 93, age: 70, income_level: "high", investment_experience: "beginner" },
            { id: 28, investor_id: 257, age: 21, income_level: "medium", investment_experience: "beginner" },
            { id: 29, investor_id: 318, age: 37, income_level: "medium", investment_experience: "intermediate" },
            { id: 30, investor_id: 402, age: 25, income_level: "medium", investment_experience: "intermediate" },
            { id: 31, investor_id: 308, age: 72, income_level: "low", investment_experience: "beginner" },
            { id: 32, investor_id: 436, age: 66, income_level: "low", investment_experience: "beginner" },
            { id: 33, investor_id: 197, age: 41, income_level: "medium", investment_experience: "beginner" },
            { id: 34, investor_id: 267, age: 79, income_level: "low", investment_experience: "beginner" },
            { id: 35, investor_id: 93, age: 44, income_level: "low", investment_experience: "beginner" },
            { id: 36, investor_id: 41, age: 49, income_level: "low", investment_experience: "beginner" },
            { id: 37, investor_id: 140, age: 51, income_level: "medium", investment_experience: "beginner" },
            { id: 38, investor_id: 108, age: 50, income_level: "medium", investment_experience: "expert" },
            { id: 39, investor_id: 43, age: 23, income_level: "medium", investment_experience: "intermediate" },
            { id: 40, investor_id: 23, age: 33, income_level: "low", investment_experience: "intermediate" },
            { id: 41, investor_id: 457, age: 61, income_level: "low", investment_experience: "beginner" },
            { id: 42, investor_id: 211, age: 24, income_level: "medium", investment_experience: "beginner" },
            { id: 43, investor_id: 207, age: 62, income_level: "medium", investment_experience: "beginner" },
            { id: 44, investor_id: 53, age: 32, income_level: "low", investment_experience: "beginner" },
            { id: 45, investor_id: 73, age: 35, income_level: "low", investment_experience: "beginner" },
            { id: 46, investor_id: 170, age: 74, income_level: "low", investment_experience: "expert" },
            { id: 47, investor_id: 24, age: 46, income_level: "high", investment_experience: "beginner" },
            { id: 48, investor_id: 136, age: 48, income_level: "high", investment_experience: "beginner" },
            { id: 49, investor_id: 473, age: 65, income_level: "medium", investment_experience: "beginner" },
            { id: 50, investor_id: 29, age: 48, income_level: "high", investment_experience: "intermediate" },
            { id: 51, investor_id: 71, age: 33, income_level: "low", investment_experience: "beginner" },
            { id: 52, investor_id: 29, age: 52, income_level: "high", investment_experience: "intermediate" },
            { id: 53, investor_id: 31, age: 61, income_level: "low", investment_experience: "beginner" },
            { id: 54, investor_id: 176, age: 53, income_level: "low", investment_experience: "beginner" },
            { id: 55, investor_id: 243, age: 45, income_level: "medium", investment_experience: "beginner" },
            { id: 56, investor_id: 40, age: 29, income_level: "medium", investment_experience: "intermediate" },
            { id: 57, investor_id: 476, age: 79, income_level: "medium", investment_experience: "beginner" },
            { id: 58, investor_id: 410, age: 37, income_level: "medium", investment_experience: "beginner" },
            { id: 59, investor_id: 427, age: 74, income_level: "medium", investment_experience: "beginner" },
            { id: 60, investor_id: 423, age: 47, income_level: "low", investment_experience: "expert" },
            { id: 61, investor_id: 479, age: 54, income_level: "high", investment_experience: "beginner" },
            { id: 62, investor_id: 403, age: 78, income_level: "medium", investment_experience: "beginner" },
            { id: 63, investor_id: 88, age: 69, income_level: "medium", investment_experience: "beginner" },
            { id: 64, investor_id: 83, age: 74, income_level: "low", investment_experience: "beginner" },
            { id: 65, investor_id: 278, age: 77, income_level: "low", investment_experience: "beginner" },
            { id: 66, investor_id: 396, age: 64, income_level: "medium", investment_experience: "beginner" },
            { id: 67, investor_id: 262, age: 49, income_level: "medium", investment_experience: "intermediate" },
            { id: 68, investor_id: 246, age: 24, income_level: "medium", investment_experience: "beginner" },
            { id: 69, investor_id: 420, age: 80, income_level: "medium", investment_experience: "expert" },
            { id: 70, investor_id: 180, age: 41, income_level: "low", investment_experience: "beginner" },
            { id: 71, investor_id: 408, age: 23, income_level: "low", investment_experience: "beginner" },
            { id: 72, investor_id: 167, age: 21, income_level: "medium", investment_experience: "intermediate" },
            { id: 73, investor_id: 41, age: 78, income_level: "low", investment_experience: "beginner" },
            { id: 74, investor_id: 251, age: 52, income_level: "low", investment_experience: "beginner" },
            { id: 75, investor_id: 266, age: 48, income_level: "high", investment_experience: "beginner" },
            { id: 76, investor_id: 103, age: 70, income_level: "low", investment_experience: "beginner" },
            { id: 77, investor_id: 46, age: 33, income_level: "low", investment_experience: "beginner" },
            { id: 78, investor_id: 93, age: 23, income_level: "high", investment_experience: "beginner" },
            { id: 79, investor_id: 97, age: 24, income_level: "medium", investment_experience: "intermediate" },
            { id: 80, investor_id: 416, age: 52, income_level: "low", investment_experience: "expert" },
            { id: 81, investor_id: 456, age: 38, income_level: "medium", investment_experience: "intermediate" },
            { id: 82, investor_id: 5, age: 54, income_level: "medium", investment_experience: "beginner" },
            { id: 83, investor_id: 357, age: 26, income_level: "high", investment_experience: "beginner" },
            { id: 84, investor_id: 370, age: 73, income_level: "medium", investment_experience: "intermediate" },
            { id: 85, investor_id: 55, age: 36, income_level: "medium", investment_experience: "beginner" },
            { id: 86, investor_id: 480, age: 23, income_level: "medium", investment_experience: "intermediate" },
            { id: 87, investor_id: 403, age: 26, income_level: "high", investment_experience: "beginner" },
            { id: 88, investor_id: 73, age: 70, income_level: "low", investment_experience: "beginner" },
            { id: 89, investor_id: 258, age: 75, income_level: "medium", investment_experience: "intermediate" },
            { id: 90, investor_id: 481, age: 55, income_level: "low", investment_experience: "beginner" },
            { id: 91, investor_id: 244, age: 31, income_level: "low", investment_experience: "beginner" },
            { id: 92, investor_id: 473, age: 30, income_level: "low", investment_experience: "beginner" },
            { id: 93, investor_id: 358, age: 20, income_level: "low", investment_experience: "beginner" },
            { id: 94, investor_id: 410, age: 67, income_level: "low", investment_experience: "beginner" },
            { id: 95, investor_id: 298, age: 41, income_level: "low", investment_experience: "beginner" },
            { id: 96, investor_id: 337, age: 51, income_level: "low", investment_experience: "beginner" },
            { id: 97, investor_id: 272, age: 77, income_level: "low", investment_experience: "beginner" },
            { id: 98, investor_id: 402, age: 20, income_level: "medium", investment_experience: "beginner" },
            { id: 99, investor_id: 417, age: 31, income_level: "medium", investment_experience: "intermediate" },
            { id: 100, investor_id: 19, age: 19, income_level: "medium", investment_experience: "beginner" },
            { id: 101, investor_id: 356, age: 41, income_level: "low", investment_experience: "beginner" },
            { id: 102, investor_id: 398, age: 29, income_level: "high", investment_experience: "beginner" },
            { id: 103, investor_id: 276, age: 23, income_level: "low", investment_experience: "beginner" },
            { id: 104, investor_id: 46, age: 33, income_level: "medium", investment_experience: "intermediate" },
            { id: 105, investor_id: 6, age: 58, income_level: "medium", investment_experience: "beginner" },
            { id: 106, investor_id: 172, age: 37, income_level: "medium", investment_experience: "intermediate" },
            { id: 107, investor_id: 371, age: 46, income_level: "low", investment_experience: "beginner" },
            { id: 108, investor_id: 100, age: 55, income_level: "low", investment_experience: "beginner" },
            { id: 109, investor_id: 81, age: 22, income_level: "low", investment_experience: "expert" },
            { id: 110, investor_id: 117, age: 36, income_level: "medium", investment_experience: "intermediate" },
            { id: 111, investor_id: 416, age: 41, income_level: "low", investment_experience: "beginner" },
            { id: 112, investor_id: 98, age: 53, income_level: "medium", investment_experience: "intermediate" },
            { id: 113, investor_id: 358, age: 51, income_level: "low", investment_experience: "intermediate" },
            { id: 114, investor_id: 18, age: 46, income_level: "low", investment_experience: "beginner" },
            { id: 115, investor_id: 186, age: 46, income_level: "high", investment_experience: "beginner" },
            { id: 116, investor_id: 177, age: 68, income_level: "medium", investment_experience: "beginner" },
            { id: 117, investor_id: 103, age: 25, income_level: "medium", investment_experience: "beginner" },
            { id: 118, investor_id: 286, age: 30, income_level: "medium", investment_experience: "beginner" },
            { id: 119, investor_id: 482, age: 56, income_level: "low", investment_experience: "beginner" },
            { id: 120, investor_id: 285, age: 28, income_level: "high", investment_experience: "beginner" },
            { id: 121, investor_id: 45, age: 38, income_level: "medium", investment_experience: "intermediate" },
            { id: 122, investor_id: 319, age: 49, income_level: "medium", investment_experience: "intermediate" },
            { id: 123, investor_id: 277, age: 35, income_level: "medium", investment_experience: "intermediate" },
            { id: 124, investor_id: 297, age: 30, income_level: "high", investment_experience: "beginner" },
            { id: 125, investor_id: 62, age: 67, income_level: "low", investment_experience: "beginner" },
            { id: 126, investor_id: 95, age: 37, income_level: "high", investment_experience: "beginner" },
            { id: 127, investor_id: 259, age: 25, income_level: "medium", investment_experience: "beginner" },
            { id: 128, investor_id: 290, age: 77, income_level: "medium", investment_experience: "expert" },
            { id: 129, investor_id: 472, age: 61, income_level: "medium", investment_experience: "beginner" },
            { id: 130, investor_id: 63, age: 32, income_level: "low", investment_experience: "beginner" },
            { id: 131, investor_id: 458, age: 48, income_level: "low", investment_experience: "beginner" },
            { id: 132, investor_id: 264, age: 73, income_level: "low", investment_experience: "intermediate" },
            { id: 133, investor_id: 482, age: 44, income_level: "high", investment_experience: "intermediate" },
            { id: 134, investor_id: 418, age: 68, income_level: "medium", investment_experience: "expert" },
            { id: 135, investor_id: 478, age: 60, income_level: "medium", investment_experience: "beginner" },
            { id: 136, investor_id: 401, age: 33, income_level: "low", investment_experience: "expert" },
            { id: 137, investor_id: 380, age: 27, income_level: "medium", investment_experience: "intermediate" },
            { id: 138, investor_id: 219, age: 76, income_level: "low", investment_experience: "beginner" },
            { id: 139, investor_id: 396, age: 30, income_level: "low", investment_experience: "beginner" },
            { id: 140, investor_id: 378, age: 30, income_level: "high", investment_experience: "beginner" },
            { id: 141, investor_id: 292, age: 58, income_level: "low", investment_experience: "intermediate" },
            { id: 142, investor_id: 470, age: 50, income_level: "medium", investment_experience: "beginner" },
            { id: 143, investor_id: 362, age: 64, income_level: "high", investment_experience: "beginner" },
            { id: 144, investor_id: 386, age: 25, income_level: "low", investment_experience: "beginner" },
            { id: 145, investor_id: 457, age: 38, income_level: "medium", investment_experience: "intermediate" },
            { id: 146, investor_id: 292, age: 29, income_level: "medium", investment_experience: "intermediate" },
            { id: 147, investor_id: 487, age: 61, income_level: "high", investment_experience: "beginner" },
            { id: 148, investor_id: 426, age: 59, income_level: "low", investment_experience: "beginner" },
            { id: 149, investor_id: 131, age: 32, income_level: "low", investment_experience: "beginner" },
            { id: 150, investor_id: 356, age: 77, income_level: "low", investment_experience: "beginner" },
            { id: 151, investor_id: 468, age: 72, income_level: "low", investment_experience: "beginner" },
            { id: 152, investor_id: 23, age: 79, income_level: "medium", investment_experience: "expert" },
            { id: 153, investor_id: 446, age: 38, income_level: "low", investment_experience: "beginner" },
            { id: 154, investor_id: 61, age: 69, income_level: "medium", investment_experience: "expert" },
            { id: 155, investor_id: 122, age: 56, income_level: "low", investment_experience: "beginner" },
            { id: 156, investor_id: 168, age: 38, income_level: "medium", investment_experience: "beginner" },
            { id: 157, investor_id: 245, age: 40, income_level: "high", investment_experience: "beginner" },
            { id: 158, investor_id: 173, age: 79, income_level: "medium", investment_experience: "beginner" },
            { id: 159, investor_id: 293, age: 53, income_level: "low", investment_experience: "beginner" },
            { id: 160, investor_id: 55, age: 48, income_level: "medium", investment_experience: "beginner" },
            { id: 161, investor_id: 314, age: 29, income_level: "high", investment_experience: "beginner" },
            { id: 162, investor_id: 102, age: 60, income_level: "low", investment_experience: "intermediate" },
            { id: 163, investor_id: 320, age: 28, income_level: "medium", investment_experience: "intermediate" },
            { id: 164, investor_id: 229, age: 19, income_level: "medium", investment_experience: "beginner" },
            { id: 165, investor_id: 61, age: 37, income_level: "low", investment_experience: "beginner" },
            { id: 166, investor_id: 423, age: 78, income_level: "medium", investment_experience: "intermediate" },
            { id: 167, investor_id: 439, age: 23, income_level: "medium", investment_experience: "expert" },
            { id: 168, investor_id: 357, age: 50, income_level: "low", investment_experience: "beginner" },
            { id: 169, investor_id: 13, age: 21, income_level: "low", investment_experience: "beginner" },
            { id: 170, investor_id: 306, age: 23, income_level: "low", investment_experience: "beginner" },
            { id: 171, investor_id: 405, age: 66, income_level: "low", investment_experience: "beginner" },
            { id: 172, investor_id: 142, age: 42, income_level: "medium", investment_experience: "beginner" },
            { id: 173, investor_id: 339, age: 38, income_level: "medium", investment_experience: "beginner" },
            { id: 174, investor_id: 87, age: 48, income_level: "low", investment_experience: "intermediate" },
            { id: 175, investor_id: 53, age: 53, income_level: "low", investment_experience: "beginner" },
            { id: 176, investor_id: 201, age: 59, income_level: "low", investment_experience: "beginner" },
            { id: 177, investor_id: 107, age: 63, income_level: "medium", investment_experience: "intermediate" },
            { id: 178, investor_id: 173, age: 74, income_level: "low", investment_experience: "beginner" },
            { id: 179, investor_id: 214, age: 60, income_level: "low", investment_experience: "beginner" },
            { id: 180, investor_id: 33, age: 30, income_level: "medium", investment_experience: "expert" },
            { id: 181, investor_id: 287, age: 21, income_level: "low", investment_experience: "expert" },
            { id: 182, investor_id: 116, age: 19, income_level: "high", investment_experience: "intermediate" },
            { id: 183, investor_id: 409, age: 48, income_level: "medium", investment_experience: "intermediate" },
            { id: 184, investor_id: 139, age: 58, income_level: "high", investment_experience: "beginner" },
            { id: 185, investor_id: 447, age: 77, income_level: "low", investment_experience: "intermediate" },
            { id: 186, investor_id: 459, age: 65, income_level: "low", investment_experience: "beginner" },
            { id: 187, investor_id: 454, age: 35, income_level: "low", investment_experience: "beginner" },
            { id: 188, investor_id: 116, age: 72, income_level: "medium", investment_experience: "beginner" },
            { id: 189, investor_id: 243, age: 47, income_level: "medium", investment_experience: "intermediate" },
            { id: 190, investor_id: 15, age: 45, income_level: "low", investment_experience: "expert" },
            { id: 191, investor_id: 182, age: 42, income_level: "medium", investment_experience: "beginner" },
            { id: 192, investor_id: 333, age: 40, income_level: "medium", investment_experience: "beginner" },
            { id: 193, investor_id: 101, age: 28, income_level: "medium", investment_experience: "beginner" },
            { id: 194, investor_id: 351, age: 76, income_level: "medium", investment_experience: "beginner" },
            { id: 195, investor_id: 128, age: 38, income_level: "low", investment_experience: "beginner" },
            { id: 196, investor_id: 125, age: 79, income_level: "low", investment_experience: "intermediate" },
            { id: 197, investor_id: 271, age: 79, income_level: "low", investment_experience: "beginner" },
            { id: 198, investor_id: 491, age: 60, income_level: "low", investment_experience: "intermediate" },
            { id: 199, investor_id: 311, age: 38, income_level: "low", investment_experience: "intermediate" },
            { id: 200, investor_id: 380, age: 46, income_level: "low", investment_experience: "beginner" },
            { id: 201, investor_id: 315, age: 74, income_level: "medium", investment_experience: "beginner" },
            { id: 202, investor_id: 263, age: 22, income_level: "low", investment_experience: "expert" },
            { id: 203, investor_id: 104, age: 73, income_level: "medium", investment_experience: "beginner" },
            { id: 204, investor_id: 310, age: 41, income_level: "low", investment_experience: "beginner" },
            { id: 205, investor_id: 435, age: 62, income_level: "low", investment_experience: "beginner" },
            { id: 206, investor_id: 467, age: 78, income_level: "low", investment_experience: "intermediate" },
            { id: 207, investor_id: 146, age: 72, income_level: "low", investment_experience: "beginner" },
            { id: 208, investor_id: 222, age: 74, income_level: "medium", investment_experience: "beginner" },
            { id: 209, investor_id: 227, age: 73, income_level: "medium", investment_experience: "beginner" },
            { id: 210, investor_id: 415, age: 63, income_level: "medium", investment_experience: "beginner" },
            { id: 211, investor_id: 308, age: 75, income_level: "medium", investment_experience: "beginner" },
            { id: 212, investor_id: 181, age: 64, income_level: "low", investment_experience: "beginner" },
            { id: 213, investor_id: 55, age: 25, income_level: "low", investment_experience: "beginner" },
            { id: 214, investor_id: 478, age: 46, income_level: "low", investment_experience: "expert" },
            { id: 215, investor_id: 450, age: 61, income_level: "medium", investment_experience: "intermediate" },
            { id: 216, investor_id: 298, age: 70, income_level: "low", investment_experience: "intermediate" },
            { id: 217, investor_id: 207, age: 66, income_level: "low", investment_experience: "beginner" },
            { id: 218, investor_id: 182, age: 32, income_level: "low", investment_experience: "intermediate" },
            { id: 219, investor_id: 93, age: 68, income_level: "medium", investment_experience: "expert" },
            { id: 220, investor_id: 93, age: 40, income_level: "low", investment_experience: "beginner" },
            { id: 221, investor_id: 302, age: 69, income_level: "high", investment_experience: "beginner" },
            { id: 222, investor_id: 136, age: 64, income_level: "low", investment_experience: "beginner" },
            { id: 223, investor_id: 33, age: 25, income_level: "low", investment_experience: "intermediate" },
            { id: 224, investor_id: 142, age: 66, income_level: "low", investment_experience: "expert" },
            { id: 225, investor_id: 34, age: 68, income_level: "low", investment_experience: "beginner" },
            { id: 226, investor_id: 500, age: 69, income_level: "medium", investment_experience: "intermediate" },
            { id: 227, investor_id: 114, age: 59, income_level: "medium", investment_experience: "expert" },
            { id: 228, investor_id: 279, age: 64, income_level: "low", investment_experience: "intermediate" },
            { id: 229, investor_id: 401, age: 49, income_level: "low", investment_experience: "beginner" },
            { id: 230, investor_id: 24, age: 47, income_level: "low", investment_experience: "beginner" },
            { id: 231, investor_id: 157, age: 70, income_level: "medium", investment_experience: "beginner" },
            { id: 232, investor_id: 443, age: 43, income_level: "medium", investment_experience: "beginner" },
            { id: 233, investor_id: 11, age: 53, income_level: "medium", investment_experience: "intermediate" },
            { id: 234, investor_id: 365, age: 62, income_level: "medium", investment_experience: "beginner" },
            { id: 235, investor_id: 23, age: 36, income_level: "medium", investment_experience: "intermediate" },
            { id: 236, investor_id: 403, age: 51, income_level: "low", investment_experience: "intermediate" },
            { id: 237, investor_id: 225, age: 32, income_level: "medium", investment_experience: "beginner" },
            { id: 238, investor_id: 360, age: 57, income_level: "low", investment_experience: "beginner" },
            { id: 239, investor_id: 210, age: 77, income_level: "low", investment_experience: "expert" },
            { id: 240, investor_id: 76, age: 33, income_level: "low", investment_experience: "beginner" },
            { id: 241, investor_id: 209, age: 51, income_level: "low", investment_experience: "beginner" },
            { id: 242, investor_id: 160, age: 22, income_level: "medium", investment_experience: "beginner" },
            { id: 243, investor_id: 229, age: 39, income_level: "medium", investment_experience: "beginner" },
            { id: 244, investor_id: 222, age: 42, income_level: "low", investment_experience: "beginner" },
            { id: 245, investor_id: 192, age: 47, income_level: "low", investment_experience: "expert" },
            { id: 246, investor_id: 407, age: 58, income_level: "high", investment_experience: "intermediate" },
            { id: 247, investor_id: 494, age: 27, income_level: "low", investment_experience: "intermediate" },
            { id: 248, investor_id: 195, age: 23, income_level: "low", investment_experience: "expert" },
            { id: 249, investor_id: 30, age: 68, income_level: "medium", investment_experience: "beginner" },
            { id: 250, investor_id: 228, age: 80, income_level: "low", investment_experience: "expert" },
            { id: 251, investor_id: 255, age: 39, income_level: "high", investment_experience: "beginner" },
            { id: 252, investor_id: 16, age: 31, income_level: "low", investment_experience: "intermediate" },
            { id: 253, investor_id: 313, age: 24, income_level: "low", investment_experience: "beginner" },
            { id: 254, investor_id: 29, age: 40, income_level: "low", investment_experience: "expert" },
            { id: 255, investor_id: 463, age: 73, income_level: "high", investment_experience: "intermediate" },
            { id: 256, investor_id: 99, age: 40, income_level: "medium", investment_experience: "beginner" },
            { id: 257, investor_id: 357, age: 73, income_level: "low", investment_experience: "beginner" },
            { id: 258, investor_id: 225, age: 67, income_level: "medium", investment_experience: "beginner" },
            { id: 259, investor_id: 27, age: 68, income_level: "high", investment_experience: "beginner" },
            { id: 260, investor_id: 113, age: 29, income_level: "low", investment_experience: "beginner" },
            { id: 261, investor_id: 413, age: 22, income_level: "medium", investment_experience: "beginner" },
            { id: 262, investor_id: 57, age: 57, income_level: "low", investment_experience: "beginner" },
            { id: 263, investor_id: 237, age: 42, income_level: "medium", investment_experience: "beginner" },
            { id: 264, investor_id: 138, age: 27, income_level: "medium", investment_experience: "intermediate" },
            { id: 265, investor_id: 379, age: 76, income_level: "high", investment_experience: "beginner" },
            { id: 266, investor_id: 90, age: 32, income_level: "medium", investment_experience: "beginner" },
            { id: 267, investor_id: 417, age: 31, income_level: "medium", investment_experience: "beginner" },
            { id: 268, investor_id: 438, age: 22, income_level: "medium", investment_experience: "intermediate" },
            { id: 269, investor_id: 49, age: 56, income_level: "medium", investment_experience: "beginner" },
            { id: 270, investor_id: 6, age: 53, income_level: "low", investment_experience: "beginner" },
            { id: 271, investor_id: 44, age: 61, income_level: "low", investment_experience: "expert" },
            { id: 272, investor_id: 232, age: 38, income_level: "low", investment_experience: "beginner" },
            { id: 273, investor_id: 14, age: 28, income_level: "low", investment_experience: "beginner" },
            { id: 274, investor_id: 27, age: 38, income_level: "low", investment_experience: "beginner" },
            { id: 275, investor_id: 226, age: 33, income_level: "medium", investment_experience: "intermediate" },
            { id: 276, investor_id: 150, age: 63, income_level: "medium", investment_experience: "beginner" },
            { id: 277, investor_id: 285, age: 27, income_level: "medium", investment_experience: "beginner" },
            { id: 278, investor_id: 499, age: 26, income_level: "medium", investment_experience: "intermediate" },
            { id: 279, investor_id: 52, age: 30, income_level: "low", investment_experience: "beginner" },
            { id: 280, investor_id: 474, age: 65, income_level: "low", investment_experience: "beginner" },
            { id: 281, investor_id: 109, age: 48, income_level: "medium", investment_experience: "intermediate" },
            { id: 282, investor_id: 350, age: 62, income_level: "medium", investment_experience: "beginner" },
            { id: 283, investor_id: 97, age: 78, income_level: "low", investment_experience: "intermediate" },
            { id: 284, investor_id: 54, age: 54, income_level: "medium", investment_experience: "beginner" },
            { id: 285, investor_id: 228, age: 41, income_level: "medium", investment_experience: "intermediate" },
            { id: 286, investor_id: 68, age: 60, income_level: "low", investment_experience: "beginner" },
            { id: 287, investor_id: 335, age: 61, income_level: "medium", investment_experience: "beginner" },
            { id: 288, investor_id: 217, age: 38, income_level: "low", investment_experience: "beginner" },
            { id: 289, investor_id: 61, age: 77, income_level: "medium", investment_experience: "expert" },
            { id: 290, investor_id: 226, age: 62, income_level: "medium", investment_experience: "beginner" },
            { id: 291, investor_id: 108, age: 44, income_level: "low", investment_experience: "beginner" },
            { id: 292, investor_id: 311, age: 26, income_level: "high", investment_experience: "beginner" },
            { id: 293, investor_id: 461, age: 37, income_level: "low", investment_experience: "beginner" },
            { id: 294, investor_id: 111, age: 51, income_level: "medium", investment_experience: "beginner" },
            { id: 295, investor_id: 328, age: 74, income_level: "medium", investment_experience: "beginner" },
            { id: 296, investor_id: 26, age: 33, income_level: "low", investment_experience: "intermediate" },
            { id: 297, investor_id: 63, age: 66, income_level: "medium", investment_experience: "beginner" },
            { id: 298, investor_id: 52, age: 54, income_level: "high", investment_experience: "expert" },
            { id: 299, investor_id: 225, age: 70, income_level: "low", investment_experience: "beginner" },
            { id: 300, investor_id: 62, age: 65, income_level: "low", investment_experience: "intermediate" },
        ],
    });
}

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