// Peer Lending Transactions Dataset (peer-to-peer-lending-platform) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.transactions), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.transactions.createMany({
        data: [
            { id: 1, borrower_id: "87ad4dc9-714d-4d63-a224-40fd960b5553", lender_id: "d8c9ddc8-a0ed-41ca-9ab6-16890bd35a79", loan_amount: "4987.64", investment_amount: "184.34", interest_rate: "0.0835", repayment_term: 16, status: "completed", promotion_applied: false, created_at: new Date("2022-12-04T23:01:58Z") },
            { id: 2, borrower_id: "0f913557-c5ff-467f-8dae-b0b5ef8ff6bc", lender_id: "4809372c-856d-402b-bdf2-a98b4be6ce63", loan_amount: "4620.09", investment_amount: "6413.87", interest_rate: "0.1077", repayment_term: 23, status: "completed", promotion_applied: false, created_at: new Date("2020-12-16T08:30:13Z") },
            { id: 3, borrower_id: "425643a0-7246-4704-a705-71600148aeb4", lender_id: "5b7091f8-fdc6-4cd5-8832-3664fe96a6fc", loan_amount: "662.39", investment_amount: "536.96", interest_rate: "0.0592", repayment_term: 23, status: "completed", promotion_applied: true, created_at: new Date("2022-06-14T09:31:42Z") },
            { id: 4, borrower_id: "856f977a-ad76-4f8b-be89-964e9181e0b9", lender_id: "27d0362e-e610-4af9-a7fe-79589676682e", loan_amount: "1280.19", investment_amount: "1063.77", interest_rate: "0.0709", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-03-17T19:48:54Z") },
            { id: 5, borrower_id: "24095e2e-42ae-4977-9489-c0e0dfe7458d", lender_id: "6b2aabf0-fdb3-4340-80d2-12ccc754f913", loan_amount: "160.92", investment_amount: "3438.53", interest_rate: "0.1026", repayment_term: 12, status: "completed", promotion_applied: null, created_at: new Date("2020-05-18T15:00:51Z") },
            { id: 6, borrower_id: "600c5814-8495-4a1b-9908-d3bfbadb1bfb", lender_id: "6d8f9ab8-9eac-4da3-8f4f-6e8020aac7ed", loan_amount: "2324.92", investment_amount: "3749.61", interest_rate: "0.0848", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-08-23T22:13:38Z") },
            { id: 7, borrower_id: "a040abcd-d112-4047-bc8b-e4e853561cc3", lender_id: "45110235-b6a1-4e37-aa14-3316f9111e45", loan_amount: "3372.39", investment_amount: "71.40", interest_rate: "0.0924", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-11-23T19:56:02Z") },
            { id: 8, borrower_id: "e6b4dc16-94d4-4888-8893-05f5c6d9b463", lender_id: "65d5e9ee-fec4-407c-ac11-273a1e4eb596", loan_amount: "113.17", investment_amount: "1333.30", interest_rate: "0.0839", repayment_term: 11, status: "completed", promotion_applied: true, created_at: new Date("2022-02-02T15:30:25Z") },
            { id: 9, borrower_id: "ff7f28e5-7374-4aaa-87ed-26748ac21328", lender_id: "48c489e3-71b1-49ac-b85b-67489456e3fe", loan_amount: "4404.13", investment_amount: "8786.12", interest_rate: "0.0775", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-08-16T22:37:27Z") },
            { id: 10, borrower_id: "30c7f1f1-d34e-4544-b932-ae93e0c2195a", lender_id: "3aefdb3e-c406-40a4-893a-1ebc9e50f5db", loan_amount: "6288.33", investment_amount: "9043.09", interest_rate: "0.0946", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-12-19T09:15:38Z") },
            { id: 11, borrower_id: "150da4a3-2462-4314-96c6-d143751a46d0", lender_id: "398066ef-7ded-481d-bc15-124fbe38b631", loan_amount: "241.88", investment_amount: "51.06", interest_rate: "0.0898", repayment_term: 24, status: "completed", promotion_applied: false, created_at: new Date("2021-02-07T23:20:11Z") },
            { id: 12, borrower_id: "0187a322-60b4-4da8-ba23-a57d004dc1fe", lender_id: "14d49881-9605-48a5-8a79-bca466cd0903", loan_amount: "5457.68", investment_amount: "1176.20", interest_rate: "0.1169", repayment_term: 24, status: "completed", promotion_applied: false, created_at: new Date("2022-04-11T18:43:36Z") },
            { id: 13, borrower_id: "f6a752ff-3f12-49fc-b838-efce7ca469fa", lender_id: "1dc9b258-2ae8-4f9a-913b-cd4b6c3201a5", loan_amount: "267.83", investment_amount: "6603.45", interest_rate: "0.0934", repayment_term: 20, status: "defaulted", promotion_applied: true, created_at: new Date("2020-08-28T20:47:17Z") },
            { id: 14, borrower_id: "d29e0575-e3d7-4128-8e35-61dc448d1317", lender_id: "800b3577-50a4-4a36-ba07-2fb8f8cdca17", loan_amount: "603.87", investment_amount: "5032.84", interest_rate: "0.1305", repayment_term: 16, status: "completed", promotion_applied: false, created_at: new Date("2020-05-27T09:45:55Z") },
            { id: 15, borrower_id: "483a6f65-467f-4a4d-ad95-81b9ec01019a", lender_id: "4217e5dc-dd89-4fc6-8c18-e0027ea5a167", loan_amount: "8263.34", investment_amount: "299.03", interest_rate: "0.1072", repayment_term: 23, status: "completed", promotion_applied: null, created_at: new Date("2022-05-24T15:32:13Z") },
            { id: 16, borrower_id: "8309f71f-76ac-46ab-958b-ad06ccd3a80f", lender_id: "60b8c49d-300a-4cf8-bd5d-73c7fcd13401", loan_amount: "1546.25", investment_amount: "221.30", interest_rate: "0.0829", repayment_term: 14, status: "completed", promotion_applied: false, created_at: new Date("2021-01-06T10:54:40Z") },
            { id: 17, borrower_id: "88140c94-045a-4e2e-8953-7cc3e370c429", lender_id: "d0b74dd2-a732-4f8d-b09e-986ea7808dca", loan_amount: "553.70", investment_amount: "1625.89", interest_rate: "0.1089", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2020-01-04T15:29:50Z") },
            { id: 18, borrower_id: "b1c62d1f-99ff-4f30-9f23-a10a1cb82211", lender_id: "9f21f6ab-e2d4-4382-9844-b8e0dbcfb20e", loan_amount: "1193.95", investment_amount: "764.78", interest_rate: "0.0655", repayment_term: 27, status: "completed", promotion_applied: null, created_at: new Date("2022-02-01T20:18:39Z") },
            { id: 19, borrower_id: "f78e3c24-f04d-4655-823b-fc022a0fd5f9", lender_id: "2c6bd850-06bb-49f0-b323-da85f7fa1cad", loan_amount: "214.78", investment_amount: "1151.44", interest_rate: "0.0938", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2021-01-29T09:40:26Z") },
            { id: 20, borrower_id: "f0890c67-731b-444d-a3b9-bb9b891282cb", lender_id: "9fc1e8d9-c679-4f61-ba49-74809b350c4a", loan_amount: "8340.91", investment_amount: "239.61", interest_rate: "0.0830", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2020-01-10T15:13:02Z") },
            { id: 21, borrower_id: "98958184-db88-47b7-8a3d-fd8536c2a3e8", lender_id: "7165492f-13ff-4bf4-8ead-e2d1adc50b4f", loan_amount: "3291.25", investment_amount: "252.38", interest_rate: "0.1021", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-05-11T22:29:42Z") },
            { id: 22, borrower_id: "67b04489-9baa-4ff0-b8a2-8e4ccc0f9ee1", lender_id: "534e8f0e-a44a-4405-8ffc-5bc886c4607a", loan_amount: "2707.79", investment_amount: "6164.23", interest_rate: "0.1151", repayment_term: 32, status: "completed", promotion_applied: false, created_at: new Date("2020-09-21T13:11:47Z") },
            { id: 23, borrower_id: "e31fd90a-53d4-4d87-b422-8f63cd018cf1", lender_id: "d54d1034-1eac-448d-b951-eb0538e39c61", loan_amount: "5672.42", investment_amount: "1354.37", interest_rate: "0.0816", repayment_term: 9, status: "completed", promotion_applied: false, created_at: new Date("2022-10-22T09:05:52Z") },
            { id: 24, borrower_id: "b5a71744-6b84-40a6-84c7-365fc8fe42bb", lender_id: "ce1ae140-db4a-4ceb-940b-e80ac553036d", loan_amount: "1142.12", investment_amount: "6307.73", interest_rate: "0.1509", repayment_term: 23, status: "completed", promotion_applied: true, created_at: new Date("2022-06-02T09:45:19Z") },
            { id: 25, borrower_id: "d22c22db-9977-47e1-a2c8-e22ba7c0f66e", lender_id: "52085c17-fadc-4bcc-87c3-a0cefe6c087d", loan_amount: "6301.64", investment_amount: "7171.32", interest_rate: "0.0738", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-02-08T19:04:14Z") },
            { id: 26, borrower_id: "a5f1dca1-7c83-41a9-a389-eb7164aadf8a", lender_id: "c4ebc990-69a1-41b2-9a45-904308787b28", loan_amount: "5981.61", investment_amount: "3452.38", interest_rate: "0.1069", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-11-25T13:51:31Z") },
            { id: 27, borrower_id: "c821d9b1-6841-4d42-b295-bf298ff77407", lender_id: "8908189e-8703-4ee9-a345-2babf43f155e", loan_amount: "624.44", investment_amount: "2389.28", interest_rate: "0.1589", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-08-30T06:53:33Z") },
            { id: 28, borrower_id: "4de641ad-7493-4554-9161-7cbd4d892771", lender_id: "6adaaac7-f653-48cb-8b14-762da85f97f9", loan_amount: "7028.86", investment_amount: "1224.85", interest_rate: "0.1420", repayment_term: 25, status: "completed", promotion_applied: true, created_at: new Date("2021-05-30T17:26:18Z") },
            { id: 29, borrower_id: "729a5d2e-6f4b-4d96-9705-c8d29a285f29", lender_id: "212bb39d-93e4-4dc8-8999-29184cc0fe87", loan_amount: "8375.89", investment_amount: "3166.84", interest_rate: "0.0558", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-06-11T18:38:21Z") },
            { id: 30, borrower_id: "55da5a97-cae3-41fc-a290-22385a9c5df2", lender_id: "b5098a19-bc98-4904-8cf6-c0ac20104106", loan_amount: "8445.08", investment_amount: "4811.68", interest_rate: "0.0927", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2020-02-19T17:11:06Z") },
            { id: 31, borrower_id: "7ee6b531-8d48-4941-a65d-3b82c3558051", lender_id: "2c39e998-8c46-460d-af30-fa138b4c6850", loan_amount: "3713.78", investment_amount: "488.75", interest_rate: "0.1013", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2020-06-21T03:32:01Z") },
            { id: 32, borrower_id: "139a5051-b8f2-4668-8917-795518a7ab0d", lender_id: "49bda636-54f0-4549-9f94-9a324e0cd0f4", loan_amount: "7696.51", investment_amount: "1330.51", interest_rate: "0.1545", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-05-23T00:23:37Z") },
            { id: 33, borrower_id: "81280797-d256-46ba-b687-dddeb04ebede", lender_id: "ba248360-15bb-4900-b65d-e8511ff5e2db", loan_amount: "224.27", investment_amount: "5275.63", interest_rate: "0.1521", repayment_term: 21, status: "completed", promotion_applied: true, created_at: new Date("2020-08-09T10:15:40Z") },
            { id: 34, borrower_id: "e4868bfe-90c4-43c3-9147-c2e423c696f1", lender_id: "0c0ed618-cee8-42bb-9118-5d2854bc5bf1", loan_amount: "109.28", investment_amount: "230.40", interest_rate: "0.1183", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2020-04-19T16:17:21Z") },
            { id: 35, borrower_id: "e9774b5c-2518-48eb-8aaa-7cec5e87fc4d", lender_id: "e893e9cb-2017-4ebb-a809-0609bd7a27d2", loan_amount: "1591.74", investment_amount: "589.02", interest_rate: "0.1074", repayment_term: 26, status: "completed", promotion_applied: false, created_at: new Date("2020-11-13T11:55:09Z") },
            { id: 36, borrower_id: "260a85d6-0fe9-4cdc-9d23-f7aa676cc157", lender_id: "61c3ac56-5f4f-4e76-8a4f-b04f2b3fc586", loan_amount: "250.32", investment_amount: "2875.76", interest_rate: "0.1057", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2022-02-16T18:35:08Z") },
            { id: 37, borrower_id: "51e31971-5cef-42f1-9fae-fd9a085c5597", lender_id: "7813c8f1-7706-4204-83be-6f34e677dfc0", loan_amount: "9612.55", investment_amount: "2075.19", interest_rate: "0.1032", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-06-21T12:56:29Z") },
            { id: 38, borrower_id: "b9d9118a-85e3-4254-95f3-fea740df8e5a", lender_id: "25a79e24-ff4b-4969-a9c2-7ff48e3061dd", loan_amount: "1043.88", investment_amount: "8784.63", interest_rate: "0.0840", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2020-10-31T14:34:16Z") },
            { id: 39, borrower_id: "d2daf317-cc25-42a4-87e6-5ac18255cc6a", lender_id: "76557392-2e39-483e-aea6-538afea50898", loan_amount: "1319.80", investment_amount: "74.41", interest_rate: "0.1694", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-07-02T12:33:56Z") },
            { id: 40, borrower_id: "c630c896-4281-4b03-b6d4-a25a4dc0951b", lender_id: "1edc4be8-7a1a-4e5c-ba15-21b585226955", loan_amount: "829.85", investment_amount: "692.97", interest_rate: "0.1143", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-10-25T22:08:19Z") },
            { id: 41, borrower_id: "d74dd55c-f8f1-43d6-b5e2-85e5f395995a", lender_id: "7e35acc8-c1f8-4758-a169-dedb2208f452", loan_amount: "3131.59", investment_amount: "866.24", interest_rate: "0.1047", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-02-22T22:44:15Z") },
            { id: 42, borrower_id: "57f2b9f8-e8b9-49a7-a021-38edc53be6da", lender_id: "9ac57ed7-90e8-425a-a82c-6bca782fb3ef", loan_amount: "424.22", investment_amount: "408.55", interest_rate: "0.1503", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-08-16T18:35:18Z") },
            { id: 43, borrower_id: "f3589278-02af-4de0-9d51-c3e373a1dd60", lender_id: "69d166bd-5f28-4f98-893d-3f93c57d8e6a", loan_amount: "8269.70", investment_amount: "1535.83", interest_rate: "0.1118", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2020-03-30T21:22:52Z") },
            { id: 44, borrower_id: "29b140fb-0ba1-4a70-ae75-7eca77d1e798", lender_id: "69de86e2-0c63-484d-8132-31dcdb49afcb", loan_amount: "2778.31", investment_amount: "680.20", interest_rate: "0.0943", repayment_term: 11, status: "completed", promotion_applied: false, created_at: new Date("2022-08-05T09:24:59Z") },
            { id: 45, borrower_id: "faf7450a-0b22-405c-a514-4fde580ff4ab", lender_id: "806f9ef6-fe90-4868-a5ba-a4b248d50555", loan_amount: "2645.59", investment_amount: "646.79", interest_rate: "0.1137", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-12-30T13:56:18Z") },
            { id: 46, borrower_id: "f3ce8421-229e-4ea9-b964-325a649b53b3", lender_id: "b31538b3-5de5-40e4-b3b3-4972498481ab", loan_amount: "940.81", investment_amount: "3185.11", interest_rate: "0.0799", repayment_term: 16, status: "completed", promotion_applied: true, created_at: new Date("2020-12-13T20:34:01Z") },
            { id: 47, borrower_id: "c5608000-b3d0-4dfe-9449-86791d779688", lender_id: "5a363224-c780-46b5-89f5-b20f30c0047f", loan_amount: "7653.59", investment_amount: "1342.33", interest_rate: "0.1361", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-09-18T00:24:20Z") },
            { id: 48, borrower_id: "6fb5913d-e270-448a-8405-d223c3b01c37", lender_id: "1e7cd30f-93f0-4214-a72d-ca5bbb050326", loan_amount: "9073.40", investment_amount: "5988.69", interest_rate: "0.1259", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2020-06-13T16:04:06Z") },
            { id: 49, borrower_id: "9476771d-0906-427e-a261-60d4bb869af0", lender_id: "c146d352-05e0-465c-8386-72285af1f190", loan_amount: "399.78", investment_amount: "1388.46", interest_rate: "0.0971", repayment_term: 16, status: "completed", promotion_applied: false, created_at: new Date("2021-04-13T14:17:28Z") },
            { id: 50, borrower_id: "8dc592cb-4455-4c47-8ed3-8b8862349c3a", lender_id: "696a662b-1380-4ee6-8d92-597814940aa4", loan_amount: "3366.65", investment_amount: "3498.72", interest_rate: "0.0865", repayment_term: 21, status: "completed", promotion_applied: false, created_at: new Date("2020-11-10T11:06:44Z") },
            { id: 51, borrower_id: "8915342a-5775-4fe6-a271-b531756e2c31", lender_id: "10e99109-c2c3-417a-bc8f-186935f7e2b2", loan_amount: "4197.77", investment_amount: "391.21", interest_rate: "0.0746", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2022-09-30T18:32:40Z") },
            { id: 52, borrower_id: "5b16c093-dd88-42d3-8b86-7c983c5a481c", lender_id: "c75d21f3-e667-49ca-8f73-3747dabe7be3", loan_amount: "4675.12", investment_amount: "180.86", interest_rate: "0.1121", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2021-06-18T22:07:05Z") },
            { id: 53, borrower_id: "9067edca-33d3-49a0-b6f4-1b648b7fa183", lender_id: "051175c3-f11e-4bee-9771-4ec415bfb9af", loan_amount: "9362.62", investment_amount: "543.25", interest_rate: "0.1163", repayment_term: 7, status: "completed", promotion_applied: null, created_at: new Date("2020-11-07T09:06:56Z") },
            { id: 54, borrower_id: "e2dcec9d-13dc-4236-8061-53df12123070", lender_id: "dd2a5402-450e-4001-a216-381623fd44cf", loan_amount: "1065.36", investment_amount: "5053.35", interest_rate: "0.1086", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2020-10-20T09:07:27Z") },
            { id: 55, borrower_id: "181ec5ba-450a-4981-ab9a-2108747cba8e", lender_id: "9b253bbf-7c02-4c2e-ae35-5c79d0b09550", loan_amount: "2820.30", investment_amount: "7136.75", interest_rate: "0.0757", repayment_term: 18, status: "completed", promotion_applied: true, created_at: new Date("2020-07-17T10:32:15Z") },
            { id: 56, borrower_id: "6aa6bc72-0cb7-4bc9-9643-16946ee61ee7", lender_id: "d5fdde96-5f34-430f-8b6f-f13ac5d156cb", loan_amount: "102.30", investment_amount: "1226.59", interest_rate: "0.1099", repayment_term: 26, status: "defaulted", promotion_applied: false, created_at: new Date("2020-05-31T20:53:59Z") },
            { id: 57, borrower_id: "6cb4123a-1973-4069-90ff-356271724fb3", lender_id: "43f45979-bc94-42b6-934f-d2ac321aa404", loan_amount: "2423.52", investment_amount: "443.60", interest_rate: "0.0926", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2020-08-19T11:27:22Z") },
            { id: 58, borrower_id: "06e50862-dc06-4e6a-acdf-ed9790bc4219", lender_id: "98646b16-0708-49fa-a46e-f153e2ee50e1", loan_amount: "185.52", investment_amount: "3639.36", interest_rate: "0.0460", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-01-11T13:00:09Z") },
            { id: 59, borrower_id: "18751d6d-cc25-419f-8a13-7281b478c132", lender_id: "e6c42447-d9f3-4cc5-8c0b-ce15829bb02c", loan_amount: "7999.56", investment_amount: "284.23", interest_rate: "0.1045", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-07-07T23:29:07Z") },
            { id: 60, borrower_id: "8c8808a3-87f1-402a-86a0-38ec314c74d2", lender_id: "6be3aef6-fe4b-4129-a7d1-0edd7487525b", loan_amount: "8024.64", investment_amount: "168.52", interest_rate: "0.0814", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-05-09T13:45:06Z") },
            { id: 61, borrower_id: "29d5cdcf-28bb-4e5d-b524-73c424f538ca", lender_id: "d9a2090e-426f-4a83-a046-6806fefd2ffe", loan_amount: "3597.37", investment_amount: "9911.42", interest_rate: "0.0997", repayment_term: 25, status: "completed", promotion_applied: false, created_at: new Date("2021-02-08T19:55:24Z") },
            { id: 62, borrower_id: "ae37619c-8e09-4a47-9453-e9d3a454fb8b", lender_id: "0c7efca5-b82c-4b1c-9a92-4578ab936c6a", loan_amount: "9486.18", investment_amount: "2935.44", interest_rate: "0.0522", repayment_term: 28, status: "completed", promotion_applied: true, created_at: new Date("2022-12-13T00:19:46Z") },
            { id: 63, borrower_id: "df781ebf-5cc7-47ca-9909-b10413cf4e57", lender_id: "3d92a0a5-841e-49da-9ac8-a61654613d91", loan_amount: "4433.57", investment_amount: "5624.60", interest_rate: "0.0977", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2021-06-18T09:06:56Z") },
            { id: 64, borrower_id: "b5fe5ce2-7b5f-4fee-90c6-529173374cce", lender_id: "634561c2-1167-4f1e-baea-28736f8a285c", loan_amount: "149.39", investment_amount: "3982.04", interest_rate: "0.1144", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2022-03-19T11:29:43Z") },
            { id: 65, borrower_id: "9f00a547-dbea-47b4-a5d8-2777de6b1e35", lender_id: "7cb5a32f-0f06-4a2d-8478-f3c8a1b6553e", loan_amount: "2176.66", investment_amount: "1372.34", interest_rate: "0.0933", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2021-10-16T03:25:39Z") },
            { id: 66, borrower_id: "6a89bc18-475b-451e-bb27-ea6d0842ce79", lender_id: "758cf05b-af1b-4f9a-9df5-becceb3fc942", loan_amount: "7235.56", investment_amount: "193.89", interest_rate: "0.1067", repayment_term: 23, status: "completed", promotion_applied: false, created_at: new Date("2022-04-09T20:54:32Z") },
            { id: 67, borrower_id: "3deb9c66-b225-4a6a-a305-7f05ea32d3e4", lender_id: "0f7a2dc4-134c-44c8-aca8-50e525db9c9a", loan_amount: "1300.75", investment_amount: "6694.86", interest_rate: "0.1435", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-09-03T14:20:25Z") },
            { id: 68, borrower_id: "25935446-6c1c-4d17-9641-d631013e288e", lender_id: "536771a0-7eb8-4950-83ff-b5ce57dd0e10", loan_amount: "4947.21", investment_amount: "4707.29", interest_rate: "0.0713", repayment_term: 19, status: "defaulted", promotion_applied: false, created_at: new Date("2020-03-21T16:11:41Z") },
            { id: 69, borrower_id: "2d38e8e1-f049-4725-9481-293ec88da9a9", lender_id: "2148b4fc-d392-44ff-b4de-dc56fe18e86d", loan_amount: "6262.75", investment_amount: "9399.14", interest_rate: "0.1583", repayment_term: 11, status: "completed", promotion_applied: true, created_at: new Date("2020-02-05T23:49:14Z") },
            { id: 70, borrower_id: "9a1ea21e-3187-4e76-bfb7-c5e60fc4e5b4", lender_id: "21365d26-f7c6-41d9-811b-13b354e322a4", loan_amount: "185.47", investment_amount: "321.78", interest_rate: "0.1232", repayment_term: 25, status: "completed", promotion_applied: false, created_at: new Date("2021-04-13T19:27:24Z") },
            { id: 71, borrower_id: "c266ee4a-4432-4d22-bda0-91f11c765417", lender_id: "7f577311-2ad9-44d1-bfb8-0a6f2a639281", loan_amount: "3265.78", investment_amount: "1270.18", interest_rate: "0.1485", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-09-16T17:28:05Z") },
            { id: 72, borrower_id: "185299dd-8b83-4076-8f8b-b445eb9fe7cf", lender_id: "73e3d87a-f534-4d36-8f01-bdf976cbc78d", loan_amount: "780.35", investment_amount: "7568.21", interest_rate: "0.1160", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2022-02-25T20:03:43Z") },
            { id: 73, borrower_id: "944929e2-139e-4e04-b172-691a62f6056a", lender_id: "1d6910f4-1d35-4eaa-8b96-fdfe85eaff95", loan_amount: "4152.43", investment_amount: "2205.52", interest_rate: "0.1468", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-01-13T23:23:23Z") },
            { id: 74, borrower_id: "a151934f-2358-46de-b703-be48c0398ea4", lender_id: "2871faa1-f512-441e-9a54-35fc9fef30df", loan_amount: "511.83", investment_amount: "8194.80", interest_rate: "0.1001", repayment_term: 23, status: "completed", promotion_applied: false, created_at: new Date("2022-02-23T20:34:01Z") },
            { id: 75, borrower_id: "48e0552c-7e40-4d13-ae86-c8c856bf1b5c", lender_id: "fd44c532-11ba-49ad-abe1-cfb270678f65", loan_amount: "1144.27", investment_amount: "1265.03", interest_rate: "0.1217", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2022-10-03T10:00:39Z") },
            { id: 76, borrower_id: "09ae9c08-d228-45f9-bbc4-562468c44c06", lender_id: "a1a1429c-0efa-4802-955c-9d06298d20be", loan_amount: "2089.36", investment_amount: "2213.24", interest_rate: "0.0811", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-05-15T01:20:41Z") },
            { id: 77, borrower_id: "62997eb2-3f95-44d3-a459-3e89e4a2b67b", lender_id: "aee5ddf3-4253-47e7-bb29-d62f995b414f", loan_amount: "5827.32", investment_amount: "9381.39", interest_rate: "0.0594", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-12-10T23:06:58Z") },
            { id: 78, borrower_id: "f1a1d737-c581-4941-b9ca-1828366b69b0", lender_id: "c9782c93-c6e6-4b69-9f1e-57aa575154f2", loan_amount: "4990.24", investment_amount: "5715.35", interest_rate: "0.1045", repayment_term: 17, status: "completed", promotion_applied: false, created_at: new Date("2020-12-15T20:47:56Z") },
            { id: 79, borrower_id: "91e4b949-2031-4fc6-af21-0501c434cc06", lender_id: "239d8c86-6924-4735-9b88-2ac404c29dad", loan_amount: "102.06", investment_amount: "207.76", interest_rate: "0.1107", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2020-03-29T17:13:24Z") },
            { id: 80, borrower_id: "5c156bdc-09f6-4f69-8c46-b145c42fcb0f", lender_id: "31ac36e8-ada7-465a-8c7f-f29ec9021858", loan_amount: "598.29", investment_amount: "8587.28", interest_rate: "0.0895", repayment_term: 17, status: "completed", promotion_applied: true, created_at: new Date("2020-05-17T15:52:49Z") },
            { id: 81, borrower_id: "7a04f889-759d-4445-bb2e-b269a60ef1e2", lender_id: "0684e2a2-77c7-4f30-a38b-c4743958bd72", loan_amount: "806.20", investment_amount: "5183.80", interest_rate: "0.1088", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-04-10T11:01:06Z") },
            { id: 82, borrower_id: "17340b4a-eb11-4f04-ba80-9375bf2bfb89", lender_id: "27fcaec1-df17-41ff-b777-228540e64d4c", loan_amount: "5919.27", investment_amount: "238.29", interest_rate: "0.1154", repayment_term: 24, status: "completed", promotion_applied: false, created_at: new Date("2022-05-06T15:10:40Z") },
            { id: 83, borrower_id: "47045d30-c9b5-4bc0-9a8f-8b618297e05e", lender_id: "f19031bc-3482-4c4a-903e-972fd903dd09", loan_amount: "729.68", investment_amount: "8410.08", interest_rate: "0.0940", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2020-10-27T21:59:48Z") },
            { id: 84, borrower_id: "e6f928dc-5485-4845-a2c1-6ba87f9f46df", lender_id: "e5700ccd-4b22-403b-ab09-6f335bbe67a0", loan_amount: "4575.10", investment_amount: "1079.32", interest_rate: "0.1081", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2020-05-08T20:11:52Z") },
            { id: 85, borrower_id: "0e110e64-2b40-41f0-9355-f2979e4a1630", lender_id: "c070680f-66af-4277-b0af-38e100f5a131", loan_amount: "1994.27", investment_amount: "4277.86", interest_rate: "0.0781", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2022-11-03T09:58:06Z") },
            { id: 86, borrower_id: "2497130e-eab7-4842-bd23-e4c5850433de", lender_id: "262b55ae-8180-417f-93fb-7446e70f583c", loan_amount: "3961.98", investment_amount: "605.22", interest_rate: "0.0727", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2022-12-08T16:36:56Z") },
            { id: 87, borrower_id: "bfe5348e-65b9-41e9-adc5-ca9766d06b4f", lender_id: "ce5cb3c7-efe1-47ae-b5d2-8a47b0586281", loan_amount: "9999.54", investment_amount: "5585.41", interest_rate: "0.0928", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-11-05T18:17:15Z") },
            { id: 88, borrower_id: "096549cb-207a-487f-9851-8e39b5add602", lender_id: "666b826a-53d4-46e6-a91a-3244d0b18c53", loan_amount: "9338.82", investment_amount: "206.86", interest_rate: "0.1263", repayment_term: 17, status: "completed", promotion_applied: true, created_at: new Date("2020-05-09T17:21:59Z") },
            { id: 89, borrower_id: "f6ec1c2e-b29c-4d87-b494-47440d3d8a29", lender_id: "73bd4c44-7665-47d1-aa85-e6fa0fc99c94", loan_amount: "2287.31", investment_amount: "496.85", interest_rate: "0.0984", repayment_term: 11, status: "completed", promotion_applied: false, created_at: new Date("2021-04-09T08:02:23Z") },
            { id: 90, borrower_id: "175c4341-39b6-4e49-baca-ddbadcf18059", lender_id: "33d79027-f556-4059-b3ae-b3e87752ee91", loan_amount: "243.97", investment_amount: "456.65", interest_rate: "0.0959", repayment_term: 14, status: "completed", promotion_applied: false, created_at: new Date("2021-04-26T13:40:06Z") },
            { id: 91, borrower_id: "46d75a6a-9f81-40e5-b28c-0fa1212a0187", lender_id: "8b454742-c6e4-496d-9faa-5abdcbed4547", loan_amount: "6240.56", investment_amount: "3513.09", interest_rate: "0.1290", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2020-07-08T19:08:39Z") },
            { id: 92, borrower_id: "cf09fb80-78e9-4c4d-bcb6-d2e6f723e36e", lender_id: "4567ac9f-46cd-4ff8-a560-0d06129139f1", loan_amount: "148.21", investment_amount: "4987.81", interest_rate: "0.0868", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-03-23T21:14:34Z") },
            { id: 93, borrower_id: "92d0f952-8b79-41ba-88f0-5c4bcc12e931", lender_id: "e8bd6b7a-36ae-4f62-a822-fe98cd16f148", loan_amount: "179.81", investment_amount: "3892.31", interest_rate: "0.1253", repayment_term: 14, status: "completed", promotion_applied: false, created_at: new Date("2020-09-30T16:45:47Z") },
            { id: 94, borrower_id: "862ebf10-bc50-4422-b834-bf973799d1fe", lender_id: "2eacf802-d732-49a4-a5cd-41cee37aef99", loan_amount: "1201.82", investment_amount: "4760.57", interest_rate: "0.1184", repayment_term: 26, status: "completed", promotion_applied: false, created_at: new Date("2022-12-30T02:00:30Z") },
            { id: 95, borrower_id: "123ba3e7-632f-4854-86bc-935230d733a8", lender_id: "59eb11ba-e788-4b28-bb26-4cb5a59b5e35", loan_amount: "345.30", investment_amount: "144.42", interest_rate: "0.0988", repayment_term: 13, status: "completed", promotion_applied: null, created_at: new Date("2021-03-30T12:26:57Z") },
            { id: 96, borrower_id: "5c9ded02-97e2-43e3-8abf-e46c49d97cb8", lender_id: "fb634ab2-45e4-430e-a7d6-fadcd94cba52", loan_amount: "6197.51", investment_amount: "9958.56", interest_rate: "0.1238", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-10-16T23:15:40Z") },
            { id: 97, borrower_id: "14619f89-667b-4922-b389-8688fab9ff91", lender_id: "3f903284-2ca2-482e-b556-fbc54a35c3c7", loan_amount: "399.82", investment_amount: "7555.81", interest_rate: "0.1281", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-10-12T16:26:59Z") },
            { id: 98, borrower_id: "5fe87e6d-5d36-4308-88b3-0ba8ce2c8d8f", lender_id: "5c5303ca-560a-41d9-b59c-aaba8c450a6a", loan_amount: "1791.90", investment_amount: "1188.89", interest_rate: "0.1273", repayment_term: 18, status: "completed", promotion_applied: true, created_at: new Date("2022-09-26T20:09:32Z") },
            { id: 99, borrower_id: "ec561f3a-99c3-49aa-922e-3813a3c423be", lender_id: "e318b9da-e621-41e1-9fad-5d1d9713eec8", loan_amount: "2669.11", investment_amount: "619.40", interest_rate: "0.0901", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-12-15T11:55:53Z") },
            { id: 100, borrower_id: "82c3f443-62db-4e4e-ad3c-d9dd71f261e5", lender_id: "8e62a661-72c0-4513-8354-877d6486a5e3", loan_amount: "3355.46", investment_amount: "7191.95", interest_rate: "0.1221", repayment_term: 15, status: "completed", promotion_applied: null, created_at: new Date("2021-06-22T22:53:19Z") },
            { id: 101, borrower_id: "5207e3d4-dcd5-45d5-8b2e-e996e3691f7f", lender_id: "923aeb8e-0a80-4397-86ec-6daa0c58250b", loan_amount: "1907.89", investment_amount: "3773.22", interest_rate: "0.1392", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2021-06-03T21:14:04Z") },
            { id: 102, borrower_id: "ffc93021-30d9-427a-9316-fdff4435b6a1", lender_id: "7b616e23-0b8d-4e53-b328-9447e13eddcd", loan_amount: "3099.87", investment_amount: "2061.36", interest_rate: "0.1245", repayment_term: 26, status: "completed", promotion_applied: false, created_at: new Date("2020-01-20T13:25:03Z") },
            { id: 103, borrower_id: "62d0b7f9-8689-4dba-a46e-dc38e12a4096", lender_id: "c7ddc0a6-0c2f-4ed6-b5d8-fd9ebb4a0e78", loan_amount: "6989.39", investment_amount: "6606.46", interest_rate: "0.1364", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-11-16T12:52:50Z") },
            { id: 104, borrower_id: "2eba8016-11b6-47f7-8c28-cfd130b85b37", lender_id: "1328d717-5d3e-4f64-b455-74ef72a0959b", loan_amount: "9418.06", investment_amount: "801.56", interest_rate: "0.0993", repayment_term: 20, status: "defaulted", promotion_applied: false, created_at: new Date("2021-06-30T22:15:01Z") },
            { id: 105, borrower_id: "11239be6-7a48-4cf1-bc65-d2632fb21d62", lender_id: "59d3b8a4-6896-408a-9e56-e09e2fadf3d1", loan_amount: "8633.41", investment_amount: "1890.27", interest_rate: "0.0611", repayment_term: 11, status: "completed", promotion_applied: true, created_at: new Date("2020-12-13T06:50:07Z") },
            { id: 106, borrower_id: "789f1f50-ffc7-4b7a-94de-f3569df3ed3e", lender_id: "f64cd8d2-7f6c-47e7-bec8-15b71b8c434e", loan_amount: "9194.57", investment_amount: "3274.45", interest_rate: "0.1128", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-02-28T20:29:46Z") },
            { id: 107, borrower_id: "f940427d-9cb8-4794-8074-a99039686075", lender_id: "dd68f80a-36b6-49be-8a25-04c99079366c", loan_amount: "536.27", investment_amount: "9884.49", interest_rate: "0.0825", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-08-14T00:38:05Z") },
            { id: 108, borrower_id: "db743144-74fc-4e26-bc7e-a05b6a9200f9", lender_id: "fc75e8af-4a36-4208-bde1-36fe20aee506", loan_amount: "7986.63", investment_amount: "5813.70", interest_rate: "0.1062", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-10-05T18:48:17Z") },
            { id: 109, borrower_id: "87c1d18b-71f1-45e2-9e55-09e57f902ea5", lender_id: "b7f9da1b-53a5-406d-9813-63b788858aa7", loan_amount: "4028.07", investment_amount: "3541.36", interest_rate: "0.0950", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2021-05-14T20:26:59Z") },
            { id: 110, borrower_id: "22931ebf-0b7b-47d4-ba46-1b07aa6f5117", lender_id: "978d5df7-689a-485f-a35a-f5e1c1c99908", loan_amount: "3260.78", investment_amount: "2754.55", interest_rate: "0.0742", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-02-04T19:54:26Z") },
            { id: 111, borrower_id: "7fb12025-a097-4400-a2fb-7cb9a3d4a422", lender_id: "ceb398b9-1f91-49c2-814e-f75cabee5233", loan_amount: "4660.48", investment_amount: "467.23", interest_rate: "0.0933", repayment_term: 17, status: "completed", promotion_applied: false, created_at: new Date("2022-03-17T18:36:36Z") },
            { id: 112, borrower_id: "cd05c340-15a6-4c5f-a582-32136846c163", lender_id: "a6aa5e47-350a-45e0-8b3d-c9aedc2922e4", loan_amount: "5258.51", investment_amount: "392.07", interest_rate: "0.0905", repayment_term: 22, status: "defaulted", promotion_applied: false, created_at: new Date("2020-06-12T19:46:03Z") },
            { id: 113, borrower_id: "1145e84f-411d-44ff-8974-a6e0f2d2fd23", lender_id: "8be0f4ab-d008-432d-b0e9-7702abf903be", loan_amount: "3260.36", investment_amount: "7769.67", interest_rate: "0.1336", repayment_term: 16, status: "completed", promotion_applied: false, created_at: new Date("2020-12-14T11:56:32Z") },
            { id: 114, borrower_id: "216fdd3b-3627-495a-87eb-69720b9b3d8d", lender_id: "3e7a791b-1626-452c-b2b4-e920502092e5", loan_amount: "118.43", investment_amount: "51.16", interest_rate: "0.1096", repayment_term: 11, status: "completed", promotion_applied: false, created_at: new Date("2021-10-14T17:24:07Z") },
            { id: 115, borrower_id: "db4af95a-1015-4dd1-8fb0-3f45de920fe4", lender_id: "cfbf69cd-7331-41e4-9914-368ac5c235a5", loan_amount: "4921.75", investment_amount: "3029.63", interest_rate: "0.1010", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2022-04-17T19:54:33Z") },
            { id: 116, borrower_id: "7aedfad2-2632-4e49-834c-df35f0af96f8", lender_id: "8452922d-b526-49d8-95d1-37076964d09b", loan_amount: "1645.14", investment_amount: "5133.44", interest_rate: "0.1686", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-11-11T17:33:54Z") },
            { id: 117, borrower_id: "1564bbde-47d1-4920-9436-8e720c77ca14", lender_id: "780ef085-0f2a-475f-9997-ab4576896a75", loan_amount: "666.45", investment_amount: "9229.08", interest_rate: "0.1203", repayment_term: 12, status: "completed", promotion_applied: null, created_at: new Date("2022-06-15T15:17:33Z") },
            { id: 118, borrower_id: "1300ac89-dd3b-4822-af52-0ae6fdb720b7", lender_id: "27febf96-6c0f-47e9-8fa7-9998798baa2b", loan_amount: "5635.75", investment_amount: "9598.45", interest_rate: "0.0811", repayment_term: 26, status: "completed", promotion_applied: false, created_at: new Date("2021-04-29T14:35:58Z") },
            { id: 119, borrower_id: "57c3d875-5cdf-4840-bdc0-b7b7bf72978f", lender_id: "2962b52c-a600-461a-adc7-4b8b755ee08a", loan_amount: "1241.31", investment_amount: "234.58", interest_rate: "0.0892", repayment_term: 29, status: "completed", promotion_applied: false, created_at: new Date("2021-06-28T01:43:30Z") },
            { id: 120, borrower_id: "37d2464d-8929-4b45-8d25-7ac704f07286", lender_id: "240261b0-789c-4d12-a639-4561557e6780", loan_amount: "9620.66", investment_amount: "174.42", interest_rate: "0.1373", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-07-13T19:29:45Z") },
            { id: 121, borrower_id: "10f4fd1e-9c5b-48e0-a2c0-9cbd484358a5", lender_id: "910515aa-71c7-4930-b87a-3c32a543f04c", loan_amount: "1083.06", investment_amount: "89.43", interest_rate: "0.0839", repayment_term: 13, status: "defaulted", promotion_applied: false, created_at: new Date("2022-12-19T09:55:17Z") },
            { id: 122, borrower_id: "5b689573-0a5a-4493-bfb4-2a0da07f42fa", lender_id: "de5c864d-1e49-42d4-953a-af8e61243901", loan_amount: "7507.49", investment_amount: "57.32", interest_rate: "0.0929", repayment_term: 30, status: "completed", promotion_applied: false, created_at: new Date("2021-03-27T13:30:31Z") },
            { id: 123, borrower_id: "1a391e7e-75c5-4537-9972-7220ef8588c4", lender_id: "eeee80f9-c5aa-4b08-85b2-e35c43566522", loan_amount: "2490.28", investment_amount: "2412.93", interest_rate: "0.0927", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-02-09T12:17:11Z") },
            { id: 124, borrower_id: "ee8d26fb-5e88-4d42-b049-2a3aeeeaef71", lender_id: "404f5844-044f-47a8-82d8-49de87830700", loan_amount: "5287.59", investment_amount: "4854.39", interest_rate: "0.1170", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-02-09T21:05:59Z") },
            { id: 125, borrower_id: "2f441cfb-75d3-4862-a3d4-852cebcafc0f", lender_id: "dfafa558-b3a1-4f15-af2f-f31092ce6825", loan_amount: "1413.51", investment_amount: "460.96", interest_rate: "0.0915", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2021-04-08T08:45:00Z") },
            { id: 126, borrower_id: "6cc6064a-41f7-4b39-9db2-af53fc54ea11", lender_id: "c9c41704-418b-4e04-b750-72abe2f3dbb3", loan_amount: "4759.78", investment_amount: "62.10", interest_rate: "0.1031", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2022-03-01T11:59:46Z") },
            { id: 127, borrower_id: "6025cf58-9ceb-4cbe-a0bc-9ab91d9992e9", lender_id: "dee0376b-9f8f-4ef5-b087-48a35eb186d0", loan_amount: "162.82", investment_amount: "1508.54", interest_rate: "0.1238", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2021-04-19T12:28:17Z") },
            { id: 128, borrower_id: "cecc4900-e764-4a98-a3f2-5e29494a1124", lender_id: "af88e9d8-6f92-4924-b9a9-b0970a6d34c4", loan_amount: "4202.10", investment_amount: "6855.25", interest_rate: "0.0951", repayment_term: 11, status: "completed", promotion_applied: false, created_at: new Date("2020-04-10T13:50:44Z") },
            { id: 129, borrower_id: "73c37319-8049-4140-b1ee-e8fe60a9bbdd", lender_id: "4a8d1911-cd3d-4177-a4b2-26b0673ed06e", loan_amount: "3231.03", investment_amount: "353.19", interest_rate: "0.0842", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-12-26T14:50:53Z") },
            { id: 130, borrower_id: "dfcbc15e-1e05-484a-bacb-e5dc7ea620b4", lender_id: "5fb8b2ea-b2a4-4c8f-8c33-e6ab682eb7fb", loan_amount: "9053.56", investment_amount: "1014.02", interest_rate: "0.1130", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-01-29T19:58:28Z") },
            { id: 131, borrower_id: "8d5abf50-5b3f-46ec-a15b-c54f160a82a1", lender_id: "ad5f9d24-949e-42a7-ad40-0ff8be5c086f", loan_amount: "326.72", investment_amount: "50.21", interest_rate: "0.1407", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2022-01-02T13:13:44Z") },
            { id: 132, borrower_id: "f8d51df5-bb77-4fa1-92dc-b7e46e8c4416", lender_id: "c3f1d3ac-c6c5-4031-a4fe-7dcc3eb8434a", loan_amount: "6805.31", investment_amount: "58.55", interest_rate: "0.1400", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2021-08-05T17:25:55Z") },
            { id: 133, borrower_id: "86f83923-2240-4fa5-ba29-13e88358192b", lender_id: "ce9550f8-69b2-4b66-9f40-518f7019d163", loan_amount: "209.02", investment_amount: "6702.11", interest_rate: "0.1523", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2022-11-08T19:33:39Z") },
            { id: 134, borrower_id: "7cceab79-65f2-4a2b-80ac-a06dccc84c11", lender_id: "ef26a174-b9a5-4e93-9343-8ab4cc9c6a15", loan_amount: "3461.94", investment_amount: "65.08", interest_rate: "0.1865", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-07-03T20:40:26Z") },
            { id: 135, borrower_id: "894dbfb8-a8d0-487c-ab91-4b4db5249343", lender_id: "e7f2de0d-c3c1-491d-b471-81450a6b9639", loan_amount: "2801.73", investment_amount: "833.14", interest_rate: "0.0461", repayment_term: 23, status: "defaulted", promotion_applied: null, created_at: new Date("2020-02-17T12:20:45Z") },
            { id: 136, borrower_id: "e6175e39-b93c-4779-8cda-26079dbddf8f", lender_id: "7ca89f82-bcc8-4961-845f-8814c8ad7682", loan_amount: "133.27", investment_amount: "9442.20", interest_rate: "0.1374", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2021-06-24T04:05:35Z") },
            { id: 137, borrower_id: "5f48d1a2-fea6-4d21-ac1d-735fc8c20ef2", lender_id: "7025e5cd-eeab-4b33-9787-c0f2033b7351", loan_amount: "9959.18", investment_amount: "9784.57", interest_rate: "0.0923", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-01-23T12:39:09Z") },
            { id: 138, borrower_id: "04a78685-7e2d-420b-8ec1-54c473fee939", lender_id: "90ad2297-b77e-4f8d-9359-3c68b7420c9e", loan_amount: "4681.11", investment_amount: "9055.72", interest_rate: "0.1373", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-11-11T11:22:11Z") },
            { id: 139, borrower_id: "8f7c5074-a8f8-45ad-9638-0efd0903b274", lender_id: "52221a2e-77f6-4a5c-8675-b2be930deddf", loan_amount: "6133.41", investment_amount: "318.10", interest_rate: "0.1107", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2022-05-26T23:11:46Z") },
            { id: 140, borrower_id: "326693ab-a7b0-4f85-a6ff-fd12980a5fa3", lender_id: "0ba0f9ea-b4e6-4af9-8f8a-d2092f952f8e", loan_amount: "3361.99", investment_amount: "5350.83", interest_rate: "0.1323", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-10-27T19:51:56Z") },
            { id: 141, borrower_id: "a36c5046-3788-4cb1-bce2-f0180e02b9ff", lender_id: "b684c7ad-f34f-4ec7-8ce4-209d7b053d93", loan_amount: "3451.80", investment_amount: "9224.62", interest_rate: "0.1298", repayment_term: 27, status: "completed", promotion_applied: true, created_at: new Date("2021-12-05T10:32:24Z") },
            { id: 142, borrower_id: "c2114cc7-51ed-491e-837e-1189892cd376", lender_id: "facbab93-8322-4f38-a374-9d3931b273cb", loan_amount: "3560.30", investment_amount: "5454.84", interest_rate: "0.1352", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-06-16T21:13:22Z") },
            { id: 143, borrower_id: "2d11d60c-4bc2-4aa1-861a-c3d7049c65d0", lender_id: "2214d21f-08b3-4733-9f12-05be1f6bb0a4", loan_amount: "3939.81", investment_amount: "8105.05", interest_rate: "0.1053", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-11-08T20:13:59Z") },
            { id: 144, borrower_id: "023c7870-ad7d-4614-8b0c-6f37c37701b1", lender_id: "13ede193-dbdb-41ae-8b16-fc279a3b7d7a", loan_amount: "487.53", investment_amount: "4921.03", interest_rate: "0.0932", repayment_term: 14, status: "completed", promotion_applied: true, created_at: new Date("2022-09-13T14:55:37Z") },
            { id: 145, borrower_id: "7f3c4d7c-912a-4b00-b5b6-4676c96ebc3d", lender_id: "bb2be1b7-7ff1-474d-90dc-5766debbeba0", loan_amount: "132.13", investment_amount: "1703.33", interest_rate: "0.1454", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2021-01-16T19:59:58Z") },
            { id: 146, borrower_id: "d2763e3f-320f-48f6-aaab-fc8444ee2a3d", lender_id: "64a89e44-8845-4a98-ac4a-6edf48138c37", loan_amount: "230.21", investment_amount: "7766.98", interest_rate: "0.0694", repayment_term: 8, status: "completed", promotion_applied: false, created_at: new Date("2020-11-05T21:01:01Z") },
            { id: 147, borrower_id: "a86b19bd-5366-4077-8b71-e67b643fb5ea", lender_id: "75e966f2-4378-4509-a563-db18ac24d754", loan_amount: "9479.06", investment_amount: "759.42", interest_rate: "0.1193", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2021-01-18T12:02:46Z") },
            { id: 148, borrower_id: "c01da92f-a95d-48f0-9b00-cb834644c6a0", lender_id: "2f23f8e1-58f9-4f1e-b441-7b7ea6953b2a", loan_amount: "1775.57", investment_amount: "7200.89", interest_rate: "0.0983", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2021-07-08T12:28:20Z") },
            { id: 149, borrower_id: "79e88caa-9b62-41b8-83ae-cee328c1e0d3", lender_id: "d80c0250-fca2-40ff-bd4e-2bc34449e289", loan_amount: "3751.86", investment_amount: "1907.82", interest_rate: "0.1054", repayment_term: 15, status: "defaulted", promotion_applied: true, created_at: new Date("2020-07-20T19:18:48Z") },
            { id: 150, borrower_id: "5b773d9d-ef00-448f-8746-a95cfc2e81aa", lender_id: "16e4ba80-5835-4840-832e-29fc1819a0b9", loan_amount: "143.75", investment_amount: "4539.45", interest_rate: "0.1146", repayment_term: 21, status: "completed", promotion_applied: true, created_at: new Date("2020-06-17T11:46:02Z") },
            { id: 151, borrower_id: "a083fa0c-e9fd-473b-8cdf-e7e25588974b", lender_id: "e728f43e-8f4a-4ec9-8b07-bca93ab4a9c4", loan_amount: "376.28", investment_amount: "3617.65", interest_rate: "0.1379", repayment_term: 25, status: "defaulted", promotion_applied: true, created_at: new Date("2021-08-28T09:10:39Z") },
            { id: 152, borrower_id: "6726a274-9479-49b4-94fa-dd168e0bac37", lender_id: "3a73531a-d2a9-4094-8fdc-6189d2851571", loan_amount: "105.69", investment_amount: "7038.55", interest_rate: "0.0802", repayment_term: 16, status: "completed", promotion_applied: true, created_at: new Date("2021-09-30T19:03:43Z") },
            { id: 153, borrower_id: "3225370f-7efa-4a8b-b60e-287264f90d5b", lender_id: "569c7636-60ea-4fb8-b336-38861acd45a8", loan_amount: "2040.08", investment_amount: "4181.52", interest_rate: "0.1425", repayment_term: 13, status: "completed", promotion_applied: false, created_at: new Date("2021-09-30T22:03:25Z") },
            { id: 154, borrower_id: "d8bd8809-076d-48b5-95f0-2f640374a4c2", lender_id: "931d427e-b1e2-4042-920b-51659a352535", loan_amount: "5637.05", investment_amount: "4224.17", interest_rate: "0.1270", repayment_term: 17, status: "defaulted", promotion_applied: false, created_at: new Date("2021-07-31T16:58:49Z") },
            { id: 155, borrower_id: "f80c960b-5eb4-4920-8739-7ce405f0f1c6", lender_id: "1a821eb2-40b6-428c-a833-377927130a9c", loan_amount: "124.88", investment_amount: "9247.79", interest_rate: "0.1050", repayment_term: 22, status: "completed", promotion_applied: false, created_at: new Date("2020-09-25T15:17:16Z") },
            { id: 156, borrower_id: "9c172af9-8a28-4330-a2ab-5ed4025393b6", lender_id: "8804114a-7dad-4ef5-bb27-05b6585f69e4", loan_amount: "1415.32", investment_amount: "4060.43", interest_rate: "0.1121", repayment_term: 27, status: "completed", promotion_applied: true, created_at: new Date("2021-09-17T18:05:07Z") },
            { id: 157, borrower_id: "ce7c4082-cc3a-44d9-b534-ff4ef8787d28", lender_id: "a62fd7e6-bbd3-4e17-82e0-6f9b2c5e7bf3", loan_amount: "2638.55", investment_amount: "191.58", interest_rate: "0.1257", repayment_term: 25, status: "completed", promotion_applied: false, created_at: new Date("2020-12-15T20:38:13Z") },
            { id: 158, borrower_id: "66338408-2132-46ca-b328-7dcb43548de7", lender_id: "f30d0801-7235-4b29-9540-36b3ae049e1b", loan_amount: "7815.20", investment_amount: "1823.79", interest_rate: "0.0654", repayment_term: 23, status: "completed", promotion_applied: true, created_at: new Date("2020-05-28T19:27:46Z") },
            { id: 159, borrower_id: "a0c56c04-69e3-4051-a45f-43bda8347a9c", lender_id: "6516eced-231a-4366-a64a-ae9c93a66c0b", loan_amount: "8458.48", investment_amount: "9034.35", interest_rate: "0.0366", repayment_term: 18, status: "defaulted", promotion_applied: false, created_at: new Date("2020-05-05T20:22:23Z") },
            { id: 160, borrower_id: "b301d164-f1d2-4fa5-bbaa-bc5f775de619", lender_id: "6d4fc62c-4dd5-40a9-94c5-61ed666d8c21", loan_amount: "4036.45", investment_amount: "100.26", interest_rate: "0.1016", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2021-08-10T13:58:25Z") },
            { id: 161, borrower_id: "c3987e49-065a-41c7-8bef-9b9ef9f137a9", lender_id: "f8529914-5d2b-4384-9492-e1780e8c11fe", loan_amount: "8554.98", investment_amount: "2211.74", interest_rate: "0.1178", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2021-02-05T11:54:41Z") },
            { id: 162, borrower_id: "bcdcace7-d261-4d14-9220-2efe3c0c58af", lender_id: "0ad5da50-1ac8-43b5-936a-0f15ec0a038a", loan_amount: "3718.88", investment_amount: "3811.41", interest_rate: "0.0941", repayment_term: 13, status: "defaulted", promotion_applied: null, created_at: new Date("2022-04-17T13:47:57Z") },
            { id: 163, borrower_id: "8cb47348-9e46-4ef6-ac33-8ceaf1948010", lender_id: "cbf96e07-bdda-4551-b38f-efc5510aaf0a", loan_amount: "259.06", investment_amount: "7345.98", interest_rate: "0.0905", repayment_term: 19, status: "defaulted", promotion_applied: false, created_at: new Date("2020-05-23T19:56:21Z") },
            { id: 164, borrower_id: "172917c1-0110-4750-a5d7-fd7b5a8b5b71", lender_id: "7ce6d2bf-996b-49c5-9f27-dcaf04077391", loan_amount: "2812.72", investment_amount: "61.64", interest_rate: "0.0785", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-12-15T12:38:46Z") },
            { id: 165, borrower_id: "6784d41e-e4ba-4b73-a5d9-a3fe140bc023", lender_id: "b6e220e3-6daf-4c31-a5f0-0fb5115b25e7", loan_amount: "828.11", investment_amount: "271.85", interest_rate: "0.1129", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2022-04-20T17:44:23Z") },
            { id: 166, borrower_id: "7638d973-c5a9-4bf0-946a-95c27ad11db3", lender_id: "3e574824-67c8-41a7-a672-bf6e6d281146", loan_amount: "4680.50", investment_amount: "9482.81", interest_rate: "0.0981", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2022-11-14T15:36:19Z") },
            { id: 167, borrower_id: "08b34cc9-7bbe-425d-b16f-b32d72e92b16", lender_id: "a6081e45-6366-4bc1-83fe-08a847cbe818", loan_amount: "9251.01", investment_amount: "3457.14", interest_rate: "0.0788", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2022-05-25T18:53:32Z") },
            { id: 168, borrower_id: "5ea7de4a-085b-4ad1-8b60-6f0a12ed9333", lender_id: "170b443d-a306-46d9-a2ac-79f670b2629c", loan_amount: "763.11", investment_amount: "51.21", interest_rate: "0.1240", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-07-19T11:29:08Z") },
            { id: 169, borrower_id: "c15da241-19cb-4b35-9bba-96c112a684c5", lender_id: "49855a61-7260-4bec-9baf-6bad8b82fb2b", loan_amount: "7431.33", investment_amount: "650.13", interest_rate: "0.1127", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-10-30T01:51:59Z") },
            { id: 170, borrower_id: "f3a315dd-63c4-4379-b4a9-151ba0e9193a", lender_id: "5b4cdf8c-4d62-441b-8298-a6b694a362e1", loan_amount: "2672.41", investment_amount: "4982.65", interest_rate: "0.1315", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-04-06T17:04:21Z") },
            { id: 171, borrower_id: "365d705c-66c7-492b-b02e-e10a319c0f5a", lender_id: "d6ec9fcf-6b90-4171-b61d-a952cb346f57", loan_amount: "819.34", investment_amount: "416.08", interest_rate: "0.1330", repayment_term: 14, status: "completed", promotion_applied: false, created_at: new Date("2021-05-07T15:41:50Z") },
            { id: 172, borrower_id: "9966b022-92b5-4f26-8333-6d606bc8de1f", lender_id: "9130a7e2-fa8e-49c0-bcd2-b2c802f71862", loan_amount: "646.34", investment_amount: "944.54", interest_rate: "0.1328", repayment_term: 14, status: "completed", promotion_applied: false, created_at: new Date("2022-03-15T20:08:58Z") },
            { id: 173, borrower_id: "c9be50d5-426a-44c8-8ec4-2768750f3545", lender_id: "ac25c008-34e9-42e8-923a-448c27af342e", loan_amount: "299.24", investment_amount: "2366.76", interest_rate: "0.0459", repayment_term: 18, status: "defaulted", promotion_applied: false, created_at: new Date("2022-02-02T22:01:41Z") },
            { id: 174, borrower_id: "3380ae91-f9c2-4bbf-83d5-bb28aedf32ab", lender_id: "46d6e0b8-8485-438b-9f98-e21dadcb90a4", loan_amount: "1978.87", investment_amount: "1723.71", interest_rate: "0.1323", repayment_term: 23, status: "completed", promotion_applied: false, created_at: new Date("2020-02-26T18:00:08Z") },
            { id: 175, borrower_id: "362b29f0-6aec-4374-8691-b5dffef45efe", lender_id: "ccaac9a1-a0e2-483b-9065-3d5a86dc4620", loan_amount: "3759.66", investment_amount: "50.02", interest_rate: "0.1235", repayment_term: 24, status: "completed", promotion_applied: false, created_at: new Date("2020-01-09T14:47:19Z") },
            { id: 176, borrower_id: "e0ca023d-b259-472a-8ee8-4bed84eba9dd", lender_id: "761136f7-ab19-49ae-b2ee-f753544e3a37", loan_amount: "1912.22", investment_amount: "4985.19", interest_rate: "0.1019", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-04-27T21:10:10Z") },
            { id: 177, borrower_id: "94cc8542-58b3-4a1b-a6ab-2e31ca1118d3", lender_id: "2a54e846-ac74-4bba-b3e7-32c7bd320c1c", loan_amount: "3690.78", investment_amount: "823.90", interest_rate: "0.0984", repayment_term: 26, status: "completed", promotion_applied: false, created_at: new Date("2022-03-09T19:33:03Z") },
            { id: 178, borrower_id: "d4d16b42-7821-4b62-aeeb-1825afd179fc", lender_id: "3279cbe1-d36c-479d-b39d-3e665dc72469", loan_amount: "561.51", investment_amount: "2874.56", interest_rate: "0.1309", repayment_term: 24, status: "completed", promotion_applied: false, created_at: new Date("2022-12-15T05:50:41Z") },
            { id: 179, borrower_id: "88dc44cb-4513-4e4a-9160-3536c1d4c5bc", lender_id: "3bc83a79-2355-4177-ad96-ee70d93d75c3", loan_amount: "8768.58", investment_amount: "1979.29", interest_rate: "0.0683", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2022-01-18T17:22:26Z") },
            { id: 180, borrower_id: "eecf1102-aef6-4b8f-b22a-518db000ce80", lender_id: "5fdd9f7d-8ba7-4dcd-9c17-633d8041cd68", loan_amount: "4482.79", investment_amount: "1971.88", interest_rate: "0.0836", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-11-28T17:09:22Z") },
            { id: 181, borrower_id: "de46cdc4-3ab0-4cf0-ade7-5edcec8690d6", lender_id: "af2c501d-ff1d-4f92-9b18-feea762db16f", loan_amount: "175.89", investment_amount: "9207.88", interest_rate: "0.1128", repayment_term: 24, status: "completed", promotion_applied: null, created_at: new Date("2022-09-28T20:58:20Z") },
            { id: 182, borrower_id: "1eee6bd4-e1e5-4780-9cad-8f91ddea73ad", lender_id: "c91dc264-c5b8-44d5-9d48-62f60ad1d7d8", loan_amount: "139.81", investment_amount: "7587.12", interest_rate: "0.1095", repayment_term: 8, status: "completed", promotion_applied: false, created_at: new Date("2021-01-30T21:13:30Z") },
            { id: 183, borrower_id: "e6d430ca-1e00-4b0e-9ec8-035ed4e8bf4f", lender_id: "8bbb2b79-c27c-4217-a1ed-968461c20139", loan_amount: "2780.27", investment_amount: "167.83", interest_rate: "0.1316", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2021-06-27T18:18:26Z") },
            { id: 184, borrower_id: "8ee67da9-37f5-43f8-a69e-6eec9122123e", lender_id: "20c6339b-ba04-4138-8320-1636140a346b", loan_amount: "1967.85", investment_amount: "3340.01", interest_rate: "0.0654", repayment_term: 8, status: "completed", promotion_applied: true, created_at: new Date("2022-11-09T04:12:01Z") },
            { id: 185, borrower_id: "1dd3eddd-be27-4487-874d-b1bba1e1b484", lender_id: "5169d45d-9879-4509-b47f-a5c8a5fc0b3b", loan_amount: "6673.99", investment_amount: "4049.94", interest_rate: "0.0884", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2022-09-21T16:55:40Z") },
            { id: 186, borrower_id: "36e29f2d-c7a6-48d1-aedf-d149c7a00fde", lender_id: "d65b124e-8a9d-40c8-85f6-7e02164b5686", loan_amount: "100.16", investment_amount: "294.53", interest_rate: "0.1366", repayment_term: 19, status: "completed", promotion_applied: true, created_at: new Date("2021-05-31T11:15:22Z") },
            { id: 187, borrower_id: "7baf67a0-7852-4eaf-b8db-9d945917b683", lender_id: "e537d06b-4ae1-479e-b249-f1d98b9ede09", loan_amount: "750.04", investment_amount: "5438.10", interest_rate: "0.1233", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2021-07-02T10:57:43Z") },
            { id: 188, borrower_id: "7123d036-2692-483c-9063-2adf56835445", lender_id: "8346dc3e-1305-4202-8b18-a13963731d1b", loan_amount: "6842.85", investment_amount: "1012.88", interest_rate: "0.0725", repayment_term: 21, status: "completed", promotion_applied: false, created_at: new Date("2021-10-23T06:19:09Z") },
            { id: 189, borrower_id: "e27e8b0d-90c2-450f-ba05-5babf5fe8cf7", lender_id: "c78ffa8d-5e9e-482e-b95a-3a13f54ad8a5", loan_amount: "683.37", investment_amount: "5464.45", interest_rate: "0.0960", repayment_term: 31, status: "defaulted", promotion_applied: false, created_at: new Date("2020-11-09T22:39:35Z") },
            { id: 190, borrower_id: "9cf98930-a4f7-4964-88ba-15ee28a35c17", lender_id: "31d2c612-29cd-48ca-8e8e-189c0d40743c", loan_amount: "9706.91", investment_amount: "2315.93", interest_rate: "0.0803", repayment_term: 29, status: "completed", promotion_applied: false, created_at: new Date("2021-01-16T11:13:38Z") },
            { id: 191, borrower_id: "06b35d0c-7fa7-423d-b4da-efd16337bb00", lender_id: "7b989533-e272-422a-b0d1-37d8d80212ce", loan_amount: "4629.53", investment_amount: "392.57", interest_rate: "0.1292", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-03-25T11:13:41Z") },
            { id: 192, borrower_id: "df8f4a14-8781-4749-b474-084ed99e6673", lender_id: "24c78bb4-cd66-47af-9bbc-65b860d01158", loan_amount: "303.07", investment_amount: "2546.83", interest_rate: "0.1609", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-01-30T09:43:38Z") },
            { id: 193, borrower_id: "807f0ebb-b3a3-435c-a9e1-9a70bcec734c", lender_id: "f95bb420-0d11-438f-9626-037c9f6e3b86", loan_amount: "527.17", investment_amount: "1671.58", interest_rate: "0.1096", repayment_term: 27, status: "completed", promotion_applied: false, created_at: new Date("2021-04-03T04:47:54Z") },
            { id: 194, borrower_id: "248ddd1d-5af9-4643-a0ba-5651e08a0d76", lender_id: "2afe3370-70e1-48c1-97d4-aef7602acd86", loan_amount: "1561.43", investment_amount: "314.38", interest_rate: "0.1237", repayment_term: 16, status: "completed", promotion_applied: false, created_at: new Date("2020-07-03T23:09:48Z") },
            { id: 195, borrower_id: "8d48325b-9be9-4c81-a030-b19e194c7454", lender_id: "934ce247-4d84-4f53-b4ad-1c5fa246ab3a", loan_amount: "2819.07", investment_amount: "766.48", interest_rate: "0.1142", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2020-02-07T20:39:16Z") },
            { id: 196, borrower_id: "98b59b86-23cc-4b64-85b1-e120e34d4329", lender_id: "9685e8e1-d3a7-43bd-acd7-46e776e7319f", loan_amount: "2493.82", investment_amount: "4467.47", interest_rate: "0.1140", repayment_term: 25, status: "defaulted", promotion_applied: false, created_at: new Date("2021-01-24T19:41:17Z") },
            { id: 197, borrower_id: "412fcc1f-c610-4c08-8f11-524f2fbf6c95", lender_id: "8fa3efd2-f219-455a-9827-9b632832213d", loan_amount: "1439.87", investment_amount: "6001.06", interest_rate: "0.0628", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-05-20T16:10:50Z") },
            { id: 198, borrower_id: "dbe8e5bc-f689-4fff-8116-cf3d6b1f34e5", lender_id: "88fd8869-85e9-45e5-a50d-5472ad41f9d0", loan_amount: "748.77", investment_amount: "5923.34", interest_rate: "0.0994", repayment_term: 22, status: "completed", promotion_applied: true, created_at: new Date("2021-02-22T21:45:22Z") },
            { id: 199, borrower_id: "be8708a8-9089-43f1-afc4-ee4285f64488", lender_id: "e72ce8ff-87fb-47c4-a28a-86a62138270a", loan_amount: "8211.00", investment_amount: "6794.30", interest_rate: "0.0807", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2022-05-14T17:08:32Z") },
            { id: 200, borrower_id: "7ec515c6-fb81-4580-8f07-1e1ce407fcac", lender_id: "5d0acb43-3a12-44b2-9f67-4a5b972d4976", loan_amount: "639.58", investment_amount: "3931.24", interest_rate: "0.1461", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-09-17T18:53:17Z") },
            { id: 201, borrower_id: "6d7d59de-6d6b-46dd-8f27-95ebb99ab3c7", lender_id: "413b79bf-4048-45ab-8775-ba1912719376", loan_amount: "7172.77", investment_amount: "3066.59", interest_rate: "0.0438", repayment_term: 18, status: "completed", promotion_applied: null, created_at: new Date("2021-12-11T18:04:47Z") },
            { id: 202, borrower_id: "64895915-8e59-4952-a97d-6482c8a28b36", lender_id: "5efbb925-f1ce-44b8-95fd-69eaa14ceddf", loan_amount: "9931.35", investment_amount: "992.40", interest_rate: "0.1587", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-10-29T22:29:31Z") },
            { id: 203, borrower_id: "18120236-56ae-4319-8fe4-cedb1cbf43d3", lender_id: "f5c38098-c535-4dbf-a412-5c8a35cef5d7", loan_amount: "5880.01", investment_amount: "128.12", interest_rate: "0.0960", repayment_term: 27, status: "completed", promotion_applied: false, created_at: new Date("2021-04-14T15:21:23Z") },
            { id: 204, borrower_id: "e650b474-bf01-40a8-876e-4b37bb458932", lender_id: "87a32292-e8c3-4461-b279-8eb13cef69a3", loan_amount: "5235.13", investment_amount: "51.83", interest_rate: "0.0902", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-02-13T17:54:54Z") },
            { id: 205, borrower_id: "def73383-7957-45d1-a773-a71f5dbd20cd", lender_id: "4c5c1b40-e35d-4a98-8cc8-08cd9486e4a6", loan_amount: "5982.43", investment_amount: "573.80", interest_rate: "0.1367", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-09-21T10:50:04Z") },
            { id: 206, borrower_id: "33d50c6c-e1c4-4384-a293-5c1e09131cce", lender_id: "ae9ae2eb-aa13-47f8-b24e-21aa13083113", loan_amount: "6302.66", investment_amount: "918.07", interest_rate: "0.0998", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2022-01-29T20:35:43Z") },
            { id: 207, borrower_id: "39edac38-c157-4014-a8d1-b9b1ca1efc1d", lender_id: "6f886f3f-603e-4fee-89d3-6d9c3ca473b7", loan_amount: "153.57", investment_amount: "4837.85", interest_rate: "0.0676", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-11-21T21:21:54Z") },
            { id: 208, borrower_id: "f6581063-0bb9-41fb-982f-f3e1e3004352", lender_id: "c293ec1c-9866-4ad3-8a48-a343202aa26f", loan_amount: "1117.30", investment_amount: "57.43", interest_rate: "0.1342", repayment_term: 16, status: "completed", promotion_applied: null, created_at: new Date("2020-06-03T21:54:48Z") },
            { id: 209, borrower_id: "394a52bb-2089-4f36-9365-91837b9eff4a", lender_id: "53340f5a-5926-4d9b-8a00-80bb904db267", loan_amount: "746.55", investment_amount: "152.46", interest_rate: "0.1318", repayment_term: 24, status: "completed", promotion_applied: false, created_at: new Date("2020-10-23T13:04:03Z") },
            { id: 210, borrower_id: "0bdcabf2-de2a-406f-ac79-a757d3bb2b12", lender_id: "58bce052-3609-4952-b271-1a834767619f", loan_amount: "1000.54", investment_amount: "9394.80", interest_rate: "0.1452", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2021-10-19T16:46:27Z") },
            { id: 211, borrower_id: "9cb1fb89-e4ba-4a09-97c1-4f6a9cda680a", lender_id: "7dbe3bf3-e775-4d61-90e1-bc55c4540860", loan_amount: "331.65", investment_amount: "3970.31", interest_rate: "0.1616", repayment_term: 16, status: "completed", promotion_applied: false, created_at: new Date("2022-11-04T23:22:35Z") },
            { id: 212, borrower_id: "c585c70c-018d-42e4-866c-76d99fa50266", lender_id: "160e50c3-4589-44da-af96-af6d05e253c2", loan_amount: "5136.21", investment_amount: "2647.62", interest_rate: "0.0436", repayment_term: 23, status: "completed", promotion_applied: false, created_at: new Date("2020-12-09T03:07:19Z") },
            { id: 213, borrower_id: "665c6264-47a5-4403-ac9e-7fdd3d51f260", lender_id: "a14e8eb2-fa0e-4bfd-88df-090e75ca8519", loan_amount: "9631.24", investment_amount: "784.69", interest_rate: "0.1403", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2022-08-04T18:18:07Z") },
            { id: 214, borrower_id: "f8dd0965-38f5-421b-becd-ad1e6a87c954", lender_id: "8504f42f-3427-4476-b54a-3b2f8aeef4d3", loan_amount: "3526.60", investment_amount: "7110.13", interest_rate: "0.0872", repayment_term: 18, status: "completed", promotion_applied: true, created_at: new Date("2020-08-11T11:14:18Z") },
            { id: 215, borrower_id: "6ac75f2a-95d8-42e9-8cb4-310de249102a", lender_id: "e77cd5d0-cc20-41e7-9a01-6bfed45869f3", loan_amount: "6923.98", investment_amount: "7929.42", interest_rate: "0.1132", repayment_term: 11, status: "completed", promotion_applied: true, created_at: new Date("2020-12-31T11:43:49Z") },
            { id: 216, borrower_id: "37478738-49d5-4d47-96b4-091ada4eae68", lender_id: "16b6ab35-e3ab-4b6d-8d54-501ea88e55fd", loan_amount: "4388.89", investment_amount: "3661.11", interest_rate: "0.0928", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-01-20T20:58:14Z") },
            { id: 217, borrower_id: "6a343578-746e-4e3e-bfc0-5ba9de1632d9", lender_id: "667d81a8-7554-4971-ae3c-662a00a5c6d7", loan_amount: "4916.19", investment_amount: "579.11", interest_rate: "0.1029", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2021-12-01T10:43:08Z") },
            { id: 218, borrower_id: "056f455a-fb91-4a52-ab69-d99881bffd0b", lender_id: "090514d7-16c0-4d9d-9c9a-c8bcae22bbe4", loan_amount: "1177.32", investment_amount: "2922.80", interest_rate: "0.0882", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-12-14T19:25:39Z") },
            { id: 219, borrower_id: "131adbab-035a-4f0e-b50f-f85edeaea830", lender_id: "98132c48-a955-4743-8dcd-5f97bbe71138", loan_amount: "250.15", investment_amount: "3148.39", interest_rate: "0.1031", repayment_term: 13, status: "completed", promotion_applied: true, created_at: new Date("2021-01-07T07:30:06Z") },
            { id: 220, borrower_id: "c038bd50-f806-4e69-af88-43c9eec24645", lender_id: "8f145c77-54a9-423b-b096-19ec8c58603c", loan_amount: "1297.97", investment_amount: "1535.70", interest_rate: "0.0948", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2022-06-27T18:21:41Z") },
            { id: 221, borrower_id: "0d656bda-ba18-481c-b428-232774f449b7", lender_id: "7c76a0e6-7627-4b8b-b21f-7e8097a5546c", loan_amount: "7903.77", investment_amount: "131.05", interest_rate: "0.1086", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-04-10T16:39:59Z") },
            { id: 222, borrower_id: "49d9d1ff-33d4-4587-b5fc-ad1d59d17091", lender_id: "7ac41982-ee96-4a94-a627-3fe2dca52325", loan_amount: "226.67", investment_amount: "53.13", interest_rate: "0.0920", repayment_term: 24, status: "completed", promotion_applied: false, created_at: new Date("2020-08-22T21:33:35Z") },
            { id: 223, borrower_id: "0c6e1609-bc01-4331-a13d-f1340f32703f", lender_id: "dffd4c5a-d955-4cd2-9d92-1261d542e04e", loan_amount: "4395.52", investment_amount: "783.61", interest_rate: "0.1269", repayment_term: 14, status: "completed", promotion_applied: true, created_at: new Date("2022-06-13T12:18:40Z") },
            { id: 224, borrower_id: "db3a9134-edbb-41a5-86ba-e66c9af99334", lender_id: "3fb3ae94-d2bb-4cc7-9f94-10faeffce643", loan_amount: "8596.96", investment_amount: "2760.63", interest_rate: "0.1015", repayment_term: 17, status: "defaulted", promotion_applied: false, created_at: new Date("2022-10-01T09:49:52Z") },
            { id: 225, borrower_id: "2fe16678-06e3-4e6e-ab6c-795bc040991b", lender_id: "78a5fc2e-2dc4-4d7c-820d-e725ca04c03c", loan_amount: "6858.83", investment_amount: "348.70", interest_rate: "0.0895", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-09-14T09:10:23Z") },
            { id: 226, borrower_id: "4e3a2b08-14be-4bf1-80ef-d73569f6c756", lender_id: "5f776c07-17ab-4d39-bde1-bc7edec83086", loan_amount: "8446.57", investment_amount: "99.26", interest_rate: "0.1349", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2020-10-09T16:42:47Z") },
            { id: 227, borrower_id: "933e84ea-3329-4275-81ba-b16684727366", lender_id: "ecfb5fc1-846b-406f-81ec-5dd197204da9", loan_amount: "128.56", investment_amount: "6480.83", interest_rate: "0.0959", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-10-10T12:02:35Z") },
            { id: 228, borrower_id: "778fed01-313a-4fb3-95c5-55889a16ba68", lender_id: "3a0cd70a-4533-45a3-a75b-f09d950e5904", loan_amount: "3152.73", investment_amount: "1947.01", interest_rate: "0.1006", repayment_term: 27, status: "completed", promotion_applied: false, created_at: new Date("2022-05-31T16:17:58Z") },
            { id: 229, borrower_id: "ee4d856c-cd26-4193-8586-a5570c30aa0a", lender_id: "e1905648-7bbe-4f4a-8893-164acf459b5a", loan_amount: "564.45", investment_amount: "5913.81", interest_rate: "0.1574", repayment_term: 23, status: "defaulted", promotion_applied: false, created_at: new Date("2021-10-07T09:27:11Z") },
            { id: 230, borrower_id: "7fe97617-b000-4b42-ad98-e69423f91255", lender_id: "d524cfed-b559-4826-89b0-930c69d7e096", loan_amount: "6592.63", investment_amount: "8533.31", interest_rate: "0.0926", repayment_term: 22, status: "completed", promotion_applied: false, created_at: new Date("2021-03-15T17:10:18Z") },
            { id: 231, borrower_id: "0a10ccb1-a0f8-40b7-b440-7d82ee69c54a", lender_id: "ecddba25-d653-46b0-b37f-fd44589b18be", loan_amount: "1536.11", investment_amount: "3749.19", interest_rate: "0.0777", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-09-15T22:56:25Z") },
            { id: 232, borrower_id: "498660f7-0c0d-43d8-84e3-0eabd9839e19", lender_id: "cd4b4e61-5fb2-4f8d-8af2-320260537c85", loan_amount: "232.53", investment_amount: "6909.27", interest_rate: "0.0437", repayment_term: 17, status: "completed", promotion_applied: true, created_at: new Date("2020-12-08T11:06:25Z") },
            { id: 233, borrower_id: "b8d2d3bd-d034-4f27-9819-5f5b783edf3f", lender_id: "2c9c1a39-28d6-454b-b6fd-d1f6e2e62e2d", loan_amount: "4394.21", investment_amount: "7154.62", interest_rate: "0.0929", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-01-28T12:15:58Z") },
            { id: 234, borrower_id: "c1243d75-657e-45ac-bad1-8648f930d8e0", lender_id: "45591af6-32bd-40e4-b31e-fdadfe991cff", loan_amount: "113.49", investment_amount: "3612.63", interest_rate: "0.1004", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2021-11-21T02:32:04Z") },
            { id: 235, borrower_id: "b4cfbbfa-0c3a-4d9e-8523-8bdaa6399c42", lender_id: "2882b471-9c05-459f-9411-df4f0eb056d4", loan_amount: "9238.62", investment_amount: "6269.33", interest_rate: "0.0417", repayment_term: 26, status: "defaulted", promotion_applied: false, created_at: new Date("2022-10-23T08:45:25Z") },
            { id: 236, borrower_id: "682d14ec-a3be-48ff-a379-d4d02ee4ddb4", lender_id: "1670b4ae-4caa-4e4e-8ef8-2aa20968fd94", loan_amount: "4939.64", investment_amount: "2461.44", interest_rate: "0.0973", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-11-14T20:41:02Z") },
            { id: 237, borrower_id: "0da6af52-973c-4ed7-be06-a48fa9e1e337", lender_id: "c876bef8-633e-4cac-89de-c10499b0c440", loan_amount: "101.44", investment_amount: "917.35", interest_rate: "0.0791", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-06-24T14:16:37Z") },
            { id: 238, borrower_id: "fd1905c6-11a1-4dbd-b197-f61b52270d28", lender_id: "411e397a-567c-430c-b11f-911a7aa407af", loan_amount: "3915.33", investment_amount: "67.51", interest_rate: "0.1114", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-04-14T11:14:06Z") },
            { id: 239, borrower_id: "754d5b9a-8c12-4c05-8ac3-97a3a0e0b278", lender_id: "db998854-f357-465f-921b-823ae7f6a6c3", loan_amount: "144.33", investment_amount: "5495.17", interest_rate: "0.0527", repayment_term: 14, status: "completed", promotion_applied: false, created_at: new Date("2022-12-25T14:08:41Z") },
            { id: 240, borrower_id: "5d9bc4d5-e731-466b-acdf-0a694676d983", lender_id: "066f17f5-78e3-4e1c-95bc-bddb57cc40f2", loan_amount: "8116.56", investment_amount: "1981.30", interest_rate: "0.1155", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2022-09-24T21:33:22Z") },
            { id: 241, borrower_id: "99e4a48b-d791-44cd-9bca-c692df86f2ea", lender_id: "bf8d3f02-7216-4a68-9561-c5ced27a719d", loan_amount: "132.39", investment_amount: "9432.40", interest_rate: "0.1312", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-06-04T10:31:14Z") },
            { id: 242, borrower_id: "c48c2d15-9017-44ef-90c5-df3897e6ad95", lender_id: "4c4401a2-763f-425e-bcea-d11b3170c24a", loan_amount: "1120.62", investment_amount: "1321.27", interest_rate: "0.1119", repayment_term: 11, status: "completed", promotion_applied: false, created_at: new Date("2022-05-25T19:55:29Z") },
            { id: 243, borrower_id: "8899cf46-6190-40e3-a063-c9d2ea1ff7c1", lender_id: "0a8e8115-fcd3-4de4-8344-f9ddfd4864b6", loan_amount: "1300.40", investment_amount: "191.27", interest_rate: "0.1413", repayment_term: 24, status: "completed", promotion_applied: true, created_at: new Date("2020-07-08T06:33:20Z") },
            { id: 244, borrower_id: "8d2ed89a-0d3e-4126-8980-98f078151319", lender_id: "64bbe0bd-82f4-4009-9220-fd69081c4bb8", loan_amount: "1193.41", investment_amount: "55.95", interest_rate: "0.1014", repayment_term: 19, status: "completed", promotion_applied: true, created_at: new Date("2021-11-23T21:12:08Z") },
            { id: 245, borrower_id: "d5206a47-0a60-4fdb-b71c-e7c17e6a6c5b", lender_id: "5f76f153-417f-4b53-b650-76fda0cb1ff9", loan_amount: "3891.59", investment_amount: "132.55", interest_rate: "0.1712", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2021-01-27T18:47:02Z") },
            { id: 246, borrower_id: "80c43846-0ea6-494a-ae01-2b9766850758", lender_id: "6f2258fb-edc2-4526-b67f-77f5b9063b0b", loan_amount: "1345.72", investment_amount: "886.06", interest_rate: "0.1536", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2020-02-04T19:32:41Z") },
            { id: 247, borrower_id: "906cd980-ee37-48b4-b5f4-a066d36d1dd3", lender_id: "a17215af-26ce-4faf-99cb-3d8d20190fbc", loan_amount: "6180.10", investment_amount: "482.36", interest_rate: "0.0744", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-08-08T16:10:17Z") },
            { id: 248, borrower_id: "0eae910f-4539-4202-bbd6-030ef3ab80c8", lender_id: "1d175ea8-ee84-40c1-a9c6-a85df47ed1a2", loan_amount: "272.34", investment_amount: "594.49", interest_rate: "0.1299", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-04-01T20:57:56Z") },
            { id: 249, borrower_id: "1811253f-6811-4f4a-90bf-1c74ba3a8368", lender_id: "cdea0431-b104-4419-9035-3bccf234cf05", loan_amount: "1097.11", investment_amount: "9613.11", interest_rate: "0.0989", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2020-11-19T09:32:00Z") },
            { id: 250, borrower_id: "6c88d16c-42ab-4da2-a16f-d2979d4ec7c6", lender_id: "11838b5e-151f-45f4-a58c-87736d2d2d30", loan_amount: "7855.57", investment_amount: "3907.12", interest_rate: "0.1053", repayment_term: 22, status: "completed", promotion_applied: false, created_at: new Date("2022-04-12T07:37:05Z") },
            { id: 251, borrower_id: "772a6275-7a2e-437b-8c7f-301a89826515", lender_id: "a33f1c30-1d01-42c3-9200-15bb80051417", loan_amount: "1492.12", investment_amount: "7270.55", interest_rate: "0.0654", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2022-10-28T14:51:18Z") },
            { id: 252, borrower_id: "6fe1d4bd-2df3-4eb2-a72d-36c3e0ed29f7", lender_id: "55e4d7c8-06ce-4d15-b081-a7461715624c", loan_amount: "5978.46", investment_amount: "4850.33", interest_rate: "0.1620", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-06-09T17:11:03Z") },
            { id: 253, borrower_id: "39978347-84f0-4fdd-805e-ad170c556ada", lender_id: "0f78179d-5f83-4e3d-8621-454b6b85b392", loan_amount: "7213.82", investment_amount: "4185.33", interest_rate: "0.0764", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2021-09-08T19:21:51Z") },
            { id: 254, borrower_id: "1eb951fb-8b0a-4f95-a90e-111391c50512", lender_id: "5277dbb5-1aba-490b-956f-5ce7db0111ef", loan_amount: "4205.32", investment_amount: "4088.45", interest_rate: "0.1352", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2021-11-20T23:10:18Z") },
            { id: 255, borrower_id: "4bf7a9be-7633-4a5b-8724-4e8b055e50c5", lender_id: "b0da4daa-61d4-4fd6-b95a-40efe096b12e", loan_amount: "1161.05", investment_amount: "3463.19", interest_rate: "0.1299", repayment_term: 17, status: "completed", promotion_applied: false, created_at: new Date("2022-05-14T19:35:08Z") },
            { id: 256, borrower_id: "1a5d52d5-0a55-42c0-af52-1abc44a5b520", lender_id: "b4c20497-ee5e-4429-a897-b2c4fb83aba9", loan_amount: "141.02", investment_amount: "7823.11", interest_rate: "0.0906", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-05-13T14:15:09Z") },
            { id: 257, borrower_id: "524c84b2-0226-459c-afc5-65f62e75cd80", lender_id: "583e5335-e368-487e-84a0-4abc3f2cf163", loan_amount: "8940.43", investment_amount: "1376.45", interest_rate: "0.1183", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2020-04-25T21:07:01Z") },
            { id: 258, borrower_id: "6b101e3a-2422-4ea2-943f-938ca8a9afe7", lender_id: "af2b2095-056b-4120-ad99-789ec5558923", loan_amount: "8698.20", investment_amount: "98.26", interest_rate: "0.0816", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-11-08T10:53:04Z") },
            { id: 259, borrower_id: "0aaf4018-2439-4b71-b4cd-8a983af4d4ed", lender_id: "e40055ec-56b8-4c0f-9531-a4d98b0baedc", loan_amount: "1053.83", investment_amount: "285.68", interest_rate: "0.1179", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-11-05T05:39:38Z") },
            { id: 260, borrower_id: "cfe9dcef-a57a-419a-895c-89bec57a21f7", lender_id: "a908fa4a-da7c-4a7e-a123-a22ee8830488", loan_amount: "1115.52", investment_amount: "264.22", interest_rate: "0.1217", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2022-08-30T15:36:31Z") },
            { id: 261, borrower_id: "f1d74c7e-1d5b-4c90-8ad7-9c858efdc585", lender_id: "eb276506-33c7-4b1f-873f-488f4b47da54", loan_amount: "4488.76", investment_amount: "3020.46", interest_rate: "0.0990", repayment_term: 14, status: "defaulted", promotion_applied: false, created_at: new Date("2021-05-05T09:47:05Z") },
            { id: 262, borrower_id: "e5d0344b-1564-4227-afbc-eda2bacdb31a", lender_id: "4cb58d73-4063-4862-b5c6-e55384a2c24d", loan_amount: "5126.54", investment_amount: "52.01", interest_rate: "0.0705", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-03-30T17:20:42Z") },
            { id: 263, borrower_id: "60e8e61d-1578-48e9-8f74-a9895ee8641c", lender_id: "4e8d8cdd-0711-4aa0-80fc-ab781619668f", loan_amount: "9639.60", investment_amount: "6905.12", interest_rate: "0.1244", repayment_term: 16, status: "completed", promotion_applied: null, created_at: new Date("2021-05-25T07:27:29Z") },
            { id: 264, borrower_id: "0d786b04-e4a5-4668-a209-7ee23ed110b2", lender_id: "8fd1b426-b54e-4d40-add7-4c26a74a393f", loan_amount: "5553.39", investment_amount: "406.57", interest_rate: "0.1012", repayment_term: 16, status: "completed", promotion_applied: null, created_at: new Date("2021-11-27T20:46:49Z") },
            { id: 265, borrower_id: "539dc1f6-c0a3-4486-864f-47b373e1b85f", lender_id: "1c3e7a34-f8db-4334-b7ce-f45f0b51761d", loan_amount: "2662.28", investment_amount: "84.92", interest_rate: "0.0480", repayment_term: 16, status: "completed", promotion_applied: true, created_at: new Date("2020-01-03T20:25:11Z") },
            { id: 266, borrower_id: "ef3d58d9-6009-4048-a19c-5e084bee2147", lender_id: "fcef4c1a-a1c6-48d0-a0d4-4d48a8605539", loan_amount: "5053.92", investment_amount: "4992.94", interest_rate: "0.0844", repayment_term: 17, status: "completed", promotion_applied: false, created_at: new Date("2020-05-17T16:34:01Z") },
            { id: 267, borrower_id: "43d26b91-b98d-4df1-a510-f74ac97f7775", lender_id: "c2def8f8-3666-40ae-b1e9-b7d9c5c1c16f", loan_amount: "2470.12", investment_amount: "699.77", interest_rate: "0.1381", repayment_term: 26, status: "completed", promotion_applied: true, created_at: new Date("2020-01-27T15:04:11Z") },
            { id: 268, borrower_id: "eded251f-e7ee-4847-96c7-1f815bc7913f", lender_id: "28486a42-bf90-4376-9711-99c9cebb95b7", loan_amount: "5194.24", investment_amount: "4525.27", interest_rate: "0.1026", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-03-02T17:32:32Z") },
            { id: 269, borrower_id: "a15cc600-eea0-4c47-b584-1e188f12bdfa", lender_id: "68155d86-a3f2-4907-b772-47b310438470", loan_amount: "5553.28", investment_amount: "3097.63", interest_rate: "0.1386", repayment_term: 21, status: "completed", promotion_applied: false, created_at: new Date("2021-01-10T00:53:03Z") },
            { id: 270, borrower_id: "ad4b08be-0e64-49de-bf92-4d8ce8dd3a06", lender_id: "7971805b-3452-48a8-8d43-cf6832f85d7d", loan_amount: "3663.48", investment_amount: "1302.06", interest_rate: "0.0699", repayment_term: 13, status: "completed", promotion_applied: false, created_at: new Date("2021-10-02T20:55:08Z") },
            { id: 271, borrower_id: "f6d64d01-f6b5-4ea9-93c2-7db2002a57aa", lender_id: "c93c4aaa-9b88-4edd-97da-20d08a531d94", loan_amount: "5809.74", investment_amount: "926.74", interest_rate: "0.0961", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2021-12-29T13:26:34Z") },
            { id: 272, borrower_id: "457a50ef-4db8-4a2b-9ee6-54cbea90892f", lender_id: "a5627669-c827-4d38-9255-105ceda0e683", loan_amount: "6265.25", investment_amount: "5359.37", interest_rate: "0.1001", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-01-20T19:11:47Z") },
            { id: 273, borrower_id: "88a21c40-0382-494e-aa0b-5742f9060b5b", lender_id: "f5346dfa-0536-49d7-9622-c84bb4dc9053", loan_amount: "300.48", investment_amount: "9722.76", interest_rate: "0.0607", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-11-17T21:35:40Z") },
            { id: 274, borrower_id: "06004a58-63f2-4e4e-a8c6-57978208bbc5", lender_id: "63b8db67-f1b0-4b8f-92b4-f0b9c7e5bd33", loan_amount: "4054.80", investment_amount: "4183.62", interest_rate: "0.1251", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-04-01T20:15:37Z") },
            { id: 275, borrower_id: "f54022ec-ef9f-4178-b9f5-5e5e769a2b22", lender_id: "1fb5b6b2-425d-41ce-a4e9-75df94782000", loan_amount: "129.87", investment_amount: "255.58", interest_rate: "0.1261", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2020-05-24T14:24:34Z") },
            { id: 276, borrower_id: "8c6fa332-0dfe-4302-bcf6-7ceeaf5c5d0b", lender_id: "8c51d820-48fc-4a56-8083-d3e57806dce2", loan_amount: "8605.55", investment_amount: "60.91", interest_rate: "0.1546", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2020-12-09T21:05:14Z") },
            { id: 277, borrower_id: "14a8ab6d-4945-49bf-afdf-888f14194faf", lender_id: "a954f1e9-1a20-4bb5-8453-1766e9d9fa2d", loan_amount: "4430.35", investment_amount: "8272.14", interest_rate: "0.0824", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-09-12T15:24:44Z") },
            { id: 278, borrower_id: "da546677-2c0f-469c-b260-cf686049186f", lender_id: "07b46586-0983-40b5-81e9-49e3f31bf045", loan_amount: "2498.90", investment_amount: "260.03", interest_rate: "0.0728", repayment_term: 22, status: "completed", promotion_applied: true, created_at: new Date("2022-10-31T07:17:26Z") },
            { id: 279, borrower_id: "4464d443-8f46-4447-8671-aab8abaca438", lender_id: "cf3ab486-6d5a-4a8c-8644-92b5243691b9", loan_amount: "3895.73", investment_amount: "4581.76", interest_rate: "0.1192", repayment_term: 32, status: "defaulted", promotion_applied: null, created_at: new Date("2022-10-24T22:36:41Z") },
            { id: 280, borrower_id: "82959f67-70eb-48c1-b64d-d39c948556ea", lender_id: "6000680b-24d8-468e-9ef9-c20efd45d7f5", loan_amount: "1400.46", investment_amount: "4628.70", interest_rate: "0.1442", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-07-07T20:10:00Z") },
            { id: 281, borrower_id: "e287ef52-74c2-43ca-a2c1-b59a4ad6563f", lender_id: "1ddea325-686d-4311-970d-fc396fcc7496", loan_amount: "8074.88", investment_amount: "1120.26", interest_rate: "0.1272", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-05-30T18:04:57Z") },
            { id: 282, borrower_id: "b084620d-ab36-4d38-88c0-a1b70f39d37a", lender_id: "9f3aff88-d0aa-4b61-8c15-4ca499c1667f", loan_amount: "4042.20", investment_amount: "9374.11", interest_rate: "0.0509", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-10-06T14:09:32Z") },
            { id: 283, borrower_id: "9c2ebb4f-eb8a-4bd9-a6cb-3134e9d86010", lender_id: "ada1845f-65db-4b1b-9440-caf0f9e2a6df", loan_amount: "130.68", investment_amount: "5338.26", interest_rate: "0.1089", repayment_term: 23, status: "completed", promotion_applied: false, created_at: new Date("2020-06-03T18:47:05Z") },
            { id: 284, borrower_id: "df50e5fc-6b95-4dd5-b422-faf286213bb5", lender_id: "2eea5240-777f-4079-b4b6-a838046aaf54", loan_amount: "7086.23", investment_amount: "8177.57", interest_rate: "0.1045", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-04-25T20:42:00Z") },
            { id: 285, borrower_id: "d588695b-88ed-4e6d-9218-b6402e05637c", lender_id: "110e9675-b663-4547-8e6f-bcb3596da608", loan_amount: "8569.65", investment_amount: "515.98", interest_rate: "0.1180", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2021-05-21T14:27:33Z") },
            { id: 286, borrower_id: "02ea9c45-50bb-4884-8f0b-7af20888bec5", lender_id: "ac46c737-afdb-41e4-acc8-eb30f43f5cd1", loan_amount: "3267.24", investment_amount: "9755.63", interest_rate: "0.0968", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-02-07T15:06:33Z") },
            { id: 287, borrower_id: "ac03704b-7624-4afc-859d-ca47d745cbd4", lender_id: "fc96d283-939b-479d-ab34-95547547c3ca", loan_amount: "1220.56", investment_amount: "813.74", interest_rate: "0.0576", repayment_term: 24, status: "completed", promotion_applied: null, created_at: new Date("2021-03-03T13:44:50Z") },
            { id: 288, borrower_id: "0d66da74-951b-45a9-acae-f3e2a7e81f1d", lender_id: "65db00db-85ee-4413-bb5c-02c6d072e0b8", loan_amount: "6136.28", investment_amount: "1990.07", interest_rate: "0.1171", repayment_term: 9, status: "defaulted", promotion_applied: true, created_at: new Date("2020-07-29T01:37:46Z") },
            { id: 289, borrower_id: "a15a4d72-6f67-4a18-aff9-1bab5a9400a2", lender_id: "726c039f-1a69-4e8b-a058-a0c591914758", loan_amount: "2307.36", investment_amount: "4338.00", interest_rate: "0.1749", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2022-11-15T20:52:32Z") },
            { id: 290, borrower_id: "f29d5456-7068-4295-9ece-32d1d9f5246d", lender_id: "c4891ede-c50d-4eb5-a06a-fdaf48665e22", loan_amount: "288.22", investment_amount: "4440.53", interest_rate: "0.0872", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2020-11-08T03:26:39Z") },
            { id: 291, borrower_id: "fbfb8a35-f035-47e1-99e2-7ef8e4875084", lender_id: "9b25d1e8-ebe6-4956-8fe7-8dc641751dd3", loan_amount: "4311.36", investment_amount: "8140.39", interest_rate: "0.1001", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2020-07-04T06:12:08Z") },
            { id: 292, borrower_id: "309adf15-9fa9-4a08-a347-6149c91fbce0", lender_id: "25c82ea7-53c2-4458-bfcd-3094168c233a", loan_amount: "4018.09", investment_amount: "5098.60", interest_rate: "0.1302", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-06-26T07:44:32Z") },
            { id: 293, borrower_id: "4c793898-0fa9-4c28-ac24-a071f24c4a04", lender_id: "de53a223-89c2-43ed-ba61-d5e474da8961", loan_amount: "1047.46", investment_amount: "135.95", interest_rate: "0.1095", repayment_term: 22, status: "completed", promotion_applied: null, created_at: new Date("2022-01-14T04:09:35Z") },
            { id: 294, borrower_id: "28347b74-7033-45b5-9820-502a8557b00d", lender_id: "844f33bb-58fe-4af0-89ee-a237d150ae8a", loan_amount: "2545.16", investment_amount: "8924.92", interest_rate: "0.1449", repayment_term: 25, status: "completed", promotion_applied: true, created_at: new Date("2022-08-14T18:47:37Z") },
            { id: 295, borrower_id: "48898802-9244-4e56-bfb6-f75f7dda8d6b", lender_id: "ddda0fc9-765f-4b8d-8d01-bc11849ee65f", loan_amount: "1724.79", investment_amount: "3383.88", interest_rate: "0.1097", repayment_term: 22, status: "completed", promotion_applied: true, created_at: new Date("2021-07-30T16:27:50Z") },
            { id: 296, borrower_id: "e52ebfeb-7de2-468a-b0bc-7166ffb67c47", lender_id: "99f0afe1-e6cf-47da-93d5-fd0e29097d5d", loan_amount: "7559.74", investment_amount: "2393.34", interest_rate: "0.1251", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2021-08-20T21:19:19Z") },
            { id: 297, borrower_id: "2eaa492e-6454-4a43-89d8-a8f4a98305ef", lender_id: "acd53a95-2f7c-413a-a795-c8a02e5012b0", loan_amount: "116.71", investment_amount: "7375.60", interest_rate: "0.0832", repayment_term: 17, status: "completed", promotion_applied: false, created_at: new Date("2020-03-23T17:00:02Z") },
            { id: 298, borrower_id: "86879e33-69c9-4168-83b2-e67cca007308", lender_id: "2011c4a0-0336-42a0-ae59-9539809e79bc", loan_amount: "449.09", investment_amount: "1965.24", interest_rate: "0.1116", repayment_term: 14, status: "completed", promotion_applied: false, created_at: new Date("2020-07-09T15:19:51Z") },
            { id: 299, borrower_id: "66ea2363-afcf-4b45-9633-7491d5075031", lender_id: "e3a740bc-134d-4da0-97ee-d4d90473d1e6", loan_amount: "1735.72", investment_amount: "5058.66", interest_rate: "0.1184", repayment_term: 24, status: "completed", promotion_applied: true, created_at: new Date("2020-04-29T13:53:48Z") },
            { id: 300, borrower_id: "c8b9a961-067c-4172-bc86-c14c3c4e6c1e", lender_id: "5cc27157-e73c-438d-b3b6-4774cf7a62d0", loan_amount: "2809.33", investment_amount: "1790.59", interest_rate: "0.0756", repayment_term: 26, status: "completed", promotion_applied: false, created_at: new Date("2020-10-19T17:17:08Z") },
            { id: 301, borrower_id: "ad42b08f-08ce-4f84-a348-0a6e86998c30", lender_id: "14c550d8-f7b7-488d-8802-437f076e4e33", loan_amount: "5619.10", investment_amount: "9484.75", interest_rate: "0.1191", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-11-17T13:16:57Z") },
            { id: 302, borrower_id: "8eb331ca-ed3a-44ca-9b52-d8ad5515969e", lender_id: "3ffc45dc-065d-40e9-93a7-2dfc88279d9e", loan_amount: "6047.77", investment_amount: "6340.19", interest_rate: "0.0807", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2022-10-25T21:48:13Z") },
            { id: 303, borrower_id: "4b89ee7a-afe0-4e6c-abc7-7a8c33cf9dbd", lender_id: "26e1c3b1-7707-41d6-988b-45a7de2dcde2", loan_amount: "4415.02", investment_amount: "123.33", interest_rate: "0.1192", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2022-12-12T22:45:10Z") },
            { id: 304, borrower_id: "bbfbe7d5-6691-4482-b84e-a03ad8142223", lender_id: "cd27af5b-e1d1-453a-b301-ff9a8f352734", loan_amount: "3106.66", investment_amount: "96.34", interest_rate: "0.1387", repayment_term: 18, status: "completed", promotion_applied: null, created_at: new Date("2021-08-25T21:05:37Z") },
            { id: 305, borrower_id: "bc9b2b7c-218d-46d3-b68c-34684123a9e8", lender_id: "841730fe-a222-40ac-a038-c677fc5e6460", loan_amount: "176.56", investment_amount: "9862.68", interest_rate: "0.1119", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2022-02-14T15:08:01Z") },
            { id: 306, borrower_id: "b4d18fbc-d758-4c89-9dba-f8e0ce4d9627", lender_id: "e440e9ff-5d9c-4cb1-9f05-2b67fd752f91", loan_amount: "709.18", investment_amount: "437.60", interest_rate: "0.0930", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-03-27T09:40:41Z") },
            { id: 307, borrower_id: "ad2a44f4-1507-4b87-b61b-180d28dd246e", lender_id: "5f9a5815-64e2-47d4-a952-dcd68eb9f905", loan_amount: "1092.96", investment_amount: "77.32", interest_rate: "0.1173", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-09-23T18:59:14Z") },
            { id: 308, borrower_id: "587e3958-2c77-4855-b441-117b9453bfc1", lender_id: "6dc70a94-9159-4fb8-a3e0-a9634038f2d3", loan_amount: "7528.84", investment_amount: "5071.16", interest_rate: "0.1087", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-03-02T09:21:31Z") },
            { id: 309, borrower_id: "6ba2a247-e067-47ac-8b23-9e5fdd78b38a", lender_id: "19d8f170-41ec-4f0a-9c86-4a4f74fcdd2c", loan_amount: "1352.84", investment_amount: "5491.87", interest_rate: "0.0794", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-12-30T11:12:34Z") },
            { id: 310, borrower_id: "9d4f773d-f8fd-4ae4-b891-239935ea4a15", lender_id: "28335d19-8a9f-4006-a755-2eaee61e1990", loan_amount: "6236.82", investment_amount: "7324.97", interest_rate: "0.0752", repayment_term: 24, status: "defaulted", promotion_applied: false, created_at: new Date("2021-07-13T16:42:01Z") },
            { id: 311, borrower_id: "fffed06c-963c-4053-a59d-9814d598d5ed", lender_id: "fffdb4cc-08df-431e-9801-486a35e8ae47", loan_amount: "5660.14", investment_amount: "5325.94", interest_rate: "0.1068", repayment_term: 18, status: "defaulted", promotion_applied: false, created_at: new Date("2020-12-07T21:52:41Z") },
            { id: 312, borrower_id: "0de2d5f1-62c6-4575-8c61-3921c60c5278", lender_id: "46f9fbcb-1ed8-49d0-ac6b-3a5869735d42", loan_amount: "376.48", investment_amount: "1639.65", interest_rate: "0.1699", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2021-07-16T13:24:09Z") },
            { id: 313, borrower_id: "0849fd29-54e0-4be3-b0c1-eafac9609f6d", lender_id: "043197a6-787f-4a87-9c83-5b78f5a6bf24", loan_amount: "2817.70", investment_amount: "412.35", interest_rate: "0.1380", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-10-22T16:49:42Z") },
            { id: 314, borrower_id: "f8acc377-640f-41d1-99f6-f6688094c19c", lender_id: "b02d7f7c-9500-4ec4-b090-f6dd3c06e5f5", loan_amount: "8103.39", investment_amount: "5206.60", interest_rate: "0.1375", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2022-02-14T12:30:02Z") },
            { id: 315, borrower_id: "c0139943-eaa8-424f-a483-f224be499539", lender_id: "edb107e2-9c6b-49cc-a198-909c3c1ee129", loan_amount: "524.31", investment_amount: "85.29", interest_rate: "0.1184", repayment_term: 18, status: "defaulted", promotion_applied: true, created_at: new Date("2020-10-22T18:12:12Z") },
            { id: 316, borrower_id: "2e200523-9123-4834-8b46-e4ac1f6312d1", lender_id: "b085e208-0d13-42d9-bb4f-d9f2fbd60811", loan_amount: "7734.25", investment_amount: "496.18", interest_rate: "0.1443", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-06-28T03:48:07Z") },
            { id: 317, borrower_id: "aaf2fe7b-4a7d-4a07-aa3d-22928a5986de", lender_id: "450b3ea5-881f-4abe-9f75-fe536d2a46d5", loan_amount: "2003.33", investment_amount: "648.83", interest_rate: "0.1563", repayment_term: 23, status: "completed", promotion_applied: true, created_at: new Date("2020-08-23T11:33:10Z") },
            { id: 318, borrower_id: "7af772c4-4ae2-4ace-97ff-5eee2fba5279", lender_id: "3ee16884-5a15-4cde-89bc-f1ee0c4ead2f", loan_amount: "119.15", investment_amount: "5545.28", interest_rate: "0.1227", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-09-12T23:25:30Z") },
            { id: 319, borrower_id: "ac444d8e-fa4a-4366-88f5-6f1992aae28e", lender_id: "4e2e91c9-3d5d-4362-aa85-24264324b016", loan_amount: "8349.75", investment_amount: "568.21", interest_rate: "0.0997", repayment_term: 21, status: "completed", promotion_applied: false, created_at: new Date("2020-01-22T16:53:29Z") },
            { id: 320, borrower_id: "fb2721f8-f8cd-4b8f-a6d3-8cb0403441d2", lender_id: "f390db3a-a972-40de-bd7e-0ae04376422b", loan_amount: "3919.47", investment_amount: "2742.00", interest_rate: "0.1315", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2020-10-01T15:26:01Z") },
            { id: 321, borrower_id: "8b9c9dce-1547-41b6-9284-024b1b9456ca", lender_id: "c4c8839c-0ee0-40d8-846d-45560ef92e09", loan_amount: "7113.69", investment_amount: "1969.80", interest_rate: "0.0967", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-03-01T19:05:52Z") },
            { id: 322, borrower_id: "435c1465-3c03-4740-a16e-75782836a1b0", lender_id: "9df5ce58-18c5-4366-a542-a2fa8facb0fc", loan_amount: "384.69", investment_amount: "3680.66", interest_rate: "0.0824", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2021-08-04T19:53:08Z") },
            { id: 323, borrower_id: "c7e3b394-04fd-44d8-8f34-e8e98543be48", lender_id: "5193dfa7-e362-4cfb-9c66-d3fd9a8c001b", loan_amount: "195.24", investment_amount: "9938.04", interest_rate: "0.0865", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-11-28T07:21:51Z") },
            { id: 324, borrower_id: "ed3c22fd-6906-4132-b769-4092317cf275", lender_id: "88328397-7740-4ff6-bd12-7ea0066c22da", loan_amount: "377.55", investment_amount: "1672.23", interest_rate: "0.1390", repayment_term: 27, status: "completed", promotion_applied: false, created_at: new Date("2021-04-16T20:10:02Z") },
            { id: 325, borrower_id: "b2f6abb1-69f6-4862-9db3-ce0196bdd2a6", lender_id: "a1ebd5b3-8741-4487-aa7d-37af0239e5fe", loan_amount: "562.20", investment_amount: "5088.15", interest_rate: "0.0618", repayment_term: 24, status: "completed", promotion_applied: false, created_at: new Date("2022-04-05T11:23:18Z") },
            { id: 326, borrower_id: "101d3ee5-132e-4cc7-8cbd-db71d94ffa24", lender_id: "95ef9bea-b361-430b-9f7f-5fc0dd149c47", loan_amount: "4111.74", investment_amount: "8224.21", interest_rate: "0.0847", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-02-08T18:46:51Z") },
            { id: 327, borrower_id: "500a7bfe-a6bb-4347-a23c-713f37d56500", lender_id: "b25d2afa-cbdf-459d-8178-7ec71e0a4bd7", loan_amount: "7463.94", investment_amount: "380.96", interest_rate: "0.0939", repayment_term: 15, status: "completed", promotion_applied: true, created_at: new Date("2020-07-20T15:31:25Z") },
            { id: 328, borrower_id: "ffdb2b6e-74dd-4670-a47c-16cb793a5796", lender_id: "285596d7-6e3f-406c-868f-2de5353f2e90", loan_amount: "3422.49", investment_amount: "9063.76", interest_rate: "0.0495", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2022-07-18T20:21:03Z") },
            { id: 329, borrower_id: "82e73ef2-c4b4-4488-96e9-a909ec6260a3", lender_id: "1b2511a7-f61f-415f-aae6-9947b1e5b2fb", loan_amount: "259.45", investment_amount: "4922.98", interest_rate: "0.1305", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2020-08-21T12:12:26Z") },
            { id: 330, borrower_id: "14f5c868-0101-4f7e-8bab-6700ee199508", lender_id: "5ced0ff7-833e-40f0-b80e-15508c6b2f3b", loan_amount: "5020.64", investment_amount: "5054.26", interest_rate: "0.0750", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-10-27T18:02:13Z") },
            { id: 331, borrower_id: "e6a66166-bb94-4cda-bbf3-99878f99771a", lender_id: "0c7d6074-4803-4ee5-aa3c-1f6c529284f1", loan_amount: "116.21", investment_amount: "7021.21", interest_rate: "0.1089", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2022-01-23T12:58:49Z") },
            { id: 332, borrower_id: "fcba5395-7b1b-45c9-86de-8df538c3ab91", lender_id: "1db434c7-f523-4bdb-b7a5-6f7aeeb58622", loan_amount: "349.35", investment_amount: "5317.68", interest_rate: "0.1275", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-01-30T13:29:31Z") },
            { id: 333, borrower_id: "3058e88b-ebb8-414b-9765-4277ac363eb2", lender_id: "f635509f-9d5a-44f7-83be-c8fcbb6d9771", loan_amount: "105.15", investment_amount: "5612.54", interest_rate: "0.1270", repayment_term: 23, status: "defaulted", promotion_applied: false, created_at: new Date("2021-01-17T20:43:09Z") },
            { id: 334, borrower_id: "ffe4e74c-b144-4315-a310-13d931767fe3", lender_id: "5ce75b05-548e-41f8-a167-c26c37ae4ce4", loan_amount: "8640.31", investment_amount: "2077.49", interest_rate: "0.1208", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2022-07-08T17:08:56Z") },
            { id: 335, borrower_id: "9d9abce8-72dc-4a76-8def-46d62ace1407", lender_id: "ad0b44aa-0332-4ae8-9e3f-80fa5dee4b1a", loan_amount: "258.45", investment_amount: "7327.43", interest_rate: "0.0599", repayment_term: 14, status: "completed", promotion_applied: false, created_at: new Date("2022-01-27T21:43:53Z") },
            { id: 336, borrower_id: "a5c586f1-9be6-4601-a110-b1d6d33fd8ba", lender_id: "85b455f9-9057-486a-bfd2-ff74d60ebd1e", loan_amount: "3811.25", investment_amount: "3452.61", interest_rate: "0.1043", repayment_term: 24, status: "completed", promotion_applied: true, created_at: new Date("2022-07-12T19:24:52Z") },
            { id: 337, borrower_id: "f32c426b-f944-4c8d-aab6-1b8a6a07db8b", lender_id: "8319130e-d3c4-4abe-a644-c31ad0a266a0", loan_amount: "104.76", investment_amount: "7064.26", interest_rate: "0.1166", repayment_term: 31, status: "completed", promotion_applied: false, created_at: new Date("2021-06-30T14:06:47Z") },
            { id: 338, borrower_id: "9e18942a-0567-41cf-b88f-9fa63d8d9a39", lender_id: "1f191b56-653f-41fd-9bc2-9deeee6d3637", loan_amount: "8306.80", investment_amount: "8092.77", interest_rate: "0.1299", repayment_term: 25, status: "completed", promotion_applied: true, created_at: new Date("2020-07-16T19:01:34Z") },
            { id: 339, borrower_id: "3bc70385-afe1-4081-9103-c665bd329f5c", lender_id: "edda2b0c-9f73-43c2-9370-bca07650db53", loan_amount: "4783.36", investment_amount: "2478.81", interest_rate: "0.0883", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-08-25T11:59:30Z") },
            { id: 340, borrower_id: "ce7ae41a-7263-4f3f-97b5-e65e485c4ba1", lender_id: "e31f9072-0bcf-4a26-9503-f7ade6bce6c2", loan_amount: "2379.76", investment_amount: "50.07", interest_rate: "0.1221", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-05-05T18:16:27Z") },
            { id: 341, borrower_id: "9826b97f-34b8-43dd-b4de-181be39ead0f", lender_id: "0e64c708-f7b2-4a9e-9b36-d7ce5b94c8c8", loan_amount: "7605.30", investment_amount: "1239.31", interest_rate: "0.1768", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2021-07-14T07:48:38Z") },
            { id: 342, borrower_id: "2b206061-4f75-4bf6-8638-3ea98d674c0f", lender_id: "74003af5-349d-4603-84db-08c0572d66f1", loan_amount: "3341.53", investment_amount: "4159.43", interest_rate: "0.0747", repayment_term: 16, status: "completed", promotion_applied: true, created_at: new Date("2020-03-05T05:42:27Z") },
            { id: 343, borrower_id: "625921df-dec0-4868-9f0e-0ca20f642d6f", lender_id: "f20471bf-0abb-408c-8670-b1f411f52d46", loan_amount: "5554.34", investment_amount: "9549.08", interest_rate: "0.0503", repayment_term: 23, status: "completed", promotion_applied: true, created_at: new Date("2022-11-07T19:47:40Z") },
            { id: 344, borrower_id: "73b9e1b4-4a94-41af-bb4c-fd51abce3dea", lender_id: "a77df5a4-d57c-405b-b770-c00a81c3aa69", loan_amount: "1896.32", investment_amount: "52.04", interest_rate: "0.0697", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-06-12T19:54:27Z") },
            { id: 345, borrower_id: "507f894a-6315-4ecd-ac83-87aa5546d1ec", lender_id: "35ad6fa4-3e00-4eec-a29a-f22e036b8347", loan_amount: "790.95", investment_amount: "278.36", interest_rate: "0.1223", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-08-05T16:13:48Z") },
            { id: 346, borrower_id: "a398cdd4-6c7f-481d-88d8-1ae7669ef26a", lender_id: "9136d264-1d51-454f-994e-74c89543e349", loan_amount: "3452.19", investment_amount: "2324.30", interest_rate: "0.1225", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-05-12T00:48:29Z") },
            { id: 347, borrower_id: "379ef065-3b03-42ef-a8e3-64a4e36d290b", lender_id: "864e7a34-a571-4e75-953a-4aa03693388e", loan_amount: "4927.05", investment_amount: "51.78", interest_rate: "0.0868", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-12-22T06:40:22Z") },
            { id: 348, borrower_id: "900defbe-cf4a-4595-8fd7-7e6bea702978", lender_id: "696194af-b57e-4742-975c-16e576141c58", loan_amount: "1962.47", investment_amount: "9389.57", interest_rate: "0.1186", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-11-08T07:54:55Z") },
            { id: 349, borrower_id: "fa4c9698-ffaa-4780-98c9-270290c01ceb", lender_id: "f6c1e891-5697-4d9c-a9a7-a84e89a8166c", loan_amount: "4269.61", investment_amount: "6778.99", interest_rate: "0.1339", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-02-16T10:47:28Z") },
            { id: 350, borrower_id: "b470ff1b-38f4-423b-ac17-09e6b6128d70", lender_id: "492130a8-e65a-4a8f-9e07-50023fa6301b", loan_amount: "810.95", investment_amount: "1613.67", interest_rate: "0.1393", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-05-28T08:31:17Z") },
            { id: 351, borrower_id: "5089f3dd-a253-4511-833c-c0cdf2e0d4b8", lender_id: "813f9fa7-0116-4f5c-bc15-35717e0dac6a", loan_amount: "357.94", investment_amount: "7542.44", interest_rate: "0.0647", repayment_term: 15, status: "completed", promotion_applied: true, created_at: new Date("2021-06-11T07:52:51Z") },
            { id: 352, borrower_id: "a2f5b46d-1e50-4a0e-8fd6-bd5e70c6bd1d", lender_id: "495819fd-86e0-4e63-8cec-f93b8f934086", loan_amount: "791.43", investment_amount: "265.54", interest_rate: "0.1052", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2020-06-16T20:15:15Z") },
            { id: 353, borrower_id: "d42f2223-1bc0-4915-876b-4c62269cf6a4", lender_id: "94485194-0588-4c3f-8fd1-d32ab72b96a5", loan_amount: "7941.15", investment_amount: "4925.21", interest_rate: "0.1515", repayment_term: 17, status: "defaulted", promotion_applied: false, created_at: new Date("2020-07-05T20:10:31Z") },
            { id: 354, borrower_id: "680f7150-44fe-4c9c-baa5-7de48706ccee", lender_id: "f7249b55-3fb7-4477-84e4-f879865bb5fe", loan_amount: "9424.95", investment_amount: "3969.00", interest_rate: "0.1426", repayment_term: 13, status: "completed", promotion_applied: false, created_at: new Date("2021-05-04T06:22:03Z") },
            { id: 355, borrower_id: "ddf8bae4-9e1f-4b3b-8216-395e57106ef0", lender_id: "8c1f320c-ab4e-4595-9ca1-32463e95dfd5", loan_amount: "7024.98", investment_amount: "3915.52", interest_rate: "0.0915", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-04-26T20:24:29Z") },
            { id: 356, borrower_id: "8bfb4bd9-6fa5-47c7-9d45-8fda308c68f5", lender_id: "33f29d0f-64f5-43e1-89df-ee3560be1d1c", loan_amount: "4681.06", investment_amount: "8678.73", interest_rate: "0.0636", repayment_term: 26, status: "defaulted", promotion_applied: false, created_at: new Date("2020-12-21T19:46:59Z") },
            { id: 357, borrower_id: "8b98b86e-1049-4a95-ba11-ddb013b7ef43", lender_id: "0a762f0f-b059-4bc2-95be-567c6478fa81", loan_amount: "133.56", investment_amount: "1164.01", interest_rate: "0.0549", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-05-10T11:33:32Z") },
            { id: 358, borrower_id: "d4fe142e-4bf6-47f0-a4bb-4fd477291f7b", lender_id: "e7fafd8f-da53-4335-b24e-e4dcbd2a6712", loan_amount: "108.60", investment_amount: "9319.18", interest_rate: "0.0805", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2020-11-30T11:07:56Z") },
            { id: 359, borrower_id: "1f60638c-7acd-40cd-92b6-6db31251bb81", lender_id: "63938453-3e8a-470d-9fa4-c74d0ba0f018", loan_amount: "392.82", investment_amount: "9724.63", interest_rate: "0.0886", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2022-06-05T15:25:33Z") },
            { id: 360, borrower_id: "54ae1b2f-36aa-4008-949e-d7549e5caa4d", lender_id: "2bc5c00d-9f0c-4f71-9970-4d51ca3ae561", loan_amount: "7413.09", investment_amount: "91.72", interest_rate: "0.1062", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-03-21T19:08:43Z") },
            { id: 361, borrower_id: "504ab42b-6aa9-4e27-8c6b-79efd8330cf9", lender_id: "a2dfe8e2-bbb0-40c5-8037-5faeb3ff42d9", loan_amount: "2895.14", investment_amount: "4424.73", interest_rate: "0.0601", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2020-01-11T16:20:07Z") },
            { id: 362, borrower_id: "b487d6aa-4446-416c-bd1e-c2bcf5c059e7", lender_id: "e127434a-ecb1-42e2-b437-5e5b0bca1625", loan_amount: "1750.14", investment_amount: "2047.58", interest_rate: "0.0584", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-11-05T20:10:44Z") },
            { id: 363, borrower_id: "b0d1591f-d7e5-4d38-a41e-457f51cabb15", lender_id: "27349c61-9c53-4984-ba8d-fc1510c9b646", loan_amount: "578.35", investment_amount: "4978.34", interest_rate: "0.0925", repayment_term: 28, status: "completed", promotion_applied: null, created_at: new Date("2020-10-16T12:34:19Z") },
            { id: 364, borrower_id: "5c140192-6060-4edd-9aac-08014237734a", lender_id: "c8427704-69da-4028-bfee-a9c33c765e91", loan_amount: "7129.79", investment_amount: "2712.99", interest_rate: "0.1005", repayment_term: 22, status: "completed", promotion_applied: false, created_at: new Date("2020-06-30T20:11:05Z") },
            { id: 365, borrower_id: "86e99748-9618-4317-b5c6-f9d8e189c24b", lender_id: "238737fd-650c-4fd5-922f-83452f8e361f", loan_amount: "2338.64", investment_amount: "216.35", interest_rate: "0.1630", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-03-07T06:35:56Z") },
            { id: 366, borrower_id: "3ef681fb-4bb4-4055-ae96-71fc4fefab6e", lender_id: "b623aefe-bba1-4620-9411-1a5d78257ce4", loan_amount: "2993.40", investment_amount: "1105.83", interest_rate: "0.0981", repayment_term: 14, status: "completed", promotion_applied: false, created_at: new Date("2021-05-31T18:48:06Z") },
            { id: 367, borrower_id: "4a9df0a0-66ca-4d99-8405-3343cd4dfa51", lender_id: "cfb059e3-60ee-4dfa-bc7d-61ad66e7d26e", loan_amount: "7484.36", investment_amount: "9299.95", interest_rate: "0.0882", repayment_term: 15, status: "completed", promotion_applied: true, created_at: new Date("2022-11-01T22:13:33Z") },
            { id: 368, borrower_id: "c73fe9eb-a14e-4d70-8567-2b7fe17ed949", lender_id: "e5cbba31-a755-486c-806a-3f8598564e0d", loan_amount: "1003.72", investment_amount: "159.73", interest_rate: "0.0881", repayment_term: 19, status: "completed", promotion_applied: false, created_at: new Date("2020-11-18T16:54:55Z") },
            { id: 369, borrower_id: "e756bb19-90d3-4c39-83b4-5ae42ef22db8", lender_id: "c11f2902-a898-44f1-a6e8-d4c51eb3fb90", loan_amount: "909.36", investment_amount: "2491.46", interest_rate: "0.0855", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-10-03T15:03:04Z") },
            { id: 370, borrower_id: "b86233a7-54e4-4e66-8702-7f6666ad8f9a", lender_id: "81df3a22-4cb6-4862-8838-b60ea2b02111", loan_amount: "528.41", investment_amount: "629.57", interest_rate: "0.1302", repayment_term: 14, status: "defaulted", promotion_applied: false, created_at: new Date("2020-06-23T08:10:26Z") },
            { id: 371, borrower_id: "1b4c6a76-59e6-4932-a01c-0e4c6aeb396d", lender_id: "29b80b06-2746-4674-b7f4-473c16f47ff8", loan_amount: "168.66", investment_amount: "2666.34", interest_rate: "0.0947", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-05-03T11:52:10Z") },
            { id: 372, borrower_id: "671ec741-2724-4684-b7f7-2b260aae16b3", lender_id: "cf48aef4-b925-42e5-86ea-14c2de132318", loan_amount: "7110.67", investment_amount: "491.17", interest_rate: "0.1196", repayment_term: 30, status: "defaulted", promotion_applied: false, created_at: new Date("2022-12-01T04:58:51Z") },
            { id: 373, borrower_id: "f6659d21-966e-4ea0-ace8-3d27de194f4c", lender_id: "b54bf764-ebf5-47b7-9316-9d15a53dc374", loan_amount: "1318.48", investment_amount: "2328.37", interest_rate: "0.1240", repayment_term: 21, status: "completed", promotion_applied: false, created_at: new Date("2021-03-14T06:58:38Z") },
            { id: 374, borrower_id: "5651f795-1030-437a-b37a-20ec1c3a7367", lender_id: "3e846436-b109-418d-bb2a-d63f71137a36", loan_amount: "2272.84", investment_amount: "379.07", interest_rate: "0.0667", repayment_term: 17, status: "completed", promotion_applied: true, created_at: new Date("2022-01-26T21:06:35Z") },
            { id: 375, borrower_id: "ceb72393-33df-4b6c-b6c6-62f44b3debe5", lender_id: "4627e7d0-d711-416d-a043-ac2bfecf88c3", loan_amount: "1002.75", investment_amount: "5740.46", interest_rate: "0.0877", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-06-20T22:25:44Z") },
            { id: 376, borrower_id: "59214ef5-d3ce-484f-96ec-be45c771f61c", lender_id: "115e3f80-b55d-4498-a411-c3def83a6048", loan_amount: "2491.54", investment_amount: "4440.09", interest_rate: "0.1526", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-10-02T16:31:31Z") },
            { id: 377, borrower_id: "beef511b-e834-4cad-96c7-2abdcaa514b4", lender_id: "5a1bbfd8-223b-4049-871b-3fba905fe42a", loan_amount: "1075.54", investment_amount: "9454.49", interest_rate: "0.0999", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-03-17T18:08:27Z") },
            { id: 378, borrower_id: "b9cf8017-6214-4f9b-808b-002e82c1dd22", lender_id: "c538b8ea-a0e2-4478-b1bf-6f1c40d794f2", loan_amount: "2806.05", investment_amount: "715.86", interest_rate: "0.0623", repayment_term: 16, status: "completed", promotion_applied: false, created_at: new Date("2020-08-17T20:25:47Z") },
            { id: 379, borrower_id: "c7f64c9f-c477-4ae0-978c-8a0976532a0d", lender_id: "e2b6971a-5ece-43c0-afc2-a11ffe92574e", loan_amount: "6836.69", investment_amount: "5557.66", interest_rate: "0.1339", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2022-10-07T12:36:07Z") },
            { id: 380, borrower_id: "63075fc9-330c-460a-8f0a-5e3f49e38e8c", lender_id: "3e8ec553-1f51-4a90-8489-e719646cc97e", loan_amount: "254.47", investment_amount: "2096.03", interest_rate: "0.0963", repayment_term: 23, status: "completed", promotion_applied: false, created_at: new Date("2021-10-07T10:08:22Z") },
            { id: 381, borrower_id: "d7a1fa9c-f067-414b-8b12-197757d4bd9f", lender_id: "d1e2802a-6a29-4c6e-a1a5-c593ce9e0295", loan_amount: "9757.02", investment_amount: "1231.30", interest_rate: "0.0758", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2022-05-02T19:42:07Z") },
            { id: 382, borrower_id: "8a6afae8-f6fe-4a1e-b933-1bf9f800f2ba", lender_id: "4335a8d8-bca6-45b0-b0e4-68e2c532b098", loan_amount: "144.73", investment_amount: "2976.29", interest_rate: "0.0752", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2020-03-31T22:53:25Z") },
            { id: 383, borrower_id: "0f608bd0-8c17-4689-b07b-efefae16442b", lender_id: "d66e34ae-c532-4a7e-b75c-d602313e0297", loan_amount: "128.77", investment_amount: "8761.05", interest_rate: "0.1240", repayment_term: 17, status: "completed", promotion_applied: true, created_at: new Date("2020-12-24T14:32:47Z") },
            { id: 384, borrower_id: "6d04f947-2685-4d61-8bd2-e7a250360b9e", lender_id: "8c169f54-0b86-4b63-854a-274c314f07d5", loan_amount: "8650.29", investment_amount: "3234.14", interest_rate: "0.1159", repayment_term: 24, status: "completed", promotion_applied: true, created_at: new Date("2022-12-20T14:18:23Z") },
            { id: 385, borrower_id: "0359ad1d-0704-41e9-bc61-c6dba92205ac", lender_id: "a428418b-c2c9-4ce1-a1ea-ea5b987f2ec3", loan_amount: "108.23", investment_amount: "7320.52", interest_rate: "0.0608", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-01-28T19:03:47Z") },
            { id: 386, borrower_id: "aedf9060-9d1d-4720-92ae-cb771def1b68", lender_id: "c75963d5-3f13-476b-a8c1-de7054e857ef", loan_amount: "4519.81", investment_amount: "1864.96", interest_rate: "0.0980", repayment_term: 22, status: "defaulted", promotion_applied: true, created_at: new Date("2022-09-09T21:43:06Z") },
            { id: 387, borrower_id: "2c60a8ff-6ae0-4193-b88e-7b1c2f4f35a5", lender_id: "10678b18-c5bb-41b6-bdc9-150bc82a4a34", loan_amount: "455.97", investment_amount: "169.20", interest_rate: "0.1228", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-05-20T11:03:47Z") },
            { id: 388, borrower_id: "507cf7a5-9397-4631-b5e8-153b2e341a5f", lender_id: "9f220dd3-dc60-4b1d-8c7f-7f9b18769d56", loan_amount: "5266.09", investment_amount: "2896.25", interest_rate: "0.0613", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-04-30T11:06:16Z") },
            { id: 389, borrower_id: "84e274ea-aadd-4fde-af2d-a8ed8549187d", lender_id: "f12d4a09-3f16-4c4f-8497-0ad23105da04", loan_amount: "3073.15", investment_amount: "414.13", interest_rate: "0.1160", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-05-22T22:19:52Z") },
            { id: 390, borrower_id: "b3853114-b7fb-4f40-b1a0-ce8ef8465885", lender_id: "1532f58a-a599-492d-99ed-d9a3d927af5e", loan_amount: "9393.04", investment_amount: "505.15", interest_rate: "0.0898", repayment_term: 15, status: "completed", promotion_applied: false, created_at: new Date("2021-06-07T20:47:22Z") },
            { id: 391, borrower_id: "40302227-7cf3-4c32-8223-c11e515abe5b", lender_id: "1000c95d-bd9a-4b7d-8091-e8ae91e3ea76", loan_amount: "624.17", investment_amount: "6984.18", interest_rate: "0.0455", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-03-30T20:31:12Z") },
            { id: 392, borrower_id: "921c50ef-9997-4359-90cd-d4eb9540c3f1", lender_id: "8800d2dd-ed11-4399-a670-4e1be385d018", loan_amount: "3087.01", investment_amount: "78.33", interest_rate: "0.1502", repayment_term: 26, status: "completed", promotion_applied: true, created_at: new Date("2021-05-12T08:18:28Z") },
            { id: 393, borrower_id: "26a8a1be-cf9f-4e5f-9f18-2046d337870b", lender_id: "4ca0ae3c-3f73-4d6d-a42c-b5a27e4337b3", loan_amount: "3543.45", investment_amount: "9342.36", interest_rate: "0.1296", repayment_term: 21, status: "completed", promotion_applied: false, created_at: new Date("2020-07-20T13:14:31Z") },
            { id: 394, borrower_id: "68da1c9a-0c33-4abd-8de2-cb32b4aec846", lender_id: "87b637cf-070f-4fef-b4b0-2689dbea5323", loan_amount: "1932.16", investment_amount: "5628.92", interest_rate: "0.0555", repayment_term: 13, status: "completed", promotion_applied: false, created_at: new Date("2020-12-31T12:41:36Z") },
            { id: 395, borrower_id: "ad6f8d8a-dcb3-4c66-80f3-66c14989068e", lender_id: "1278ff28-9cea-4a77-a2ef-8d8daffbf7d1", loan_amount: "3814.21", investment_amount: "2529.17", interest_rate: "0.0940", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2022-04-23T19:01:09Z") },
            { id: 396, borrower_id: "f7fb7fb4-20a6-4c9b-bd45-909260b36da3", lender_id: "cebe0567-0f62-4dc8-a12c-7d47790215f4", loan_amount: "2625.77", investment_amount: "5362.34", interest_rate: "0.1286", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-03-27T11:47:40Z") },
            { id: 397, borrower_id: "c3e9ffb8-25d8-4d22-beb2-100a2edec298", lender_id: "c0dee797-95f8-4245-9b4d-9637c819ac65", loan_amount: "4155.80", investment_amount: "6492.80", interest_rate: "0.1203", repayment_term: 24, status: "completed", promotion_applied: true, created_at: new Date("2020-07-15T10:41:12Z") },
            { id: 398, borrower_id: "90fa94c9-4a2c-4a28-b894-ac9f9c0b2d91", lender_id: "fc4b212b-e924-40b2-b589-dc12fb6f38c0", loan_amount: "1529.88", investment_amount: "2847.43", interest_rate: "0.0875", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-09-08T16:30:50Z") },
            { id: 399, borrower_id: "8edc44f9-4beb-49d6-a0bb-afbb56daad0b", lender_id: "002aac58-07d6-4f3f-8fdd-65d8d02a3392", loan_amount: "2062.99", investment_amount: "6473.70", interest_rate: "0.1303", repayment_term: 27, status: "completed", promotion_applied: false, created_at: new Date("2022-08-16T16:09:10Z") },
            { id: 400, borrower_id: "580905ac-3cfc-4f8a-8690-c74100190fba", lender_id: "4860025c-9e2e-41a9-aa3b-653ec160a94d", loan_amount: "6568.96", investment_amount: "547.93", interest_rate: "0.1331", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2021-10-22T08:20:54Z") },
            { id: 401, borrower_id: "49ca53c9-ca54-4690-af43-55a2c4a0fdc7", lender_id: "82f6ef54-eeda-4424-971b-16db42374252", loan_amount: "350.86", investment_amount: "3895.35", interest_rate: "0.1312", repayment_term: 9, status: "completed", promotion_applied: false, created_at: new Date("2021-06-07T17:09:31Z") },
            { id: 402, borrower_id: "5988cf76-3bf4-48cf-9776-888efa7b4701", lender_id: "853870c5-4472-4d40-bcef-f357b55856a1", loan_amount: "5214.65", investment_amount: "1364.54", interest_rate: "0.1024", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-05-09T11:44:01Z") },
            { id: 403, borrower_id: "8ca0c78f-0172-46d1-82e3-6663d3ae5a88", lender_id: "e3178f40-a9a0-4ed5-bbc6-474786e434eb", loan_amount: "9142.02", investment_amount: "182.57", interest_rate: "0.0942", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2020-08-23T20:41:06Z") },
            { id: 404, borrower_id: "20878ced-4001-4e1e-9ab0-e8b7f9d57e73", lender_id: "fa8cafd5-7b4d-4571-8b2f-563a719fe82c", loan_amount: "8376.19", investment_amount: "54.51", interest_rate: "0.1108", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-09-05T07:44:49Z") },
            { id: 405, borrower_id: "094c90ae-ce6a-4abd-961e-6510339ae759", lender_id: "52f6ffe6-0c7e-483b-bc39-8635c686e901", loan_amount: "1098.42", investment_amount: "9455.14", interest_rate: "0.0929", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2020-02-23T07:30:03Z") },
            { id: 406, borrower_id: "d5743654-a037-4dec-a91c-0d9917dcde9f", lender_id: "97ddf807-4727-48fd-986c-fbaf9bc4f2c2", loan_amount: "977.78", investment_amount: "211.45", interest_rate: "0.1133", repayment_term: 18, status: "completed", promotion_applied: true, created_at: new Date("2021-06-17T10:06:39Z") },
            { id: 407, borrower_id: "b512a9c2-e1a4-452c-aeaa-873d8e9edb90", lender_id: "e0020437-d63e-45e2-aa48-c69a6c699e0a", loan_amount: "335.81", investment_amount: "852.44", interest_rate: "0.1127", repayment_term: 12, status: "completed", promotion_applied: false, created_at: new Date("2021-02-05T21:49:33Z") },
            { id: 408, borrower_id: "e06b31ee-3026-4796-a805-d227fcc89779", lender_id: "e71ca4e4-3c46-49a7-b773-8418d36b03c5", loan_amount: "5210.73", investment_amount: "123.41", interest_rate: "0.0837", repayment_term: 17, status: "defaulted", promotion_applied: false, created_at: new Date("2021-01-08T16:39:45Z") },
            { id: 409, borrower_id: "8b72dca8-4f5d-49c5-b409-6c75881d554d", lender_id: "8e68f3a5-71dd-4171-86f9-9294835670cc", loan_amount: "4043.71", investment_amount: "409.24", interest_rate: "0.1168", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-05-08T12:28:45Z") },
            { id: 410, borrower_id: "0f32fb31-4b2c-4ecf-a23c-8dd06b36505b", lender_id: "174434d3-a2e4-47b2-9008-2be0672266dd", loan_amount: "161.92", investment_amount: "3176.69", interest_rate: "0.0765", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-03-23T20:46:18Z") },
            { id: 411, borrower_id: "ba4b46e9-ac2b-4cf0-9626-35e77ae4f40b", lender_id: "2fee329c-1a18-48e2-b82c-2029c97ecd6c", loan_amount: "4892.55", investment_amount: "51.24", interest_rate: "0.0474", repayment_term: 24, status: "completed", promotion_applied: null, created_at: new Date("2022-09-03T12:12:14Z") },
            { id: 412, borrower_id: "9e6aca4d-c3c1-45a4-be7e-b69978ef7c90", lender_id: "30ec515a-b409-44c1-9af9-35b581f8b45f", loan_amount: "2846.56", investment_amount: "5342.63", interest_rate: "0.1314", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-04-03T14:14:24Z") },
            { id: 413, borrower_id: "c3b9e9f6-7a5f-48b9-bec2-45f56f68edc4", lender_id: "93ae0953-ecfa-4f26-b20e-b80cfcf5b30c", loan_amount: "516.51", investment_amount: "4629.82", interest_rate: "0.0790", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2021-05-13T08:37:14Z") },
            { id: 414, borrower_id: "c8131b86-8517-424b-b722-8a7ba5b6f81c", lender_id: "401b9387-7192-4df9-8e25-f504f911e7ad", loan_amount: "1194.76", investment_amount: "104.52", interest_rate: "0.1089", repayment_term: 23, status: "completed", promotion_applied: false, created_at: new Date("2021-07-29T14:47:34Z") },
            { id: 415, borrower_id: "76a69ada-e760-465d-85d4-00f3894ea0ce", lender_id: "5714858b-3774-4147-9119-396659a3cb84", loan_amount: "179.48", investment_amount: "4881.73", interest_rate: "0.1602", repayment_term: 29, status: "completed", promotion_applied: false, created_at: new Date("2020-08-12T10:50:04Z") },
            { id: 416, borrower_id: "54f1f7c2-412a-46a1-a53c-77a3f2b5010f", lender_id: "72ac939d-8bf0-474e-8de0-bd71f3397456", loan_amount: "3215.27", investment_amount: "6291.41", interest_rate: "0.0706", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-02-13T17:56:19Z") },
            { id: 417, borrower_id: "488a4be2-6707-467c-b0e1-af4fab11ebec", lender_id: "4a7c23d4-d4d8-4282-a75d-eb0d93446b33", loan_amount: "156.05", investment_amount: "3869.34", interest_rate: "0.0964", repayment_term: 19, status: "defaulted", promotion_applied: null, created_at: new Date("2020-08-11T18:42:02Z") },
            { id: 418, borrower_id: "fed5bf80-f754-4365-99f5-aa65da147a66", lender_id: "f15ec94c-8f97-444c-8d1d-6c3abe32375d", loan_amount: "8583.17", investment_amount: "3222.83", interest_rate: "0.1474", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2021-11-15T07:25:35Z") },
            { id: 419, borrower_id: "7962891b-979d-43d6-837b-fecccf0b015f", lender_id: "ba332d42-8aa0-483a-824e-f44d79a9a6a7", loan_amount: "635.83", investment_amount: "8481.39", interest_rate: "0.0705", repayment_term: 13, status: "completed", promotion_applied: false, created_at: new Date("2020-02-26T20:18:32Z") },
            { id: 420, borrower_id: "f6b96d26-a6cd-4086-948d-fd1db3569fe5", lender_id: "36ced694-86fb-475a-8a20-a1d99012b9f2", loan_amount: "811.01", investment_amount: "8158.32", interest_rate: "0.0939", repayment_term: 19, status: "completed", promotion_applied: true, created_at: new Date("2022-09-20T15:05:40Z") },
            { id: 421, borrower_id: "6fef9453-8c23-4cc7-937b-b04369c845da", lender_id: "e6b57dbf-4c0f-485e-83ff-58eda55ce553", loan_amount: "492.25", investment_amount: "4578.01", interest_rate: "0.1381", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-01-07T21:02:25Z") },
            { id: 422, borrower_id: "9e2aa06e-5aba-46dd-89a5-e4451c3fd227", lender_id: "c1de7500-8d5f-43d9-9ee5-d72d7ea197a8", loan_amount: "116.94", investment_amount: "5549.77", interest_rate: "0.0954", repayment_term: 16, status: "defaulted", promotion_applied: null, created_at: new Date("2020-07-22T09:05:24Z") },
            { id: 423, borrower_id: "63d65575-d601-4e44-811c-24cf4f614c86", lender_id: "74765f88-b75c-4f60-bb9f-9918fc8bce37", loan_amount: "9184.01", investment_amount: "6408.40", interest_rate: "0.1151", repayment_term: null, status: "pending", promotion_applied: null, created_at: new Date("2022-08-26T14:07:05Z") },
            { id: 424, borrower_id: "a24438ac-dff5-402e-a2f9-6a32fdd7ed3c", lender_id: "901909c0-813c-434b-a3c9-d284d76b6d01", loan_amount: "3549.87", investment_amount: "357.32", interest_rate: "0.0745", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-06-22T03:55:45Z") },
            { id: 425, borrower_id: "af6bb9b1-85ea-458e-bd4d-d3e8754413df", lender_id: "3435a2f2-ef2b-410f-af7a-d9a05bc50cc7", loan_amount: "450.68", investment_amount: "4469.92", interest_rate: "0.0807", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-05-04T13:48:45Z") },
            { id: 426, borrower_id: "a73dc0be-07c2-49a8-9157-20f0ff74dfd7", lender_id: "fa438af1-6b75-463a-98c7-dea07668c80f", loan_amount: "3209.04", investment_amount: "1481.66", interest_rate: "0.0924", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2022-07-11T00:52:38Z") },
            { id: 427, borrower_id: "00758e2a-42ea-4f80-be64-81622b93e846", lender_id: "72dbaa21-ab53-4e50-81b9-3493849e8f41", loan_amount: "8091.04", investment_amount: "1557.64", interest_rate: "0.1309", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-10-03T17:08:00Z") },
            { id: 428, borrower_id: "4f9b679d-6098-4501-b253-35a231ff2b83", lender_id: "695bd12b-b001-45b3-ac3a-70ffc4f3e8dc", loan_amount: "304.84", investment_amount: "4295.57", interest_rate: "0.1062", repayment_term: 15, status: "completed", promotion_applied: null, created_at: new Date("2021-07-23T14:09:49Z") },
            { id: 429, borrower_id: "80f76eff-a910-4e2f-88dd-c8696faf7c23", lender_id: "689d813d-dde4-42ec-b6ac-32e655f5db8d", loan_amount: "797.30", investment_amount: "52.20", interest_rate: "0.1518", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2021-05-01T07:01:20Z") },
            { id: 430, borrower_id: "769edd6b-576b-412f-9de9-741e5cdeb597", lender_id: "ad7c4788-2d73-4222-a292-fca3a6841270", loan_amount: "5039.72", investment_amount: "1721.41", interest_rate: "0.1224", repayment_term: 13, status: "completed", promotion_applied: false, created_at: new Date("2021-02-23T19:10:04Z") },
            { id: 431, borrower_id: "9d964e29-b759-407f-8c8d-322c23bfd8dc", lender_id: "23109a43-aa44-49c4-91bc-ec8c46d6f9ed", loan_amount: "5753.92", investment_amount: "9039.48", interest_rate: "0.0764", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2022-03-28T19:17:47Z") },
            { id: 432, borrower_id: "47994f7a-3592-47b3-a508-2be1e574fbb3", lender_id: "a5b90038-b225-43f4-b013-3971e5c696fc", loan_amount: "8547.40", investment_amount: "3018.80", interest_rate: "0.0856", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2022-07-03T16:05:28Z") },
            { id: 433, borrower_id: "2d13cb7a-ec6f-45e4-b354-f6fc2ff6e10b", lender_id: "e6b0d2a7-dbe8-41d3-a81b-12a346e07dd2", loan_amount: "3006.08", investment_amount: "65.80", interest_rate: "0.1335", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-02-08T19:07:40Z") },
            { id: 434, borrower_id: "bae64d77-1035-464a-9e06-243aa3f611b1", lender_id: "f0168e12-af1a-4000-8c07-79d386705045", loan_amount: "389.90", investment_amount: "880.80", interest_rate: "0.1050", repayment_term: 12, status: "completed", promotion_applied: true, created_at: new Date("2020-02-22T03:49:57Z") },
            { id: 435, borrower_id: "7b9a00da-28ca-4303-bef0-22fe5746f070", lender_id: "8a4da561-7a51-41c0-b720-885facbc805d", loan_amount: "6677.14", investment_amount: "134.46", interest_rate: "0.1014", repayment_term: 17, status: "completed", promotion_applied: false, created_at: new Date("2022-07-20T12:00:07Z") },
            { id: 436, borrower_id: "18952fa1-bff2-4c37-91f1-482036eeedfa", lender_id: "a7fff37d-c72c-452f-bc68-57dc22ed09b3", loan_amount: "1102.70", investment_amount: "53.33", interest_rate: "0.0849", repayment_term: 14, status: "defaulted", promotion_applied: null, created_at: new Date("2020-09-07T20:21:09Z") },
            { id: 437, borrower_id: "38fbe6b3-3feb-437a-9aec-b48b3ee6625a", lender_id: "5ea0c828-c855-40ff-9b7c-1b9a852489ea", loan_amount: "2438.02", investment_amount: "5811.61", interest_rate: "0.1090", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-12-17T11:35:30Z") },
            { id: 438, borrower_id: "2c272be1-aace-4a05-835c-6bbb6027125c", lender_id: "c81bb750-e195-4596-92bb-7a5eb4cacdf2", loan_amount: "118.21", investment_amount: "3160.92", interest_rate: "0.1556", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-08-05T20:26:36Z") },
            { id: 439, borrower_id: "4518044e-2840-4368-8518-676f9f065d44", lender_id: "fa030984-ac76-48bc-8118-3c6f4248eddc", loan_amount: "491.00", investment_amount: "484.22", interest_rate: "0.1258", repayment_term: 10, status: "completed", promotion_applied: false, created_at: new Date("2021-11-03T07:36:55Z") },
            { id: 440, borrower_id: "2911e42f-6ec0-4f54-855b-8238daf5efd9", lender_id: "98e3f0f6-afe3-4ba5-8e9b-acb84c71cf61", loan_amount: "1143.34", investment_amount: "2637.07", interest_rate: "0.1159", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-09-17T09:26:58Z") },
            { id: 441, borrower_id: "c1445797-c254-4729-83e4-5c52421dd0e0", lender_id: "7e27e5e5-f5a3-401a-a015-301cea112df3", loan_amount: "414.69", investment_amount: "8490.03", interest_rate: "0.0617", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2021-09-09T23:08:45Z") },
            { id: 442, borrower_id: "bf36cc0a-a354-4955-8d1f-a5bbc5d08b56", lender_id: "afd66cef-2091-4571-a3fe-ef58017042cf", loan_amount: "1372.98", investment_amount: "161.70", interest_rate: "0.1247", repayment_term: 17, status: "completed", promotion_applied: false, created_at: new Date("2020-09-08T18:51:52Z") },
            { id: 443, borrower_id: "07690a32-9cc5-4055-a043-bcb7ecd3a6e2", lender_id: "15702f75-2794-43da-afc4-36d84af7337c", loan_amount: "1455.63", investment_amount: "1013.62", interest_rate: "0.1546", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-02-18T18:57:03Z") },
            { id: 444, borrower_id: "65a1b581-f628-45d8-ac6c-fd964f2bbbfa", lender_id: "522b66e0-55f7-459c-90f5-7514d0b1a353", loan_amount: "6546.65", investment_amount: "2178.07", interest_rate: "0.1187", repayment_term: 15, status: "completed", promotion_applied: true, created_at: new Date("2021-09-26T13:13:24Z") },
            { id: 445, borrower_id: "8e561850-66fe-4b35-839e-8dc48394dbf9", lender_id: "9237b764-56ea-4e1f-86bd-a17382f36e33", loan_amount: "109.39", investment_amount: "1503.35", interest_rate: "0.1197", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-02-17T20:33:43Z") },
            { id: 446, borrower_id: "32c4123e-cbbd-42ed-ab71-575445fbf56e", lender_id: "7d92ed6e-3503-467a-aec7-40a6525a6168", loan_amount: "3891.08", investment_amount: "7781.83", interest_rate: "0.0949", repayment_term: 12, status: "completed", promotion_applied: false, created_at: new Date("2020-07-05T18:03:56Z") },
            { id: 447, borrower_id: "3963d10f-d058-4baf-abab-8f4bd423298e", lender_id: "157950e2-70f4-4104-8ad8-fcd3d7df7df3", loan_amount: "4569.78", investment_amount: "111.86", interest_rate: "0.1525", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-08-16T13:02:22Z") },
            { id: 448, borrower_id: "ddcb7e97-3bb8-447e-ba28-2fc7a6899a82", lender_id: "fd3391be-bff3-4ca2-a79c-ea1a60438afe", loan_amount: "259.62", investment_amount: "304.77", interest_rate: "0.0427", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2021-06-19T19:28:05Z") },
            { id: 449, borrower_id: "3221dcdf-f20a-430d-9a77-c7673dc77858", lender_id: "22d55b33-d4f4-42e5-9bd1-7cc3c8f3b99f", loan_amount: "6024.72", investment_amount: "929.76", interest_rate: "0.1316", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-05-01T13:09:42Z") },
            { id: 450, borrower_id: "e529a1cc-0ede-449f-841e-68e43b6a3575", lender_id: "a285174d-0507-4dfb-b52e-75133280d29d", loan_amount: "8686.05", investment_amount: "4399.83", interest_rate: "0.0691", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-04-03T20:52:33Z") },
            { id: 451, borrower_id: "21afac07-8f15-46bb-8171-ad73db84e537", lender_id: "e775a178-6d88-412e-be6c-b6589844028d", loan_amount: "4725.86", investment_amount: "3757.69", interest_rate: "0.1256", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-07-25T05:38:38Z") },
            { id: 452, borrower_id: "e010dd85-10b0-4be3-8e5f-c8d4d26b8ec3", lender_id: "9b258cb3-6a21-429c-a55d-e264e8350a13", loan_amount: "4214.03", investment_amount: "1178.36", interest_rate: "0.1737", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-08-22T18:00:06Z") },
            { id: 453, borrower_id: "1a9c7630-4889-45d1-bdbb-a12ba90100c5", lender_id: "55bdbff5-c2e9-4b74-b109-3ef8d47be239", loan_amount: "6911.95", investment_amount: "9528.38", interest_rate: "0.0735", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2022-03-16T08:56:28Z") },
            { id: 454, borrower_id: "e1cdfea8-dc5a-43ef-81c8-7d64547a3126", lender_id: "42f0f725-68cf-4ad2-bc0f-b9d1c7e726b8", loan_amount: "6737.61", investment_amount: "4212.17", interest_rate: "0.1063", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-04-29T12:14:26Z") },
            { id: 455, borrower_id: "8cc2c523-1d98-4be7-8a7f-ce4c74e6b925", lender_id: "31a1700b-c209-480b-b15a-06706573ae11", loan_amount: "692.78", investment_amount: "5388.75", interest_rate: "0.1097", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-12-25T10:07:57Z") },
            { id: 456, borrower_id: "6e83de95-1abc-436c-b45a-c3ace6802e42", lender_id: "821db5b0-8f76-45bc-bbe0-8c8fe4e4fe79", loan_amount: "9144.40", investment_amount: "1483.61", interest_rate: "0.1378", repayment_term: 13, status: "completed", promotion_applied: true, created_at: new Date("2021-07-28T18:42:01Z") },
            { id: 457, borrower_id: "345a350e-ed6d-4ce4-970a-0757270bf36a", lender_id: "37bbd324-8526-4448-8897-0f2c13efcde0", loan_amount: "9193.76", investment_amount: "6126.37", interest_rate: "0.1054", repayment_term: 21, status: "completed", promotion_applied: null, created_at: new Date("2021-10-04T09:37:05Z") },
            { id: 458, borrower_id: "21b3fad4-b668-4e6f-929b-798af2c66088", lender_id: "233826b9-b6ca-4258-8256-85a47c483a0f", loan_amount: "9468.26", investment_amount: "6787.06", interest_rate: "0.1084", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2022-10-16T19:21:40Z") },
            { id: 459, borrower_id: "8b23b092-e748-4936-9c3c-3e53f3ce59a4", lender_id: "da440104-1e43-4630-9658-8616df6ba1bb", loan_amount: "300.28", investment_amount: "7166.62", interest_rate: "0.1232", repayment_term: 7, status: "completed", promotion_applied: false, created_at: new Date("2020-09-24T10:54:05Z") },
            { id: 460, borrower_id: "031bc79e-8819-41e1-b266-9a83553c42bb", lender_id: "77cc1da0-a1c7-4c72-b2c4-f17fec4f82cd", loan_amount: "913.28", investment_amount: "2699.83", interest_rate: "0.1255", repayment_term: 17, status: "completed", promotion_applied: false, created_at: new Date("2022-03-02T14:18:06Z") },
            { id: 461, borrower_id: "0b803733-ce26-4acb-983f-1177d1649688", lender_id: "c0096f4e-185a-4757-84d1-c7b892ca033d", loan_amount: "689.93", investment_amount: "98.13", interest_rate: "0.1112", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-02-26T02:02:59Z") },
            { id: 462, borrower_id: "1434ec0c-1d33-4b65-8869-4ded059fcbf7", lender_id: "44db27bf-78e2-4ddc-9f4a-b5b3e24f1853", loan_amount: "667.35", investment_amount: "166.92", interest_rate: "0.0681", repayment_term: 24, status: "completed", promotion_applied: false, created_at: new Date("2022-07-23T20:59:02Z") },
            { id: 463, borrower_id: "0b1d815a-64a9-4f6e-b030-e41ef67078bf", lender_id: "8334fdca-4168-489b-b1e9-4bd6694935db", loan_amount: "864.87", investment_amount: "1772.08", interest_rate: "0.1356", repayment_term: 19, status: "defaulted", promotion_applied: false, created_at: new Date("2020-08-14T12:43:46Z") },
            { id: 464, borrower_id: "f4c6240f-4601-4915-9513-756d69cfcb86", lender_id: "33849772-a28b-4b19-b7df-bc4a0d16855f", loan_amount: "1943.53", investment_amount: "6608.27", interest_rate: "0.0510", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-07-26T18:57:50Z") },
            { id: 465, borrower_id: "98cef3ba-0375-4c2e-973d-182aad754f26", lender_id: "a796e2f4-15b6-4bc4-b1b2-04224c37d038", loan_amount: "4211.53", investment_amount: "1477.69", interest_rate: "0.1071", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-09-27T13:00:36Z") },
            { id: 466, borrower_id: "12dfb3a5-c64c-4839-87ea-5a2ca19ef7e5", lender_id: "06e2f070-5753-48d9-adca-9c1e4b357544", loan_amount: "101.93", investment_amount: "8362.36", interest_rate: "0.0720", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-07-23T21:38:33Z") },
            { id: 467, borrower_id: "bff7323d-9d3b-443e-a108-64a0f2abfbbb", lender_id: "711683b3-9093-4b1c-ace8-ed4fe4a0a7a4", loan_amount: "6829.05", investment_amount: "8063.52", interest_rate: "0.1221", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2021-05-28T19:41:00Z") },
            { id: 468, borrower_id: "6128e45d-f1e8-44e4-bc2b-138d6f39f3c8", lender_id: "774e1642-c19c-43de-9050-20bda98335c0", loan_amount: "2187.08", investment_amount: "4115.03", interest_rate: "0.1178", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2020-05-30T20:54:03Z") },
            { id: 469, borrower_id: "630c4957-c5a4-49f2-ae36-7e253dfd6a06", lender_id: "563f04b4-e770-46ae-ada7-98423f2a87d5", loan_amount: "5982.74", investment_amount: "59.72", interest_rate: "0.0731", repayment_term: null, status: "active", promotion_applied: true, created_at: new Date("2020-02-15T07:56:51Z") },
            { id: 470, borrower_id: "24723e3b-210b-4576-8551-7b96aea34f3c", lender_id: "9a4623e4-3bee-45d1-9b59-314b2b186594", loan_amount: "8693.04", investment_amount: "925.01", interest_rate: "0.1240", repayment_term: 28, status: "completed", promotion_applied: false, created_at: new Date("2022-08-26T15:34:09Z") },
            { id: 471, borrower_id: "3e192ea1-a5ca-4142-8236-c55fbec5226b", lender_id: "97189bc0-36e5-4b15-93aa-92d1ca125b60", loan_amount: "981.09", investment_amount: "5532.55", interest_rate: "0.1354", repayment_term: 16, status: "completed", promotion_applied: false, created_at: new Date("2022-06-13T05:22:15Z") },
            { id: 472, borrower_id: "2c5366f8-0921-49fc-b081-8e4d53202395", lender_id: "99ca6ec3-a6c9-41f5-879e-7d3af2deeaf5", loan_amount: "215.93", investment_amount: "9718.82", interest_rate: "0.0901", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-03-17T19:30:43Z") },
            { id: 473, borrower_id: "ec97509d-9bfd-4e4d-8cee-02f8e527ae0e", lender_id: "fa8ac3d4-9f4d-4c4a-bbae-19d0379c3c5d", loan_amount: "5545.69", investment_amount: "1467.51", interest_rate: "0.1083", repayment_term: 17, status: "completed", promotion_applied: false, created_at: new Date("2020-08-31T20:51:17Z") },
            { id: 474, borrower_id: "601708f1-9b54-4eb3-bef1-204bb0375f31", lender_id: "9b60fc7f-8075-432d-af21-33d336d7b752", loan_amount: "1889.23", investment_amount: "3507.71", interest_rate: "0.0923", repayment_term: 22, status: "completed", promotion_applied: false, created_at: new Date("2020-11-18T09:05:52Z") },
            { id: 475, borrower_id: "7f7b13df-5b8a-4752-b2d1-ec9835f2307a", lender_id: "602f4779-3505-4a3d-a926-67a9b5f63d84", loan_amount: "6111.58", investment_amount: "4324.48", interest_rate: "0.1447", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2022-04-16T16:55:17Z") },
            { id: 476, borrower_id: "d5d112af-07c8-4e84-9277-60874b8c64dc", lender_id: "5b5d445a-b54c-4938-a033-b88f665c5f3d", loan_amount: "3590.78", investment_amount: "8109.37", interest_rate: "0.1113", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-01-28T15:35:52Z") },
            { id: 477, borrower_id: "dc425986-8026-4abc-bf1e-e08058437ea4", lender_id: "d4aed0b3-80a3-40f2-9537-862c9ee51a38", loan_amount: "1474.93", investment_amount: "988.60", interest_rate: "0.1277", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-05-14T08:10:23Z") },
            { id: 478, borrower_id: "bb6f34e8-22af-4a16-bd3a-fa6dfaa2342c", lender_id: "606466da-58a3-49e6-a89f-bc5f2fd7ca22", loan_amount: "166.82", investment_amount: "4423.56", interest_rate: "0.1252", repayment_term: 17, status: "completed", promotion_applied: false, created_at: new Date("2021-06-05T17:28:06Z") },
            { id: 479, borrower_id: "b7237d68-f109-4dfd-abc4-e1471ac270a2", lender_id: "6d821372-356a-4ba0-932c-805377c36c7c", loan_amount: "110.57", investment_amount: "6760.11", interest_rate: "0.1001", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-05-15T02:10:19Z") },
            { id: 480, borrower_id: "5e7f13b9-cb28-4efc-b6d1-f6a93d7aab9e", lender_id: "8e05f42d-065a-4404-9ac0-33fcf96e0ffa", loan_amount: "1260.75", investment_amount: "3085.91", interest_rate: "0.1152", repayment_term: null, status: "pending", promotion_applied: true, created_at: new Date("2020-06-09T22:01:17Z") },
            { id: 481, borrower_id: "fa616c68-2032-4f08-9708-9b3127e385d2", lender_id: "5d4091bd-4f45-4501-b622-97146f5fa465", loan_amount: "8286.07", investment_amount: "1053.17", interest_rate: "0.1197", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-10-11T13:18:14Z") },
            { id: 482, borrower_id: "e31e9a36-7939-4cb8-97d8-e9fcb6c53ca5", lender_id: "fddb7c87-eaca-47a8-be2f-bd73d0c909d5", loan_amount: "2385.97", investment_amount: "9631.27", interest_rate: "0.0848", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2022-09-23T12:10:19Z") },
            { id: 483, borrower_id: "8ca8451c-c432-4c7b-9560-50ff7cd02b25", lender_id: "54e3c563-4e0a-4159-ac65-77ddd331a297", loan_amount: "1410.03", investment_amount: "5230.39", interest_rate: "0.1009", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-07-29T09:32:53Z") },
            { id: 484, borrower_id: "3cba231a-3078-4bc7-ab42-57357ddee9a7", lender_id: "bac997a5-60c9-4f2e-93af-112b2e9f57f9", loan_amount: "3264.06", investment_amount: "3276.67", interest_rate: "0.0956", repayment_term: 23, status: "completed", promotion_applied: false, created_at: new Date("2021-08-04T21:48:29Z") },
            { id: 485, borrower_id: "c978a25b-1eec-4a4e-a8d3-b27673288eb0", lender_id: "75ee3876-1b93-4f4d-91ad-1ffad23c1492", loan_amount: "2078.81", investment_amount: "8346.23", interest_rate: "0.1001", repayment_term: 6, status: "completed", promotion_applied: null, created_at: new Date("2021-01-01T18:49:24Z") },
            { id: 486, borrower_id: "60c5062b-00b5-4592-abf4-946ac7b064d0", lender_id: "cd664784-e254-442c-a0c5-881211e6c9bf", loan_amount: "5585.22", investment_amount: "381.77", interest_rate: "0.1246", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2022-11-01T12:19:55Z") },
            { id: 487, borrower_id: "ded302b9-b36c-4dc9-805f-f2f0abe274ca", lender_id: "813e9f68-8685-4942-b48b-ead5e136e07d", loan_amount: "1292.28", investment_amount: "4971.81", interest_rate: "0.0926", repayment_term: 16, status: "completed", promotion_applied: false, created_at: new Date("2021-02-12T09:50:51Z") },
            { id: 488, borrower_id: "7af1d449-9ea2-4a0f-bca5-552700ae137a", lender_id: "fc18b5cd-f994-40f5-a8c8-871c34495eab", loan_amount: "7723.86", investment_amount: "5597.90", interest_rate: "0.0856", repayment_term: 18, status: "completed", promotion_applied: false, created_at: new Date("2022-04-23T13:18:51Z") },
            { id: 489, borrower_id: "2e5fe5b4-fa7b-4772-abc2-4e6a0c1810c9", lender_id: "d9fc5408-11cd-4912-8503-6149b0b67410", loan_amount: "2704.88", investment_amount: "5879.30", interest_rate: "0.0409", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2021-09-28T19:05:14Z") },
            { id: 490, borrower_id: "f03e7495-3f42-4264-89f3-720d4838544f", lender_id: "0eade07a-b79e-4d29-8d0c-86a668eee720", loan_amount: "401.55", investment_amount: "2985.85", interest_rate: "0.0892", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2020-09-29T10:00:37Z") },
            { id: 491, borrower_id: "be951f49-cb72-4110-9dcd-8db7dcc35b7a", lender_id: "5e4ed70d-a7f5-4f52-a6fe-152347f9ca10", loan_amount: "209.19", investment_amount: "6020.64", interest_rate: "0.0542", repayment_term: 20, status: "completed", promotion_applied: true, created_at: new Date("2021-05-25T09:09:04Z") },
            { id: 492, borrower_id: "5b6e439d-d65e-45ba-93c3-480cfea6cead", lender_id: "14e0a6b8-dfc0-4865-8b4f-af4479065e1e", loan_amount: "4361.28", investment_amount: "6443.51", interest_rate: "0.1350", repayment_term: 23, status: "completed", promotion_applied: false, created_at: new Date("2021-06-08T11:52:14Z") },
            { id: 493, borrower_id: "8d8e0eac-6fe7-4105-8906-4d0d21d4bae5", lender_id: "3cc3cbc1-8cd4-4979-89bc-a60309fac0dc", loan_amount: "4569.65", investment_amount: "342.62", interest_rate: "0.1002", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2021-05-11T12:47:00Z") },
            { id: 494, borrower_id: "a19faeac-1eec-4ba1-80c4-dc7c017a034a", lender_id: "71152456-cc48-40ce-9698-6dd285d9c9c4", loan_amount: "8690.29", investment_amount: "1391.75", interest_rate: "0.1383", repayment_term: 30, status: "defaulted", promotion_applied: true, created_at: new Date("2020-05-03T18:20:12Z") },
            { id: 495, borrower_id: "914b550a-d64e-4362-9935-b90fe3916451", lender_id: "8d187d1a-742b-4cde-b397-8159e8676bb7", loan_amount: "968.46", investment_amount: "1505.44", interest_rate: "0.0811", repayment_term: null, status: "active", promotion_applied: null, created_at: new Date("2021-03-22T16:51:01Z") },
            { id: 496, borrower_id: "2d0f24b1-be4b-47ac-8236-b1b120ccc901", lender_id: "1dfe1dfd-33a6-481a-b105-018a50701a13", loan_amount: "1434.19", investment_amount: "4939.06", interest_rate: "0.1274", repayment_term: 19, status: "completed", promotion_applied: true, created_at: new Date("2020-10-13T08:55:42Z") },
            { id: 497, borrower_id: "07dd4bd6-3788-4a5f-8576-d58d82efa021", lender_id: "9a8cd052-0043-4351-a27d-0a9756172f9a", loan_amount: "7563.43", investment_amount: "50.05", interest_rate: "0.1274", repayment_term: null, status: "pending", promotion_applied: false, created_at: new Date("2020-01-17T11:22:05Z") },
            { id: 498, borrower_id: "8aa0af8c-8bd7-4e31-a75d-7c5c8dd4767d", lender_id: "7bee8159-9a80-411f-871d-5ae78009d10d", loan_amount: "9105.88", investment_amount: "3850.22", interest_rate: "0.1376", repayment_term: 20, status: "completed", promotion_applied: false, created_at: new Date("2020-02-05T19:08:07Z") },
            { id: 499, borrower_id: "1595ce62-2e7c-4bb6-b874-5a495f687ed4", lender_id: "cc28d6ca-bdf1-413b-93d5-62d86aa47af5", loan_amount: "9549.48", investment_amount: "4045.65", interest_rate: "0.0892", repayment_term: 12, status: "completed", promotion_applied: true, created_at: new Date("2022-04-29T19:14:17Z") },
            { id: 500, borrower_id: "f65e8522-5339-4324-89a7-c1cb7dd6bc32", lender_id: "08d5e4cf-60d7-4875-9533-9f39c118b7a2", loan_amount: "7100.61", investment_amount: "3682.60", interest_rate: "0.0981", repayment_term: null, status: "active", promotion_applied: false, created_at: new Date("2022-02-23T19:38:55Z") },
        ],
    });
}

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