// Asset Management Insights (asset-tracking-system) 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.assets), 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.assets.createMany({
        data: [
            { id: 1, asset_type: "equipment", description: "Flagged as unusual. The team completed the invoice.", value: "69722.12", acquisition_date: "2012-01-22", depreciation_status: "standard" },
            { id: 2, asset_type: "equipment", description: "The customer confirmed the details and the item was rejected.", value: "6799.14", acquisition_date: "2015-11-01", depreciation_status: "standard" },
            { id: 3, asset_type: "equipment", description: "Flagged as urgent. The courier completed the item.", value: "12298.81", acquisition_date: "2018-03-30", depreciation_status: "standard" },
            { id: 4, asset_type: "software", description: "The order was reviewed — urgent case, no further action.", value: null, acquisition_date: "2010-09-18", depreciation_status: null },
            { id: 5, asset_type: "equipment", description: "The supplier reported an automatic issue; the claim was processed.", value: "312684.46", acquisition_date: "2021-05-26", depreciation_status: "accelerated" },
            { id: 6, asset_type: "real estate", description: "An operator confirmed the details and the report was replaced.", value: "36723.61", acquisition_date: "2017-04-22", depreciation_status: null },
            { id: 7, asset_type: "real estate", description: "A minor appointment was processed the same day.", value: "1782.34", acquisition_date: "2016-08-06", depreciation_status: null },
            { id: 8, asset_type: "equipment", description: null, value: "482225.29", acquisition_date: "2016-02-20", depreciation_status: "special" },
            { id: 9, asset_type: "software", description: "The customer asked for a change and the refund was replaced.", value: "1057.20", acquisition_date: "2013-12-11", depreciation_status: null },
            { id: 10, asset_type: "equipment", description: "The reviewer reported an incomplete issue; the claim was closed.", value: "282429.26", acquisition_date: "2017-07-16", depreciation_status: "accelerated" },
            { id: 11, asset_type: "equipment", description: "The invoice was completed — urgent case, no further action.", value: "56217.34", acquisition_date: "2010-06-27", depreciation_status: "standard" },
            { id: 12, asset_type: "equipment", description: "The claim was escalated — partial case, no further action.", value: "711549.31", acquisition_date: "2015-06-11", depreciation_status: "standard" },
            { id: 13, asset_type: "vehicle", description: null, value: "786301.69", acquisition_date: "2020-11-15", depreciation_status: "standard" },
            { id: 14, asset_type: "equipment", description: null, value: null, acquisition_date: "2013-11-25", depreciation_status: "accelerated" },
            { id: 15, asset_type: "software", description: "A duplicate follow-up: the session was rescheduled.", value: "37571.13", acquisition_date: "2021-03-29", depreciation_status: null },
            { id: 16, asset_type: "real estate", description: null, value: "231276.74", acquisition_date: null, depreciation_status: null },
            { id: 17, asset_type: "vehicle", description: "The courier reported a routine issue; the shipment was reopened.", value: "5751.06", acquisition_date: "2010-10-13", depreciation_status: "standard" },
            { id: 18, asset_type: "equipment", description: "A late follow-up: the document was refunded.", value: null, acquisition_date: "2011-08-17", depreciation_status: "standard" },
            { id: 19, asset_type: "equipment", description: null, value: null, acquisition_date: "2018-11-05", depreciation_status: "accelerated" },
            { id: 20, asset_type: "equipment", description: "No response from the customer, so the shipment was rejected.", value: "13314.17", acquisition_date: "2018-05-16", depreciation_status: "standard" },
            { id: 21, asset_type: "equipment", description: null, value: "1000.55", acquisition_date: "2019-07-13", depreciation_status: "standard" },
            { id: 22, asset_type: "vehicle", description: "The report was refunded following an urgent review.", value: "2552.29", acquisition_date: "2012-09-12", depreciation_status: "standard" },
            { id: 23, asset_type: "software", description: "An operator confirmed the details and the payment was resolved.", value: "31315.95", acquisition_date: "2021-01-16", depreciation_status: null },
            { id: 24, asset_type: "equipment", description: "No response from the reviewer, so the document was escalated.", value: "51971.58", acquisition_date: "2020-01-20", depreciation_status: "standard" },
            { id: 25, asset_type: "equipment", description: "A manual follow-up: the request was reviewed.", value: "45414.32", acquisition_date: "2013-07-11", depreciation_status: "standard" },
            { id: 26, asset_type: "equipment", description: "No response from the team, so the order was rejected.", value: "236116.72", acquisition_date: "2018-02-09", depreciation_status: "standard" },
            { id: 27, asset_type: "equipment", description: "The invoice was processed after a repeat check.", value: "165657.59", acquisition_date: "2010-03-19", depreciation_status: "standard" },
            { id: 28, asset_type: "vehicle", description: "The courier reported a partial issue; the order was confirmed.", value: "2686.06", acquisition_date: "2017-02-26", depreciation_status: "standard" },
            { id: 29, asset_type: "equipment", description: null, value: "984709.71", acquisition_date: "2020-09-12", depreciation_status: "standard" },
            { id: 30, asset_type: "equipment", description: null, value: "7257.20", acquisition_date: "2013-12-22", depreciation_status: "special" },
            { id: 31, asset_type: "real estate", description: "The appointment was completed after a partial check.", value: "319219.36", acquisition_date: "2018-11-01", depreciation_status: null },
            { id: 32, asset_type: "equipment", description: "The courier confirmed the details and the delivery was rescheduled.", value: "127511.26", acquisition_date: "2021-07-25", depreciation_status: "standard" },
            { id: 33, asset_type: "real estate", description: "A routine follow-up: the shipment was rejected.", value: "50381.83", acquisition_date: "2020-06-20", depreciation_status: null },
            { id: 34, asset_type: "equipment", description: "The claim was delayed — manual case, no further action.", value: "631488.92", acquisition_date: "2010-10-04", depreciation_status: "standard" },
            { id: 35, asset_type: "equipment", description: "The payment was resolved — automatic case, no further action.", value: null, acquisition_date: "2019-10-10", depreciation_status: "standard" },
            { id: 36, asset_type: "equipment", description: "The account owner reported a late issue; the session was replaced.", value: "2526.88", acquisition_date: "2014-12-09", depreciation_status: "accelerated" },
            { id: 37, asset_type: "equipment", description: "A routine report was reopened the same day.", value: "170135.27", acquisition_date: "2021-04-10", depreciation_status: "standard" },
            { id: 38, asset_type: "software", description: "No response from an operator, so the delivery was resolved.", value: "1447.34", acquisition_date: "2021-02-13", depreciation_status: null },
            { id: 39, asset_type: "equipment", description: "An operator confirmed the details and the session was cancelled.", value: "594751.99", acquisition_date: "2011-07-15", depreciation_status: "special" },
            { id: 40, asset_type: "equipment", description: "The session was delayed — routine case, no further action.", value: "99717.42", acquisition_date: "2014-08-27", depreciation_status: "standard" },
            { id: 41, asset_type: "software", description: "The order was escalated after an unusual check.", value: "710156.08", acquisition_date: "2011-07-22", depreciation_status: null },
            { id: 42, asset_type: "real estate", description: "Flagged as automatic. The reviewer completed the delivery.", value: "325107.85", acquisition_date: "2020-05-02", depreciation_status: null },
            { id: 43, asset_type: "equipment", description: "The order was delayed following a manual review.", value: "719981.11", acquisition_date: "2020-04-11", depreciation_status: "standard" },
            { id: 44, asset_type: "equipment", description: "The account owner asked for a change and the record was reopened.", value: "237009.71", acquisition_date: null, depreciation_status: "standard" },
            { id: 45, asset_type: "software", description: "The order was confirmed — incomplete case, no further action.", value: "737690.19", acquisition_date: "2013-02-22", depreciation_status: null },
            { id: 46, asset_type: "software", description: null, value: "397322.20", acquisition_date: "2018-05-12", depreciation_status: null },
            { id: 47, asset_type: "software", description: "A routine record was approved the same day.", value: "276128.48", acquisition_date: "2017-08-26", depreciation_status: null },
            { id: 48, asset_type: "vehicle", description: "The team confirmed the details and the document was processed.", value: "780979.86", acquisition_date: "2015-04-27", depreciation_status: "standard" },
            { id: 49, asset_type: "vehicle", description: "The delivery was escalated — incomplete case, no further action.", value: "732812.14", acquisition_date: "2020-07-16", depreciation_status: "standard" },
            { id: 50, asset_type: "software", description: "The booking was processed — minor case, no further action.", value: "207731.82", acquisition_date: "2012-04-03", depreciation_status: null },
            { id: 51, asset_type: "software", description: "Flagged as repeat. The reviewer updated the account.", value: "544474.17", acquisition_date: "2018-10-12", depreciation_status: null },
            { id: 52, asset_type: "software", description: "The invoice was confirmed after a minor check.", value: "709338.35", acquisition_date: "2012-12-23", depreciation_status: null },
            { id: 53, asset_type: "equipment", description: "No response from the reviewer, so the report was refunded.", value: null, acquisition_date: "2016-10-07", depreciation_status: "standard" },
            { id: 54, asset_type: "equipment", description: "The transfer was replaced — unusual case, no further action.", value: "276203.44", acquisition_date: "2021-12-26", depreciation_status: "standard" },
            { id: 55, asset_type: "software", description: "Support reported a standard issue; the order was delayed.", value: "8448.01", acquisition_date: null, depreciation_status: null },
            { id: 56, asset_type: "equipment", description: null, value: "25038.79", acquisition_date: "2019-06-23", depreciation_status: "standard" },
            { id: 57, asset_type: "equipment", description: null, value: "1428.95", acquisition_date: null, depreciation_status: "standard" },
            { id: 58, asset_type: "vehicle", description: "The account was reviewed following a late review.", value: "2357.72", acquisition_date: "2016-03-24", depreciation_status: "standard" },
            { id: 59, asset_type: "equipment", description: "The session was approved after an unusual check.", value: "551785.79", acquisition_date: null, depreciation_status: "standard" },
            { id: 60, asset_type: "real estate", description: "A repeat report was replaced the same day.", value: "14490.65", acquisition_date: "2018-02-02", depreciation_status: null },
            { id: 61, asset_type: "equipment", description: "Flagged as unusual. An operator replaced the document.", value: "558527.20", acquisition_date: "2013-04-29", depreciation_status: "standard" },
            { id: 62, asset_type: "equipment", description: "The team confirmed the details and the item was reopened.", value: "3019.12", acquisition_date: "2014-12-18", depreciation_status: "standard" },
            { id: 63, asset_type: "vehicle", description: "The reviewer reported an urgent issue; the item was refunded.", value: "5984.88", acquisition_date: "2020-01-31", depreciation_status: "standard" },
            { id: 64, asset_type: "equipment", description: "The report was approved following an automatic review.", value: null, acquisition_date: null, depreciation_status: "standard" },
            { id: 65, asset_type: "equipment", description: "The reviewer asked for a change and the transfer was rescheduled.", value: null, acquisition_date: "2019-11-09", depreciation_status: "standard" },
            { id: 66, asset_type: "real estate", description: "The document was closed following a routine review.", value: "13439.33", acquisition_date: "2016-05-21", depreciation_status: null },
            { id: 67, asset_type: "equipment", description: "The supplier reported a routine issue; the document was confirmed.", value: "519833.88", acquisition_date: "2022-07-27", depreciation_status: "standard" },
            { id: 68, asset_type: "equipment", description: null, value: "1314.79", acquisition_date: "2020-05-06", depreciation_status: "standard" },
            { id: 69, asset_type: "equipment", description: "No response from support, so the record was resolved.", value: "7374.94", acquisition_date: "2018-12-15", depreciation_status: "accelerated" },
            { id: 70, asset_type: "vehicle", description: null, value: "780975.02", acquisition_date: "2022-12-07", depreciation_status: "accelerated" },
            { id: 71, asset_type: "equipment", description: "The booking was resolved following an urgent review.", value: "17017.91", acquisition_date: "2022-12-17", depreciation_status: "standard" },
            { id: 72, asset_type: "equipment", description: "Support confirmed the details and the transfer was reviewed.", value: "712269.12", acquisition_date: null, depreciation_status: "standard" },
            { id: 73, asset_type: "equipment", description: "The payment was refunded following a standard review.", value: "153884.69", acquisition_date: "2011-07-20", depreciation_status: "standard" },
            { id: 74, asset_type: "equipment", description: "The document was cancelled after a duplicate check.", value: "195608.11", acquisition_date: "2018-05-28", depreciation_status: "accelerated" },
            { id: 75, asset_type: "equipment", description: "The item was escalated following an automatic review.", value: "267155.41", acquisition_date: "2017-08-24", depreciation_status: "standard" },
            { id: 76, asset_type: "equipment", description: "The account owner reported a late issue; the shipment was completed.", value: null, acquisition_date: "2017-01-27", depreciation_status: "standard" },
            { id: 77, asset_type: "equipment", description: "No response from the courier, so the item was delayed.", value: "11091.79", acquisition_date: "2012-11-12", depreciation_status: "accelerated" },
            { id: 78, asset_type: "software", description: "A routine follow-up: the item was delayed.", value: "1327.82", acquisition_date: null, depreciation_status: null },
            { id: 79, asset_type: "software", description: "The customer asked for a change and the request was reviewed.", value: "1000.49", acquisition_date: "2014-08-07", depreciation_status: null },
            { id: 80, asset_type: "equipment", description: "The team confirmed the details and the report was reviewed.", value: "992892.92", acquisition_date: "2020-03-02", depreciation_status: "standard" },
            { id: 81, asset_type: "vehicle", description: "The order was rejected following a repeat review.", value: "84763.02", acquisition_date: "2020-07-23", depreciation_status: "standard" },
            { id: 82, asset_type: "equipment", description: "An unusual claim was escalated the same day.", value: "265566.75", acquisition_date: "2018-01-07", depreciation_status: "accelerated" },
            { id: 83, asset_type: "real estate", description: "The account owner confirmed the details and the payment was confirmed.", value: "95706.11", acquisition_date: "2010-10-09", depreciation_status: null },
            { id: 84, asset_type: "equipment", description: "The courier asked for a change and the delivery was rejected.", value: "3740.15", acquisition_date: "2018-08-04", depreciation_status: "standard" },
            { id: 85, asset_type: "equipment", description: "No response from the supplier, so the report was processed.", value: "67256.07", acquisition_date: "2012-01-07", depreciation_status: "standard" },
            { id: 86, asset_type: "equipment", description: "The supplier confirmed the details and the delivery was reviewed.", value: "25992.38", acquisition_date: "2012-01-25", depreciation_status: "standard" },
            { id: 87, asset_type: "equipment", description: null, value: "1011.81", acquisition_date: "2014-07-24", depreciation_status: "standard" },
            { id: 88, asset_type: "equipment", description: null, value: "1322.27", acquisition_date: "2020-10-30", depreciation_status: "standard" },
            { id: 89, asset_type: "equipment", description: "The claim was rejected after a repeat check.", value: "51007.85", acquisition_date: "2014-09-24", depreciation_status: "standard" },
            { id: 90, asset_type: "vehicle", description: "Flagged as repeat. An operator rejected the payment.", value: "7284.06", acquisition_date: "2016-02-05", depreciation_status: "standard" },
            { id: 91, asset_type: "software", description: "The supplier confirmed the details and the payment was refunded.", value: "274397.37", acquisition_date: "2022-09-04", depreciation_status: null },
            { id: 92, asset_type: "software", description: "A minor follow-up: the shipment was processed.", value: "748195.70", acquisition_date: "2021-08-15", depreciation_status: null },
            { id: 93, asset_type: "real estate", description: "Flagged as minor. An operator replaced the report.", value: "24949.26", acquisition_date: "2017-12-26", depreciation_status: null },
            { id: 94, asset_type: "equipment", description: "Flagged as routine. The courier cancelled the refund.", value: null, acquisition_date: "2020-01-27", depreciation_status: "standard" },
            { id: 95, asset_type: "vehicle", description: "The item was rejected following an urgent review.", value: "19317.69", acquisition_date: "2020-09-11", depreciation_status: "standard" },
            { id: 96, asset_type: "equipment", description: "The invoice was resolved following a routine review.", value: "453277.45", acquisition_date: null, depreciation_status: "accelerated" },
            { id: 97, asset_type: "equipment", description: "The account was refunded after a repeat check.", value: "28437.36", acquisition_date: null, depreciation_status: "standard" },
            { id: 98, asset_type: "software", description: "A routine item was rescheduled the same day.", value: "272980.37", acquisition_date: "2022-09-11", depreciation_status: null },
            { id: 99, asset_type: "equipment", description: "The account owner confirmed the details and the payment was delayed.", value: "3145.82", acquisition_date: "2020-02-08", depreciation_status: "standard" },
            { id: 100, asset_type: "equipment", description: null, value: "944684.03", acquisition_date: "2019-04-05", depreciation_status: "standard" },
            { id: 101, asset_type: "software", description: "The payment was replaced — unusual case, no further action.", value: "933355.33", acquisition_date: null, depreciation_status: null },
            { id: 102, asset_type: "equipment", description: "The booking was replaced after a duplicate check.", value: "31319.18", acquisition_date: "2010-10-19", depreciation_status: "standard" },
            { id: 103, asset_type: "software", description: "The supplier asked for a change and the order was updated.", value: "780270.80", acquisition_date: "2020-06-28", depreciation_status: null },
            { id: 104, asset_type: "software", description: "The delivery was reviewed after a late check.", value: "43355.30", acquisition_date: "2015-12-26", depreciation_status: null },
            { id: 105, asset_type: "software", description: "The refund was updated after a standard check.", value: "1121.64", acquisition_date: "2016-01-09", depreciation_status: null },
            { id: 106, asset_type: "vehicle", description: "The claim was cancelled after an incomplete check.", value: "27154.63", acquisition_date: "2011-01-11", depreciation_status: "standard" },
            { id: 107, asset_type: "equipment", description: "The team asked for a change and the payment was delayed.", value: null, acquisition_date: "2017-02-07", depreciation_status: "special" },
            { id: 108, asset_type: "software", description: "The supplier reported an unusual issue; the claim was cancelled.", value: "1288.79", acquisition_date: "2022-05-26", depreciation_status: null },
            { id: 109, asset_type: "equipment", description: "Flagged as routine. The reviewer confirmed the transfer.", value: "566951.09", acquisition_date: "2013-02-22", depreciation_status: "standard" },
            { id: 110, asset_type: "real estate", description: "A partial follow-up: the request was reopened.", value: "30206.88", acquisition_date: "2016-08-25", depreciation_status: null },
            { id: 111, asset_type: "real estate", description: "A routine appointment was escalated the same day.", value: "11809.48", acquisition_date: null, depreciation_status: null },
            { id: 112, asset_type: "software", description: "The account owner confirmed the details and the document was refunded.", value: "3840.04", acquisition_date: "2017-10-22", depreciation_status: null },
            { id: 113, asset_type: "equipment", description: "An operator asked for a change and the booking was rescheduled.", value: null, acquisition_date: "2011-07-31", depreciation_status: "standard" },
            { id: 114, asset_type: "equipment", description: "The transfer was reviewed following an automatic review.", value: "1186.58", acquisition_date: null, depreciation_status: "standard" },
            { id: 115, asset_type: "vehicle", description: "The account owner confirmed the details and the transfer was approved.", value: "697469.31", acquisition_date: null, depreciation_status: "standard" },
            { id: 116, asset_type: "equipment", description: "The record was processed — partial case, no further action.", value: "82841.89", acquisition_date: "2022-11-01", depreciation_status: "special" },
            { id: 117, asset_type: "equipment", description: "The claim was refunded following a minor review.", value: "556886.77", acquisition_date: "2017-09-16", depreciation_status: "special" },
            { id: 118, asset_type: "real estate", description: "The account was delayed — unusual case, no further action.", value: "240522.35", acquisition_date: "2017-12-03", depreciation_status: null },
            { id: 119, asset_type: "equipment", description: "The invoice was reviewed — routine case, no further action.", value: "13415.87", acquisition_date: "2020-09-16", depreciation_status: "standard" },
            { id: 120, asset_type: "equipment", description: "The supplier confirmed the details and the booking was rescheduled.", value: "44983.31", acquisition_date: "2022-03-09", depreciation_status: "accelerated" },
            { id: 121, asset_type: "equipment", description: "The refund was replaced after a duplicate check.", value: null, acquisition_date: "2021-04-11", depreciation_status: "accelerated" },
            { id: 122, asset_type: "equipment", description: "The courier confirmed the details and the order was reviewed.", value: "1832.46", acquisition_date: "2010-11-22", depreciation_status: "standard" },
            { id: 123, asset_type: "equipment", description: "No response from the team, so the shipment was refunded.", value: "234050.19", acquisition_date: "2021-04-30", depreciation_status: "accelerated" },
            { id: 124, asset_type: "equipment", description: "No response from the customer, so the booking was updated.", value: "221518.68", acquisition_date: "2014-09-26", depreciation_status: "accelerated" },
            { id: 125, asset_type: "equipment", description: "A duplicate claim was processed the same day.", value: "135405.17", acquisition_date: "2019-11-18", depreciation_status: "standard" },
            { id: 126, asset_type: "software", description: "A minor ticket was processed the same day.", value: null, acquisition_date: "2017-04-01", depreciation_status: null },
            { id: 127, asset_type: "vehicle", description: "The order was closed — repeat case, no further action.", value: "1010.35", acquisition_date: "2014-06-05", depreciation_status: "standard" },
            { id: 128, asset_type: "software", description: "Flagged as automatic. The team reviewed the request.", value: "57802.54", acquisition_date: "2013-09-08", depreciation_status: null },
            { id: 129, asset_type: "software", description: "The reviewer asked for a change and the record was confirmed.", value: "651307.72", acquisition_date: "2018-12-07", depreciation_status: null },
            { id: 130, asset_type: "equipment", description: null, value: "1275.58", acquisition_date: "2018-11-11", depreciation_status: "standard" },
            { id: 131, asset_type: "vehicle", description: "The account owner confirmed the details and the order was escalated.", value: "1824.72", acquisition_date: "2013-01-21", depreciation_status: "standard" },
            { id: 132, asset_type: "equipment", description: "The supplier reported a manual issue; the order was reopened.", value: "530244.75", acquisition_date: "2010-10-16", depreciation_status: "standard" },
            { id: 133, asset_type: "equipment", description: "The customer confirmed the details and the shipment was approved.", value: "80970.77", acquisition_date: "2015-11-15", depreciation_status: "standard" },
            { id: 134, asset_type: "software", description: "A minor follow-up: the record was rescheduled.", value: "205983.34", acquisition_date: "2014-11-04", depreciation_status: null },
            { id: 135, asset_type: "equipment", description: "The record was processed — manual case, no further action.", value: "622552.59", acquisition_date: "2019-08-25", depreciation_status: "standard" },
            { id: 136, asset_type: "vehicle", description: "The invoice was processed after a minor check.", value: "51418.44", acquisition_date: "2017-11-01", depreciation_status: "special" },
            { id: 137, asset_type: "equipment", description: "A partial follow-up: the item was closed.", value: "18083.20", acquisition_date: "2014-04-30", depreciation_status: "special" },
            { id: 138, asset_type: "real estate", description: "The request was rejected after a repeat check.", value: null, acquisition_date: "2019-03-05", depreciation_status: null },
            { id: 139, asset_type: "real estate", description: "No response from the account owner, so the refund was rejected.", value: "218545.85", acquisition_date: "2017-10-02", depreciation_status: null },
            { id: 140, asset_type: "equipment", description: null, value: "903283.55", acquisition_date: "2012-11-10", depreciation_status: "special" },
            { id: 141, asset_type: "vehicle", description: "Flagged as minor. The supplier completed the order.", value: "73523.58", acquisition_date: "2021-12-28", depreciation_status: "special" },
            { id: 142, asset_type: "equipment", description: "An operator confirmed the details and the delivery was escalated.", value: "1500.74", acquisition_date: "2018-03-07", depreciation_status: "standard" },
            { id: 143, asset_type: "equipment", description: "The supplier asked for a change and the request was confirmed.", value: "526595.00", acquisition_date: "2011-04-07", depreciation_status: "accelerated" },
            { id: 144, asset_type: "equipment", description: "No response from the supplier, so the booking was refunded.", value: "681248.92", acquisition_date: "2013-10-17", depreciation_status: "standard" },
            { id: 145, asset_type: "equipment", description: "Flagged as urgent. The customer reviewed the record.", value: "69513.01", acquisition_date: "2020-06-17", depreciation_status: "standard" },
            { id: 146, asset_type: "software", description: "An incomplete follow-up: the refund was approved.", value: "304931.58", acquisition_date: "2020-04-29", depreciation_status: null },
            { id: 147, asset_type: "vehicle", description: "A routine claim was processed the same day.", value: null, acquisition_date: "2022-01-29", depreciation_status: "standard" },
            { id: 148, asset_type: "equipment", description: "Flagged as repeat. The customer completed the appointment.", value: "360272.63", acquisition_date: "2010-05-31", depreciation_status: "accelerated" },
            { id: 149, asset_type: "equipment", description: "Flagged as routine. The courier refunded the booking.", value: "89980.03", acquisition_date: "2021-08-25", depreciation_status: "standard" },
            { id: 150, asset_type: "equipment", description: "The account owner confirmed the details and the appointment was rescheduled.", value: "37827.63", acquisition_date: null, depreciation_status: "standard" },
            { id: 151, asset_type: "software", description: "The team confirmed the details and the payment was cancelled.", value: "493138.45", acquisition_date: "2022-05-09", depreciation_status: null },
            { id: 152, asset_type: "equipment", description: "A manual follow-up: the appointment was rejected.", value: "581692.54", acquisition_date: "2013-02-20", depreciation_status: "standard" },
            { id: 153, asset_type: "software", description: "The shipment was resolved — duplicate case, no further action.", value: null, acquisition_date: "2020-12-14", depreciation_status: null },
            { id: 154, asset_type: "equipment", description: "An urgent order was delayed the same day.", value: "177451.43", acquisition_date: "2021-10-03", depreciation_status: "standard" },
            { id: 155, asset_type: "software", description: "A standard follow-up: the transfer was replaced.", value: "2692.03", acquisition_date: "2014-07-11", depreciation_status: null },
            { id: 156, asset_type: "software", description: "The item was completed following a repeat review.", value: "1082.42", acquisition_date: "2018-03-01", depreciation_status: null },
            { id: 157, asset_type: "equipment", description: null, value: "22698.31", acquisition_date: "2020-10-28", depreciation_status: "standard" },
            { id: 158, asset_type: "real estate", description: "The claim was approved — standard case, no further action.", value: "2799.40", acquisition_date: "2016-07-11", depreciation_status: null },
            { id: 159, asset_type: "equipment", description: "Flagged as standard. The account owner rescheduled the document.", value: "8937.34", acquisition_date: null, depreciation_status: "standard" },
            { id: 160, asset_type: "equipment", description: "The shipment was completed — automatic case, no further action.", value: "552726.51", acquisition_date: "2020-12-02", depreciation_status: "standard" },
            { id: 161, asset_type: "equipment", description: "A repeat follow-up: the invoice was resolved.", value: null, acquisition_date: "2014-04-07", depreciation_status: "standard" },
            { id: 162, asset_type: "real estate", description: "The appointment was reviewed — duplicate case, no further action.", value: "867038.10", acquisition_date: "2014-07-29", depreciation_status: null },
            { id: 163, asset_type: "equipment", description: "The account owner reported a late issue; the request was refunded.", value: "458782.12", acquisition_date: null, depreciation_status: "standard" },
            { id: 164, asset_type: "equipment", description: "No response from the supplier, so the claim was rescheduled.", value: null, acquisition_date: null, depreciation_status: "standard" },
            { id: 165, asset_type: "vehicle", description: "The shipment was reviewed — duplicate case, no further action.", value: "353475.81", acquisition_date: null, depreciation_status: "standard" },
            { id: 166, asset_type: "real estate", description: "The shipment was reopened after an urgent check.", value: "456322.29", acquisition_date: "2010-04-05", depreciation_status: null },
            { id: 167, asset_type: "equipment", description: "The customer asked for a change and the invoice was resolved.", value: null, acquisition_date: "2013-09-04", depreciation_status: "standard" },
            { id: 168, asset_type: "real estate", description: "The item was reviewed following a duplicate review.", value: "36518.65", acquisition_date: "2013-03-17", depreciation_status: null },
            { id: 169, asset_type: "equipment", description: "No response from the courier, so the order was replaced.", value: "9492.04", acquisition_date: "2021-03-20", depreciation_status: "standard" },
            { id: 170, asset_type: "equipment", description: "The supplier reported an unusual issue; the record was closed.", value: "154515.54", acquisition_date: "2015-06-02", depreciation_status: "standard" },
            { id: 171, asset_type: "equipment", description: "Support reported a minor issue; the transfer was refunded.", value: "430179.59", acquisition_date: "2011-07-15", depreciation_status: "standard" },
            { id: 172, asset_type: "equipment", description: "Support confirmed the details and the claim was confirmed.", value: "278771.61", acquisition_date: "2022-06-19", depreciation_status: "standard" },
            { id: 173, asset_type: "equipment", description: "A minor request was reopened the same day.", value: "559216.92", acquisition_date: "2022-02-13", depreciation_status: "standard" },
            { id: 174, asset_type: "real estate", description: "The session was reopened — standard case, no further action.", value: "181236.58", acquisition_date: null, depreciation_status: null },
            { id: 175, asset_type: "equipment", description: "The courier asked for a change and the delivery was completed.", value: null, acquisition_date: "2022-08-09", depreciation_status: "special" },
            { id: 176, asset_type: "real estate", description: "The reviewer reported a manual issue; the appointment was rejected.", value: "84976.94", acquisition_date: "2021-07-29", depreciation_status: null },
            { id: 177, asset_type: "equipment", description: "The supplier confirmed the details and the item was rescheduled.", value: "2209.60", acquisition_date: "2021-12-21", depreciation_status: "standard" },
            { id: 178, asset_type: "vehicle", description: "The courier confirmed the details and the order was closed.", value: "27459.20", acquisition_date: "2017-03-25", depreciation_status: "standard" },
            { id: 179, asset_type: "equipment", description: null, value: "1000.68", acquisition_date: "2021-10-05", depreciation_status: "accelerated" },
            { id: 180, asset_type: "equipment", description: "The team confirmed the details and the report was resolved.", value: "710646.99", acquisition_date: "2013-11-16", depreciation_status: "standard" },
            { id: 181, asset_type: "equipment", description: "The courier reported a routine issue; the booking was processed.", value: "170720.10", acquisition_date: "2020-01-10", depreciation_status: "standard" },
            { id: 182, asset_type: "equipment", description: "The courier reported a minor issue; the order was cancelled.", value: "1803.42", acquisition_date: "2012-09-10", depreciation_status: "standard" },
            { id: 183, asset_type: "equipment", description: "Flagged as unusual. The courier rejected the item.", value: "1001.29", acquisition_date: "2022-03-14", depreciation_status: "standard" },
            { id: 184, asset_type: "equipment", description: "The account was escalated — incomplete case, no further action.", value: "281442.02", acquisition_date: "2021-01-01", depreciation_status: "standard" },
            { id: 185, asset_type: "equipment", description: "Flagged as routine. The team processed the account.", value: "1000.07", acquisition_date: "2011-11-13", depreciation_status: "accelerated" },
            { id: 186, asset_type: "equipment", description: "The courier reported an urgent issue; the delivery was refunded.", value: "1000.06", acquisition_date: "2018-05-13", depreciation_status: "accelerated" },
            { id: 187, asset_type: "equipment", description: "A minor follow-up: the appointment was updated.", value: "137829.93", acquisition_date: "2011-06-03", depreciation_status: "special" },
            { id: 188, asset_type: "equipment", description: "The refund was escalated following a manual review.", value: "567090.29", acquisition_date: "2017-02-24", depreciation_status: "special" },
            { id: 189, asset_type: "equipment", description: "The supplier confirmed the details and the ticket was replaced.", value: "68877.68", acquisition_date: "2011-04-22", depreciation_status: "standard" },
            { id: 190, asset_type: "equipment", description: null, value: "5649.28", acquisition_date: "2011-01-17", depreciation_status: "standard" },
            { id: 191, asset_type: "equipment", description: "No response from the team, so the report was replaced.", value: "81299.33", acquisition_date: "2018-08-02", depreciation_status: "standard" },
            { id: 192, asset_type: "equipment", description: "Flagged as standard. The courier refunded the payment.", value: "521982.57", acquisition_date: null, depreciation_status: "standard" },
            { id: 193, asset_type: "equipment", description: "The account owner asked for a change and the session was cancelled.", value: null, acquisition_date: "2012-12-19", depreciation_status: "standard" },
            { id: 194, asset_type: "equipment", description: "The account owner reported a duplicate issue; the item was completed.", value: "1002.74", acquisition_date: "2012-01-24", depreciation_status: "standard" },
            { id: 195, asset_type: "equipment", description: "A manual order was approved the same day.", value: "8240.36", acquisition_date: "2011-01-05", depreciation_status: "standard" },
            { id: 196, asset_type: "real estate", description: "An automatic request was delayed the same day.", value: null, acquisition_date: "2022-11-27", depreciation_status: null },
            { id: 197, asset_type: "equipment", description: "An operator reported an urgent issue; the refund was reviewed.", value: "206181.95", acquisition_date: "2021-08-31", depreciation_status: "standard" },
            { id: 198, asset_type: "vehicle", description: null, value: "484013.09", acquisition_date: "2016-11-29", depreciation_status: "standard" },
            { id: 199, asset_type: "software", description: "The invoice was closed — manual case, no further action.", value: "91717.92", acquisition_date: "2019-01-25", depreciation_status: null },
            { id: 200, asset_type: "software", description: "A late follow-up: the delivery was refunded.", value: "1553.39", acquisition_date: null, depreciation_status: null },
            { id: 201, asset_type: "equipment", description: "The appointment was resolved following a partial review.", value: "287636.47", acquisition_date: "2013-09-19", depreciation_status: "standard" },
            { id: 202, asset_type: "equipment", description: "The refund was confirmed after a repeat check.", value: null, acquisition_date: "2020-01-02", depreciation_status: "standard" },
            { id: 203, asset_type: "equipment", description: null, value: "67465.17", acquisition_date: "2013-04-22", depreciation_status: "standard" },
            { id: 204, asset_type: "equipment", description: "No response from the customer, so the record was completed.", value: "807641.17", acquisition_date: "2014-04-13", depreciation_status: "standard" },
            { id: 205, asset_type: "equipment", description: "The ticket was reopened — partial case, no further action.", value: "1179.44", acquisition_date: "2018-05-09", depreciation_status: "standard" },
            { id: 206, asset_type: "real estate", description: "The report was refunded following an incomplete review.", value: "6898.54", acquisition_date: "2014-07-22", depreciation_status: null },
            { id: 207, asset_type: "equipment", description: "The request was escalated following an automatic review.", value: "343668.45", acquisition_date: "2014-03-14", depreciation_status: "standard" },
            { id: 208, asset_type: "equipment", description: "The request was replaced following a late review.", value: null, acquisition_date: "2013-12-28", depreciation_status: "standard" },
            { id: 209, asset_type: "software", description: "The supplier asked for a change and the request was rejected.", value: null, acquisition_date: "2012-04-01", depreciation_status: null },
            { id: 210, asset_type: "equipment", description: "The order was reviewed following a late review.", value: "21983.17", acquisition_date: "2011-03-26", depreciation_status: "accelerated" },
            { id: 211, asset_type: "equipment", description: "The appointment was reopened following a minor review.", value: "575496.04", acquisition_date: "2020-10-31", depreciation_status: "accelerated" },
            { id: 212, asset_type: "equipment", description: "The appointment was rejected following an automatic review.", value: "323187.78", acquisition_date: "2022-09-11", depreciation_status: "standard" },
            { id: 213, asset_type: "vehicle", description: "The record was refunded — incomplete case, no further action.", value: null, acquisition_date: "2018-12-16", depreciation_status: "standard" },
            { id: 214, asset_type: "equipment", description: "Support reported an unusual issue; the payment was rejected.", value: "683764.27", acquisition_date: "2014-07-24", depreciation_status: "standard" },
            { id: 215, asset_type: "real estate", description: "A partial delivery was rescheduled the same day.", value: "936150.67", acquisition_date: "2015-11-09", depreciation_status: null },
            { id: 216, asset_type: "software", description: "An operator confirmed the details and the payment was escalated.", value: "829001.86", acquisition_date: "2020-11-16", depreciation_status: null },
            { id: 217, asset_type: "vehicle", description: "A repeat follow-up: the refund was replaced.", value: "7710.56", acquisition_date: "2019-06-09", depreciation_status: "standard" },
            { id: 218, asset_type: "equipment", description: "A partial follow-up: the ticket was rescheduled.", value: "627688.11", acquisition_date: "2020-02-17", depreciation_status: "accelerated" },
            { id: 219, asset_type: "equipment", description: "The document was confirmed following a duplicate review.", value: "2058.89", acquisition_date: "2021-03-05", depreciation_status: "standard" },
            { id: 220, asset_type: "equipment", description: "The order was resolved after a manual check.", value: "134637.04", acquisition_date: "2012-06-02", depreciation_status: "special" },
            { id: 221, asset_type: "vehicle", description: "The request was escalated — duplicate case, no further action.", value: "157050.49", acquisition_date: "2012-04-26", depreciation_status: "standard" },
            { id: 222, asset_type: "software", description: "An operator confirmed the details and the request was cancelled.", value: "13692.16", acquisition_date: "2020-05-27", depreciation_status: null },
            { id: 223, asset_type: "software", description: "The delivery was reviewed after a manual check.", value: "562820.10", acquisition_date: "2022-02-02", depreciation_status: null },
            { id: 224, asset_type: "equipment", description: "Flagged as automatic. The team processed the delivery.", value: "880447.68", acquisition_date: "2010-09-17", depreciation_status: "standard" },
            { id: 225, asset_type: "vehicle", description: "No response from the account owner, so the transfer was replaced.", value: "268123.97", acquisition_date: "2016-02-25", depreciation_status: "standard" },
            { id: 226, asset_type: "equipment", description: "Support confirmed the details and the session was resolved.", value: "315485.20", acquisition_date: "2019-12-28", depreciation_status: "standard" },
            { id: 227, asset_type: "equipment", description: "Support reported an unusual issue; the transfer was confirmed.", value: "46805.99", acquisition_date: null, depreciation_status: "accelerated" },
            { id: 228, asset_type: "equipment", description: "The invoice was rejected following a late review.", value: "1805.81", acquisition_date: "2014-01-15", depreciation_status: "accelerated" },
            { id: 229, asset_type: "equipment", description: "Support confirmed the details and the payment was escalated.", value: "117922.51", acquisition_date: "2021-09-18", depreciation_status: "special" },
            { id: 230, asset_type: "equipment", description: "The team confirmed the details and the record was reviewed.", value: "979876.76", acquisition_date: "2016-12-05", depreciation_status: "standard" },
            { id: 231, asset_type: "equipment", description: "A late session was completed the same day.", value: "207348.52", acquisition_date: "2018-04-20", depreciation_status: "accelerated" },
            { id: 232, asset_type: "software", description: "An automatic follow-up: the request was processed.", value: "38555.16", acquisition_date: "2020-08-24", depreciation_status: null },
            { id: 233, asset_type: "equipment", description: "No response from the team, so the report was refunded.", value: null, acquisition_date: "2022-10-20", depreciation_status: "standard" },
            { id: 234, asset_type: "equipment", description: "The payment was resolved following a routine review.", value: "40167.58", acquisition_date: "2018-01-09", depreciation_status: "accelerated" },
            { id: 235, asset_type: "vehicle", description: "No response from the customer, so the payment was confirmed.", value: "116078.85", acquisition_date: "2020-06-12", depreciation_status: "standard" },
            { id: 236, asset_type: "equipment", description: "Flagged as incomplete. The customer processed the claim.", value: "372152.37", acquisition_date: "2019-04-19", depreciation_status: "special" },
            { id: 237, asset_type: "software", description: null, value: "262895.04", acquisition_date: null, depreciation_status: null },
            { id: 238, asset_type: "equipment", description: "An automatic follow-up: the invoice was completed.", value: "26397.00", acquisition_date: null, depreciation_status: "accelerated" },
            { id: 239, asset_type: "vehicle", description: "No response from the reviewer, so the record was delayed.", value: "1573.48", acquisition_date: "2022-06-24", depreciation_status: "standard" },
            { id: 240, asset_type: "equipment", description: "A minor follow-up: the order was cancelled.", value: "270486.60", acquisition_date: "2012-11-03", depreciation_status: "special" },
            { id: 241, asset_type: "equipment", description: "An operator confirmed the details and the claim was refunded.", value: "559288.58", acquisition_date: "2020-09-16", depreciation_status: "standard" },
            { id: 242, asset_type: "equipment", description: "The courier asked for a change and the document was rescheduled.", value: "723924.17", acquisition_date: "2022-10-13", depreciation_status: "standard" },
            { id: 243, asset_type: "equipment", description: null, value: "107914.45", acquisition_date: "2022-08-16", depreciation_status: "accelerated" },
            { id: 244, asset_type: "vehicle", description: "Flagged as automatic. The customer refunded the booking.", value: "114416.90", acquisition_date: "2021-04-28", depreciation_status: "standard" },
            { id: 245, asset_type: "vehicle", description: null, value: "192716.57", acquisition_date: "2017-05-31", depreciation_status: "standard" },
            { id: 246, asset_type: "software", description: "The account owner asked for a change and the refund was closed.", value: "226818.46", acquisition_date: "2018-02-23", depreciation_status: null },
            { id: 247, asset_type: "equipment", description: "An automatic payment was delayed the same day.", value: "196031.34", acquisition_date: "2016-02-04", depreciation_status: "standard" },
            { id: 248, asset_type: "software", description: "An operator reported a late issue; the appointment was resolved.", value: "52147.96", acquisition_date: "2021-08-30", depreciation_status: null },
            { id: 249, asset_type: "software", description: "The appointment was processed after a standard check.", value: "1001.61", acquisition_date: "2017-04-02", depreciation_status: null },
            { id: 250, asset_type: "equipment", description: "The order was cancelled following a standard review.", value: "5876.90", acquisition_date: "2013-05-01", depreciation_status: "standard" },
            { id: 251, asset_type: "equipment", description: "A minor follow-up: the order was updated.", value: "598137.60", acquisition_date: "2017-01-30", depreciation_status: "standard" },
            { id: 252, asset_type: "software", description: "The request was resolved — automatic case, no further action.", value: "3979.86", acquisition_date: null, depreciation_status: null },
            { id: 253, asset_type: "equipment", description: "The team asked for a change and the claim was approved.", value: "833857.03", acquisition_date: "2022-06-29", depreciation_status: "standard" },
            { id: 254, asset_type: "equipment", description: "An operator confirmed the details and the booking was confirmed.", value: "121780.16", acquisition_date: "2012-03-29", depreciation_status: "accelerated" },
            { id: 255, asset_type: "equipment", description: "An unusual appointment was cancelled the same day.", value: "6272.89", acquisition_date: null, depreciation_status: "special" },
            { id: 256, asset_type: "equipment", description: "Flagged as repeat. The team processed the refund.", value: "3623.53", acquisition_date: "2022-06-02", depreciation_status: "standard" },
            { id: 257, asset_type: "equipment", description: "An automatic refund was delayed the same day.", value: "705717.46", acquisition_date: "2022-07-17", depreciation_status: "standard" },
            { id: 258, asset_type: "equipment", description: "The reviewer confirmed the details and the ticket was confirmed.", value: "617526.35", acquisition_date: "2021-07-30", depreciation_status: "standard" },
            { id: 259, asset_type: "vehicle", description: "Support confirmed the details and the shipment was updated.", value: "293966.32", acquisition_date: "2013-08-16", depreciation_status: "standard" },
            { id: 260, asset_type: "real estate", description: "The shipment was resolved after a partial check.", value: "25420.23", acquisition_date: null, depreciation_status: null },
            { id: 261, asset_type: "software", description: "An urgent item was reopened the same day.", value: "102994.21", acquisition_date: "2014-06-24", depreciation_status: null },
            { id: 262, asset_type: "equipment", description: null, value: null, acquisition_date: "2021-01-13", depreciation_status: "standard" },
            { id: 263, asset_type: "equipment", description: "Flagged as minor. The account owner closed the booking.", value: "107663.14", acquisition_date: "2019-01-26", depreciation_status: "standard" },
            { id: 264, asset_type: "equipment", description: null, value: null, acquisition_date: "2022-10-05", depreciation_status: "standard" },
            { id: 265, asset_type: "vehicle", description: "The report was replaced following an unusual review.", value: "546899.30", acquisition_date: "2019-09-12", depreciation_status: "standard" },
            { id: 266, asset_type: "vehicle", description: "The request was reviewed after a late check.", value: "21144.76", acquisition_date: null, depreciation_status: "standard" },
            { id: 267, asset_type: "equipment", description: "The shipment was completed following a late review.", value: "769242.28", acquisition_date: "2016-09-07", depreciation_status: "standard" },
            { id: 268, asset_type: "software", description: "Flagged as standard. Support replaced the payment.", value: "203412.98", acquisition_date: "2022-10-17", depreciation_status: null },
            { id: 269, asset_type: "equipment", description: "A manual order was resolved the same day.", value: "298363.96", acquisition_date: "2022-02-18", depreciation_status: "standard" },
            { id: 270, asset_type: "software", description: "A minor report was closed the same day.", value: "272842.84", acquisition_date: "2012-07-07", depreciation_status: null },
            { id: 271, asset_type: "vehicle", description: "A repeat refund was resolved the same day.", value: "1004.72", acquisition_date: "2013-03-07", depreciation_status: "special" },
            { id: 272, asset_type: "vehicle", description: "Flagged as routine. An operator replaced the appointment.", value: "152630.80", acquisition_date: "2017-08-20", depreciation_status: "standard" },
            { id: 273, asset_type: "equipment", description: "The account was processed after a manual check.", value: "46020.45", acquisition_date: "2016-05-05", depreciation_status: "standard" },
            { id: 274, asset_type: "equipment", description: "Flagged as manual. The team rescheduled the account.", value: "830132.71", acquisition_date: "2016-11-08", depreciation_status: "standard" },
            { id: 275, asset_type: "software", description: null, value: "20729.97", acquisition_date: null, depreciation_status: null },
            { id: 276, asset_type: "software", description: "Flagged as unusual. The reviewer confirmed the claim.", value: "795328.44", acquisition_date: "2015-08-30", depreciation_status: null },
            { id: 277, asset_type: "software", description: "No response from support, so the payment was delayed.", value: "570246.83", acquisition_date: "2019-11-18", depreciation_status: null },
            { id: 278, asset_type: "equipment", description: "The transfer was cancelled after an unusual check.", value: "925629.95", acquisition_date: "2015-03-31", depreciation_status: "standard" },
            { id: 279, asset_type: "equipment", description: "Support reported a manual issue; the appointment was reopened.", value: "818820.61", acquisition_date: "2012-06-12", depreciation_status: "special" },
            { id: 280, asset_type: "equipment", description: "No response from the reviewer, so the item was cancelled.", value: "148373.56", acquisition_date: "2020-07-08", depreciation_status: "standard" },
            { id: 281, asset_type: "software", description: "The appointment was rejected after an urgent check.", value: "8906.68", acquisition_date: "2021-12-18", depreciation_status: null },
            { id: 282, asset_type: "equipment", description: "The claim was rejected following an automatic review.", value: "259048.46", acquisition_date: "2012-02-02", depreciation_status: "special" },
            { id: 283, asset_type: "equipment", description: "No response from the customer, so the payment was approved.", value: null, acquisition_date: "2012-09-05", depreciation_status: "special" },
            { id: 284, asset_type: "equipment", description: null, value: null, acquisition_date: "2019-12-19", depreciation_status: "standard" },
            { id: 285, asset_type: "software", description: null, value: "553748.31", acquisition_date: "2012-08-20", depreciation_status: null },
            { id: 286, asset_type: "equipment", description: "Flagged as standard. The supplier resolved the shipment.", value: "50086.81", acquisition_date: null, depreciation_status: "standard" },
            { id: 287, asset_type: "software", description: "The order was reviewed after a partial check.", value: "101280.83", acquisition_date: "2017-06-26", depreciation_status: null },
            { id: 288, asset_type: "software", description: "A late follow-up: the ticket was updated.", value: "5837.20", acquisition_date: null, depreciation_status: null },
            { id: 289, asset_type: "equipment", description: "The item was closed following an incomplete review.", value: "7133.93", acquisition_date: "2017-01-23", depreciation_status: "standard" },
            { id: 290, asset_type: "equipment", description: "A partial follow-up: the booking was reopened.", value: "1563.62", acquisition_date: null, depreciation_status: "standard" },
            { id: 291, asset_type: "equipment", description: "The payment was updated following a minor review.", value: "43077.76", acquisition_date: "2012-08-30", depreciation_status: "accelerated" },
            { id: 292, asset_type: "equipment", description: "The delivery was escalated after a late check.", value: "218080.24", acquisition_date: "2012-06-20", depreciation_status: "standard" },
            { id: 293, asset_type: "equipment", description: null, value: "143547.28", acquisition_date: "2017-08-06", depreciation_status: "standard" },
            { id: 294, asset_type: "real estate", description: "Flagged as minor. The supplier reopened the ticket.", value: "1118.70", acquisition_date: "2019-02-28", depreciation_status: null },
            { id: 295, asset_type: "equipment", description: "Flagged as automatic. The supplier cancelled the document.", value: "1798.05", acquisition_date: "2021-10-25", depreciation_status: "standard" },
            { id: 296, asset_type: "equipment", description: "The team confirmed the details and the order was reviewed.", value: "5415.34", acquisition_date: "2018-08-23", depreciation_status: "standard" },
            { id: 297, asset_type: "equipment", description: "The item was replaced after a minor check.", value: null, acquisition_date: "2021-03-24", depreciation_status: "standard" },
            { id: 298, asset_type: "equipment", description: "No response from the supplier, so the shipment was reviewed.", value: "8859.57", acquisition_date: "2022-05-17", depreciation_status: "standard" },
            { id: 299, asset_type: "software", description: "A manual follow-up: the document was approved.", value: null, acquisition_date: "2015-04-03", depreciation_status: null },
            { id: 300, asset_type: "real estate", description: "The payment was reopened following a duplicate review.", value: "899107.55", acquisition_date: "2021-03-25", depreciation_status: null },
            { id: 301, asset_type: "equipment", description: "An unusual record was resolved the same day.", value: "109295.78", acquisition_date: "2016-08-05", depreciation_status: "accelerated" },
            { id: 302, asset_type: "equipment", description: "The courier asked for a change and the account was completed.", value: "69981.52", acquisition_date: "2021-09-01", depreciation_status: "accelerated" },
            { id: 303, asset_type: "real estate", description: null, value: "148172.58", acquisition_date: "2022-03-08", depreciation_status: null },
            { id: 304, asset_type: "equipment", description: "Flagged as repeat. An operator completed the account.", value: "4002.34", acquisition_date: "2021-05-29", depreciation_status: "standard" },
            { id: 305, asset_type: "equipment", description: "A late request was updated the same day.", value: "8860.83", acquisition_date: "2019-06-05", depreciation_status: "accelerated" },
            { id: 306, asset_type: "equipment", description: null, value: "94702.49", acquisition_date: "2013-04-17", depreciation_status: "standard" },
            { id: 307, asset_type: "software", description: "No response from an operator, so the account was cancelled.", value: "1393.89", acquisition_date: "2015-01-18", depreciation_status: null },
            { id: 308, asset_type: "equipment", description: null, value: "18489.50", acquisition_date: "2021-09-17", depreciation_status: "standard" },
            { id: 309, asset_type: "equipment", description: "Support asked for a change and the transfer was updated.", value: "357360.67", acquisition_date: "2021-11-03", depreciation_status: "special" },
            { id: 310, asset_type: "equipment", description: "The order was reopened — repeat case, no further action.", value: "362886.22", acquisition_date: "2022-02-06", depreciation_status: "standard" },
            { id: 311, asset_type: "equipment", description: "No response from the reviewer, so the refund was closed.", value: "190262.97", acquisition_date: "2016-12-21", depreciation_status: "standard" },
            { id: 312, asset_type: "real estate", description: "The item was resolved after a minor check.", value: "1082.04", acquisition_date: "2016-02-01", depreciation_status: null },
            { id: 313, asset_type: "vehicle", description: "A standard request was rescheduled the same day.", value: "13627.69", acquisition_date: "2018-09-16", depreciation_status: "standard" },
            { id: 314, asset_type: "equipment", description: "The courier reported a standard issue; the delivery was refunded.", value: null, acquisition_date: "2013-02-07", depreciation_status: "standard" },
            { id: 315, asset_type: "equipment", description: "A duplicate invoice was confirmed the same day.", value: null, acquisition_date: "2020-07-18", depreciation_status: "accelerated" },
            { id: 316, asset_type: "vehicle", description: "The ticket was delayed following a standard review.", value: "568686.70", acquisition_date: "2020-02-28", depreciation_status: "accelerated" },
            { id: 317, asset_type: "equipment", description: "Flagged as automatic. The reviewer rescheduled the record.", value: "690720.31", acquisition_date: "2021-08-10", depreciation_status: "standard" },
            { id: 318, asset_type: "software", description: "The team confirmed the details and the appointment was closed.", value: "20403.67", acquisition_date: "2018-07-22", depreciation_status: null },
            { id: 319, asset_type: "equipment", description: "An urgent request was completed the same day.", value: "1728.65", acquisition_date: "2021-05-11", depreciation_status: "accelerated" },
            { id: 320, asset_type: "real estate", description: "The document was resolved after an unusual check.", value: null, acquisition_date: null, depreciation_status: null },
            { id: 321, asset_type: "equipment", description: "A manual follow-up: the claim was closed.", value: "454101.19", acquisition_date: "2019-03-19", depreciation_status: "special" },
            { id: 322, asset_type: "equipment", description: null, value: null, acquisition_date: "2018-05-22", depreciation_status: "standard" },
            { id: 323, asset_type: "equipment", description: null, value: "718086.00", acquisition_date: "2020-10-06", depreciation_status: "accelerated" },
            { id: 324, asset_type: "vehicle", description: "The session was confirmed following an incomplete review.", value: "6058.59", acquisition_date: "2017-02-17", depreciation_status: "standard" },
            { id: 325, asset_type: "equipment", description: "The courier asked for a change and the account was escalated.", value: "39645.73", acquisition_date: "2022-09-01", depreciation_status: "standard" },
            { id: 326, asset_type: "equipment", description: "The claim was replaced — manual case, no further action.", value: "212130.66", acquisition_date: "2014-12-09", depreciation_status: "special" },
            { id: 327, asset_type: "real estate", description: "The report was rescheduled after a partial check.", value: "72546.76", acquisition_date: null, depreciation_status: null },
            { id: 328, asset_type: "vehicle", description: "No response from the courier, so the booking was rejected.", value: "339370.97", acquisition_date: "2017-02-25", depreciation_status: "standard" },
            { id: 329, asset_type: "equipment", description: "The account owner reported a routine issue; the order was completed.", value: "974051.55", acquisition_date: "2015-10-12", depreciation_status: "special" },
            { id: 330, asset_type: "equipment", description: "The customer confirmed the details and the request was replaced.", value: null, acquisition_date: "2022-08-12", depreciation_status: "accelerated" },
            { id: 331, asset_type: "equipment", description: "Support confirmed the details and the appointment was refunded.", value: "18402.21", acquisition_date: "2022-09-04", depreciation_status: "standard" },
            { id: 332, asset_type: "equipment", description: "Support confirmed the details and the document was completed.", value: "112372.00", acquisition_date: "2015-04-27", depreciation_status: "accelerated" },
            { id: 333, asset_type: "equipment", description: "An urgent follow-up: the claim was replaced.", value: "893338.02", acquisition_date: null, depreciation_status: "standard" },
            { id: 334, asset_type: "real estate", description: "An operator asked for a change and the request was resolved.", value: "1132.80", acquisition_date: "2013-11-24", depreciation_status: null },
            { id: 335, asset_type: "equipment", description: "No response from the team, so the account was reopened.", value: "383697.50", acquisition_date: "2020-08-20", depreciation_status: "accelerated" },
            { id: 336, asset_type: "equipment", description: "The transfer was cancelled following a minor review.", value: "54650.05", acquisition_date: "2022-05-21", depreciation_status: "standard" },
            { id: 337, asset_type: "equipment", description: "A repeat follow-up: the request was cancelled.", value: "466803.54", acquisition_date: "2013-11-15", depreciation_status: "accelerated" },
            { id: 338, asset_type: "equipment", description: null, value: "259532.34", acquisition_date: "2016-02-24", depreciation_status: "standard" },
            { id: 339, asset_type: "vehicle", description: "Flagged as duplicate. An operator rescheduled the invoice.", value: "157097.25", acquisition_date: "2018-02-04", depreciation_status: "standard" },
            { id: 340, asset_type: "real estate", description: "An unusual follow-up: the report was updated.", value: "368560.74", acquisition_date: null, depreciation_status: null },
            { id: 341, asset_type: "equipment", description: "The invoice was updated — routine case, no further action.", value: "110968.53", acquisition_date: "2019-11-27", depreciation_status: "standard" },
            { id: 342, asset_type: "equipment", description: "Support asked for a change and the session was delayed.", value: null, acquisition_date: null, depreciation_status: "standard" },
            { id: 343, asset_type: "equipment", description: "The appointment was resolved after a late check.", value: "1435.04", acquisition_date: "2018-11-12", depreciation_status: "standard" },
            { id: 344, asset_type: "equipment", description: "No response from the account owner, so the claim was delayed.", value: "39710.95", acquisition_date: "2019-09-06", depreciation_status: "standard" },
            { id: 345, asset_type: "equipment", description: "The ticket was resolved — duplicate case, no further action.", value: "48811.93", acquisition_date: "2013-09-21", depreciation_status: "standard" },
            { id: 346, asset_type: "equipment", description: "A late follow-up: the report was rejected.", value: "53407.12", acquisition_date: "2022-11-12", depreciation_status: "standard" },
            { id: 347, asset_type: "software", description: "The customer asked for a change and the claim was processed.", value: "341236.32", acquisition_date: "2012-01-06", depreciation_status: null },
            { id: 348, asset_type: "software", description: "No response from an operator, so the invoice was escalated.", value: "37647.78", acquisition_date: null, depreciation_status: null },
            { id: 349, asset_type: "vehicle", description: "Flagged as automatic. The supplier updated the session.", value: "25211.88", acquisition_date: "2015-03-19", depreciation_status: "standard" },
            { id: 350, asset_type: "equipment", description: "The account owner reported an automatic issue; the record was completed.", value: "7562.93", acquisition_date: "2014-11-30", depreciation_status: "standard" },
            { id: 351, asset_type: "software", description: "A late booking was closed the same day.", value: "186248.90", acquisition_date: null, depreciation_status: null },
            { id: 352, asset_type: "equipment", description: null, value: "821926.39", acquisition_date: "2020-03-01", depreciation_status: "standard" },
            { id: 353, asset_type: "software", description: "No response from the team, so the document was escalated.", value: "315700.67", acquisition_date: "2013-11-28", depreciation_status: null },
            { id: 354, asset_type: "equipment", description: "No response from an operator, so the item was processed.", value: "1513.86", acquisition_date: "2020-02-17", depreciation_status: "standard" },
            { id: 355, asset_type: "software", description: "The courier confirmed the details and the item was confirmed.", value: null, acquisition_date: "2010-08-08", depreciation_status: null },
            { id: 356, asset_type: "equipment", description: "The customer confirmed the details and the invoice was completed.", value: "296324.45", acquisition_date: "2015-03-22", depreciation_status: "special" },
            { id: 357, asset_type: "equipment", description: "The courier confirmed the details and the request was cancelled.", value: "1000.02", acquisition_date: "2022-06-22", depreciation_status: "special" },
            { id: 358, asset_type: "equipment", description: "The account was replaced after an unusual check.", value: "847175.95", acquisition_date: "2021-08-10", depreciation_status: "standard" },
            { id: 359, asset_type: "equipment", description: "The account was refunded — routine case, no further action.", value: "31723.00", acquisition_date: "2014-02-15", depreciation_status: "standard" },
            { id: 360, asset_type: "equipment", description: "A manual account was replaced the same day.", value: "75067.95", acquisition_date: "2016-09-25", depreciation_status: "accelerated" },
            { id: 361, asset_type: "equipment", description: null, value: "101662.08", acquisition_date: null, depreciation_status: "standard" },
            { id: 362, asset_type: "equipment", description: "Flagged as standard. The account owner cancelled the payment.", value: "1000.00", acquisition_date: null, depreciation_status: "standard" },
            { id: 363, asset_type: "equipment", description: "No response from the team, so the account was refunded.", value: null, acquisition_date: "2010-05-15", depreciation_status: "standard" },
            { id: 364, asset_type: "real estate", description: "The delivery was replaced — routine case, no further action.", value: "1003.35", acquisition_date: "2014-04-07", depreciation_status: null },
            { id: 365, asset_type: "software", description: "Flagged as unusual. An operator escalated the account.", value: "465580.97", acquisition_date: "2018-06-15", depreciation_status: null },
            { id: 366, asset_type: "real estate", description: "The delivery was updated — minor case, no further action.", value: "30284.31", acquisition_date: "2020-01-08", depreciation_status: null },
            { id: 367, asset_type: "real estate", description: null, value: "34317.69", acquisition_date: "2019-11-16", depreciation_status: null },
            { id: 368, asset_type: "software", description: "A duplicate shipment was reopened the same day.", value: "207319.69", acquisition_date: "2018-06-30", depreciation_status: null },
            { id: 369, asset_type: "equipment", description: "The delivery was approved — late case, no further action.", value: "8722.31", acquisition_date: "2011-08-05", depreciation_status: "standard" },
            { id: 370, asset_type: "equipment", description: "The account was escalated after a duplicate check.", value: "914731.69", acquisition_date: "2021-04-08", depreciation_status: "standard" },
            { id: 371, asset_type: "real estate", description: "The supplier reported an unusual issue; the record was escalated.", value: "833237.01", acquisition_date: "2013-06-06", depreciation_status: null },
            { id: 372, asset_type: "vehicle", description: "No response from the courier, so the shipment was confirmed.", value: "1095.35", acquisition_date: "2017-11-19", depreciation_status: "standard" },
            { id: 373, asset_type: "vehicle", description: null, value: null, acquisition_date: "2019-08-27", depreciation_status: "standard" },
            { id: 374, asset_type: "equipment", description: "The transfer was closed after a late check.", value: "311979.62", acquisition_date: "2018-01-18", depreciation_status: "standard" },
            { id: 375, asset_type: "software", description: "Flagged as partial. The supplier reopened the claim.", value: "176107.28", acquisition_date: "2010-08-17", depreciation_status: null },
            { id: 376, asset_type: "equipment", description: "The claim was cancelled — routine case, no further action.", value: "643675.71", acquisition_date: "2017-04-10", depreciation_status: "standard" },
            { id: 377, asset_type: "equipment", description: "The document was refunded after an urgent check.", value: null, acquisition_date: "2022-04-08", depreciation_status: "standard" },
            { id: 378, asset_type: "equipment", description: "The refund was updated following a duplicate review.", value: "47115.62", acquisition_date: "2020-04-21", depreciation_status: "standard" },
            { id: 379, asset_type: "software", description: "The account owner reported a repeat issue; the refund was replaced.", value: "803693.72", acquisition_date: "2015-01-19", depreciation_status: null },
            { id: 380, asset_type: "equipment", description: "Flagged as repeat. The supplier escalated the appointment.", value: "12955.83", acquisition_date: "2018-11-23", depreciation_status: "accelerated" },
            { id: 381, asset_type: "equipment", description: "The customer reported an automatic issue; the transfer was replaced.", value: "10305.35", acquisition_date: "2017-09-02", depreciation_status: "standard" },
            { id: 382, asset_type: "equipment", description: "Flagged as repeat. Support updated the refund.", value: "1050.90", acquisition_date: "2021-06-27", depreciation_status: "standard" },
            { id: 383, asset_type: "equipment", description: "No response from the customer, so the session was resolved.", value: "1016.60", acquisition_date: "2022-09-17", depreciation_status: "standard" },
            { id: 384, asset_type: "equipment", description: "A repeat follow-up: the delivery was rescheduled.", value: "893066.19", acquisition_date: "2020-12-27", depreciation_status: "special" },
            { id: 385, asset_type: "equipment", description: "An operator confirmed the details and the item was processed.", value: "1006.57", acquisition_date: "2021-12-13", depreciation_status: "accelerated" },
            { id: 386, asset_type: "equipment", description: "The customer asked for a change and the shipment was resolved.", value: "491693.38", acquisition_date: "2022-07-11", depreciation_status: "standard" },
            { id: 387, asset_type: "software", description: "The item was escalated following a standard review.", value: "1059.50", acquisition_date: "2017-06-06", depreciation_status: null },
            { id: 388, asset_type: "software", description: "The account owner reported an automatic issue; the session was processed.", value: "120697.82", acquisition_date: "2014-11-08", depreciation_status: null },
            { id: 389, asset_type: "real estate", description: "The booking was rejected after a duplicate check.", value: "7330.62", acquisition_date: "2016-03-30", depreciation_status: null },
            { id: 390, asset_type: "equipment", description: "Flagged as unusual. The customer reviewed the record.", value: "112149.53", acquisition_date: null, depreciation_status: "accelerated" },
            { id: 391, asset_type: "equipment", description: "The claim was refunded following an incomplete review.", value: "39975.84", acquisition_date: null, depreciation_status: "standard" },
            { id: 392, asset_type: "equipment", description: "The refund was completed following a routine review.", value: "511372.91", acquisition_date: "2014-09-17", depreciation_status: "standard" },
            { id: 393, asset_type: "software", description: "No response from an operator, so the payment was rescheduled.", value: "1004.92", acquisition_date: "2021-08-13", depreciation_status: null },
            { id: 394, asset_type: "software", description: "The request was escalated — routine case, no further action.", value: "1483.79", acquisition_date: "2017-01-30", depreciation_status: null },
            { id: 395, asset_type: "vehicle", description: "The item was reopened following a standard review.", value: "471598.79", acquisition_date: "2016-12-24", depreciation_status: "special" },
            { id: 396, asset_type: "equipment", description: "An urgent session was processed the same day.", value: "777421.85", acquisition_date: "2016-01-23", depreciation_status: "standard" },
            { id: 397, asset_type: "equipment", description: "The payment was cancelled after an automatic check.", value: "287779.34", acquisition_date: "2019-01-11", depreciation_status: "standard" },
            { id: 398, asset_type: "equipment", description: "A standard record was resolved the same day.", value: "131334.54", acquisition_date: "2019-05-14", depreciation_status: "standard" },
            { id: 399, asset_type: "software", description: "The document was closed following an urgent review.", value: "131518.47", acquisition_date: "2022-10-11", depreciation_status: null },
            { id: 400, asset_type: "equipment", description: "The claim was replaced after an automatic check.", value: "193241.11", acquisition_date: "2021-01-21", depreciation_status: "standard" },
        ],
    });
    await prisma.depreciation_records.createMany({
        data: [
            { id: 1, asset_id: 4, depreciation_value: "525535.82", reporting_date: "2010-11-19", cumulative_depreciation: "644161.81", reporting_period: "2022-06-11" },
            { id: 2, asset_id: 46, depreciation_value: "916511.55", reporting_date: "2010-11-22", cumulative_depreciation: "388216.11", reporting_period: "2012-07-08" },
            { id: 3, asset_id: 236, depreciation_value: "102923.97", reporting_date: "2018-12-25", cumulative_depreciation: "214265.27", reporting_period: "2011-07-20" },
            { id: 4, asset_id: 38, depreciation_value: "462766.99", reporting_date: "2017-08-19", cumulative_depreciation: "420567.44", reporting_period: "2021-07-05" },
            { id: 5, asset_id: 129, depreciation_value: "162812.09", reporting_date: "2014-07-08", cumulative_depreciation: "672425.21", reporting_period: "2023-07-18" },
            { id: 6, asset_id: 292, depreciation_value: "6263.29", reporting_date: "2012-04-03", cumulative_depreciation: "397985.34", reporting_period: "2012-07-14" },
            { id: 7, asset_id: 314, depreciation_value: "565868.76", reporting_date: "2022-09-13", cumulative_depreciation: "724432.35", reporting_period: "2012-03-15" },
            { id: 8, asset_id: 46, depreciation_value: "140132.64", reporting_date: "2020-06-29", cumulative_depreciation: "520594.70", reporting_period: "2010-12-30" },
            { id: 9, asset_id: 355, depreciation_value: "294906.75", reporting_date: "2020-06-10", cumulative_depreciation: "315425.88", reporting_period: "2017-05-01" },
            { id: 10, asset_id: 351, depreciation_value: "441082.09", reporting_date: "2019-12-17", cumulative_depreciation: "632119.02", reporting_period: "2013-12-23" },
            { id: 11, asset_id: 14, depreciation_value: "304403.40", reporting_date: "2021-08-14", cumulative_depreciation: "574812.98", reporting_period: "2020-12-04" },
            { id: 12, asset_id: 92, depreciation_value: "138335.67", reporting_date: "2012-07-23", cumulative_depreciation: "405913.05", reporting_period: "2013-04-09" },
            { id: 13, asset_id: 284, depreciation_value: "14014.74", reporting_date: "2023-02-25", cumulative_depreciation: "350717.54", reporting_period: "2017-02-16" },
            { id: 14, asset_id: 29, depreciation_value: "11671.56", reporting_date: "2020-09-04", cumulative_depreciation: "250918.22", reporting_period: "2020-01-29" },
            { id: 15, asset_id: 390, depreciation_value: "286463.27", reporting_date: "2023-05-16", cumulative_depreciation: "460649.10", reporting_period: "2014-09-13" },
            { id: 16, asset_id: 101, depreciation_value: "258507.16", reporting_date: "2023-04-06", cumulative_depreciation: "491793.95", reporting_period: "2014-11-07" },
            { id: 17, asset_id: 73, depreciation_value: "953437.98", reporting_date: "2022-03-20", cumulative_depreciation: "494994.02", reporting_period: "2017-03-23" },
            { id: 18, asset_id: 214, depreciation_value: "51758.59", reporting_date: "2019-01-07", cumulative_depreciation: "491182.62", reporting_period: "2010-01-29" },
            { id: 19, asset_id: 313, depreciation_value: "9.33", reporting_date: "2018-04-05", cumulative_depreciation: "463115.57", reporting_period: "2011-12-30" },
            { id: 20, asset_id: 75, depreciation_value: "26893.44", reporting_date: "2012-07-10", cumulative_depreciation: "783523.31", reporting_period: "2010-01-03" },
            { id: 21, asset_id: 76, depreciation_value: "280742.14", reporting_date: "2023-09-06", cumulative_depreciation: "321165.31", reporting_period: "2015-09-11" },
            { id: 22, asset_id: 74, depreciation_value: "805894.15", reporting_date: "2014-09-18", cumulative_depreciation: "538912.04", reporting_period: "2010-07-05" },
            { id: 23, asset_id: 279, depreciation_value: "247865.16", reporting_date: "2018-03-27", cumulative_depreciation: "493844.59", reporting_period: "2014-09-15" },
            { id: 24, asset_id: 215, depreciation_value: "4755.24", reporting_date: "2010-10-30", cumulative_depreciation: "567015.45", reporting_period: "2022-10-18" },
            { id: 25, asset_id: 340, depreciation_value: "10580.25", reporting_date: "2016-10-31", cumulative_depreciation: "318380.89", reporting_period: "2012-07-06" },
            { id: 26, asset_id: 81, depreciation_value: "20902.81", reporting_date: "2019-11-23", cumulative_depreciation: "433983.16", reporting_period: "2018-01-22" },
            { id: 27, asset_id: 310, depreciation_value: "653889.90", reporting_date: "2020-10-24", cumulative_depreciation: "777884.78", reporting_period: "2020-05-14" },
            { id: 28, asset_id: 302, depreciation_value: "301792.57", reporting_date: "2016-03-16", cumulative_depreciation: "560829.64", reporting_period: "2016-11-24" },
            { id: 29, asset_id: 97, depreciation_value: "431682.26", reporting_date: "2018-07-08", cumulative_depreciation: "457008.56", reporting_period: "2013-08-12" },
            { id: 30, asset_id: 125, depreciation_value: "933012.93", reporting_date: "2023-12-26", cumulative_depreciation: "498072.40", reporting_period: "2022-02-23" },
            { id: 31, asset_id: 392, depreciation_value: "356778.24", reporting_date: "2018-07-01", cumulative_depreciation: "464451.50", reporting_period: "2023-10-20" },
            { id: 32, asset_id: 177, depreciation_value: "119637.83", reporting_date: "2015-08-24", cumulative_depreciation: "442147.86", reporting_period: "2021-09-09" },
            { id: 33, asset_id: 95, depreciation_value: "48231.07", reporting_date: "2020-06-01", cumulative_depreciation: "634321.76", reporting_period: "2013-01-12" },
            { id: 34, asset_id: 196, depreciation_value: "599407.10", reporting_date: "2014-03-18", cumulative_depreciation: "477462.79", reporting_period: "2013-03-11" },
            { id: 35, asset_id: 317, depreciation_value: "845117.56", reporting_date: "2021-11-18", cumulative_depreciation: "706245.65", reporting_period: "2018-08-27" },
            { id: 36, asset_id: 218, depreciation_value: "777646.37", reporting_date: "2017-10-16", cumulative_depreciation: "348367.87", reporting_period: "2020-04-24" },
            { id: 37, asset_id: 109, depreciation_value: "543095.92", reporting_date: "2017-12-28", cumulative_depreciation: "575086.02", reporting_period: "2015-12-28" },
            { id: 38, asset_id: 343, depreciation_value: "150254.91", reporting_date: "2017-07-08", cumulative_depreciation: "452963.20", reporting_period: "2010-05-21" },
            { id: 39, asset_id: 247, depreciation_value: "881942.24", reporting_date: "2016-08-24", cumulative_depreciation: "691458.20", reporting_period: "2020-03-03" },
            { id: 40, asset_id: 117, depreciation_value: "247696.11", reporting_date: "2023-06-21", cumulative_depreciation: "604257.42", reporting_period: "2015-10-11" },
            { id: 41, asset_id: 266, depreciation_value: "35718.17", reporting_date: "2012-08-07", cumulative_depreciation: "401012.36", reporting_period: "2013-10-04" },
            { id: 42, asset_id: 150, depreciation_value: "895682.40", reporting_date: "2021-08-22", cumulative_depreciation: "94447.43", reporting_period: "2023-07-06" },
            { id: 43, asset_id: 273, depreciation_value: "663849.37", reporting_date: "2016-09-20", cumulative_depreciation: "357416.76", reporting_period: "2022-02-03" },
            { id: 44, asset_id: 338, depreciation_value: "730556.35", reporting_date: "2022-03-16", cumulative_depreciation: "422505.00", reporting_period: "2011-10-23" },
            { id: 45, asset_id: 233, depreciation_value: "608721.41", reporting_date: "2014-07-07", cumulative_depreciation: "398870.22", reporting_period: "2019-06-11" },
            { id: 46, asset_id: 73, depreciation_value: "842716.54", reporting_date: "2013-07-13", cumulative_depreciation: "666193.74", reporting_period: "2023-03-23" },
            { id: 47, asset_id: 148, depreciation_value: "499610.75", reporting_date: "2021-07-03", cumulative_depreciation: "598213.03", reporting_period: "2021-03-13" },
            { id: 48, asset_id: 185, depreciation_value: "85320.97", reporting_date: "2019-12-01", cumulative_depreciation: "455951.92", reporting_period: "2015-12-17" },
            { id: 49, asset_id: 92, depreciation_value: "238985.83", reporting_date: "2023-05-22", cumulative_depreciation: "504703.04", reporting_period: "2023-06-30" },
            { id: 50, asset_id: 131, depreciation_value: "327578.73", reporting_date: "2013-06-19", cumulative_depreciation: "503840.05", reporting_period: "2023-11-20" },
            { id: 51, asset_id: 303, depreciation_value: "318868.70", reporting_date: "2022-06-09", cumulative_depreciation: "404351.54", reporting_period: "2022-03-17" },
            { id: 52, asset_id: 98, depreciation_value: "469583.80", reporting_date: "2019-04-18", cumulative_depreciation: "643790.95", reporting_period: "2015-04-12" },
            { id: 53, asset_id: 178, depreciation_value: "44331.19", reporting_date: "2021-07-03", cumulative_depreciation: "604763.82", reporting_period: "2021-03-10" },
            { id: 54, asset_id: 191, depreciation_value: "54717.55", reporting_date: "2022-07-25", cumulative_depreciation: "463882.62", reporting_period: "2020-04-19" },
            { id: 55, asset_id: 274, depreciation_value: "481992.11", reporting_date: "2010-01-18", cumulative_depreciation: "526696.77", reporting_period: "2013-05-22" },
            { id: 56, asset_id: 218, depreciation_value: "1877.99", reporting_date: "2012-05-18", cumulative_depreciation: "719311.92", reporting_period: "2018-02-15" },
            { id: 57, asset_id: 147, depreciation_value: "449016.91", reporting_date: "2019-02-16", cumulative_depreciation: "576169.10", reporting_period: "2011-05-04" },
            { id: 58, asset_id: 63, depreciation_value: "995120.94", reporting_date: "2010-09-08", cumulative_depreciation: "457139.13", reporting_period: "2015-03-10" },
            { id: 59, asset_id: 195, depreciation_value: "213180.21", reporting_date: "2020-04-15", cumulative_depreciation: "755313.32", reporting_period: "2023-05-03" },
            { id: 60, asset_id: 351, depreciation_value: "315749.61", reporting_date: "2021-11-29", cumulative_depreciation: "746249.62", reporting_period: "2016-01-28" },
            { id: 61, asset_id: 67, depreciation_value: "28406.10", reporting_date: "2022-10-22", cumulative_depreciation: "588253.54", reporting_period: "2014-06-04" },
            { id: 62, asset_id: 88, depreciation_value: "220642.61", reporting_date: "2010-01-15", cumulative_depreciation: "559599.09", reporting_period: "2015-05-09" },
            { id: 63, asset_id: 364, depreciation_value: "177185.20", reporting_date: "2016-02-12", cumulative_depreciation: "492809.22", reporting_period: "2021-05-12" },
            { id: 64, asset_id: 159, depreciation_value: "153491.48", reporting_date: "2022-09-06", cumulative_depreciation: "515976.75", reporting_period: "2018-04-13" },
            { id: 65, asset_id: 41, depreciation_value: "912811.93", reporting_date: "2018-03-13", cumulative_depreciation: "76357.43", reporting_period: "2015-10-07" },
            { id: 66, asset_id: 224, depreciation_value: "595545.00", reporting_date: "2016-06-19", cumulative_depreciation: "530623.49", reporting_period: "2022-07-17" },
            { id: 67, asset_id: 12, depreciation_value: "147935.89", reporting_date: "2019-08-08", cumulative_depreciation: "482429.45", reporting_period: "2021-11-23" },
            { id: 68, asset_id: 15, depreciation_value: "70234.59", reporting_date: "2021-11-15", cumulative_depreciation: "695932.85", reporting_period: "2017-11-30" },
            { id: 69, asset_id: 197, depreciation_value: "900621.68", reporting_date: "2021-02-20", cumulative_depreciation: "312840.34", reporting_period: "2017-08-25" },
            { id: 70, asset_id: 214, depreciation_value: "394220.57", reporting_date: "2021-05-05", cumulative_depreciation: "240110.83", reporting_period: "2011-03-20" },
            { id: 71, asset_id: 207, depreciation_value: "859237.72", reporting_date: "2019-05-30", cumulative_depreciation: "700097.97", reporting_period: "2012-09-27" },
            { id: 72, asset_id: 7, depreciation_value: "384550.73", reporting_date: "2013-06-23", cumulative_depreciation: "310705.91", reporting_period: "2023-06-10" },
            { id: 73, asset_id: 187, depreciation_value: "2467.27", reporting_date: "2021-04-25", cumulative_depreciation: "391192.43", reporting_period: "2021-04-04" },
            { id: 74, asset_id: 318, depreciation_value: "214190.24", reporting_date: "2016-11-14", cumulative_depreciation: "611545.10", reporting_period: "2010-10-24" },
            { id: 75, asset_id: 192, depreciation_value: "17.14", reporting_date: "2022-09-07", cumulative_depreciation: "338412.42", reporting_period: "2016-06-18" },
            { id: 76, asset_id: 290, depreciation_value: "557962.82", reporting_date: "2017-07-02", cumulative_depreciation: "389861.33", reporting_period: "2011-04-19" },
            { id: 77, asset_id: 242, depreciation_value: "21628.44", reporting_date: "2021-07-30", cumulative_depreciation: "835342.03", reporting_period: "2012-04-05" },
            { id: 78, asset_id: 88, depreciation_value: "110666.77", reporting_date: "2010-01-20", cumulative_depreciation: "609029.79", reporting_period: "2019-09-07" },
            { id: 79, asset_id: 103, depreciation_value: "361657.93", reporting_date: "2019-06-26", cumulative_depreciation: "467879.27", reporting_period: "2017-11-14" },
            { id: 80, asset_id: 216, depreciation_value: "285214.17", reporting_date: "2016-11-01", cumulative_depreciation: "563831.78", reporting_period: "2012-06-01" },
            { id: 81, asset_id: 10, depreciation_value: "895702.13", reporting_date: "2022-10-14", cumulative_depreciation: "636146.86", reporting_period: "2015-08-09" },
            { id: 82, asset_id: 369, depreciation_value: "85879.70", reporting_date: "2016-08-04", cumulative_depreciation: "315859.59", reporting_period: "2019-11-13" },
            { id: 83, asset_id: 283, depreciation_value: "98991.62", reporting_date: "2021-03-15", cumulative_depreciation: "396842.93", reporting_period: "2014-11-10" },
            { id: 84, asset_id: 103, depreciation_value: "98188.22", reporting_date: "2014-06-07", cumulative_depreciation: "553504.69", reporting_period: "2018-04-08" },
            { id: 85, asset_id: 260, depreciation_value: "350072.24", reporting_date: "2021-11-01", cumulative_depreciation: "439882.18", reporting_period: "2022-09-12" },
            { id: 86, asset_id: 391, depreciation_value: "5158.02", reporting_date: "2020-07-08", cumulative_depreciation: "377684.37", reporting_period: "2023-08-11" },
            { id: 87, asset_id: 276, depreciation_value: "131909.39", reporting_date: "2010-09-30", cumulative_depreciation: "887187.55", reporting_period: "2012-09-21" },
            { id: 88, asset_id: 59, depreciation_value: "742140.53", reporting_date: "2017-10-28", cumulative_depreciation: "569118.02", reporting_period: "2014-09-09" },
            { id: 89, asset_id: 211, depreciation_value: "19950.33", reporting_date: "2023-05-13", cumulative_depreciation: "618754.27", reporting_period: "2019-03-01" },
            { id: 90, asset_id: 311, depreciation_value: "829180.03", reporting_date: "2023-01-05", cumulative_depreciation: "559538.66", reporting_period: "2011-12-16" },
            { id: 91, asset_id: 370, depreciation_value: "426335.09", reporting_date: "2017-06-25", cumulative_depreciation: "441410.13", reporting_period: "2013-09-10" },
            { id: 92, asset_id: 79, depreciation_value: "365417.66", reporting_date: "2013-03-24", cumulative_depreciation: "561713.86", reporting_period: "2010-07-19" },
            { id: 93, asset_id: 248, depreciation_value: "811776.11", reporting_date: "2017-03-25", cumulative_depreciation: "408276.84", reporting_period: "2013-10-06" },
            { id: 94, asset_id: 392, depreciation_value: "527839.24", reporting_date: "2022-02-19", cumulative_depreciation: "709888.77", reporting_period: "2019-06-20" },
            { id: 95, asset_id: 83, depreciation_value: "876569.39", reporting_date: "2013-12-03", cumulative_depreciation: "279309.90", reporting_period: "2011-02-24" },
            { id: 96, asset_id: 348, depreciation_value: "135265.40", reporting_date: "2020-12-08", cumulative_depreciation: "489099.93", reporting_period: "2012-04-23" },
            { id: 97, asset_id: 198, depreciation_value: "558271.30", reporting_date: "2023-05-02", cumulative_depreciation: "418101.72", reporting_period: "2018-06-02" },
            { id: 98, asset_id: 216, depreciation_value: "162502.01", reporting_date: "2020-01-12", cumulative_depreciation: "590282.15", reporting_period: "2021-08-13" },
            { id: 99, asset_id: 144, depreciation_value: "763048.01", reporting_date: "2013-11-10", cumulative_depreciation: "189086.64", reporting_period: "2015-05-12" },
            { id: 100, asset_id: 251, depreciation_value: "36898.35", reporting_date: "2011-05-28", cumulative_depreciation: "344145.65", reporting_period: "2019-09-25" },
            { id: 101, asset_id: 189, depreciation_value: "138082.27", reporting_date: "2014-01-19", cumulative_depreciation: "468329.05", reporting_period: "2020-04-10" },
            { id: 102, asset_id: 230, depreciation_value: "787866.34", reporting_date: "2018-04-19", cumulative_depreciation: "533061.62", reporting_period: "2010-02-23" },
            { id: 103, asset_id: 230, depreciation_value: "22286.65", reporting_date: "2021-03-13", cumulative_depreciation: "478090.26", reporting_period: "2020-07-24" },
            { id: 104, asset_id: 107, depreciation_value: "777412.64", reporting_date: "2019-01-11", cumulative_depreciation: "586667.95", reporting_period: "2010-11-01" },
            { id: 105, asset_id: 74, depreciation_value: "373253.27", reporting_date: "2023-08-15", cumulative_depreciation: "610759.84", reporting_period: "2021-06-07" },
            { id: 106, asset_id: 370, depreciation_value: "599005.23", reporting_date: "2011-11-16", cumulative_depreciation: "525811.83", reporting_period: "2018-01-19" },
            { id: 107, asset_id: 157, depreciation_value: "356239.55", reporting_date: "2020-01-12", cumulative_depreciation: "154486.59", reporting_period: "2020-08-22" },
            { id: 108, asset_id: 398, depreciation_value: "288287.34", reporting_date: "2022-09-09", cumulative_depreciation: "408147.43", reporting_period: "2016-10-02" },
            { id: 109, asset_id: 326, depreciation_value: "32282.75", reporting_date: "2020-04-17", cumulative_depreciation: "442537.41", reporting_period: "2016-08-26" },
            { id: 110, asset_id: 242, depreciation_value: "73125.21", reporting_date: "2011-10-13", cumulative_depreciation: "638385.70", reporting_period: "2016-10-20" },
            { id: 111, asset_id: 230, depreciation_value: "240.14", reporting_date: "2021-08-17", cumulative_depreciation: "725792.38", reporting_period: "2023-06-28" },
            { id: 112, asset_id: 38, depreciation_value: "32103.70", reporting_date: "2018-05-29", cumulative_depreciation: "442539.33", reporting_period: "2019-03-14" },
            { id: 113, asset_id: 344, depreciation_value: "52873.29", reporting_date: "2013-01-13", cumulative_depreciation: "426906.88", reporting_period: "2016-03-27" },
            { id: 114, asset_id: 210, depreciation_value: "2599.71", reporting_date: "2013-12-21", cumulative_depreciation: "468965.00", reporting_period: "2020-10-20" },
            { id: 115, asset_id: 323, depreciation_value: "292476.92", reporting_date: "2021-07-26", cumulative_depreciation: "423767.38", reporting_period: "2014-02-23" },
            { id: 116, asset_id: 398, depreciation_value: "841564.77", reporting_date: "2023-12-15", cumulative_depreciation: "336438.71", reporting_period: "2017-11-05" },
            { id: 117, asset_id: 235, depreciation_value: "575407.49", reporting_date: "2023-12-05", cumulative_depreciation: "435085.38", reporting_period: "2013-06-05" },
            { id: 118, asset_id: 275, depreciation_value: "479.90", reporting_date: "2023-12-27", cumulative_depreciation: "250246.47", reporting_period: "2015-11-21" },
            { id: 119, asset_id: 117, depreciation_value: "352480.83", reporting_date: "2010-04-26", cumulative_depreciation: "698699.11", reporting_period: "2015-05-16" },
            { id: 120, asset_id: 340, depreciation_value: "267172.72", reporting_date: "2012-01-12", cumulative_depreciation: "580973.60", reporting_period: "2018-04-02" },
            { id: 121, asset_id: 285, depreciation_value: "142478.50", reporting_date: "2020-05-28", cumulative_depreciation: "337367.11", reporting_period: "2013-04-03" },
            { id: 122, asset_id: 248, depreciation_value: "4.63", reporting_date: "2019-12-15", cumulative_depreciation: "587417.13", reporting_period: "2015-08-03" },
            { id: 123, asset_id: 93, depreciation_value: "13.09", reporting_date: "2022-04-07", cumulative_depreciation: "824527.47", reporting_period: "2022-09-18" },
            { id: 124, asset_id: 305, depreciation_value: "267166.56", reporting_date: "2023-05-21", cumulative_depreciation: "414394.85", reporting_period: "2020-02-12" },
            { id: 125, asset_id: 332, depreciation_value: "778186.40", reporting_date: "2023-01-19", cumulative_depreciation: "324404.01", reporting_period: "2013-10-11" },
            { id: 126, asset_id: 315, depreciation_value: "461175.54", reporting_date: "2023-05-07", cumulative_depreciation: "462128.46", reporting_period: "2015-02-03" },
            { id: 127, asset_id: 141, depreciation_value: "64657.44", reporting_date: "2015-12-18", cumulative_depreciation: "413581.56", reporting_period: "2016-09-20" },
            { id: 128, asset_id: 49, depreciation_value: "69069.24", reporting_date: "2018-06-25", cumulative_depreciation: "262309.57", reporting_period: "2017-10-24" },
            { id: 129, asset_id: 390, depreciation_value: "290167.95", reporting_date: "2020-06-06", cumulative_depreciation: "228847.73", reporting_period: "2017-08-29" },
            { id: 130, asset_id: 363, depreciation_value: "3157.40", reporting_date: "2018-03-25", cumulative_depreciation: "485362.82", reporting_period: "2015-05-01" },
            { id: 131, asset_id: 59, depreciation_value: "1479.62", reporting_date: "2014-06-14", cumulative_depreciation: "631749.78", reporting_period: "2023-08-13" },
            { id: 132, asset_id: 52, depreciation_value: "711065.73", reporting_date: "2018-03-10", cumulative_depreciation: "563394.15", reporting_period: "2023-02-28" },
            { id: 133, asset_id: 186, depreciation_value: "131959.44", reporting_date: "2015-10-31", cumulative_depreciation: "488309.42", reporting_period: "2016-07-03" },
            { id: 134, asset_id: 211, depreciation_value: "39.13", reporting_date: "2022-11-22", cumulative_depreciation: "330918.79", reporting_period: "2023-04-08" },
            { id: 135, asset_id: 158, depreciation_value: "586322.15", reporting_date: "2021-11-30", cumulative_depreciation: "687249.06", reporting_period: "2012-10-30" },
            { id: 136, asset_id: 309, depreciation_value: "630426.82", reporting_date: "2022-01-03", cumulative_depreciation: "448773.71", reporting_period: "2023-05-27" },
            { id: 137, asset_id: 308, depreciation_value: "76369.88", reporting_date: "2021-02-01", cumulative_depreciation: "855814.92", reporting_period: "2012-09-15" },
            { id: 138, asset_id: 39, depreciation_value: "25606.68", reporting_date: "2019-04-30", cumulative_depreciation: "371537.51", reporting_period: "2021-05-07" },
            { id: 139, asset_id: 60, depreciation_value: "843.73", reporting_date: "2022-11-08", cumulative_depreciation: "856466.93", reporting_period: "2013-11-25" },
            { id: 140, asset_id: 354, depreciation_value: "385605.91", reporting_date: "2018-09-18", cumulative_depreciation: "406798.54", reporting_period: "2021-11-11" },
            { id: 141, asset_id: 214, depreciation_value: "305654.70", reporting_date: "2015-04-07", cumulative_depreciation: "654036.52", reporting_period: "2010-12-14" },
            { id: 142, asset_id: 65, depreciation_value: "1361.40", reporting_date: "2022-10-24", cumulative_depreciation: "592238.20", reporting_period: "2019-04-17" },
            { id: 143, asset_id: 318, depreciation_value: "24020.05", reporting_date: "2023-10-16", cumulative_depreciation: "486344.93", reporting_period: "2014-09-15" },
            { id: 144, asset_id: 148, depreciation_value: "446022.73", reporting_date: "2017-11-30", cumulative_depreciation: "541592.46", reporting_period: "2022-06-09" },
            { id: 145, asset_id: 127, depreciation_value: "67497.77", reporting_date: "2014-09-18", cumulative_depreciation: "726505.71", reporting_period: "2022-02-05" },
            { id: 146, asset_id: 30, depreciation_value: "513555.33", reporting_date: "2022-05-21", cumulative_depreciation: "421371.66", reporting_period: "2017-11-08" },
            { id: 147, asset_id: 344, depreciation_value: "457260.21", reporting_date: "2016-11-17", cumulative_depreciation: "424743.44", reporting_period: "2012-03-10" },
            { id: 148, asset_id: 49, depreciation_value: "38397.05", reporting_date: "2022-11-04", cumulative_depreciation: "557367.09", reporting_period: "2018-03-31" },
            { id: 149, asset_id: 325, depreciation_value: "135704.29", reporting_date: "2014-11-15", cumulative_depreciation: "547062.60", reporting_period: "2020-06-17" },
            { id: 150, asset_id: 296, depreciation_value: "691001.76", reporting_date: "2012-08-11", cumulative_depreciation: "447508.31", reporting_period: "2020-10-21" },
            { id: 151, asset_id: 160, depreciation_value: "7727.73", reporting_date: "2021-12-05", cumulative_depreciation: "560191.18", reporting_period: "2013-07-23" },
            { id: 152, asset_id: 392, depreciation_value: "7000.51", reporting_date: "2013-06-28", cumulative_depreciation: "192431.67", reporting_period: "2022-02-27" },
            { id: 153, asset_id: 45, depreciation_value: "926201.84", reporting_date: "2018-07-31", cumulative_depreciation: "481449.73", reporting_period: "2015-11-15" },
            { id: 154, asset_id: 263, depreciation_value: "78415.44", reporting_date: "2021-08-24", cumulative_depreciation: "648221.10", reporting_period: "2013-04-19" },
            { id: 155, asset_id: 256, depreciation_value: "370042.11", reporting_date: "2017-06-26", cumulative_depreciation: "481604.37", reporting_period: "2022-07-30" },
            { id: 156, asset_id: 24, depreciation_value: "480622.99", reporting_date: "2019-03-28", cumulative_depreciation: "379252.62", reporting_period: "2020-08-11" },
            { id: 157, asset_id: 34, depreciation_value: "111806.23", reporting_date: "2020-02-05", cumulative_depreciation: "418347.86", reporting_period: "2019-09-07" },
            { id: 158, asset_id: 124, depreciation_value: "501836.79", reporting_date: "2015-09-06", cumulative_depreciation: "398588.81", reporting_period: "2016-08-02" },
            { id: 159, asset_id: 157, depreciation_value: "358897.46", reporting_date: "2019-04-30", cumulative_depreciation: "657708.20", reporting_period: "2011-07-12" },
            { id: 160, asset_id: 121, depreciation_value: "100901.56", reporting_date: "2012-02-13", cumulative_depreciation: "354822.51", reporting_period: "2013-05-20" },
            { id: 161, asset_id: 171, depreciation_value: "516336.08", reporting_date: "2023-03-06", cumulative_depreciation: "449457.86", reporting_period: "2023-05-13" },
            { id: 162, asset_id: 371, depreciation_value: "347784.44", reporting_date: "2022-06-16", cumulative_depreciation: "319378.22", reporting_period: "2010-03-04" },
            { id: 163, asset_id: 6, depreciation_value: "2659.77", reporting_date: "2022-07-27", cumulative_depreciation: "680595.34", reporting_period: "2018-02-22" },
            { id: 164, asset_id: 181, depreciation_value: "178015.50", reporting_date: "2014-06-19", cumulative_depreciation: "346461.13", reporting_period: "2023-10-21" },
            { id: 165, asset_id: 394, depreciation_value: "134496.56", reporting_date: "2019-04-21", cumulative_depreciation: "842276.19", reporting_period: "2015-11-27" },
            { id: 166, asset_id: 320, depreciation_value: "19172.88", reporting_date: "2012-01-27", cumulative_depreciation: "417006.25", reporting_period: "2015-08-22" },
            { id: 167, asset_id: 121, depreciation_value: "245609.20", reporting_date: "2020-01-30", cumulative_depreciation: "622114.07", reporting_period: "2010-05-13" },
            { id: 168, asset_id: 141, depreciation_value: "22844.35", reporting_date: "2019-01-30", cumulative_depreciation: "499472.52", reporting_period: "2019-01-09" },
            { id: 169, asset_id: 314, depreciation_value: "27.20", reporting_date: "2022-08-08", cumulative_depreciation: "474885.03", reporting_period: "2014-02-08" },
            { id: 170, asset_id: 192, depreciation_value: "603261.26", reporting_date: "2018-04-01", cumulative_depreciation: "616624.22", reporting_period: "2017-04-12" },
            { id: 171, asset_id: 35, depreciation_value: "872887.24", reporting_date: "2014-11-24", cumulative_depreciation: "516121.51", reporting_period: "2019-05-29" },
            { id: 172, asset_id: 76, depreciation_value: "98959.30", reporting_date: "2021-09-14", cumulative_depreciation: "268490.01", reporting_period: "2013-07-28" },
            { id: 173, asset_id: 295, depreciation_value: "211623.02", reporting_date: "2014-01-31", cumulative_depreciation: "437818.30", reporting_period: "2019-08-04" },
            { id: 174, asset_id: 26, depreciation_value: "9738.53", reporting_date: "2022-08-12", cumulative_depreciation: "669370.06", reporting_period: "2020-07-22" },
            { id: 175, asset_id: 368, depreciation_value: "788516.86", reporting_date: "2016-04-30", cumulative_depreciation: "632625.48", reporting_period: "2015-12-20" },
            { id: 176, asset_id: 358, depreciation_value: "54474.95", reporting_date: "2012-04-10", cumulative_depreciation: "601426.99", reporting_period: "2022-12-23" },
            { id: 177, asset_id: 266, depreciation_value: "679960.30", reporting_date: "2016-02-01", cumulative_depreciation: "691035.54", reporting_period: "2011-04-15" },
            { id: 178, asset_id: 29, depreciation_value: "444080.33", reporting_date: "2023-08-01", cumulative_depreciation: "528545.95", reporting_period: "2011-07-22" },
            { id: 179, asset_id: 328, depreciation_value: "865679.75", reporting_date: "2022-07-12", cumulative_depreciation: "575831.80", reporting_period: "2015-07-10" },
            { id: 180, asset_id: 163, depreciation_value: "229257.29", reporting_date: "2014-02-15", cumulative_depreciation: "566029.40", reporting_period: "2015-01-06" },
            { id: 181, asset_id: 122, depreciation_value: "113698.65", reporting_date: "2021-12-08", cumulative_depreciation: "316153.65", reporting_period: "2021-10-16" },
            { id: 182, asset_id: 352, depreciation_value: "308186.84", reporting_date: "2019-10-21", cumulative_depreciation: "514511.84", reporting_period: "2017-05-16" },
            { id: 183, asset_id: 400, depreciation_value: "466353.97", reporting_date: "2019-01-26", cumulative_depreciation: "655135.47", reporting_period: "2012-11-06" },
            { id: 184, asset_id: 314, depreciation_value: "813514.75", reporting_date: "2020-03-22", cumulative_depreciation: "541959.35", reporting_period: "2016-02-06" },
            { id: 185, asset_id: 71, depreciation_value: "47675.47", reporting_date: "2022-04-07", cumulative_depreciation: "432474.77", reporting_period: "2021-04-10" },
            { id: 186, asset_id: 4, depreciation_value: "481285.87", reporting_date: "2014-10-01", cumulative_depreciation: "275279.93", reporting_period: "2018-08-09" },
            { id: 187, asset_id: 281, depreciation_value: "137773.61", reporting_date: "2014-11-11", cumulative_depreciation: "448177.26", reporting_period: "2015-02-20" },
            { id: 188, asset_id: 165, depreciation_value: "233962.19", reporting_date: "2022-09-04", cumulative_depreciation: "605722.15", reporting_period: "2015-04-27" },
            { id: 189, asset_id: 388, depreciation_value: "159716.95", reporting_date: "2020-02-24", cumulative_depreciation: "515446.93", reporting_period: "2013-02-21" },
            { id: 190, asset_id: 95, depreciation_value: "869085.73", reporting_date: "2016-09-08", cumulative_depreciation: "340580.31", reporting_period: "2012-06-04" },
            { id: 191, asset_id: 361, depreciation_value: "61489.06", reporting_date: "2010-08-13", cumulative_depreciation: "349460.43", reporting_period: "2013-12-28" },
            { id: 192, asset_id: 339, depreciation_value: "294235.15", reporting_date: "2018-06-07", cumulative_depreciation: "556201.94", reporting_period: "2011-12-31" },
            { id: 193, asset_id: 307, depreciation_value: "431665.46", reporting_date: "2021-09-11", cumulative_depreciation: "469719.86", reporting_period: "2012-06-09" },
            { id: 194, asset_id: 67, depreciation_value: "715553.29", reporting_date: "2019-05-20", cumulative_depreciation: "573816.23", reporting_period: "2018-10-13" },
            { id: 195, asset_id: 303, depreciation_value: "388253.33", reporting_date: "2017-03-04", cumulative_depreciation: "475830.38", reporting_period: "2018-03-23" },
            { id: 196, asset_id: 367, depreciation_value: "169933.49", reporting_date: "2023-05-17", cumulative_depreciation: "428947.14", reporting_period: "2016-07-04" },
            { id: 197, asset_id: 137, depreciation_value: "20593.84", reporting_date: "2011-12-20", cumulative_depreciation: "317926.16", reporting_period: "2015-01-28" },
            { id: 198, asset_id: 214, depreciation_value: "5645.86", reporting_date: "2022-08-09", cumulative_depreciation: "696708.25", reporting_period: "2011-06-22" },
            { id: 199, asset_id: 76, depreciation_value: "487957.38", reporting_date: "2018-09-30", cumulative_depreciation: "445132.69", reporting_period: "2014-09-27" },
            { id: 200, asset_id: 244, depreciation_value: "390134.95", reporting_date: "2019-08-31", cumulative_depreciation: "431859.55", reporting_period: "2011-07-20" },
            { id: 201, asset_id: 208, depreciation_value: "998427.10", reporting_date: "2019-03-02", cumulative_depreciation: "494880.90", reporting_period: "2011-04-03" },
            { id: 202, asset_id: 136, depreciation_value: "9191.18", reporting_date: "2019-07-25", cumulative_depreciation: "527570.50", reporting_period: "2014-03-25" },
            { id: 203, asset_id: 244, depreciation_value: "35.06", reporting_date: "2014-10-14", cumulative_depreciation: "584251.55", reporting_period: "2019-08-06" },
            { id: 204, asset_id: 220, depreciation_value: "744030.69", reporting_date: "2013-05-04", cumulative_depreciation: "510325.57", reporting_period: "2020-02-28" },
            { id: 205, asset_id: 92, depreciation_value: "147294.45", reporting_date: "2022-10-28", cumulative_depreciation: "564758.88", reporting_period: "2017-05-27" },
            { id: 206, asset_id: 234, depreciation_value: "285.40", reporting_date: "2019-03-05", cumulative_depreciation: "656552.81", reporting_period: "2019-11-25" },
            { id: 207, asset_id: 344, depreciation_value: "446329.68", reporting_date: "2020-08-22", cumulative_depreciation: "190928.55", reporting_period: "2015-08-12" },
            { id: 208, asset_id: 262, depreciation_value: "891261.87", reporting_date: "2020-07-16", cumulative_depreciation: "694328.85", reporting_period: "2020-04-29" },
            { id: 209, asset_id: 158, depreciation_value: "59849.64", reporting_date: "2012-10-03", cumulative_depreciation: "536731.23", reporting_period: "2017-01-16" },
            { id: 210, asset_id: 351, depreciation_value: "491345.22", reporting_date: "2020-05-22", cumulative_depreciation: "703620.17", reporting_period: "2011-05-02" },
            { id: 211, asset_id: 71, depreciation_value: "1108.48", reporting_date: "2021-03-06", cumulative_depreciation: "595129.83", reporting_period: "2010-03-03" },
            { id: 212, asset_id: 219, depreciation_value: "462871.77", reporting_date: "2021-07-18", cumulative_depreciation: "396888.99", reporting_period: "2011-05-19" },
            { id: 213, asset_id: 338, depreciation_value: "99152.12", reporting_date: "2011-06-07", cumulative_depreciation: "563556.03", reporting_period: "2022-02-22" },
            { id: 214, asset_id: 84, depreciation_value: "266570.85", reporting_date: "2022-09-29", cumulative_depreciation: "420539.22", reporting_period: "2013-04-02" },
            { id: 215, asset_id: 33, depreciation_value: "158431.29", reporting_date: "2013-03-20", cumulative_depreciation: "496728.73", reporting_period: "2023-05-07" },
            { id: 216, asset_id: 317, depreciation_value: "376251.60", reporting_date: "2023-05-05", cumulative_depreciation: "486127.99", reporting_period: "2016-08-22" },
            { id: 217, asset_id: 370, depreciation_value: "321803.34", reporting_date: "2020-05-01", cumulative_depreciation: "665468.46", reporting_period: "2015-10-14" },
            { id: 218, asset_id: 15, depreciation_value: "165061.15", reporting_date: "2016-10-03", cumulative_depreciation: "403799.96", reporting_period: "2022-07-22" },
            { id: 219, asset_id: 18, depreciation_value: "974581.23", reporting_date: "2021-03-24", cumulative_depreciation: "306131.61", reporting_period: "2011-04-25" },
            { id: 220, asset_id: 35, depreciation_value: "388774.80", reporting_date: "2014-04-17", cumulative_depreciation: "493375.91", reporting_period: "2023-07-26" },
            { id: 221, asset_id: 81, depreciation_value: "387309.64", reporting_date: "2019-05-23", cumulative_depreciation: "547261.45", reporting_period: "2010-04-03" },
            { id: 222, asset_id: 163, depreciation_value: "49738.17", reporting_date: "2018-09-08", cumulative_depreciation: "449453.54", reporting_period: "2018-07-07" },
            { id: 223, asset_id: 362, depreciation_value: "522727.84", reporting_date: "2012-06-08", cumulative_depreciation: "542690.24", reporting_period: "2020-01-08" },
            { id: 224, asset_id: 193, depreciation_value: "7955.52", reporting_date: "2021-07-06", cumulative_depreciation: "428748.22", reporting_period: "2018-03-31" },
            { id: 225, asset_id: 328, depreciation_value: "94816.25", reporting_date: "2021-01-03", cumulative_depreciation: "259624.55", reporting_period: "2015-12-22" },
            { id: 226, asset_id: 253, depreciation_value: "159679.32", reporting_date: "2015-12-29", cumulative_depreciation: "362366.64", reporting_period: "2010-12-12" },
            { id: 227, asset_id: 148, depreciation_value: "107560.83", reporting_date: "2014-02-21", cumulative_depreciation: "383018.81", reporting_period: "2010-11-21" },
            { id: 228, asset_id: 218, depreciation_value: "171567.91", reporting_date: "2013-05-18", cumulative_depreciation: "288877.69", reporting_period: "2019-04-07" },
            { id: 229, asset_id: 95, depreciation_value: "424871.96", reporting_date: "2016-04-27", cumulative_depreciation: "660331.17", reporting_period: "2019-10-31" },
            { id: 230, asset_id: 67, depreciation_value: "34554.93", reporting_date: "2021-09-27", cumulative_depreciation: "310640.41", reporting_period: "2023-12-19" },
            { id: 231, asset_id: 293, depreciation_value: "22516.26", reporting_date: "2023-11-12", cumulative_depreciation: "277760.80", reporting_period: "2014-04-16" },
            { id: 232, asset_id: 202, depreciation_value: "549118.92", reporting_date: "2017-03-29", cumulative_depreciation: "599032.24", reporting_period: "2023-12-19" },
            { id: 233, asset_id: 116, depreciation_value: "632472.77", reporting_date: "2014-09-10", cumulative_depreciation: "399937.09", reporting_period: "2011-08-16" },
            { id: 234, asset_id: 91, depreciation_value: "38273.50", reporting_date: "2020-02-12", cumulative_depreciation: "684492.36", reporting_period: "2017-10-08" },
            { id: 235, asset_id: 143, depreciation_value: "471276.45", reporting_date: "2017-03-01", cumulative_depreciation: "780027.48", reporting_period: "2014-06-28" },
            { id: 236, asset_id: 285, depreciation_value: "260365.11", reporting_date: "2023-05-28", cumulative_depreciation: "472411.96", reporting_period: "2014-06-10" },
            { id: 237, asset_id: 127, depreciation_value: "177866.88", reporting_date: "2021-12-27", cumulative_depreciation: "448298.54", reporting_period: "2012-10-27" },
            { id: 238, asset_id: 348, depreciation_value: "158755.28", reporting_date: "2019-06-04", cumulative_depreciation: "728838.87", reporting_period: "2020-12-02" },
            { id: 239, asset_id: 380, depreciation_value: "13952.75", reporting_date: "2021-09-11", cumulative_depreciation: "663806.95", reporting_period: "2015-10-30" },
            { id: 240, asset_id: 282, depreciation_value: "154491.55", reporting_date: "2014-11-01", cumulative_depreciation: "363996.04", reporting_period: "2018-11-25" },
            { id: 241, asset_id: 185, depreciation_value: "23392.90", reporting_date: "2023-03-20", cumulative_depreciation: "629535.65", reporting_period: "2015-10-02" },
            { id: 242, asset_id: 276, depreciation_value: "195485.92", reporting_date: "2012-10-04", cumulative_depreciation: "531183.47", reporting_period: "2010-05-11" },
            { id: 243, asset_id: 393, depreciation_value: "917624.45", reporting_date: "2021-09-03", cumulative_depreciation: "508865.50", reporting_period: "2011-12-22" },
            { id: 244, asset_id: 212, depreciation_value: "475270.06", reporting_date: "2013-09-15", cumulative_depreciation: "423403.37", reporting_period: "2011-05-10" },
            { id: 245, asset_id: 37, depreciation_value: "116401.61", reporting_date: "2014-11-20", cumulative_depreciation: "528247.97", reporting_period: "2022-05-30" },
            { id: 246, asset_id: 107, depreciation_value: "843130.28", reporting_date: "2012-06-22", cumulative_depreciation: "453769.16", reporting_period: "2016-08-06" },
            { id: 247, asset_id: 155, depreciation_value: "86008.67", reporting_date: "2018-02-09", cumulative_depreciation: "364962.26", reporting_period: "2019-04-14" },
            { id: 248, asset_id: 255, depreciation_value: "28137.58", reporting_date: "2022-10-18", cumulative_depreciation: "725114.63", reporting_period: "2023-07-09" },
            { id: 249, asset_id: 70, depreciation_value: "425085.38", reporting_date: "2022-05-01", cumulative_depreciation: "804873.37", reporting_period: "2012-09-02" },
            { id: 250, asset_id: 359, depreciation_value: "82788.23", reporting_date: "2015-05-15", cumulative_depreciation: "654419.52", reporting_period: "2010-03-21" },
            { id: 251, asset_id: 101, depreciation_value: "84175.67", reporting_date: "2014-02-14", cumulative_depreciation: "578670.18", reporting_period: "2011-04-18" },
            { id: 252, asset_id: 254, depreciation_value: "2581.28", reporting_date: "2021-10-01", cumulative_depreciation: "619567.48", reporting_period: "2015-01-27" },
            { id: 253, asset_id: 41, depreciation_value: "530195.53", reporting_date: "2022-11-15", cumulative_depreciation: "647842.11", reporting_period: "2012-01-19" },
            { id: 254, asset_id: 368, depreciation_value: "743838.24", reporting_date: "2021-07-26", cumulative_depreciation: "314732.37", reporting_period: "2020-05-02" },
            { id: 255, asset_id: 192, depreciation_value: "56830.29", reporting_date: "2020-10-01", cumulative_depreciation: "443748.89", reporting_period: "2013-01-30" },
            { id: 256, asset_id: 345, depreciation_value: "421494.21", reporting_date: "2015-02-21", cumulative_depreciation: "561092.22", reporting_period: "2011-03-05" },
            { id: 257, asset_id: 125, depreciation_value: "594359.96", reporting_date: "2021-04-13", cumulative_depreciation: "732482.65", reporting_period: "2016-05-31" },
            { id: 258, asset_id: 89, depreciation_value: "523379.31", reporting_date: "2020-07-15", cumulative_depreciation: "265656.72", reporting_period: "2019-06-29" },
            { id: 259, asset_id: 160, depreciation_value: "535414.56", reporting_date: "2020-02-24", cumulative_depreciation: "746243.59", reporting_period: "2016-10-10" },
            { id: 260, asset_id: 337, depreciation_value: "458016.22", reporting_date: "2022-11-03", cumulative_depreciation: "637551.36", reporting_period: "2023-02-15" },
            { id: 261, asset_id: 358, depreciation_value: "409471.91", reporting_date: "2014-07-31", cumulative_depreciation: "230658.67", reporting_period: "2012-11-17" },
            { id: 262, asset_id: 106, depreciation_value: "232669.97", reporting_date: "2013-08-25", cumulative_depreciation: "432386.51", reporting_period: "2011-11-06" },
            { id: 263, asset_id: 64, depreciation_value: "12427.14", reporting_date: "2014-11-17", cumulative_depreciation: "630796.83", reporting_period: "2018-08-12" },
            { id: 264, asset_id: 265, depreciation_value: "86761.52", reporting_date: "2020-02-18", cumulative_depreciation: "350744.25", reporting_period: "2022-11-30" },
            { id: 265, asset_id: 272, depreciation_value: "203317.27", reporting_date: "2022-09-05", cumulative_depreciation: "316562.20", reporting_period: "2021-07-24" },
            { id: 266, asset_id: 261, depreciation_value: "18481.04", reporting_date: "2023-05-16", cumulative_depreciation: "507195.55", reporting_period: "2014-12-01" },
            { id: 267, asset_id: 15, depreciation_value: "999909.82", reporting_date: "2016-03-09", cumulative_depreciation: "362376.11", reporting_period: "2021-06-14" },
            { id: 268, asset_id: 342, depreciation_value: "383099.51", reporting_date: "2011-08-30", cumulative_depreciation: "398149.59", reporting_period: "2020-09-20" },
            { id: 269, asset_id: 137, depreciation_value: "53729.31", reporting_date: "2023-05-26", cumulative_depreciation: "549259.86", reporting_period: "2018-05-28" },
            { id: 270, asset_id: 112, depreciation_value: "54201.39", reporting_date: "2023-12-22", cumulative_depreciation: "584985.38", reporting_period: "2021-11-22" },
            { id: 271, asset_id: 378, depreciation_value: "700864.20", reporting_date: "2023-05-03", cumulative_depreciation: "549327.86", reporting_period: "2016-04-12" },
            { id: 272, asset_id: 1, depreciation_value: "666.17", reporting_date: "2019-11-28", cumulative_depreciation: "432609.42", reporting_period: "2014-05-17" },
            { id: 273, asset_id: 248, depreciation_value: "206133.26", reporting_date: "2020-03-02", cumulative_depreciation: "371768.66", reporting_period: "2019-06-13" },
            { id: 274, asset_id: 277, depreciation_value: "639818.71", reporting_date: "2023-12-10", cumulative_depreciation: "488474.12", reporting_period: "2012-05-24" },
            { id: 275, asset_id: 114, depreciation_value: "176022.74", reporting_date: "2023-01-01", cumulative_depreciation: "364707.61", reporting_period: "2010-09-21" },
            { id: 276, asset_id: 258, depreciation_value: "641947.90", reporting_date: "2014-05-10", cumulative_depreciation: "411202.05", reporting_period: "2018-01-25" },
            { id: 277, asset_id: 270, depreciation_value: "975074.50", reporting_date: "2016-02-05", cumulative_depreciation: "564647.31", reporting_period: "2014-08-30" },
            { id: 278, asset_id: 144, depreciation_value: "229892.70", reporting_date: "2012-09-28", cumulative_depreciation: "441620.88", reporting_period: "2012-06-10" },
            { id: 279, asset_id: 52, depreciation_value: "14411.16", reporting_date: "2013-08-11", cumulative_depreciation: "438170.03", reporting_period: "2018-05-05" },
            { id: 280, asset_id: 370, depreciation_value: "820413.73", reporting_date: "2022-05-18", cumulative_depreciation: "431252.78", reporting_period: "2010-06-12" },
            { id: 281, asset_id: 215, depreciation_value: "98964.08", reporting_date: "2016-09-08", cumulative_depreciation: "227308.77", reporting_period: "2022-05-10" },
            { id: 282, asset_id: 235, depreciation_value: "620650.68", reporting_date: "2023-07-14", cumulative_depreciation: "544459.88", reporting_period: "2021-11-22" },
            { id: 283, asset_id: 108, depreciation_value: "241080.60", reporting_date: "2018-10-24", cumulative_depreciation: "445186.17", reporting_period: "2018-08-06" },
            { id: 284, asset_id: 38, depreciation_value: "137614.77", reporting_date: "2023-08-05", cumulative_depreciation: "533556.52", reporting_period: "2015-03-12" },
            { id: 285, asset_id: 280, depreciation_value: "542447.63", reporting_date: "2018-02-26", cumulative_depreciation: "612399.58", reporting_period: "2016-03-17" },
            { id: 286, asset_id: 288, depreciation_value: "603292.24", reporting_date: "2022-01-16", cumulative_depreciation: "507428.91", reporting_period: "2013-06-10" },
            { id: 287, asset_id: 76, depreciation_value: "23575.80", reporting_date: "2021-03-12", cumulative_depreciation: "412890.69", reporting_period: "2018-03-27" },
            { id: 288, asset_id: 22, depreciation_value: "107167.68", reporting_date: "2023-08-14", cumulative_depreciation: "461545.98", reporting_period: "2011-11-03" },
            { id: 289, asset_id: 70, depreciation_value: "886873.57", reporting_date: "2022-05-11", cumulative_depreciation: "327829.40", reporting_period: "2019-06-30" },
            { id: 290, asset_id: 155, depreciation_value: "749474.94", reporting_date: "2018-01-09", cumulative_depreciation: "638853.66", reporting_period: "2016-11-19" },
            { id: 291, asset_id: 262, depreciation_value: "6287.31", reporting_date: "2018-10-20", cumulative_depreciation: "568325.05", reporting_period: "2013-06-10" },
            { id: 292, asset_id: 44, depreciation_value: "15801.61", reporting_date: "2019-10-12", cumulative_depreciation: "661723.19", reporting_period: "2016-08-04" },
            { id: 293, asset_id: 160, depreciation_value: "79982.50", reporting_date: "2010-10-04", cumulative_depreciation: "574172.45", reporting_period: "2016-11-28" },
            { id: 294, asset_id: 64, depreciation_value: "424016.80", reporting_date: "2021-03-06", cumulative_depreciation: "542025.72", reporting_period: "2021-11-19" },
            { id: 295, asset_id: 323, depreciation_value: "68728.13", reporting_date: "2017-07-30", cumulative_depreciation: "458437.63", reporting_period: "2021-02-16" },
            { id: 296, asset_id: 23, depreciation_value: "190662.30", reporting_date: "2014-11-18", cumulative_depreciation: "447553.98", reporting_period: "2023-12-27" },
            { id: 297, asset_id: 184, depreciation_value: "594344.62", reporting_date: "2017-02-03", cumulative_depreciation: "231590.36", reporting_period: "2013-10-02" },
            { id: 298, asset_id: 247, depreciation_value: "156955.55", reporting_date: "2012-03-08", cumulative_depreciation: "488126.33", reporting_period: "2017-05-25" },
            { id: 299, asset_id: 342, depreciation_value: "477854.73", reporting_date: "2018-11-20", cumulative_depreciation: "610972.73", reporting_period: "2021-05-24" },
            { id: 300, asset_id: 304, depreciation_value: "394868.33", reporting_date: "2013-01-02", cumulative_depreciation: "570238.32", reporting_period: "2019-07-27" },
            { id: 301, asset_id: 225, depreciation_value: "46418.33", reporting_date: "2013-04-07", cumulative_depreciation: "511923.56", reporting_period: "2012-07-10" },
            { id: 302, asset_id: 269, depreciation_value: "169713.06", reporting_date: "2015-02-14", cumulative_depreciation: "350178.43", reporting_period: "2023-08-31" },
            { id: 303, asset_id: 220, depreciation_value: "25220.15", reporting_date: "2022-12-02", cumulative_depreciation: "420747.13", reporting_period: "2022-03-05" },
            { id: 304, asset_id: 124, depreciation_value: "88193.19", reporting_date: "2019-05-30", cumulative_depreciation: "513018.98", reporting_period: "2013-11-10" },
            { id: 305, asset_id: 208, depreciation_value: "810217.50", reporting_date: "2013-12-24", cumulative_depreciation: "340817.42", reporting_period: "2023-01-12" },
            { id: 306, asset_id: 79, depreciation_value: "249869.77", reporting_date: "2023-08-18", cumulative_depreciation: "602978.46", reporting_period: "2012-05-26" },
            { id: 307, asset_id: 308, depreciation_value: "301826.34", reporting_date: "2017-02-03", cumulative_depreciation: "469201.78", reporting_period: "2017-03-02" },
            { id: 308, asset_id: 361, depreciation_value: "183335.01", reporting_date: "2020-05-01", cumulative_depreciation: "643677.78", reporting_period: "2013-08-19" },
            { id: 309, asset_id: 152, depreciation_value: "260643.11", reporting_date: "2019-11-06", cumulative_depreciation: "786169.97", reporting_period: "2020-07-03" },
            { id: 310, asset_id: 264, depreciation_value: "383220.46", reporting_date: "2019-12-18", cumulative_depreciation: "452465.01", reporting_period: "2011-07-04" },
            { id: 311, asset_id: 122, depreciation_value: "667068.76", reporting_date: "2023-08-28", cumulative_depreciation: "502061.24", reporting_period: "2020-11-15" },
            { id: 312, asset_id: 300, depreciation_value: "313998.94", reporting_date: "2015-01-28", cumulative_depreciation: "731612.70", reporting_period: "2013-12-05" },
            { id: 313, asset_id: 349, depreciation_value: "22243.55", reporting_date: "2013-03-18", cumulative_depreciation: "460567.86", reporting_period: "2020-09-13" },
            { id: 314, asset_id: 215, depreciation_value: "45233.17", reporting_date: "2023-08-13", cumulative_depreciation: "502480.45", reporting_period: "2018-07-14" },
            { id: 315, asset_id: 314, depreciation_value: "925251.98", reporting_date: "2020-09-14", cumulative_depreciation: "546349.91", reporting_period: "2013-09-13" },
            { id: 316, asset_id: 388, depreciation_value: "1395.91", reporting_date: "2022-01-31", cumulative_depreciation: "458378.49", reporting_period: "2013-02-22" },
            { id: 317, asset_id: 79, depreciation_value: "15597.78", reporting_date: "2015-04-12", cumulative_depreciation: "426498.93", reporting_period: "2021-12-14" },
            { id: 318, asset_id: 249, depreciation_value: "354.58", reporting_date: "2020-02-03", cumulative_depreciation: "300050.20", reporting_period: "2018-12-12" },
            { id: 319, asset_id: 375, depreciation_value: "859134.83", reporting_date: "2019-11-22", cumulative_depreciation: "431518.51", reporting_period: "2017-05-07" },
            { id: 320, asset_id: 279, depreciation_value: "27599.33", reporting_date: "2021-11-20", cumulative_depreciation: "384258.36", reporting_period: "2012-12-16" },
            { id: 321, asset_id: 400, depreciation_value: "46906.18", reporting_date: "2018-05-03", cumulative_depreciation: "187718.22", reporting_period: "2010-04-14" },
            { id: 322, asset_id: 357, depreciation_value: "243940.22", reporting_date: "2015-01-31", cumulative_depreciation: "369851.23", reporting_period: "2013-02-06" },
            { id: 323, asset_id: 42, depreciation_value: "829.12", reporting_date: "2010-02-17", cumulative_depreciation: "462730.00", reporting_period: "2012-04-30" },
            { id: 324, asset_id: 127, depreciation_value: "7384.77", reporting_date: "2013-06-27", cumulative_depreciation: "645005.44", reporting_period: "2013-05-09" },
            { id: 325, asset_id: 289, depreciation_value: "239212.14", reporting_date: "2020-03-07", cumulative_depreciation: "488510.21", reporting_period: "2018-05-19" },
            { id: 326, asset_id: 64, depreciation_value: "77134.04", reporting_date: "2013-08-18", cumulative_depreciation: "345746.15", reporting_period: "2012-11-10" },
            { id: 327, asset_id: 116, depreciation_value: "197889.28", reporting_date: "2018-10-27", cumulative_depreciation: "440427.84", reporting_period: "2020-01-08" },
            { id: 328, asset_id: 214, depreciation_value: "10280.03", reporting_date: "2021-10-26", cumulative_depreciation: "714169.83", reporting_period: "2019-03-25" },
            { id: 329, asset_id: 149, depreciation_value: "959287.52", reporting_date: "2021-08-21", cumulative_depreciation: "520162.01", reporting_period: "2019-11-29" },
            { id: 330, asset_id: 220, depreciation_value: "620922.55", reporting_date: "2013-07-01", cumulative_depreciation: "408650.33", reporting_period: "2023-11-22" },
            { id: 331, asset_id: 133, depreciation_value: "90773.30", reporting_date: "2021-06-26", cumulative_depreciation: "533283.90", reporting_period: "2012-07-19" },
            { id: 332, asset_id: 25, depreciation_value: "898492.14", reporting_date: "2022-03-11", cumulative_depreciation: "336320.58", reporting_period: "2021-02-11" },
            { id: 333, asset_id: 313, depreciation_value: "439125.02", reporting_date: "2020-02-10", cumulative_depreciation: "306297.20", reporting_period: "2016-07-19" },
            { id: 334, asset_id: 76, depreciation_value: "118974.45", reporting_date: "2021-05-15", cumulative_depreciation: "524006.43", reporting_period: "2012-12-22" },
            { id: 335, asset_id: 158, depreciation_value: "60775.46", reporting_date: "2015-04-23", cumulative_depreciation: "498638.39", reporting_period: "2019-04-27" },
            { id: 336, asset_id: 15, depreciation_value: "5514.05", reporting_date: "2020-10-31", cumulative_depreciation: "478927.04", reporting_period: "2010-03-16" },
            { id: 337, asset_id: 375, depreciation_value: "99257.56", reporting_date: "2016-04-01", cumulative_depreciation: "344734.84", reporting_period: "2021-02-15" },
            { id: 338, asset_id: 136, depreciation_value: "751182.94", reporting_date: "2020-08-13", cumulative_depreciation: "574753.62", reporting_period: "2012-10-18" },
            { id: 339, asset_id: 290, depreciation_value: "689098.69", reporting_date: "2019-12-06", cumulative_depreciation: "162495.83", reporting_period: "2012-06-03" },
            { id: 340, asset_id: 236, depreciation_value: "52140.64", reporting_date: "2016-12-25", cumulative_depreciation: "630925.02", reporting_period: "2016-10-15" },
            { id: 341, asset_id: 91, depreciation_value: "296793.01", reporting_date: "2019-02-28", cumulative_depreciation: "392939.05", reporting_period: "2016-09-03" },
            { id: 342, asset_id: 239, depreciation_value: "493124.69", reporting_date: "2020-03-17", cumulative_depreciation: "190875.53", reporting_period: "2010-08-12" },
            { id: 343, asset_id: 398, depreciation_value: "281589.20", reporting_date: "2020-01-07", cumulative_depreciation: "333709.27", reporting_period: "2014-09-08" },
            { id: 344, asset_id: 322, depreciation_value: "262276.27", reporting_date: "2018-12-20", cumulative_depreciation: "421342.96", reporting_period: "2011-10-09" },
            { id: 345, asset_id: 275, depreciation_value: "747146.85", reporting_date: "2022-02-07", cumulative_depreciation: "527716.67", reporting_period: "2021-06-08" },
            { id: 346, asset_id: 329, depreciation_value: "8796.05", reporting_date: "2016-10-01", cumulative_depreciation: "434808.43", reporting_period: "2013-07-07" },
            { id: 347, asset_id: 255, depreciation_value: "436055.77", reporting_date: "2018-02-05", cumulative_depreciation: "553784.29", reporting_period: "2017-01-24" },
            { id: 348, asset_id: 390, depreciation_value: "382490.10", reporting_date: "2012-01-05", cumulative_depreciation: "656394.57", reporting_period: "2016-06-17" },
            { id: 349, asset_id: 89, depreciation_value: "48366.42", reporting_date: "2015-06-24", cumulative_depreciation: "280807.61", reporting_period: "2019-02-07" },
            { id: 350, asset_id: 398, depreciation_value: "34690.58", reporting_date: "2023-12-05", cumulative_depreciation: "484578.98", reporting_period: "2013-04-06" },
            { id: 351, asset_id: 175, depreciation_value: "239744.05", reporting_date: "2019-09-09", cumulative_depreciation: "424939.58", reporting_period: "2017-12-18" },
            { id: 352, asset_id: 272, depreciation_value: "1193.85", reporting_date: "2022-03-15", cumulative_depreciation: "221013.72", reporting_period: "2013-09-08" },
            { id: 353, asset_id: 274, depreciation_value: "193101.82", reporting_date: "2022-06-01", cumulative_depreciation: "772839.85", reporting_period: "2013-11-14" },
            { id: 354, asset_id: 256, depreciation_value: "527593.13", reporting_date: "2015-07-18", cumulative_depreciation: "486855.74", reporting_period: "2015-03-24" },
            { id: 355, asset_id: 12, depreciation_value: "383660.82", reporting_date: "2019-03-01", cumulative_depreciation: "569749.89", reporting_period: "2010-12-09" },
            { id: 356, asset_id: 15, depreciation_value: "933445.66", reporting_date: "2022-11-02", cumulative_depreciation: "699702.15", reporting_period: "2012-09-18" },
            { id: 357, asset_id: 390, depreciation_value: "186714.77", reporting_date: "2013-05-27", cumulative_depreciation: "548428.29", reporting_period: "2023-11-27" },
            { id: 358, asset_id: 353, depreciation_value: "78799.17", reporting_date: "2019-01-29", cumulative_depreciation: "522231.14", reporting_period: "2020-03-20" },
            { id: 359, asset_id: 111, depreciation_value: "204423.86", reporting_date: "2016-08-06", cumulative_depreciation: "488499.66", reporting_period: "2017-02-08" },
            { id: 360, asset_id: 289, depreciation_value: "971200.36", reporting_date: "2018-04-06", cumulative_depreciation: "604363.70", reporting_period: "2022-04-06" },
            { id: 361, asset_id: 318, depreciation_value: "385817.48", reporting_date: "2019-07-20", cumulative_depreciation: "499474.33", reporting_period: "2017-04-15" },
            { id: 362, asset_id: 139, depreciation_value: "5942.74", reporting_date: "2022-09-19", cumulative_depreciation: "539188.73", reporting_period: "2015-01-26" },
            { id: 363, asset_id: 231, depreciation_value: "440497.44", reporting_date: "2023-11-23", cumulative_depreciation: "526787.48", reporting_period: "2018-05-14" },
            { id: 364, asset_id: 381, depreciation_value: "728107.94", reporting_date: "2017-12-31", cumulative_depreciation: "470993.26", reporting_period: "2018-03-13" },
            { id: 365, asset_id: 178, depreciation_value: "301973.95", reporting_date: "2019-10-19", cumulative_depreciation: "639366.69", reporting_period: "2013-04-18" },
            { id: 366, asset_id: 200, depreciation_value: "526997.23", reporting_date: "2017-12-05", cumulative_depreciation: "359185.71", reporting_period: "2022-11-02" },
            { id: 367, asset_id: 209, depreciation_value: "804948.04", reporting_date: "2020-09-12", cumulative_depreciation: "310208.82", reporting_period: "2023-10-25" },
            { id: 368, asset_id: 365, depreciation_value: "346536.55", reporting_date: "2017-11-14", cumulative_depreciation: "477817.03", reporting_period: "2015-08-10" },
            { id: 369, asset_id: 33, depreciation_value: "1.00", reporting_date: "2023-04-27", cumulative_depreciation: "573793.68", reporting_period: "2018-08-24" },
            { id: 370, asset_id: 96, depreciation_value: "450948.21", reporting_date: "2020-01-19", cumulative_depreciation: "564906.05", reporting_period: "2015-03-19" },
            { id: 371, asset_id: 79, depreciation_value: "114854.84", reporting_date: "2022-12-10", cumulative_depreciation: "447332.03", reporting_period: "2014-08-08" },
            { id: 372, asset_id: 213, depreciation_value: "11429.21", reporting_date: "2019-11-03", cumulative_depreciation: "648379.24", reporting_period: "2012-09-29" },
            { id: 373, asset_id: 295, depreciation_value: "5.97", reporting_date: "2011-12-15", cumulative_depreciation: "582346.69", reporting_period: "2016-06-26" },
            { id: 374, asset_id: 379, depreciation_value: "505271.91", reporting_date: "2016-09-24", cumulative_depreciation: "439318.87", reporting_period: "2020-02-01" },
            { id: 375, asset_id: 391, depreciation_value: "379228.18", reporting_date: "2012-10-25", cumulative_depreciation: "538507.75", reporting_period: "2021-01-08" },
            { id: 376, asset_id: 305, depreciation_value: "163341.82", reporting_date: "2016-03-07", cumulative_depreciation: "469897.79", reporting_period: "2015-07-22" },
            { id: 377, asset_id: 321, depreciation_value: "556431.32", reporting_date: "2016-08-31", cumulative_depreciation: "568771.90", reporting_period: "2020-01-21" },
            { id: 378, asset_id: 330, depreciation_value: "3835.24", reporting_date: "2010-07-10", cumulative_depreciation: "446151.96", reporting_period: "2013-12-05" },
            { id: 379, asset_id: 23, depreciation_value: "718817.31", reporting_date: "2013-12-12", cumulative_depreciation: "485785.97", reporting_period: "2011-05-30" },
            { id: 380, asset_id: 388, depreciation_value: "2284.39", reporting_date: "2019-01-09", cumulative_depreciation: "465996.44", reporting_period: "2011-02-09" },
            { id: 381, asset_id: 7, depreciation_value: "270635.97", reporting_date: "2015-06-02", cumulative_depreciation: "601462.84", reporting_period: "2018-04-02" },
            { id: 382, asset_id: 321, depreciation_value: "466528.13", reporting_date: "2017-08-03", cumulative_depreciation: "453743.30", reporting_period: "2022-05-17" },
            { id: 383, asset_id: 297, depreciation_value: "97964.60", reporting_date: "2022-08-27", cumulative_depreciation: "614257.96", reporting_period: "2022-11-22" },
            { id: 384, asset_id: 229, depreciation_value: "195572.01", reporting_date: "2017-03-24", cumulative_depreciation: "494410.11", reporting_period: "2019-05-12" },
            { id: 385, asset_id: 4, depreciation_value: "732376.62", reporting_date: "2021-09-13", cumulative_depreciation: "464472.65", reporting_period: "2019-12-12" },
            { id: 386, asset_id: 302, depreciation_value: "414739.81", reporting_date: "2022-08-03", cumulative_depreciation: "591789.49", reporting_period: "2023-01-29" },
            { id: 387, asset_id: 75, depreciation_value: "142704.68", reporting_date: "2018-11-14", cumulative_depreciation: "699447.86", reporting_period: "2022-09-06" },
            { id: 388, asset_id: 365, depreciation_value: "854375.75", reporting_date: "2011-06-12", cumulative_depreciation: "611306.88", reporting_period: "2020-05-29" },
            { id: 389, asset_id: 373, depreciation_value: "16394.36", reporting_date: "2022-02-05", cumulative_depreciation: "649266.69", reporting_period: "2010-01-30" },
            { id: 390, asset_id: 129, depreciation_value: "742639.73", reporting_date: "2013-06-27", cumulative_depreciation: "659196.61", reporting_period: "2018-02-11" },
            { id: 391, asset_id: 228, depreciation_value: "69496.14", reporting_date: "2020-01-27", cumulative_depreciation: "488916.49", reporting_period: "2022-05-27" },
            { id: 392, asset_id: 159, depreciation_value: "537356.04", reporting_date: "2014-10-17", cumulative_depreciation: "618025.85", reporting_period: "2019-02-26" },
            { id: 393, asset_id: 179, depreciation_value: "39.03", reporting_date: "2018-09-12", cumulative_depreciation: "410711.39", reporting_period: "2018-03-12" },
            { id: 394, asset_id: 72, depreciation_value: "14313.66", reporting_date: "2020-01-21", cumulative_depreciation: "403424.75", reporting_period: "2021-07-15" },
            { id: 395, asset_id: 368, depreciation_value: "341805.49", reporting_date: "2023-07-11", cumulative_depreciation: "573996.71", reporting_period: "2011-11-06" },
            { id: 396, asset_id: 99, depreciation_value: "214576.53", reporting_date: "2022-02-27", cumulative_depreciation: "624118.84", reporting_period: "2017-02-18" },
            { id: 397, asset_id: 352, depreciation_value: "191535.79", reporting_date: "2023-11-02", cumulative_depreciation: "520244.24", reporting_period: "2013-12-14" },
            { id: 398, asset_id: 201, depreciation_value: "870619.44", reporting_date: "2012-07-08", cumulative_depreciation: "370468.48", reporting_period: "2014-08-12" },
            { id: 399, asset_id: 303, depreciation_value: "56343.55", reporting_date: "2013-02-03", cumulative_depreciation: "633152.47", reporting_period: "2020-06-25" },
            { id: 400, asset_id: 42, depreciation_value: "47527.20", reporting_date: "2022-04-13", cumulative_depreciation: "461218.37", reporting_period: "2017-08-05" },
            { id: 401, asset_id: 224, depreciation_value: "916918.59", reporting_date: "2016-12-30", cumulative_depreciation: "786877.47", reporting_period: "2013-03-10" },
            { id: 402, asset_id: 142, depreciation_value: "693103.42", reporting_date: "2022-03-22", cumulative_depreciation: "459946.95", reporting_period: "2023-05-22" },
            { id: 403, asset_id: 88, depreciation_value: "99275.34", reporting_date: "2018-08-25", cumulative_depreciation: "497976.94", reporting_period: "2013-02-08" },
            { id: 404, asset_id: 167, depreciation_value: "17226.69", reporting_date: "2015-10-04", cumulative_depreciation: "671913.44", reporting_period: "2016-06-06" },
            { id: 405, asset_id: 43, depreciation_value: "68478.79", reporting_date: "2022-08-30", cumulative_depreciation: "552375.38", reporting_period: "2018-04-21" },
            { id: 406, asset_id: 360, depreciation_value: "427067.95", reporting_date: "2020-08-27", cumulative_depreciation: "446723.78", reporting_period: "2013-11-08" },
            { id: 407, asset_id: 183, depreciation_value: "116516.36", reporting_date: "2020-01-22", cumulative_depreciation: "735570.50", reporting_period: "2017-05-06" },
            { id: 408, asset_id: 156, depreciation_value: "92093.86", reporting_date: "2017-07-21", cumulative_depreciation: "637730.74", reporting_period: "2015-07-28" },
            { id: 409, asset_id: 48, depreciation_value: "52894.55", reporting_date: "2012-09-17", cumulative_depreciation: "615941.69", reporting_period: "2017-05-30" },
            { id: 410, asset_id: 114, depreciation_value: "326922.19", reporting_date: "2022-07-23", cumulative_depreciation: "311658.02", reporting_period: "2020-11-09" },
            { id: 411, asset_id: 301, depreciation_value: "13411.78", reporting_date: "2019-07-25", cumulative_depreciation: "768181.29", reporting_period: "2018-12-03" },
            { id: 412, asset_id: 240, depreciation_value: "853403.19", reporting_date: "2010-09-14", cumulative_depreciation: "532644.71", reporting_period: "2011-08-24" },
            { id: 413, asset_id: 275, depreciation_value: "868467.88", reporting_date: "2010-12-07", cumulative_depreciation: "700217.95", reporting_period: "2018-01-08" },
            { id: 414, asset_id: 267, depreciation_value: "154671.61", reporting_date: "2010-07-11", cumulative_depreciation: "274062.44", reporting_period: "2014-10-07" },
            { id: 415, asset_id: 146, depreciation_value: "686162.57", reporting_date: "2012-09-23", cumulative_depreciation: "473477.71", reporting_period: "2012-08-20" },
            { id: 416, asset_id: 343, depreciation_value: "405772.60", reporting_date: "2021-05-08", cumulative_depreciation: "439928.07", reporting_period: "2017-07-22" },
            { id: 417, asset_id: 26, depreciation_value: "48889.31", reporting_date: "2017-04-17", cumulative_depreciation: "382703.59", reporting_period: "2018-11-15" },
            { id: 418, asset_id: 301, depreciation_value: "169649.44", reporting_date: "2020-06-14", cumulative_depreciation: "721057.27", reporting_period: "2023-08-07" },
            { id: 419, asset_id: 233, depreciation_value: "77833.72", reporting_date: "2016-02-14", cumulative_depreciation: "639808.85", reporting_period: "2014-07-15" },
            { id: 420, asset_id: 195, depreciation_value: "810905.01", reporting_date: "2018-12-24", cumulative_depreciation: "507115.92", reporting_period: "2019-03-02" },
            { id: 421, asset_id: 338, depreciation_value: "69197.20", reporting_date: "2015-11-08", cumulative_depreciation: "727583.96", reporting_period: "2021-12-20" },
            { id: 422, asset_id: 103, depreciation_value: "751521.00", reporting_date: "2017-01-26", cumulative_depreciation: "226377.63", reporting_period: "2010-10-16" },
            { id: 423, asset_id: 262, depreciation_value: "18333.36", reporting_date: "2011-10-02", cumulative_depreciation: "549220.71", reporting_period: "2011-10-17" },
            { id: 424, asset_id: 366, depreciation_value: "981680.08", reporting_date: "2020-11-14", cumulative_depreciation: "648767.42", reporting_period: "2013-01-25" },
            { id: 425, asset_id: 58, depreciation_value: "487884.12", reporting_date: "2013-04-15", cumulative_depreciation: "531560.45", reporting_period: "2013-03-10" },
            { id: 426, asset_id: 189, depreciation_value: "977338.86", reporting_date: "2023-01-04", cumulative_depreciation: "354204.08", reporting_period: "2017-12-19" },
            { id: 427, asset_id: 204, depreciation_value: "268153.03", reporting_date: "2022-07-05", cumulative_depreciation: "609420.56", reporting_period: "2014-05-26" },
            { id: 428, asset_id: 222, depreciation_value: "833003.01", reporting_date: "2019-06-18", cumulative_depreciation: "518856.96", reporting_period: "2018-06-28" },
            { id: 429, asset_id: 144, depreciation_value: "407994.87", reporting_date: "2021-08-15", cumulative_depreciation: "228182.41", reporting_period: "2016-06-03" },
            { id: 430, asset_id: 122, depreciation_value: "42500.77", reporting_date: "2021-05-18", cumulative_depreciation: "603357.00", reporting_period: "2019-05-15" },
            { id: 431, asset_id: 47, depreciation_value: "673272.76", reporting_date: "2022-05-15", cumulative_depreciation: "494873.55", reporting_period: "2019-07-29" },
            { id: 432, asset_id: 181, depreciation_value: "692416.12", reporting_date: "2019-08-05", cumulative_depreciation: "623970.96", reporting_period: "2011-07-10" },
            { id: 433, asset_id: 77, depreciation_value: "578612.46", reporting_date: "2016-07-22", cumulative_depreciation: "760298.51", reporting_period: "2022-09-18" },
            { id: 434, asset_id: 20, depreciation_value: "2028.92", reporting_date: "2018-02-04", cumulative_depreciation: "631230.67", reporting_period: "2021-08-09" },
            { id: 435, asset_id: 393, depreciation_value: "955832.34", reporting_date: "2014-10-03", cumulative_depreciation: "753633.50", reporting_period: "2023-12-08" },
            { id: 436, asset_id: 366, depreciation_value: "804669.02", reporting_date: "2011-09-10", cumulative_depreciation: "295262.56", reporting_period: "2016-07-10" },
            { id: 437, asset_id: 38, depreciation_value: "990354.35", reporting_date: "2020-02-14", cumulative_depreciation: "559775.73", reporting_period: "2016-07-15" },
            { id: 438, asset_id: 130, depreciation_value: "66260.36", reporting_date: "2019-06-25", cumulative_depreciation: "244319.87", reporting_period: "2020-03-06" },
            { id: 439, asset_id: 349, depreciation_value: "284979.98", reporting_date: "2023-12-07", cumulative_depreciation: "318650.66", reporting_period: "2019-10-09" },
            { id: 440, asset_id: 142, depreciation_value: "357455.82", reporting_date: "2013-03-18", cumulative_depreciation: "518603.15", reporting_period: "2010-12-05" },
            { id: 441, asset_id: 238, depreciation_value: "199611.14", reporting_date: "2016-03-27", cumulative_depreciation: "386106.03", reporting_period: "2014-11-16" },
            { id: 442, asset_id: 266, depreciation_value: "38175.24", reporting_date: "2020-02-01", cumulative_depreciation: "292690.06", reporting_period: "2014-05-04" },
            { id: 443, asset_id: 173, depreciation_value: "16792.19", reporting_date: "2016-12-21", cumulative_depreciation: "289707.66", reporting_period: "2013-08-03" },
            { id: 444, asset_id: 245, depreciation_value: "860344.86", reporting_date: "2021-12-04", cumulative_depreciation: "753798.16", reporting_period: "2014-12-10" },
            { id: 445, asset_id: 60, depreciation_value: "943147.35", reporting_date: "2015-11-18", cumulative_depreciation: "412387.47", reporting_period: "2012-06-22" },
            { id: 446, asset_id: 45, depreciation_value: "854695.08", reporting_date: "2013-02-08", cumulative_depreciation: "593551.10", reporting_period: "2022-03-09" },
            { id: 447, asset_id: 99, depreciation_value: "843244.45", reporting_date: "2023-09-05", cumulative_depreciation: "390673.92", reporting_period: "2020-01-18" },
            { id: 448, asset_id: 246, depreciation_value: "454019.23", reporting_date: "2023-07-13", cumulative_depreciation: "481196.77", reporting_period: "2017-07-28" },
            { id: 449, asset_id: 21, depreciation_value: "417590.04", reporting_date: "2017-12-04", cumulative_depreciation: "638751.45", reporting_period: "2022-10-16" },
            { id: 450, asset_id: 152, depreciation_value: "23023.84", reporting_date: "2019-05-30", cumulative_depreciation: "546838.60", reporting_period: "2017-06-04" },
            { id: 451, asset_id: 144, depreciation_value: "28.78", reporting_date: "2022-09-12", cumulative_depreciation: "825035.42", reporting_period: "2012-04-08" },
            { id: 452, asset_id: 31, depreciation_value: "199951.42", reporting_date: "2020-01-06", cumulative_depreciation: "377522.33", reporting_period: "2023-01-25" },
            { id: 453, asset_id: 8, depreciation_value: "185930.28", reporting_date: "2018-11-11", cumulative_depreciation: "528867.05", reporting_period: "2021-10-05" },
            { id: 454, asset_id: 261, depreciation_value: "8609.37", reporting_date: "2013-12-06", cumulative_depreciation: "564639.43", reporting_period: "2021-05-16" },
            { id: 455, asset_id: 355, depreciation_value: "376965.20", reporting_date: "2023-06-19", cumulative_depreciation: "399782.36", reporting_period: "2012-01-18" },
            { id: 456, asset_id: 64, depreciation_value: "615.30", reporting_date: "2010-08-09", cumulative_depreciation: "268610.50", reporting_period: "2021-06-16" },
            { id: 457, asset_id: 6, depreciation_value: "198602.14", reporting_date: "2022-02-21", cumulative_depreciation: "653055.18", reporting_period: "2020-05-12" },
            { id: 458, asset_id: 169, depreciation_value: "59574.34", reporting_date: "2021-02-27", cumulative_depreciation: "658195.05", reporting_period: "2018-01-25" },
            { id: 459, asset_id: 208, depreciation_value: "734713.94", reporting_date: "2017-12-27", cumulative_depreciation: "411812.03", reporting_period: "2014-12-17" },
            { id: 460, asset_id: 90, depreciation_value: "50154.09", reporting_date: "2019-01-30", cumulative_depreciation: "445261.93", reporting_period: "2021-09-04" },
            { id: 461, asset_id: 160, depreciation_value: "8091.72", reporting_date: "2023-01-19", cumulative_depreciation: "712843.66", reporting_period: "2018-04-08" },
            { id: 462, asset_id: 42, depreciation_value: "125647.83", reporting_date: "2020-12-27", cumulative_depreciation: "519243.70", reporting_period: "2013-08-07" },
            { id: 463, asset_id: 146, depreciation_value: "216124.27", reporting_date: "2018-05-27", cumulative_depreciation: "587342.21", reporting_period: "2020-08-17" },
            { id: 464, asset_id: 11, depreciation_value: "917448.44", reporting_date: "2013-06-22", cumulative_depreciation: "521637.28", reporting_period: "2017-09-06" },
            { id: 465, asset_id: 222, depreciation_value: "274107.53", reporting_date: "2013-12-12", cumulative_depreciation: "350452.90", reporting_period: "2015-04-08" },
            { id: 466, asset_id: 128, depreciation_value: "215620.35", reporting_date: "2019-10-20", cumulative_depreciation: "419785.92", reporting_period: "2023-02-20" },
            { id: 467, asset_id: 82, depreciation_value: "595673.83", reporting_date: "2010-09-19", cumulative_depreciation: "269790.64", reporting_period: "2011-11-13" },
            { id: 468, asset_id: 125, depreciation_value: "491056.16", reporting_date: "2020-08-02", cumulative_depreciation: "577992.79", reporting_period: "2010-09-13" },
            { id: 469, asset_id: 224, depreciation_value: "668574.13", reporting_date: "2011-01-04", cumulative_depreciation: "315430.55", reporting_period: "2016-09-06" },
            { id: 470, asset_id: 7, depreciation_value: "65953.16", reporting_date: "2014-08-15", cumulative_depreciation: "652236.61", reporting_period: "2023-12-22" },
            { id: 471, asset_id: 380, depreciation_value: "5618.55", reporting_date: "2020-01-15", cumulative_depreciation: "618583.55", reporting_period: "2011-02-07" },
            { id: 472, asset_id: 161, depreciation_value: "276066.89", reporting_date: "2015-08-27", cumulative_depreciation: "334286.18", reporting_period: "2021-12-19" },
            { id: 473, asset_id: 344, depreciation_value: "433662.83", reporting_date: "2016-04-11", cumulative_depreciation: "259273.84", reporting_period: "2022-10-29" },
            { id: 474, asset_id: 379, depreciation_value: "479690.26", reporting_date: "2014-02-03", cumulative_depreciation: "630300.79", reporting_period: "2015-02-02" },
            { id: 475, asset_id: 200, depreciation_value: "856682.58", reporting_date: "2019-03-04", cumulative_depreciation: "801738.28", reporting_period: "2023-09-07" },
            { id: 476, asset_id: 1, depreciation_value: "410674.97", reporting_date: "2023-02-10", cumulative_depreciation: "394895.39", reporting_period: "2016-06-19" },
            { id: 477, asset_id: 135, depreciation_value: "33746.62", reporting_date: "2014-12-13", cumulative_depreciation: "449826.94", reporting_period: "2018-02-12" },
            { id: 478, asset_id: 148, depreciation_value: "219489.24", reporting_date: "2020-08-03", cumulative_depreciation: "547924.76", reporting_period: "2011-01-05" },
            { id: 479, asset_id: 290, depreciation_value: "775957.38", reporting_date: "2022-07-28", cumulative_depreciation: "473044.33", reporting_period: "2015-08-25" },
            { id: 480, asset_id: 370, depreciation_value: "47979.25", reporting_date: "2019-02-20", cumulative_depreciation: "558840.88", reporting_period: "2010-11-18" },
            { id: 481, asset_id: 368, depreciation_value: "155599.95", reporting_date: "2017-08-13", cumulative_depreciation: "491885.33", reporting_period: "2013-06-30" },
            { id: 482, asset_id: 126, depreciation_value: "711776.16", reporting_date: "2017-01-10", cumulative_depreciation: "447297.20", reporting_period: "2022-05-18" },
            { id: 483, asset_id: 182, depreciation_value: "119176.56", reporting_date: "2022-09-21", cumulative_depreciation: "323778.50", reporting_period: "2023-05-24" },
            { id: 484, asset_id: 330, depreciation_value: "15261.19", reporting_date: "2023-12-15", cumulative_depreciation: "365116.14", reporting_period: "2017-10-03" },
            { id: 485, asset_id: 313, depreciation_value: "87626.28", reporting_date: "2016-11-22", cumulative_depreciation: "740578.30", reporting_period: "2014-01-26" },
            { id: 486, asset_id: 321, depreciation_value: "854686.95", reporting_date: "2019-08-27", cumulative_depreciation: "340925.43", reporting_period: "2023-09-03" },
            { id: 487, asset_id: 83, depreciation_value: "1223.17", reporting_date: "2022-02-14", cumulative_depreciation: "540497.58", reporting_period: "2019-04-29" },
            { id: 488, asset_id: 21, depreciation_value: "86116.80", reporting_date: "2019-03-15", cumulative_depreciation: "466726.86", reporting_period: "2012-04-13" },
            { id: 489, asset_id: 114, depreciation_value: "391574.36", reporting_date: "2013-03-08", cumulative_depreciation: "287187.24", reporting_period: "2012-11-25" },
            { id: 490, asset_id: 117, depreciation_value: "4842.26", reporting_date: "2010-08-11", cumulative_depreciation: "503181.69", reporting_period: "2014-11-21" },
            { id: 491, asset_id: 227, depreciation_value: "522223.37", reporting_date: "2016-11-25", cumulative_depreciation: "685056.59", reporting_period: "2015-01-22" },
            { id: 492, asset_id: 37, depreciation_value: "471237.25", reporting_date: "2015-12-08", cumulative_depreciation: "551372.93", reporting_period: "2013-02-03" },
            { id: 493, asset_id: 214, depreciation_value: "20.53", reporting_date: "2016-08-16", cumulative_depreciation: "642616.23", reporting_period: "2023-05-29" },
            { id: 494, asset_id: 238, depreciation_value: "336999.41", reporting_date: "2020-05-11", cumulative_depreciation: "586760.75", reporting_period: "2014-02-10" },
            { id: 495, asset_id: 283, depreciation_value: "980384.06", reporting_date: "2021-02-10", cumulative_depreciation: "311025.27", reporting_period: "2023-04-20" },
            { id: 496, asset_id: 207, depreciation_value: "20817.84", reporting_date: "2022-07-29", cumulative_depreciation: "513386.57", reporting_period: "2020-03-06" },
            { id: 497, asset_id: 59, depreciation_value: "684959.53", reporting_date: "2018-09-23", cumulative_depreciation: "646373.68", reporting_period: "2022-01-06" },
            { id: 498, asset_id: 110, depreciation_value: "557563.42", reporting_date: "2019-04-06", cumulative_depreciation: "617854.93", reporting_period: "2010-04-20" },
            { id: 499, asset_id: 234, depreciation_value: "610782.66", reporting_date: "2023-04-13", cumulative_depreciation: "563453.39", reporting_period: "2017-01-23" },
            { id: 500, asset_id: 70, depreciation_value: "36973.31", reporting_date: "2011-01-26", cumulative_depreciation: "611801.60", reporting_period: "2018-05-07" },
        ],
    });
    await prisma.depreciation_records.createMany({
        data: [
            { id: 501, asset_id: 315, depreciation_value: "827104.01", reporting_date: "2018-06-15", cumulative_depreciation: "430539.99", reporting_period: "2017-07-20" },
            { id: 502, asset_id: 19, depreciation_value: "18709.83", reporting_date: "2016-12-06", cumulative_depreciation: "396977.56", reporting_period: "2019-12-06" },
            { id: 503, asset_id: 190, depreciation_value: "11129.85", reporting_date: "2012-06-23", cumulative_depreciation: "438233.02", reporting_period: "2010-03-29" },
            { id: 504, asset_id: 135, depreciation_value: "456274.49", reporting_date: "2023-08-05", cumulative_depreciation: "405216.13", reporting_period: "2018-08-17" },
            { id: 505, asset_id: 323, depreciation_value: "304295.28", reporting_date: "2016-12-17", cumulative_depreciation: "373719.94", reporting_period: "2013-10-07" },
            { id: 506, asset_id: 58, depreciation_value: "432700.06", reporting_date: "2019-11-03", cumulative_depreciation: "468243.27", reporting_period: "2017-09-13" },
            { id: 507, asset_id: 137, depreciation_value: "774534.79", reporting_date: "2021-07-23", cumulative_depreciation: "607146.79", reporting_period: "2019-01-09" },
            { id: 508, asset_id: 51, depreciation_value: "973248.67", reporting_date: "2012-10-17", cumulative_depreciation: "508822.95", reporting_period: "2019-06-10" },
            { id: 509, asset_id: 316, depreciation_value: "266978.08", reporting_date: "2020-08-14", cumulative_depreciation: "463202.79", reporting_period: "2017-10-02" },
            { id: 510, asset_id: 88, depreciation_value: "988006.81", reporting_date: "2019-12-05", cumulative_depreciation: "770262.03", reporting_period: "2023-09-14" },
            { id: 511, asset_id: 388, depreciation_value: "351481.30", reporting_date: "2018-03-31", cumulative_depreciation: "489147.40", reporting_period: "2010-09-05" },
            { id: 512, asset_id: 381, depreciation_value: "452164.31", reporting_date: "2016-02-08", cumulative_depreciation: "375330.65", reporting_period: "2012-03-25" },
            { id: 513, asset_id: 166, depreciation_value: "298650.84", reporting_date: "2011-05-19", cumulative_depreciation: "341396.59", reporting_period: "2014-09-07" },
            { id: 514, asset_id: 105, depreciation_value: "44550.59", reporting_date: "2013-12-20", cumulative_depreciation: "703938.18", reporting_period: "2013-12-27" },
            { id: 515, asset_id: 152, depreciation_value: "50482.36", reporting_date: "2018-09-23", cumulative_depreciation: "492632.85", reporting_period: "2011-10-29" },
            { id: 516, asset_id: 122, depreciation_value: "903762.30", reporting_date: "2016-06-16", cumulative_depreciation: "402152.83", reporting_period: "2012-03-14" },
            { id: 517, asset_id: 275, depreciation_value: "67319.92", reporting_date: "2020-03-09", cumulative_depreciation: "446092.39", reporting_period: "2015-01-10" },
            { id: 518, asset_id: 345, depreciation_value: "25358.12", reporting_date: "2013-05-10", cumulative_depreciation: "534983.36", reporting_period: "2020-12-29" },
            { id: 519, asset_id: 121, depreciation_value: "164935.22", reporting_date: "2013-01-26", cumulative_depreciation: "639347.57", reporting_period: "2018-03-28" },
            { id: 520, asset_id: 104, depreciation_value: "1086.56", reporting_date: "2019-10-09", cumulative_depreciation: "167786.67", reporting_period: "2011-05-03" },
            { id: 521, asset_id: 169, depreciation_value: "497599.27", reporting_date: "2022-10-16", cumulative_depreciation: "487707.37", reporting_period: "2013-02-20" },
            { id: 522, asset_id: 144, depreciation_value: "153322.52", reporting_date: "2013-12-16", cumulative_depreciation: "381168.33", reporting_period: "2010-03-29" },
            { id: 523, asset_id: 331, depreciation_value: "623985.36", reporting_date: "2011-01-08", cumulative_depreciation: "512390.00", reporting_period: "2015-08-20" },
            { id: 524, asset_id: 53, depreciation_value: "916652.48", reporting_date: "2022-11-29", cumulative_depreciation: "570676.68", reporting_period: "2012-03-31" },
            { id: 525, asset_id: 126, depreciation_value: "199057.60", reporting_date: "2018-01-30", cumulative_depreciation: "628149.55", reporting_period: "2014-07-25" },
            { id: 526, asset_id: 186, depreciation_value: "235653.53", reporting_date: "2022-02-25", cumulative_depreciation: "442832.45", reporting_period: "2022-08-05" },
            { id: 527, asset_id: 38, depreciation_value: "727050.44", reporting_date: "2013-06-06", cumulative_depreciation: "420726.78", reporting_period: "2011-06-29" },
            { id: 528, asset_id: 221, depreciation_value: "202331.76", reporting_date: "2023-03-10", cumulative_depreciation: "326167.79", reporting_period: "2012-07-27" },
            { id: 529, asset_id: 203, depreciation_value: "829787.90", reporting_date: "2011-11-20", cumulative_depreciation: "441104.91", reporting_period: "2016-06-04" },
            { id: 530, asset_id: 321, depreciation_value: "7237.24", reporting_date: "2013-06-12", cumulative_depreciation: "399026.48", reporting_period: "2022-07-29" },
            { id: 531, asset_id: 114, depreciation_value: "1586.53", reporting_date: "2010-10-22", cumulative_depreciation: "326981.37", reporting_period: "2023-06-22" },
            { id: 532, asset_id: 86, depreciation_value: "7320.56", reporting_date: "2017-12-15", cumulative_depreciation: "385593.63", reporting_period: "2015-11-09" },
            { id: 533, asset_id: 338, depreciation_value: "335042.23", reporting_date: "2016-11-15", cumulative_depreciation: "527867.36", reporting_period: "2019-03-28" },
            { id: 534, asset_id: 176, depreciation_value: "746982.34", reporting_date: "2015-10-22", cumulative_depreciation: "554234.22", reporting_period: "2010-07-16" },
            { id: 535, asset_id: 48, depreciation_value: "43746.37", reporting_date: "2017-05-26", cumulative_depreciation: "611707.49", reporting_period: "2011-07-13" },
            { id: 536, asset_id: 26, depreciation_value: "91583.60", reporting_date: "2018-08-26", cumulative_depreciation: "393496.24", reporting_period: "2020-03-20" },
            { id: 537, asset_id: 79, depreciation_value: "869896.07", reporting_date: "2021-02-17", cumulative_depreciation: "453133.08", reporting_period: "2016-11-24" },
            { id: 538, asset_id: 197, depreciation_value: "2512.80", reporting_date: "2017-10-21", cumulative_depreciation: "586109.18", reporting_period: "2010-11-04" },
            { id: 539, asset_id: 186, depreciation_value: "657496.00", reporting_date: "2021-10-01", cumulative_depreciation: "420843.83", reporting_period: "2022-12-21" },
            { id: 540, asset_id: 111, depreciation_value: "713356.72", reporting_date: "2023-03-31", cumulative_depreciation: "609615.14", reporting_period: "2023-08-09" },
            { id: 541, asset_id: 283, depreciation_value: "31128.42", reporting_date: "2013-11-29", cumulative_depreciation: "361777.63", reporting_period: "2020-11-23" },
            { id: 542, asset_id: 64, depreciation_value: "758910.19", reporting_date: "2023-08-24", cumulative_depreciation: "489896.48", reporting_period: "2019-06-25" },
            { id: 543, asset_id: 297, depreciation_value: "24881.23", reporting_date: "2020-11-14", cumulative_depreciation: "584631.97", reporting_period: "2022-02-17" },
            { id: 544, asset_id: 193, depreciation_value: "700872.58", reporting_date: "2011-10-12", cumulative_depreciation: "575981.67", reporting_period: "2020-09-25" },
            { id: 545, asset_id: 155, depreciation_value: "113279.08", reporting_date: "2012-12-03", cumulative_depreciation: "474061.87", reporting_period: "2014-11-23" },
            { id: 546, asset_id: 350, depreciation_value: "60198.34", reporting_date: "2022-03-06", cumulative_depreciation: "494246.50", reporting_period: "2019-09-05" },
            { id: 547, asset_id: 306, depreciation_value: "972885.55", reporting_date: "2018-10-22", cumulative_depreciation: "134046.09", reporting_period: "2023-12-09" },
            { id: 548, asset_id: 194, depreciation_value: "337896.65", reporting_date: "2021-04-24", cumulative_depreciation: "677800.45", reporting_period: "2016-10-06" },
            { id: 549, asset_id: 230, depreciation_value: "98412.60", reporting_date: "2019-03-17", cumulative_depreciation: "360409.69", reporting_period: "2010-10-03" },
            { id: 550, asset_id: 143, depreciation_value: "185689.44", reporting_date: "2016-06-28", cumulative_depreciation: "398958.15", reporting_period: "2017-02-19" },
            { id: 551, asset_id: 331, depreciation_value: "3916.76", reporting_date: "2015-10-21", cumulative_depreciation: "416565.59", reporting_period: "2017-01-11" },
            { id: 552, asset_id: 212, depreciation_value: "374644.20", reporting_date: "2021-12-02", cumulative_depreciation: "226406.53", reporting_period: "2022-06-15" },
            { id: 553, asset_id: 140, depreciation_value: "787060.77", reporting_date: "2017-03-15", cumulative_depreciation: "378310.21", reporting_period: "2014-02-01" },
            { id: 554, asset_id: 80, depreciation_value: "551042.74", reporting_date: "2023-08-01", cumulative_depreciation: "739726.87", reporting_period: "2021-08-12" },
            { id: 555, asset_id: 385, depreciation_value: "499795.58", reporting_date: "2023-05-27", cumulative_depreciation: "548920.92", reporting_period: "2019-06-22" },
            { id: 556, asset_id: 348, depreciation_value: "295921.81", reporting_date: "2016-11-04", cumulative_depreciation: "419778.66", reporting_period: "2016-01-04" },
            { id: 557, asset_id: 221, depreciation_value: "384248.65", reporting_date: "2015-10-10", cumulative_depreciation: "340933.31", reporting_period: "2019-04-03" },
            { id: 558, asset_id: 356, depreciation_value: "217730.58", reporting_date: "2022-06-06", cumulative_depreciation: "513033.97", reporting_period: "2015-12-23" },
            { id: 559, asset_id: 261, depreciation_value: "686892.57", reporting_date: "2023-05-17", cumulative_depreciation: "697309.31", reporting_period: "2013-06-27" },
            { id: 560, asset_id: 177, depreciation_value: "252174.45", reporting_date: "2015-06-04", cumulative_depreciation: "609504.29", reporting_period: "2012-11-09" },
            { id: 561, asset_id: 202, depreciation_value: "372119.30", reporting_date: "2018-07-27", cumulative_depreciation: "303789.97", reporting_period: "2017-05-21" },
            { id: 562, asset_id: 360, depreciation_value: "102676.23", reporting_date: "2013-07-24", cumulative_depreciation: "838267.77", reporting_period: "2012-09-26" },
            { id: 563, asset_id: 124, depreciation_value: "8409.65", reporting_date: "2018-11-27", cumulative_depreciation: "620577.23", reporting_period: "2013-10-07" },
            { id: 564, asset_id: 202, depreciation_value: "835913.93", reporting_date: "2018-12-30", cumulative_depreciation: "499910.62", reporting_period: "2014-09-08" },
            { id: 565, asset_id: 359, depreciation_value: "186753.82", reporting_date: "2013-08-25", cumulative_depreciation: "566249.97", reporting_period: "2021-12-30" },
            { id: 566, asset_id: 281, depreciation_value: "204670.67", reporting_date: "2010-04-21", cumulative_depreciation: "335151.57", reporting_period: "2014-09-08" },
            { id: 567, asset_id: 240, depreciation_value: "1768.90", reporting_date: "2016-03-28", cumulative_depreciation: "240419.87", reporting_period: "2011-06-22" },
            { id: 568, asset_id: 363, depreciation_value: "405221.05", reporting_date: "2015-06-17", cumulative_depreciation: "551501.68", reporting_period: "2019-07-31" },
            { id: 569, asset_id: 214, depreciation_value: "33734.81", reporting_date: "2017-05-15", cumulative_depreciation: "539247.25", reporting_period: "2013-07-27" },
            { id: 570, asset_id: 241, depreciation_value: "2227.87", reporting_date: "2016-12-03", cumulative_depreciation: "194863.06", reporting_period: "2015-11-27" },
            { id: 571, asset_id: 193, depreciation_value: "163978.82", reporting_date: "2018-04-09", cumulative_depreciation: "536964.35", reporting_period: "2022-09-20" },
            { id: 572, asset_id: 360, depreciation_value: "424133.48", reporting_date: "2021-10-15", cumulative_depreciation: "415884.71", reporting_period: "2010-08-28" },
            { id: 573, asset_id: 192, depreciation_value: "987856.56", reporting_date: "2023-07-21", cumulative_depreciation: "412971.31", reporting_period: "2016-02-27" },
            { id: 574, asset_id: 388, depreciation_value: "571733.00", reporting_date: "2010-10-13", cumulative_depreciation: "488389.98", reporting_period: "2017-03-01" },
            { id: 575, asset_id: 147, depreciation_value: "227550.79", reporting_date: "2022-02-25", cumulative_depreciation: "610196.37", reporting_period: "2021-01-16" },
            { id: 576, asset_id: 247, depreciation_value: "389442.61", reporting_date: "2016-07-10", cumulative_depreciation: "303729.30", reporting_period: "2021-08-02" },
            { id: 577, asset_id: 300, depreciation_value: "52816.68", reporting_date: "2022-04-25", cumulative_depreciation: "537933.12", reporting_period: "2019-08-22" },
            { id: 578, asset_id: 282, depreciation_value: "731395.54", reporting_date: "2022-08-26", cumulative_depreciation: "197846.87", reporting_period: "2020-12-20" },
            { id: 579, asset_id: 382, depreciation_value: "136391.98", reporting_date: "2015-09-02", cumulative_depreciation: "506109.20", reporting_period: "2018-06-02" },
            { id: 580, asset_id: 236, depreciation_value: "195988.91", reporting_date: "2012-03-10", cumulative_depreciation: "361963.90", reporting_period: "2011-08-25" },
            { id: 581, asset_id: 52, depreciation_value: "15165.66", reporting_date: "2011-04-19", cumulative_depreciation: "347201.86", reporting_period: "2016-08-25" },
            { id: 582, asset_id: 209, depreciation_value: "160953.97", reporting_date: "2016-02-10", cumulative_depreciation: "548344.75", reporting_period: "2011-06-06" },
            { id: 583, asset_id: 100, depreciation_value: "397764.16", reporting_date: "2022-08-15", cumulative_depreciation: "432236.38", reporting_period: "2022-04-01" },
            { id: 584, asset_id: 191, depreciation_value: "825673.76", reporting_date: "2016-01-08", cumulative_depreciation: "371566.28", reporting_period: "2015-06-06" },
            { id: 585, asset_id: 44, depreciation_value: "377357.86", reporting_date: "2017-09-04", cumulative_depreciation: "608102.66", reporting_period: "2013-11-11" },
            { id: 586, asset_id: 187, depreciation_value: "782866.43", reporting_date: "2022-08-10", cumulative_depreciation: "653008.00", reporting_period: "2011-06-24" },
            { id: 587, asset_id: 47, depreciation_value: "297095.99", reporting_date: "2020-03-02", cumulative_depreciation: "528861.33", reporting_period: "2017-02-18" },
            { id: 588, asset_id: 335, depreciation_value: "571951.76", reporting_date: "2013-10-16", cumulative_depreciation: "678994.98", reporting_period: "2021-08-21" },
            { id: 589, asset_id: 344, depreciation_value: "461493.71", reporting_date: "2014-09-11", cumulative_depreciation: "447778.38", reporting_period: "2011-07-22" },
            { id: 590, asset_id: 272, depreciation_value: "546148.06", reporting_date: "2021-04-05", cumulative_depreciation: "491416.31", reporting_period: "2015-08-24" },
            { id: 591, asset_id: 47, depreciation_value: "261.88", reporting_date: "2010-12-27", cumulative_depreciation: "729623.01", reporting_period: "2022-08-02" },
            { id: 592, asset_id: 67, depreciation_value: "60925.83", reporting_date: "2022-04-15", cumulative_depreciation: "406929.69", reporting_period: "2018-04-08" },
            { id: 593, asset_id: 85, depreciation_value: "45165.54", reporting_date: "2020-12-07", cumulative_depreciation: "379813.24", reporting_period: "2010-06-04" },
            { id: 594, asset_id: 276, depreciation_value: "8843.04", reporting_date: "2023-05-19", cumulative_depreciation: "448899.15", reporting_period: "2016-08-16" },
            { id: 595, asset_id: 202, depreciation_value: "192929.57", reporting_date: "2023-01-07", cumulative_depreciation: "696551.18", reporting_period: "2014-09-17" },
            { id: 596, asset_id: 194, depreciation_value: "7003.97", reporting_date: "2018-05-05", cumulative_depreciation: "705524.36", reporting_period: "2016-10-19" },
            { id: 597, asset_id: 12, depreciation_value: "504.02", reporting_date: "2016-02-16", cumulative_depreciation: "486450.84", reporting_period: "2013-12-28" },
            { id: 598, asset_id: 163, depreciation_value: "22579.92", reporting_date: "2022-06-26", cumulative_depreciation: "393194.33", reporting_period: "2016-05-17" },
            { id: 599, asset_id: 28, depreciation_value: "62996.86", reporting_date: "2017-08-31", cumulative_depreciation: "901797.37", reporting_period: "2010-07-01" },
            { id: 600, asset_id: 308, depreciation_value: "65022.64", reporting_date: "2023-09-12", cumulative_depreciation: "513543.65", reporting_period: "2022-02-13" },
            { id: 601, asset_id: 160, depreciation_value: "609739.57", reporting_date: "2023-08-04", cumulative_depreciation: "434395.54", reporting_period: "2018-07-11" },
            { id: 602, asset_id: 223, depreciation_value: "695213.87", reporting_date: "2023-06-19", cumulative_depreciation: "487267.04", reporting_period: "2019-01-17" },
            { id: 603, asset_id: 48, depreciation_value: "39851.34", reporting_date: "2022-10-26", cumulative_depreciation: "480851.52", reporting_period: "2010-04-23" },
            { id: 604, asset_id: 81, depreciation_value: "190116.14", reporting_date: "2011-05-03", cumulative_depreciation: "415953.19", reporting_period: "2020-09-04" },
            { id: 605, asset_id: 26, depreciation_value: "427601.45", reporting_date: "2018-04-29", cumulative_depreciation: "591285.00", reporting_period: "2021-11-30" },
            { id: 606, asset_id: 67, depreciation_value: "263253.34", reporting_date: "2021-09-25", cumulative_depreciation: "783463.54", reporting_period: "2012-07-02" },
            { id: 607, asset_id: 57, depreciation_value: "671154.06", reporting_date: "2023-05-23", cumulative_depreciation: "690472.92", reporting_period: "2019-07-23" },
            { id: 608, asset_id: 51, depreciation_value: "15144.42", reporting_date: "2023-11-23", cumulative_depreciation: "630687.56", reporting_period: "2015-03-30" },
            { id: 609, asset_id: 12, depreciation_value: "711866.83", reporting_date: "2023-06-25", cumulative_depreciation: "545067.66", reporting_period: "2013-07-31" },
            { id: 610, asset_id: 148, depreciation_value: "363968.52", reporting_date: "2014-09-14", cumulative_depreciation: "720927.76", reporting_period: "2018-09-13" },
            { id: 611, asset_id: 76, depreciation_value: "158842.65", reporting_date: "2019-09-05", cumulative_depreciation: "418260.95", reporting_period: "2015-11-30" },
            { id: 612, asset_id: 156, depreciation_value: "9468.83", reporting_date: "2020-09-18", cumulative_depreciation: "624950.67", reporting_period: "2021-08-17" },
            { id: 613, asset_id: 33, depreciation_value: "740248.33", reporting_date: "2019-08-14", cumulative_depreciation: "421701.79", reporting_period: "2019-10-06" },
            { id: 614, asset_id: 213, depreciation_value: "141670.82", reporting_date: "2023-09-11", cumulative_depreciation: "431426.64", reporting_period: "2013-05-13" },
            { id: 615, asset_id: 286, depreciation_value: "427251.33", reporting_date: "2011-11-10", cumulative_depreciation: "540762.76", reporting_period: "2017-11-05" },
            { id: 616, asset_id: 301, depreciation_value: "56063.38", reporting_date: "2021-05-17", cumulative_depreciation: "237125.49", reporting_period: "2021-08-28" },
            { id: 617, asset_id: 128, depreciation_value: "512.73", reporting_date: "2013-09-18", cumulative_depreciation: "490481.57", reporting_period: "2022-12-29" },
            { id: 618, asset_id: 113, depreciation_value: "436163.28", reporting_date: "2019-12-23", cumulative_depreciation: "419027.58", reporting_period: "2011-01-20" },
            { id: 619, asset_id: 222, depreciation_value: "230899.46", reporting_date: "2014-07-06", cumulative_depreciation: "589361.09", reporting_period: "2012-03-18" },
            { id: 620, asset_id: 357, depreciation_value: "876584.65", reporting_date: "2019-06-18", cumulative_depreciation: "609918.99", reporting_period: "2021-05-16" },
            { id: 621, asset_id: 68, depreciation_value: "119257.52", reporting_date: "2017-08-20", cumulative_depreciation: "611304.05", reporting_period: "2021-05-28" },
            { id: 622, asset_id: 233, depreciation_value: "420126.29", reporting_date: "2019-02-24", cumulative_depreciation: "313921.48", reporting_period: "2014-05-20" },
            { id: 623, asset_id: 388, depreciation_value: "8585.67", reporting_date: "2023-11-01", cumulative_depreciation: "522615.80", reporting_period: "2018-08-27" },
            { id: 624, asset_id: 69, depreciation_value: "111.84", reporting_date: "2017-02-02", cumulative_depreciation: "544222.46", reporting_period: "2013-02-13" },
            { id: 625, asset_id: 1, depreciation_value: "847966.88", reporting_date: "2014-01-28", cumulative_depreciation: "476339.08", reporting_period: "2014-11-16" },
            { id: 626, asset_id: 337, depreciation_value: "369158.29", reporting_date: "2011-01-15", cumulative_depreciation: "461014.23", reporting_period: "2016-12-13" },
            { id: 627, asset_id: 103, depreciation_value: "199424.24", reporting_date: "2017-04-16", cumulative_depreciation: "488630.18", reporting_period: "2018-05-16" },
            { id: 628, asset_id: 27, depreciation_value: "335106.70", reporting_date: "2021-06-01", cumulative_depreciation: "350965.49", reporting_period: "2013-05-31" },
            { id: 629, asset_id: 192, depreciation_value: "96766.04", reporting_date: "2021-01-01", cumulative_depreciation: "617231.67", reporting_period: "2013-07-03" },
            { id: 630, asset_id: 369, depreciation_value: "198533.70", reporting_date: "2020-07-23", cumulative_depreciation: "517559.28", reporting_period: "2023-08-07" },
            { id: 631, asset_id: 306, depreciation_value: "848112.74", reporting_date: "2017-01-10", cumulative_depreciation: "366757.98", reporting_period: "2018-10-08" },
            { id: 632, asset_id: 40, depreciation_value: "402364.10", reporting_date: "2022-07-24", cumulative_depreciation: "519366.50", reporting_period: "2019-02-13" },
            { id: 633, asset_id: 54, depreciation_value: "26425.82", reporting_date: "2018-05-30", cumulative_depreciation: "610641.66", reporting_period: "2019-11-05" },
            { id: 634, asset_id: 34, depreciation_value: "692774.29", reporting_date: "2016-03-21", cumulative_depreciation: "436571.72", reporting_period: "2017-02-02" },
            { id: 635, asset_id: 181, depreciation_value: "275640.71", reporting_date: "2022-07-05", cumulative_depreciation: "654948.32", reporting_period: "2018-02-07" },
            { id: 636, asset_id: 241, depreciation_value: "48262.61", reporting_date: "2012-06-23", cumulative_depreciation: "755522.98", reporting_period: "2012-06-23" },
            { id: 637, asset_id: 289, depreciation_value: "100431.03", reporting_date: "2014-01-22", cumulative_depreciation: "500649.68", reporting_period: "2014-05-08" },
            { id: 638, asset_id: 303, depreciation_value: "174698.23", reporting_date: "2021-05-23", cumulative_depreciation: "466336.38", reporting_period: "2015-11-17" },
            { id: 639, asset_id: 70, depreciation_value: "443.83", reporting_date: "2020-12-14", cumulative_depreciation: "504591.64", reporting_period: "2012-01-17" },
            { id: 640, asset_id: 344, depreciation_value: "245963.27", reporting_date: "2013-09-30", cumulative_depreciation: "310410.47", reporting_period: "2011-09-14" },
            { id: 641, asset_id: 199, depreciation_value: "44516.40", reporting_date: "2012-03-10", cumulative_depreciation: "230945.00", reporting_period: "2023-04-20" },
            { id: 642, asset_id: 271, depreciation_value: "28027.96", reporting_date: "2023-02-22", cumulative_depreciation: "495590.27", reporting_period: "2018-12-30" },
            { id: 643, asset_id: 156, depreciation_value: "33777.02", reporting_date: "2020-08-06", cumulative_depreciation: "521873.90", reporting_period: "2021-07-04" },
            { id: 644, asset_id: 97, depreciation_value: "190864.81", reporting_date: "2021-07-18", cumulative_depreciation: "590119.24", reporting_period: "2021-07-10" },
            { id: 645, asset_id: 80, depreciation_value: "558531.32", reporting_date: "2022-04-16", cumulative_depreciation: "481681.09", reporting_period: "2011-07-19" },
            { id: 646, asset_id: 8, depreciation_value: "531020.24", reporting_date: "2019-01-31", cumulative_depreciation: "694106.11", reporting_period: "2023-07-29" },
            { id: 647, asset_id: 222, depreciation_value: "37982.89", reporting_date: "2019-11-28", cumulative_depreciation: "583971.21", reporting_period: "2012-06-22" },
            { id: 648, asset_id: 386, depreciation_value: "30569.30", reporting_date: "2018-04-05", cumulative_depreciation: "497963.54", reporting_period: "2014-08-11" },
            { id: 649, asset_id: 73, depreciation_value: "471313.19", reporting_date: "2016-10-17", cumulative_depreciation: "397684.42", reporting_period: "2019-03-02" },
            { id: 650, asset_id: 208, depreciation_value: "352323.97", reporting_date: "2019-05-21", cumulative_depreciation: "507209.07", reporting_period: "2019-01-10" },
            { id: 651, asset_id: 205, depreciation_value: "43182.86", reporting_date: "2023-01-18", cumulative_depreciation: "496384.66", reporting_period: "2011-05-08" },
            { id: 652, asset_id: 31, depreciation_value: "177379.93", reporting_date: "2018-09-14", cumulative_depreciation: "783030.63", reporting_period: "2017-09-22" },
            { id: 653, asset_id: 100, depreciation_value: "663948.05", reporting_date: "2021-09-21", cumulative_depreciation: "749275.87", reporting_period: "2014-06-18" },
            { id: 654, asset_id: 125, depreciation_value: "868640.95", reporting_date: "2015-06-30", cumulative_depreciation: "476486.12", reporting_period: "2015-06-02" },
            { id: 655, asset_id: 229, depreciation_value: "7703.41", reporting_date: "2017-07-08", cumulative_depreciation: "690905.49", reporting_period: "2019-10-05" },
            { id: 656, asset_id: 245, depreciation_value: "436390.92", reporting_date: "2020-03-30", cumulative_depreciation: "644936.05", reporting_period: "2015-08-23" },
            { id: 657, asset_id: 104, depreciation_value: "353819.87", reporting_date: "2022-11-09", cumulative_depreciation: "455233.62", reporting_period: "2018-06-17" },
            { id: 658, asset_id: 262, depreciation_value: "873770.20", reporting_date: "2022-09-21", cumulative_depreciation: "699270.29", reporting_period: "2016-10-20" },
            { id: 659, asset_id: 397, depreciation_value: "599518.30", reporting_date: "2013-08-20", cumulative_depreciation: "536902.50", reporting_period: "2011-10-23" },
            { id: 660, asset_id: 258, depreciation_value: "30814.20", reporting_date: "2014-05-11", cumulative_depreciation: "608033.86", reporting_period: "2015-09-15" },
            { id: 661, asset_id: 73, depreciation_value: "383737.94", reporting_date: "2016-12-15", cumulative_depreciation: "371916.50", reporting_period: "2014-03-31" },
            { id: 662, asset_id: 307, depreciation_value: "69573.06", reporting_date: "2016-03-02", cumulative_depreciation: "298423.81", reporting_period: "2022-04-25" },
            { id: 663, asset_id: 288, depreciation_value: "800136.63", reporting_date: "2018-05-20", cumulative_depreciation: "529914.18", reporting_period: "2010-05-30" },
            { id: 664, asset_id: 343, depreciation_value: "356832.95", reporting_date: "2020-05-20", cumulative_depreciation: "653306.94", reporting_period: "2023-12-25" },
            { id: 665, asset_id: 63, depreciation_value: "259884.45", reporting_date: "2020-05-29", cumulative_depreciation: "631147.91", reporting_period: "2012-10-29" },
            { id: 666, asset_id: 147, depreciation_value: "324521.21", reporting_date: "2020-04-11", cumulative_depreciation: "556510.12", reporting_period: "2013-10-13" },
            { id: 667, asset_id: 32, depreciation_value: "407897.66", reporting_date: "2010-05-15", cumulative_depreciation: "690795.76", reporting_period: "2022-02-02" },
            { id: 668, asset_id: 50, depreciation_value: "719400.78", reporting_date: "2019-05-05", cumulative_depreciation: "691089.57", reporting_period: "2015-12-14" },
            { id: 669, asset_id: 320, depreciation_value: "860681.71", reporting_date: "2015-02-05", cumulative_depreciation: "531661.26", reporting_period: "2019-07-07" },
            { id: 670, asset_id: 350, depreciation_value: "170684.47", reporting_date: "2022-04-24", cumulative_depreciation: "443038.13", reporting_period: "2010-06-19" },
            { id: 671, asset_id: 250, depreciation_value: "114988.66", reporting_date: "2019-10-17", cumulative_depreciation: "445549.70", reporting_period: "2022-07-05" },
            { id: 672, asset_id: 128, depreciation_value: "40748.21", reporting_date: "2016-04-16", cumulative_depreciation: "432629.26", reporting_period: "2015-12-15" },
            { id: 673, asset_id: 263, depreciation_value: "665895.00", reporting_date: "2017-11-11", cumulative_depreciation: "741951.44", reporting_period: "2010-11-30" },
            { id: 674, asset_id: 290, depreciation_value: "361788.99", reporting_date: "2010-08-28", cumulative_depreciation: "397643.58", reporting_period: "2023-06-03" },
            { id: 675, asset_id: 191, depreciation_value: "369133.90", reporting_date: "2023-01-17", cumulative_depreciation: "543407.96", reporting_period: "2017-02-10" },
            { id: 676, asset_id: 354, depreciation_value: "58562.81", reporting_date: "2013-09-17", cumulative_depreciation: "478868.07", reporting_period: "2012-11-01" },
            { id: 677, asset_id: 105, depreciation_value: "25634.62", reporting_date: "2014-08-11", cumulative_depreciation: "588433.33", reporting_period: "2013-06-07" },
            { id: 678, asset_id: 32, depreciation_value: "849831.64", reporting_date: "2013-03-13", cumulative_depreciation: "669631.32", reporting_period: "2020-01-05" },
            { id: 679, asset_id: 259, depreciation_value: "792945.61", reporting_date: "2016-05-30", cumulative_depreciation: "633550.76", reporting_period: "2021-07-17" },
            { id: 680, asset_id: 71, depreciation_value: "843548.11", reporting_date: "2022-04-12", cumulative_depreciation: "380922.49", reporting_period: "2016-11-12" },
            { id: 681, asset_id: 199, depreciation_value: "396263.11", reporting_date: "2022-04-29", cumulative_depreciation: "577473.32", reporting_period: "2010-02-25" },
            { id: 682, asset_id: 104, depreciation_value: "446858.25", reporting_date: "2016-03-03", cumulative_depreciation: "352635.87", reporting_period: "2021-10-01" },
            { id: 683, asset_id: 49, depreciation_value: "869713.57", reporting_date: "2018-09-24", cumulative_depreciation: "443797.59", reporting_period: "2020-07-29" },
            { id: 684, asset_id: 242, depreciation_value: "124945.57", reporting_date: "2012-07-22", cumulative_depreciation: "388286.31", reporting_period: "2020-02-17" },
            { id: 685, asset_id: 164, depreciation_value: "208293.81", reporting_date: "2015-02-22", cumulative_depreciation: "242133.34", reporting_period: "2019-12-16" },
            { id: 686, asset_id: 104, depreciation_value: "265684.53", reporting_date: "2020-11-23", cumulative_depreciation: "608203.78", reporting_period: "2017-06-01" },
            { id: 687, asset_id: 111, depreciation_value: "54140.64", reporting_date: "2012-09-08", cumulative_depreciation: "540307.77", reporting_period: "2022-12-08" },
            { id: 688, asset_id: 391, depreciation_value: "680734.58", reporting_date: "2021-07-16", cumulative_depreciation: "323658.00", reporting_period: "2022-06-28" },
            { id: 689, asset_id: 367, depreciation_value: "15123.12", reporting_date: "2020-08-24", cumulative_depreciation: "290892.30", reporting_period: "2019-03-17" },
            { id: 690, asset_id: 202, depreciation_value: "79.02", reporting_date: "2018-11-12", cumulative_depreciation: "403661.80", reporting_period: "2012-10-05" },
            { id: 691, asset_id: 195, depreciation_value: "985842.39", reporting_date: "2020-04-01", cumulative_depreciation: "445492.59", reporting_period: "2017-03-13" },
            { id: 692, asset_id: 139, depreciation_value: "302.80", reporting_date: "2017-02-23", cumulative_depreciation: "640027.13", reporting_period: "2013-03-18" },
            { id: 693, asset_id: 212, depreciation_value: "350694.97", reporting_date: "2023-06-19", cumulative_depreciation: "512629.04", reporting_period: "2019-01-14" },
            { id: 694, asset_id: 27, depreciation_value: "742963.43", reporting_date: "2020-07-10", cumulative_depreciation: "567390.09", reporting_period: "2013-12-15" },
            { id: 695, asset_id: 238, depreciation_value: "798516.63", reporting_date: "2013-01-23", cumulative_depreciation: "357567.51", reporting_period: "2011-11-02" },
            { id: 696, asset_id: 13, depreciation_value: "23623.35", reporting_date: "2019-05-30", cumulative_depreciation: "484331.36", reporting_period: "2015-09-25" },
            { id: 697, asset_id: 383, depreciation_value: "1762.56", reporting_date: "2021-11-09", cumulative_depreciation: "658699.54", reporting_period: "2013-08-24" },
            { id: 698, asset_id: 50, depreciation_value: "11132.65", reporting_date: "2020-05-04", cumulative_depreciation: "462892.85", reporting_period: "2018-05-22" },
            { id: 699, asset_id: 108, depreciation_value: "96216.95", reporting_date: "2011-02-24", cumulative_depreciation: "732396.79", reporting_period: "2015-12-06" },
            { id: 700, asset_id: 373, depreciation_value: "10223.78", reporting_date: "2015-03-11", cumulative_depreciation: "518368.44", reporting_period: "2011-02-16" },
            { id: 701, asset_id: 1, depreciation_value: "17247.01", reporting_date: "2011-07-08", cumulative_depreciation: "478229.02", reporting_period: "2012-03-04" },
            { id: 702, asset_id: 263, depreciation_value: "5159.00", reporting_date: "2021-01-11", cumulative_depreciation: "767008.75", reporting_period: "2015-01-21" },
            { id: 703, asset_id: 44, depreciation_value: "136135.30", reporting_date: "2015-02-13", cumulative_depreciation: "473013.39", reporting_period: "2019-05-25" },
            { id: 704, asset_id: 39, depreciation_value: "39337.40", reporting_date: "2016-04-20", cumulative_depreciation: "180672.14", reporting_period: "2017-01-23" },
            { id: 705, asset_id: 13, depreciation_value: "212952.11", reporting_date: "2022-06-02", cumulative_depreciation: "588616.35", reporting_period: "2012-04-07" },
            { id: 706, asset_id: 226, depreciation_value: "579969.34", reporting_date: "2017-06-13", cumulative_depreciation: "534556.22", reporting_period: "2015-06-28" },
            { id: 707, asset_id: 49, depreciation_value: "263303.62", reporting_date: "2022-04-22", cumulative_depreciation: "558827.73", reporting_period: "2017-06-29" },
            { id: 708, asset_id: 261, depreciation_value: "445168.47", reporting_date: "2014-12-25", cumulative_depreciation: "575612.92", reporting_period: "2011-08-26" },
            { id: 709, asset_id: 106, depreciation_value: "947296.41", reporting_date: "2017-09-28", cumulative_depreciation: "570857.93", reporting_period: "2010-02-26" },
            { id: 710, asset_id: 59, depreciation_value: "45690.57", reporting_date: "2016-02-09", cumulative_depreciation: "381048.06", reporting_period: "2022-10-13" },
            { id: 711, asset_id: 114, depreciation_value: "549536.34", reporting_date: "2021-02-14", cumulative_depreciation: "367903.91", reporting_period: "2023-06-29" },
            { id: 712, asset_id: 50, depreciation_value: "284184.11", reporting_date: "2013-08-14", cumulative_depreciation: "530324.00", reporting_period: "2021-09-26" },
            { id: 713, asset_id: 299, depreciation_value: "87528.65", reporting_date: "2020-09-29", cumulative_depreciation: "452031.09", reporting_period: "2012-02-11" },
            { id: 714, asset_id: 131, depreciation_value: "630221.92", reporting_date: "2017-12-06", cumulative_depreciation: "439565.69", reporting_period: "2011-12-13" },
            { id: 715, asset_id: 360, depreciation_value: "78289.37", reporting_date: "2012-12-30", cumulative_depreciation: "279787.07", reporting_period: "2022-01-25" },
            { id: 716, asset_id: 157, depreciation_value: "783560.32", reporting_date: "2017-04-20", cumulative_depreciation: "417392.65", reporting_period: "2018-07-07" },
            { id: 717, asset_id: 72, depreciation_value: "454811.48", reporting_date: "2014-01-04", cumulative_depreciation: "344731.93", reporting_period: "2018-02-03" },
            { id: 718, asset_id: 28, depreciation_value: "533155.74", reporting_date: "2020-10-28", cumulative_depreciation: "638662.45", reporting_period: "2021-07-11" },
            { id: 719, asset_id: 372, depreciation_value: "695385.00", reporting_date: "2015-12-18", cumulative_depreciation: "497471.98", reporting_period: "2011-11-29" },
            { id: 720, asset_id: 69, depreciation_value: "666372.52", reporting_date: "2016-01-06", cumulative_depreciation: "454139.81", reporting_period: "2016-07-29" },
            { id: 721, asset_id: 280, depreciation_value: "531413.96", reporting_date: "2021-06-03", cumulative_depreciation: "637795.77", reporting_period: "2018-07-18" },
            { id: 722, asset_id: 75, depreciation_value: "396313.94", reporting_date: "2016-04-08", cumulative_depreciation: "607648.33", reporting_period: "2018-11-07" },
            { id: 723, asset_id: 337, depreciation_value: "645043.13", reporting_date: "2023-03-11", cumulative_depreciation: "642343.53", reporting_period: "2014-04-15" },
            { id: 724, asset_id: 275, depreciation_value: "297226.47", reporting_date: "2011-04-22", cumulative_depreciation: "414383.71", reporting_period: "2013-03-21" },
            { id: 725, asset_id: 46, depreciation_value: "925699.77", reporting_date: "2015-08-08", cumulative_depreciation: "369529.83", reporting_period: "2012-08-30" },
            { id: 726, asset_id: 296, depreciation_value: "59622.86", reporting_date: "2015-03-21", cumulative_depreciation: "630473.51", reporting_period: "2023-12-11" },
            { id: 727, asset_id: 111, depreciation_value: "354.85", reporting_date: "2021-03-09", cumulative_depreciation: "658438.24", reporting_period: "2015-03-18" },
            { id: 728, asset_id: 324, depreciation_value: "580340.34", reporting_date: "2014-08-14", cumulative_depreciation: "606131.31", reporting_period: "2018-12-04" },
            { id: 729, asset_id: 175, depreciation_value: "406499.77", reporting_date: "2016-05-07", cumulative_depreciation: "678638.73", reporting_period: "2015-04-25" },
            { id: 730, asset_id: 39, depreciation_value: "505727.77", reporting_date: "2020-06-26", cumulative_depreciation: "329050.48", reporting_period: "2016-10-01" },
            { id: 731, asset_id: 253, depreciation_value: "238497.39", reporting_date: "2023-10-16", cumulative_depreciation: "548773.69", reporting_period: "2022-02-13" },
            { id: 732, asset_id: 256, depreciation_value: "19247.97", reporting_date: "2020-03-02", cumulative_depreciation: "295685.28", reporting_period: "2022-09-22" },
            { id: 733, asset_id: 219, depreciation_value: "7057.11", reporting_date: "2013-01-07", cumulative_depreciation: "746842.57", reporting_period: "2015-02-03" },
            { id: 734, asset_id: 393, depreciation_value: "376050.37", reporting_date: "2019-07-10", cumulative_depreciation: "666908.78", reporting_period: "2013-05-15" },
            { id: 735, asset_id: 47, depreciation_value: "86884.46", reporting_date: "2021-12-28", cumulative_depreciation: "578066.89", reporting_period: "2014-10-08" },
            { id: 736, asset_id: 137, depreciation_value: "921553.07", reporting_date: "2020-09-26", cumulative_depreciation: "434085.90", reporting_period: "2013-03-03" },
            { id: 737, asset_id: 124, depreciation_value: "880759.48", reporting_date: "2012-07-05", cumulative_depreciation: "674143.62", reporting_period: "2018-02-11" },
            { id: 738, asset_id: 217, depreciation_value: "723987.79", reporting_date: "2011-04-05", cumulative_depreciation: "350058.23", reporting_period: "2012-12-11" },
            { id: 739, asset_id: 375, depreciation_value: "15455.63", reporting_date: "2021-01-09", cumulative_depreciation: "634959.44", reporting_period: "2017-08-23" },
            { id: 740, asset_id: 64, depreciation_value: "8276.12", reporting_date: "2017-10-27", cumulative_depreciation: "526176.50", reporting_period: "2013-01-14" },
            { id: 741, asset_id: 125, depreciation_value: "529856.07", reporting_date: "2019-10-27", cumulative_depreciation: "362211.58", reporting_period: "2017-02-06" },
            { id: 742, asset_id: 193, depreciation_value: "406415.85", reporting_date: "2020-02-29", cumulative_depreciation: "247072.42", reporting_period: "2018-09-19" },
            { id: 743, asset_id: 339, depreciation_value: "254163.98", reporting_date: "2015-07-13", cumulative_depreciation: "534174.14", reporting_period: "2014-06-23" },
            { id: 744, asset_id: 20, depreciation_value: "790621.92", reporting_date: "2014-11-30", cumulative_depreciation: "634033.47", reporting_period: "2011-11-20" },
            { id: 745, asset_id: 354, depreciation_value: "260148.24", reporting_date: "2011-01-01", cumulative_depreciation: "295293.88", reporting_period: "2019-05-24" },
            { id: 746, asset_id: 327, depreciation_value: "235295.32", reporting_date: "2017-10-25", cumulative_depreciation: "394919.05", reporting_period: "2014-08-31" },
            { id: 747, asset_id: 106, depreciation_value: "327562.55", reporting_date: "2023-07-05", cumulative_depreciation: "163093.91", reporting_period: "2018-12-28" },
            { id: 748, asset_id: 292, depreciation_value: "341640.96", reporting_date: "2015-12-26", cumulative_depreciation: "328119.91", reporting_period: "2010-03-06" },
            { id: 749, asset_id: 38, depreciation_value: "50166.81", reporting_date: "2023-05-15", cumulative_depreciation: "689855.10", reporting_period: "2011-03-30" },
            { id: 750, asset_id: 57, depreciation_value: "80402.34", reporting_date: "2018-08-24", cumulative_depreciation: "601535.60", reporting_period: "2016-12-19" },
            { id: 751, asset_id: 21, depreciation_value: "100389.64", reporting_date: "2016-04-12", cumulative_depreciation: "749208.75", reporting_period: "2023-04-24" },
            { id: 752, asset_id: 91, depreciation_value: "337949.47", reporting_date: "2012-05-26", cumulative_depreciation: "484441.26", reporting_period: "2017-08-18" },
            { id: 753, asset_id: 92, depreciation_value: "12647.95", reporting_date: "2014-04-30", cumulative_depreciation: "422603.10", reporting_period: "2019-07-08" },
            { id: 754, asset_id: 184, depreciation_value: "204746.93", reporting_date: "2018-10-17", cumulative_depreciation: "481181.21", reporting_period: "2011-11-30" },
            { id: 755, asset_id: 322, depreciation_value: "715590.72", reporting_date: "2013-09-06", cumulative_depreciation: "494604.32", reporting_period: "2016-05-05" },
            { id: 756, asset_id: 152, depreciation_value: "723909.06", reporting_date: "2018-01-16", cumulative_depreciation: "533950.98", reporting_period: "2019-10-31" },
            { id: 757, asset_id: 172, depreciation_value: "249346.94", reporting_date: "2021-01-18", cumulative_depreciation: "385242.46", reporting_period: "2021-02-12" },
            { id: 758, asset_id: 280, depreciation_value: "842424.06", reporting_date: "2018-11-07", cumulative_depreciation: "363748.79", reporting_period: "2016-03-14" },
            { id: 759, asset_id: 307, depreciation_value: "159027.02", reporting_date: "2023-10-17", cumulative_depreciation: "218088.58", reporting_period: "2011-10-03" },
            { id: 760, asset_id: 202, depreciation_value: "528886.56", reporting_date: "2017-08-08", cumulative_depreciation: "707350.99", reporting_period: "2017-05-02" },
            { id: 761, asset_id: 304, depreciation_value: "461649.14", reporting_date: "2015-11-02", cumulative_depreciation: "429253.31", reporting_period: "2011-09-11" },
            { id: 762, asset_id: 205, depreciation_value: "941313.14", reporting_date: "2013-11-14", cumulative_depreciation: "495466.20", reporting_period: "2014-05-17" },
            { id: 763, asset_id: 320, depreciation_value: "156057.25", reporting_date: "2019-01-24", cumulative_depreciation: "525016.17", reporting_period: "2015-11-04" },
            { id: 764, asset_id: 211, depreciation_value: "196458.84", reporting_date: "2018-07-26", cumulative_depreciation: "693534.87", reporting_period: "2021-06-05" },
            { id: 765, asset_id: 366, depreciation_value: "568973.48", reporting_date: "2017-12-08", cumulative_depreciation: "622896.76", reporting_period: "2010-06-14" },
            { id: 766, asset_id: 339, depreciation_value: "27602.03", reporting_date: "2013-05-06", cumulative_depreciation: "648258.29", reporting_period: "2014-06-26" },
            { id: 767, asset_id: 207, depreciation_value: "187620.42", reporting_date: "2013-11-04", cumulative_depreciation: "604551.25", reporting_period: "2018-03-13" },
            { id: 768, asset_id: 198, depreciation_value: "14695.66", reporting_date: "2022-10-25", cumulative_depreciation: "568596.38", reporting_period: "2016-05-30" },
            { id: 769, asset_id: 336, depreciation_value: "42691.25", reporting_date: "2010-12-31", cumulative_depreciation: "498470.86", reporting_period: "2019-02-10" },
            { id: 770, asset_id: 4, depreciation_value: "24692.58", reporting_date: "2019-10-24", cumulative_depreciation: "635835.82", reporting_period: "2014-01-28" },
            { id: 771, asset_id: 125, depreciation_value: "258501.22", reporting_date: "2013-12-28", cumulative_depreciation: "483632.65", reporting_period: "2018-06-28" },
            { id: 772, asset_id: 227, depreciation_value: "622929.42", reporting_date: "2020-09-04", cumulative_depreciation: "529253.79", reporting_period: "2011-01-10" },
            { id: 773, asset_id: 263, depreciation_value: "372095.21", reporting_date: "2023-05-16", cumulative_depreciation: "482607.79", reporting_period: "2014-06-20" },
            { id: 774, asset_id: 186, depreciation_value: "527608.29", reporting_date: "2019-08-06", cumulative_depreciation: "615610.27", reporting_period: "2011-11-14" },
            { id: 775, asset_id: 81, depreciation_value: "72576.91", reporting_date: "2020-04-22", cumulative_depreciation: "449088.42", reporting_period: "2022-11-27" },
            { id: 776, asset_id: 47, depreciation_value: "7150.38", reporting_date: "2020-04-20", cumulative_depreciation: "541974.84", reporting_period: "2010-04-27" },
            { id: 777, asset_id: 185, depreciation_value: "128606.74", reporting_date: "2020-07-14", cumulative_depreciation: "515315.95", reporting_period: "2011-06-21" },
            { id: 778, asset_id: 398, depreciation_value: "501349.34", reporting_date: "2015-07-13", cumulative_depreciation: "704424.48", reporting_period: "2013-10-12" },
            { id: 779, asset_id: 137, depreciation_value: "22745.46", reporting_date: "2023-06-27", cumulative_depreciation: "720913.69", reporting_period: "2016-01-04" },
            { id: 780, asset_id: 331, depreciation_value: "121686.46", reporting_date: "2023-11-03", cumulative_depreciation: "884907.05", reporting_period: "2019-11-02" },
            { id: 781, asset_id: 304, depreciation_value: "200.45", reporting_date: "2022-01-10", cumulative_depreciation: "214347.60", reporting_period: "2012-06-24" },
            { id: 782, asset_id: 41, depreciation_value: "667186.12", reporting_date: "2021-03-27", cumulative_depreciation: "606894.55", reporting_period: "2013-02-21" },
            { id: 783, asset_id: 111, depreciation_value: "408470.45", reporting_date: "2022-09-27", cumulative_depreciation: "439989.30", reporting_period: "2011-07-26" },
            { id: 784, asset_id: 240, depreciation_value: "722752.14", reporting_date: "2020-06-13", cumulative_depreciation: "701250.50", reporting_period: "2018-10-22" },
            { id: 785, asset_id: 231, depreciation_value: "498103.98", reporting_date: "2020-01-06", cumulative_depreciation: "392073.34", reporting_period: "2020-02-26" },
            { id: 786, asset_id: 356, depreciation_value: "480305.02", reporting_date: "2014-03-14", cumulative_depreciation: "609405.58", reporting_period: "2016-05-06" },
            { id: 787, asset_id: 336, depreciation_value: "434894.49", reporting_date: "2011-05-12", cumulative_depreciation: "483248.56", reporting_period: "2022-07-13" },
            { id: 788, asset_id: 400, depreciation_value: "145160.05", reporting_date: "2020-06-23", cumulative_depreciation: "533445.71", reporting_period: "2015-03-31" },
            { id: 789, asset_id: 6, depreciation_value: "888759.62", reporting_date: "2017-10-13", cumulative_depreciation: "619924.68", reporting_period: "2015-07-18" },
            { id: 790, asset_id: 271, depreciation_value: "140828.45", reporting_date: "2010-09-26", cumulative_depreciation: "517579.32", reporting_period: "2015-07-14" },
            { id: 791, asset_id: 127, depreciation_value: "760799.13", reporting_date: "2023-06-13", cumulative_depreciation: "582341.02", reporting_period: "2015-09-21" },
            { id: 792, asset_id: 263, depreciation_value: "405105.16", reporting_date: "2019-03-24", cumulative_depreciation: "547506.31", reporting_period: "2012-08-14" },
            { id: 793, asset_id: 117, depreciation_value: "113630.82", reporting_date: "2015-05-27", cumulative_depreciation: "430358.04", reporting_period: "2016-08-31" },
            { id: 794, asset_id: 342, depreciation_value: "100676.91", reporting_date: "2021-08-09", cumulative_depreciation: "598502.12", reporting_period: "2016-09-04" },
            { id: 795, asset_id: 300, depreciation_value: "431731.98", reporting_date: "2023-05-24", cumulative_depreciation: "485013.61", reporting_period: "2023-11-01" },
            { id: 796, asset_id: 260, depreciation_value: "127342.22", reporting_date: "2020-11-01", cumulative_depreciation: "379557.87", reporting_period: "2022-06-01" },
            { id: 797, asset_id: 155, depreciation_value: "205795.71", reporting_date: "2014-11-17", cumulative_depreciation: "316207.62", reporting_period: "2011-07-11" },
            { id: 798, asset_id: 216, depreciation_value: "558.46", reporting_date: "2018-04-08", cumulative_depreciation: "366470.68", reporting_period: "2021-01-18" },
            { id: 799, asset_id: 21, depreciation_value: "226051.52", reporting_date: "2020-11-24", cumulative_depreciation: "438001.37", reporting_period: "2013-01-30" },
            { id: 800, asset_id: 320, depreciation_value: "69336.06", reporting_date: "2016-01-02", cumulative_depreciation: "470697.68", reporting_period: "2015-02-25" },
            { id: 801, asset_id: 166, depreciation_value: "480552.86", reporting_date: "2023-06-17", cumulative_depreciation: "542587.14", reporting_period: "2023-11-11" },
            { id: 802, asset_id: 397, depreciation_value: "122711.93", reporting_date: "2022-03-19", cumulative_depreciation: "556415.17", reporting_period: "2019-10-17" },
            { id: 803, asset_id: 341, depreciation_value: "974243.70", reporting_date: "2010-01-13", cumulative_depreciation: "374438.89", reporting_period: "2011-12-30" },
            { id: 804, asset_id: 323, depreciation_value: "238013.99", reporting_date: "2019-07-17", cumulative_depreciation: "403203.60", reporting_period: "2012-11-21" },
            { id: 805, asset_id: 349, depreciation_value: "975703.32", reporting_date: "2023-09-05", cumulative_depreciation: "441739.92", reporting_period: "2023-06-17" },
            { id: 806, asset_id: 335, depreciation_value: "633837.38", reporting_date: "2018-01-19", cumulative_depreciation: "170507.86", reporting_period: "2023-08-16" },
            { id: 807, asset_id: 116, depreciation_value: "399102.36", reporting_date: "2019-02-02", cumulative_depreciation: "825573.09", reporting_period: "2017-06-29" },
            { id: 808, asset_id: 397, depreciation_value: "327182.57", reporting_date: "2023-05-16", cumulative_depreciation: "512976.17", reporting_period: "2014-10-27" },
            { id: 809, asset_id: 349, depreciation_value: "454023.35", reporting_date: "2011-09-03", cumulative_depreciation: "877960.44", reporting_period: "2013-12-11" },
            { id: 810, asset_id: 253, depreciation_value: "651652.75", reporting_date: "2012-09-13", cumulative_depreciation: "791841.64", reporting_period: "2018-10-28" },
            { id: 811, asset_id: 376, depreciation_value: "332533.15", reporting_date: "2018-08-06", cumulative_depreciation: "327266.56", reporting_period: "2018-07-20" },
            { id: 812, asset_id: 230, depreciation_value: "53951.78", reporting_date: "2018-07-27", cumulative_depreciation: "689101.27", reporting_period: "2023-02-04" },
            { id: 813, asset_id: 9, depreciation_value: "427009.31", reporting_date: "2022-01-15", cumulative_depreciation: "594835.10", reporting_period: "2013-05-16" },
            { id: 814, asset_id: 195, depreciation_value: "937317.25", reporting_date: "2017-12-28", cumulative_depreciation: "470529.54", reporting_period: "2020-02-10" },
            { id: 815, asset_id: 354, depreciation_value: "383378.20", reporting_date: "2020-01-12", cumulative_depreciation: "582048.79", reporting_period: "2015-07-26" },
            { id: 816, asset_id: 159, depreciation_value: "545033.63", reporting_date: "2021-06-29", cumulative_depreciation: "224750.50", reporting_period: "2021-10-14" },
            { id: 817, asset_id: 160, depreciation_value: "91046.67", reporting_date: "2021-09-24", cumulative_depreciation: "887724.51", reporting_period: "2021-01-30" },
            { id: 818, asset_id: 255, depreciation_value: "32359.32", reporting_date: "2015-07-04", cumulative_depreciation: "479914.07", reporting_period: "2022-10-27" },
            { id: 819, asset_id: 300, depreciation_value: "510643.68", reporting_date: "2020-03-11", cumulative_depreciation: "301904.65", reporting_period: "2013-12-13" },
            { id: 820, asset_id: 386, depreciation_value: "689841.83", reporting_date: "2013-09-19", cumulative_depreciation: "657086.82", reporting_period: "2013-04-16" },
            { id: 821, asset_id: 107, depreciation_value: "156198.09", reporting_date: "2019-01-19", cumulative_depreciation: "499438.93", reporting_period: "2011-07-07" },
            { id: 822, asset_id: 255, depreciation_value: "954859.22", reporting_date: "2014-09-15", cumulative_depreciation: "418939.55", reporting_period: "2023-10-01" },
            { id: 823, asset_id: 365, depreciation_value: "274003.06", reporting_date: "2019-11-08", cumulative_depreciation: "653497.78", reporting_period: "2019-08-27" },
            { id: 824, asset_id: 237, depreciation_value: "732445.63", reporting_date: "2012-08-08", cumulative_depreciation: "344297.74", reporting_period: "2017-09-21" },
            { id: 825, asset_id: 121, depreciation_value: "14114.79", reporting_date: "2019-11-20", cumulative_depreciation: "407184.46", reporting_period: "2020-04-06" },
            { id: 826, asset_id: 220, depreciation_value: "476728.26", reporting_date: "2012-10-08", cumulative_depreciation: "353674.84", reporting_period: "2016-06-24" },
            { id: 827, asset_id: 7, depreciation_value: "13961.73", reporting_date: "2017-04-12", cumulative_depreciation: "416469.87", reporting_period: "2016-11-18" },
            { id: 828, asset_id: 86, depreciation_value: "30783.05", reporting_date: "2021-05-19", cumulative_depreciation: "433257.32", reporting_period: "2011-03-15" },
            { id: 829, asset_id: 365, depreciation_value: "827397.46", reporting_date: "2022-04-26", cumulative_depreciation: "643195.61", reporting_period: "2012-11-29" },
            { id: 830, asset_id: 373, depreciation_value: "845497.03", reporting_date: "2023-01-13", cumulative_depreciation: "457400.26", reporting_period: "2017-06-03" },
            { id: 831, asset_id: 76, depreciation_value: "265078.45", reporting_date: "2023-10-11", cumulative_depreciation: "394987.73", reporting_period: "2014-01-19" },
            { id: 832, asset_id: 344, depreciation_value: "75954.80", reporting_date: "2015-11-09", cumulative_depreciation: "526400.67", reporting_period: "2022-11-21" },
            { id: 833, asset_id: 73, depreciation_value: "130227.20", reporting_date: "2018-03-27", cumulative_depreciation: "521177.57", reporting_period: "2022-11-05" },
            { id: 834, asset_id: 252, depreciation_value: "6846.64", reporting_date: "2017-08-27", cumulative_depreciation: "529513.74", reporting_period: "2015-05-25" },
            { id: 835, asset_id: 282, depreciation_value: "67510.11", reporting_date: "2018-08-14", cumulative_depreciation: "327843.17", reporting_period: "2016-05-12" },
            { id: 836, asset_id: 139, depreciation_value: "420670.57", reporting_date: "2019-04-01", cumulative_depreciation: "480772.46", reporting_period: "2010-07-20" },
            { id: 837, asset_id: 38, depreciation_value: "176697.95", reporting_date: "2022-03-22", cumulative_depreciation: "386298.50", reporting_period: "2010-12-10" },
            { id: 838, asset_id: 42, depreciation_value: "82218.40", reporting_date: "2015-07-17", cumulative_depreciation: "455567.83", reporting_period: "2014-07-17" },
            { id: 839, asset_id: 146, depreciation_value: "186339.04", reporting_date: "2022-09-29", cumulative_depreciation: "262613.70", reporting_period: "2020-12-22" },
            { id: 840, asset_id: 63, depreciation_value: "101208.52", reporting_date: "2022-06-25", cumulative_depreciation: "489435.15", reporting_period: "2020-06-14" },
            { id: 841, asset_id: 172, depreciation_value: "513883.40", reporting_date: "2021-12-15", cumulative_depreciation: "285991.94", reporting_period: "2013-07-20" },
            { id: 842, asset_id: 49, depreciation_value: "337695.05", reporting_date: "2023-10-01", cumulative_depreciation: "735964.77", reporting_period: "2021-11-14" },
            { id: 843, asset_id: 349, depreciation_value: "494162.54", reporting_date: "2022-05-17", cumulative_depreciation: "771274.48", reporting_period: "2015-08-16" },
            { id: 844, asset_id: 304, depreciation_value: "922746.42", reporting_date: "2019-08-16", cumulative_depreciation: "502160.16", reporting_period: "2019-12-12" },
            { id: 845, asset_id: 277, depreciation_value: "38238.11", reporting_date: "2013-04-22", cumulative_depreciation: "661233.56", reporting_period: "2010-03-10" },
            { id: 846, asset_id: 146, depreciation_value: "331150.22", reporting_date: "2023-04-27", cumulative_depreciation: "244895.28", reporting_period: "2012-12-11" },
            { id: 847, asset_id: 189, depreciation_value: "135665.39", reporting_date: "2013-10-14", cumulative_depreciation: "171614.36", reporting_period: "2016-04-28" },
            { id: 848, asset_id: 188, depreciation_value: "734497.74", reporting_date: "2021-12-19", cumulative_depreciation: "579887.29", reporting_period: "2020-12-15" },
            { id: 849, asset_id: 188, depreciation_value: "962322.16", reporting_date: "2015-08-03", cumulative_depreciation: "331490.36", reporting_period: "2023-07-06" },
            { id: 850, asset_id: 136, depreciation_value: "27278.57", reporting_date: "2013-01-22", cumulative_depreciation: "438473.66", reporting_period: "2013-11-10" },
            { id: 851, asset_id: 202, depreciation_value: "67801.81", reporting_date: "2016-01-30", cumulative_depreciation: "173176.19", reporting_period: "2023-04-25" },
            { id: 852, asset_id: 131, depreciation_value: "812155.41", reporting_date: "2014-04-15", cumulative_depreciation: "348725.89", reporting_period: "2012-04-16" },
            { id: 853, asset_id: 102, depreciation_value: "424431.26", reporting_date: "2022-03-14", cumulative_depreciation: "487129.08", reporting_period: "2020-12-12" },
            { id: 854, asset_id: 350, depreciation_value: "587428.66", reporting_date: "2011-07-07", cumulative_depreciation: "358875.29", reporting_period: "2017-04-24" },
            { id: 855, asset_id: 59, depreciation_value: "832615.38", reporting_date: "2015-03-29", cumulative_depreciation: "272848.08", reporting_period: "2022-10-01" },
            { id: 856, asset_id: 338, depreciation_value: "5022.99", reporting_date: "2019-10-31", cumulative_depreciation: "159057.01", reporting_period: "2023-10-01" },
            { id: 857, asset_id: 380, depreciation_value: "19330.54", reporting_date: "2023-11-18", cumulative_depreciation: "422371.93", reporting_period: "2023-07-07" },
            { id: 858, asset_id: 16, depreciation_value: "368454.10", reporting_date: "2020-02-04", cumulative_depreciation: "244482.01", reporting_period: "2020-09-22" },
            { id: 859, asset_id: 251, depreciation_value: "27180.20", reporting_date: "2015-11-23", cumulative_depreciation: "655757.03", reporting_period: "2016-12-28" },
            { id: 860, asset_id: 14, depreciation_value: "132521.20", reporting_date: "2022-09-14", cumulative_depreciation: "447254.79", reporting_period: "2013-10-15" },
            { id: 861, asset_id: 130, depreciation_value: "100136.89", reporting_date: "2010-05-24", cumulative_depreciation: "559933.21", reporting_period: "2011-08-13" },
            { id: 862, asset_id: 297, depreciation_value: "492260.05", reporting_date: "2013-09-27", cumulative_depreciation: "642510.62", reporting_period: "2021-10-06" },
            { id: 863, asset_id: 43, depreciation_value: "787094.83", reporting_date: "2023-01-14", cumulative_depreciation: "494056.80", reporting_period: "2010-01-21" },
            { id: 864, asset_id: 273, depreciation_value: "291181.92", reporting_date: "2022-04-08", cumulative_depreciation: "615757.54", reporting_period: "2012-06-05" },
            { id: 865, asset_id: 9, depreciation_value: "532695.97", reporting_date: "2018-01-28", cumulative_depreciation: "98052.61", reporting_period: "2019-04-29" },
            { id: 866, asset_id: 273, depreciation_value: "140728.03", reporting_date: "2010-01-10", cumulative_depreciation: "512204.72", reporting_period: "2023-07-29" },
            { id: 867, asset_id: 110, depreciation_value: "167117.59", reporting_date: "2016-08-13", cumulative_depreciation: "654138.08", reporting_period: "2021-09-19" },
            { id: 868, asset_id: 169, depreciation_value: "245302.80", reporting_date: "2012-10-03", cumulative_depreciation: "648419.75", reporting_period: "2017-10-28" },
            { id: 869, asset_id: 87, depreciation_value: "860311.50", reporting_date: "2020-12-01", cumulative_depreciation: "427231.79", reporting_period: "2016-04-15" },
            { id: 870, asset_id: 266, depreciation_value: "831356.31", reporting_date: "2021-07-31", cumulative_depreciation: "579060.63", reporting_period: "2022-09-26" },
            { id: 871, asset_id: 88, depreciation_value: "618382.41", reporting_date: "2015-05-21", cumulative_depreciation: "465368.00", reporting_period: "2012-01-03" },
            { id: 872, asset_id: 330, depreciation_value: "159255.78", reporting_date: "2019-02-27", cumulative_depreciation: "442245.48", reporting_period: "2021-03-14" },
            { id: 873, asset_id: 92, depreciation_value: "104004.54", reporting_date: "2020-08-16", cumulative_depreciation: "539440.21", reporting_period: "2023-02-15" },
            { id: 874, asset_id: 241, depreciation_value: "251681.90", reporting_date: "2011-04-22", cumulative_depreciation: "418754.89", reporting_period: "2012-04-22" },
            { id: 875, asset_id: 156, depreciation_value: "349360.90", reporting_date: "2023-02-02", cumulative_depreciation: "516196.16", reporting_period: "2015-02-11" },
            { id: 876, asset_id: 204, depreciation_value: "128356.37", reporting_date: "2021-06-11", cumulative_depreciation: "321672.29", reporting_period: "2021-03-24" },
            { id: 877, asset_id: 394, depreciation_value: "717660.90", reporting_date: "2022-08-02", cumulative_depreciation: "416438.95", reporting_period: "2015-10-23" },
            { id: 878, asset_id: 82, depreciation_value: "437357.37", reporting_date: "2023-02-16", cumulative_depreciation: "230660.36", reporting_period: "2017-07-11" },
            { id: 879, asset_id: 207, depreciation_value: "60272.46", reporting_date: "2014-10-10", cumulative_depreciation: "379398.46", reporting_period: "2014-06-23" },
            { id: 880, asset_id: 329, depreciation_value: "4968.31", reporting_date: "2018-02-21", cumulative_depreciation: "421925.82", reporting_period: "2017-04-16" },
            { id: 881, asset_id: 163, depreciation_value: "523462.14", reporting_date: "2023-02-28", cumulative_depreciation: "496889.42", reporting_period: "2016-05-01" },
            { id: 882, asset_id: 213, depreciation_value: "24737.23", reporting_date: "2014-06-20", cumulative_depreciation: "482758.13", reporting_period: "2011-12-13" },
            { id: 883, asset_id: 278, depreciation_value: "26544.06", reporting_date: "2012-06-30", cumulative_depreciation: "622835.25", reporting_period: "2016-01-21" },
            { id: 884, asset_id: 6, depreciation_value: "366985.67", reporting_date: "2018-09-28", cumulative_depreciation: "680988.44", reporting_period: "2014-01-27" },
            { id: 885, asset_id: 162, depreciation_value: "309979.98", reporting_date: "2020-02-15", cumulative_depreciation: "243253.32", reporting_period: "2016-10-22" },
            { id: 886, asset_id: 241, depreciation_value: "63134.78", reporting_date: "2013-06-17", cumulative_depreciation: "317567.96", reporting_period: "2018-05-19" },
            { id: 887, asset_id: 21, depreciation_value: "296105.55", reporting_date: "2010-05-04", cumulative_depreciation: "476908.86", reporting_period: "2015-07-29" },
            { id: 888, asset_id: 324, depreciation_value: "886772.91", reporting_date: "2017-06-24", cumulative_depreciation: "669877.62", reporting_period: "2011-05-09" },
            { id: 889, asset_id: 313, depreciation_value: "267410.24", reporting_date: "2022-02-10", cumulative_depreciation: "399955.22", reporting_period: "2012-12-14" },
            { id: 890, asset_id: 79, depreciation_value: "151914.17", reporting_date: "2016-11-06", cumulative_depreciation: "634155.10", reporting_period: "2016-08-17" },
            { id: 891, asset_id: 343, depreciation_value: "134597.04", reporting_date: "2023-08-22", cumulative_depreciation: "551538.29", reporting_period: "2011-02-26" },
            { id: 892, asset_id: 203, depreciation_value: "266086.63", reporting_date: "2020-01-26", cumulative_depreciation: "375870.78", reporting_period: "2018-06-28" },
            { id: 893, asset_id: 309, depreciation_value: "978803.06", reporting_date: "2015-10-07", cumulative_depreciation: "686302.85", reporting_period: "2015-07-26" },
            { id: 894, asset_id: 396, depreciation_value: "85662.50", reporting_date: "2017-02-10", cumulative_depreciation: "525895.22", reporting_period: "2014-08-08" },
            { id: 895, asset_id: 248, depreciation_value: "782244.41", reporting_date: "2019-05-20", cumulative_depreciation: "674416.86", reporting_period: "2014-10-11" },
            { id: 896, asset_id: 384, depreciation_value: "153550.36", reporting_date: "2016-04-04", cumulative_depreciation: "552826.32", reporting_period: "2020-06-11" },
            { id: 897, asset_id: 243, depreciation_value: "14987.01", reporting_date: "2019-02-03", cumulative_depreciation: "614049.71", reporting_period: "2023-04-11" },
            { id: 898, asset_id: 121, depreciation_value: "152778.76", reporting_date: "2022-02-09", cumulative_depreciation: "707490.34", reporting_period: "2014-10-27" },
            { id: 899, asset_id: 213, depreciation_value: "2375.61", reporting_date: "2019-08-15", cumulative_depreciation: "499931.90", reporting_period: "2013-03-04" },
            { id: 900, asset_id: 239, depreciation_value: "48240.93", reporting_date: "2015-04-12", cumulative_depreciation: "416049.48", reporting_period: "2015-12-10" },
            { id: 901, asset_id: 26, depreciation_value: "167576.73", reporting_date: "2020-07-29", cumulative_depreciation: "486416.38", reporting_period: "2014-10-23" },
            { id: 902, asset_id: 365, depreciation_value: "590483.55", reporting_date: "2023-02-03", cumulative_depreciation: "447395.50", reporting_period: "2018-04-02" },
            { id: 903, asset_id: 194, depreciation_value: "2274.14", reporting_date: "2013-08-04", cumulative_depreciation: "395550.81", reporting_period: "2017-11-26" },
            { id: 904, asset_id: 83, depreciation_value: "624381.86", reporting_date: "2021-04-29", cumulative_depreciation: "170490.23", reporting_period: "2015-02-02" },
            { id: 905, asset_id: 54, depreciation_value: "830265.91", reporting_date: "2020-06-01", cumulative_depreciation: "447353.87", reporting_period: "2019-09-24" },
            { id: 906, asset_id: 241, depreciation_value: "106722.70", reporting_date: "2022-08-29", cumulative_depreciation: "819980.49", reporting_period: "2023-03-29" },
            { id: 907, asset_id: 60, depreciation_value: "840899.32", reporting_date: "2016-03-22", cumulative_depreciation: "759188.83", reporting_period: "2023-10-01" },
            { id: 908, asset_id: 153, depreciation_value: "125675.50", reporting_date: "2012-02-14", cumulative_depreciation: "613935.11", reporting_period: "2012-05-05" },
            { id: 909, asset_id: 8, depreciation_value: "38627.65", reporting_date: "2019-03-30", cumulative_depreciation: "542997.36", reporting_period: "2013-01-06" },
            { id: 910, asset_id: 376, depreciation_value: "390451.67", reporting_date: "2015-04-21", cumulative_depreciation: "609853.92", reporting_period: "2017-05-30" },
            { id: 911, asset_id: 218, depreciation_value: "180905.76", reporting_date: "2015-07-28", cumulative_depreciation: "379775.57", reporting_period: "2021-08-11" },
            { id: 912, asset_id: 382, depreciation_value: "3594.74", reporting_date: "2011-07-21", cumulative_depreciation: "406504.39", reporting_period: "2022-05-10" },
            { id: 913, asset_id: 126, depreciation_value: "582390.87", reporting_date: "2020-04-21", cumulative_depreciation: "253988.94", reporting_period: "2010-08-17" },
            { id: 914, asset_id: 20, depreciation_value: "151689.81", reporting_date: "2018-11-10", cumulative_depreciation: "735003.57", reporting_period: "2010-03-02" },
            { id: 915, asset_id: 70, depreciation_value: "158.93", reporting_date: "2011-01-28", cumulative_depreciation: "481961.34", reporting_period: "2010-03-26" },
            { id: 916, asset_id: 390, depreciation_value: "207387.36", reporting_date: "2014-09-09", cumulative_depreciation: "487050.13", reporting_period: "2016-02-28" },
            { id: 917, asset_id: 257, depreciation_value: "642283.22", reporting_date: "2019-03-04", cumulative_depreciation: "433341.90", reporting_period: "2016-04-14" },
            { id: 918, asset_id: 117, depreciation_value: "632343.83", reporting_date: "2021-07-09", cumulative_depreciation: "214424.96", reporting_period: "2015-07-03" },
            { id: 919, asset_id: 286, depreciation_value: "416795.69", reporting_date: "2019-07-05", cumulative_depreciation: "614149.75", reporting_period: "2017-10-05" },
            { id: 920, asset_id: 173, depreciation_value: "284803.58", reporting_date: "2022-09-26", cumulative_depreciation: "283298.39", reporting_period: "2022-12-01" },
            { id: 921, asset_id: 321, depreciation_value: "12657.94", reporting_date: "2023-12-23", cumulative_depreciation: "336708.38", reporting_period: "2014-04-10" },
            { id: 922, asset_id: 39, depreciation_value: "10956.41", reporting_date: "2021-04-23", cumulative_depreciation: "649066.53", reporting_period: "2011-03-23" },
            { id: 923, asset_id: 370, depreciation_value: "23903.92", reporting_date: "2012-08-13", cumulative_depreciation: "506941.77", reporting_period: "2018-09-17" },
            { id: 924, asset_id: 268, depreciation_value: "241113.96", reporting_date: "2021-07-09", cumulative_depreciation: "509276.64", reporting_period: "2022-09-14" },
            { id: 925, asset_id: 322, depreciation_value: "81848.33", reporting_date: "2021-03-01", cumulative_depreciation: "554918.25", reporting_period: "2019-09-11" },
            { id: 926, asset_id: 18, depreciation_value: "77456.91", reporting_date: "2019-03-25", cumulative_depreciation: "690180.43", reporting_period: "2014-01-23" },
            { id: 927, asset_id: 397, depreciation_value: "258552.75", reporting_date: "2011-09-20", cumulative_depreciation: "429157.88", reporting_period: "2023-01-09" },
            { id: 928, asset_id: 35, depreciation_value: "295367.69", reporting_date: "2012-12-15", cumulative_depreciation: "534856.93", reporting_period: "2016-11-27" },
            { id: 929, asset_id: 171, depreciation_value: "731544.46", reporting_date: "2023-03-18", cumulative_depreciation: "335641.43", reporting_period: "2020-03-02" },
            { id: 930, asset_id: 355, depreciation_value: "300323.36", reporting_date: "2016-10-15", cumulative_depreciation: "466956.73", reporting_period: "2010-11-23" },
            { id: 931, asset_id: 196, depreciation_value: "661962.94", reporting_date: "2017-11-10", cumulative_depreciation: "283593.53", reporting_period: "2018-01-02" },
            { id: 932, asset_id: 254, depreciation_value: "460311.85", reporting_date: "2015-12-03", cumulative_depreciation: "263277.91", reporting_period: "2018-05-04" },
            { id: 933, asset_id: 352, depreciation_value: "301148.31", reporting_date: "2016-04-14", cumulative_depreciation: "610182.85", reporting_period: "2018-10-15" },
            { id: 934, asset_id: 127, depreciation_value: "211939.80", reporting_date: "2019-10-23", cumulative_depreciation: "710083.98", reporting_period: "2010-05-03" },
            { id: 935, asset_id: 249, depreciation_value: "170904.87", reporting_date: "2022-02-09", cumulative_depreciation: "480448.09", reporting_period: "2015-05-12" },
            { id: 936, asset_id: 101, depreciation_value: "3632.82", reporting_date: "2013-09-20", cumulative_depreciation: "536689.09", reporting_period: "2020-03-29" },
            { id: 937, asset_id: 90, depreciation_value: "354435.62", reporting_date: "2020-01-30", cumulative_depreciation: "352683.93", reporting_period: "2016-08-04" },
            { id: 938, asset_id: 163, depreciation_value: "366514.89", reporting_date: "2022-10-03", cumulative_depreciation: "453821.14", reporting_period: "2013-05-18" },
            { id: 939, asset_id: 248, depreciation_value: "571816.30", reporting_date: "2021-08-24", cumulative_depreciation: "128212.40", reporting_period: "2019-02-18" },
            { id: 940, asset_id: 299, depreciation_value: "576163.38", reporting_date: "2016-12-28", cumulative_depreciation: "548715.37", reporting_period: "2014-06-14" },
            { id: 941, asset_id: 193, depreciation_value: "26400.79", reporting_date: "2020-08-04", cumulative_depreciation: "745216.12", reporting_period: "2017-08-31" },
            { id: 942, asset_id: 268, depreciation_value: "966060.88", reporting_date: "2020-12-04", cumulative_depreciation: "562328.32", reporting_period: "2023-11-21" },
            { id: 943, asset_id: 137, depreciation_value: "643059.31", reporting_date: "2022-03-15", cumulative_depreciation: "457974.28", reporting_period: "2015-06-20" },
            { id: 944, asset_id: 274, depreciation_value: "819.91", reporting_date: "2023-02-04", cumulative_depreciation: "459003.65", reporting_period: "2014-07-31" },
            { id: 945, asset_id: 12, depreciation_value: "469165.01", reporting_date: "2021-12-20", cumulative_depreciation: "551545.50", reporting_period: "2017-11-16" },
            { id: 946, asset_id: 88, depreciation_value: "398775.93", reporting_date: "2017-03-25", cumulative_depreciation: "566511.00", reporting_period: "2010-08-05" },
            { id: 947, asset_id: 240, depreciation_value: "897736.47", reporting_date: "2011-02-17", cumulative_depreciation: "663307.44", reporting_period: "2010-07-29" },
            { id: 948, asset_id: 379, depreciation_value: "952852.91", reporting_date: "2018-10-07", cumulative_depreciation: "197060.83", reporting_period: "2011-03-03" },
            { id: 949, asset_id: 12, depreciation_value: "485674.82", reporting_date: "2018-12-11", cumulative_depreciation: "348489.94", reporting_period: "2020-08-29" },
            { id: 950, asset_id: 277, depreciation_value: "965830.50", reporting_date: "2020-10-14", cumulative_depreciation: "622718.90", reporting_period: "2019-05-13" },
            { id: 951, asset_id: 261, depreciation_value: "3872.33", reporting_date: "2020-06-27", cumulative_depreciation: "609492.66", reporting_period: "2016-03-28" },
            { id: 952, asset_id: 388, depreciation_value: "151881.09", reporting_date: "2023-01-03", cumulative_depreciation: "519869.12", reporting_period: "2019-10-12" },
            { id: 953, asset_id: 12, depreciation_value: "70523.32", reporting_date: "2018-08-10", cumulative_depreciation: "272262.29", reporting_period: "2020-01-25" },
            { id: 954, asset_id: 263, depreciation_value: "421112.70", reporting_date: "2010-02-17", cumulative_depreciation: "698862.41", reporting_period: "2012-04-30" },
            { id: 955, asset_id: 128, depreciation_value: "248883.93", reporting_date: "2014-09-25", cumulative_depreciation: "573129.40", reporting_period: "2013-03-24" },
            { id: 956, asset_id: 168, depreciation_value: "494799.97", reporting_date: "2017-07-24", cumulative_depreciation: "699222.65", reporting_period: "2017-09-25" },
            { id: 957, asset_id: 277, depreciation_value: "200872.14", reporting_date: "2019-02-23", cumulative_depreciation: "451552.57", reporting_period: "2011-05-13" },
            { id: 958, asset_id: 338, depreciation_value: "440828.74", reporting_date: "2020-07-04", cumulative_depreciation: "409311.74", reporting_period: "2011-06-16" },
            { id: 959, asset_id: 156, depreciation_value: "816149.58", reporting_date: "2014-07-24", cumulative_depreciation: "495654.20", reporting_period: "2020-04-17" },
            { id: 960, asset_id: 76, depreciation_value: "660818.32", reporting_date: "2016-09-06", cumulative_depreciation: "465914.15", reporting_period: "2013-07-21" },
            { id: 961, asset_id: 124, depreciation_value: "518363.82", reporting_date: "2019-10-16", cumulative_depreciation: "511329.47", reporting_period: "2010-07-13" },
            { id: 962, asset_id: 286, depreciation_value: "560002.31", reporting_date: "2018-01-26", cumulative_depreciation: "238599.94", reporting_period: "2021-04-24" },
            { id: 963, asset_id: 79, depreciation_value: "574452.55", reporting_date: "2022-11-02", cumulative_depreciation: "432830.23", reporting_period: "2016-07-27" },
            { id: 964, asset_id: 66, depreciation_value: "1507.26", reporting_date: "2017-01-10", cumulative_depreciation: "695958.51", reporting_period: "2013-10-26" },
            { id: 965, asset_id: 270, depreciation_value: "23782.09", reporting_date: "2023-05-26", cumulative_depreciation: "667273.38", reporting_period: "2023-05-27" },
            { id: 966, asset_id: 339, depreciation_value: "5580.21", reporting_date: "2014-08-05", cumulative_depreciation: "752108.68", reporting_period: "2013-12-09" },
            { id: 967, asset_id: 13, depreciation_value: "93635.49", reporting_date: "2011-11-11", cumulative_depreciation: "474457.46", reporting_period: "2012-12-16" },
            { id: 968, asset_id: 137, depreciation_value: "746595.45", reporting_date: "2015-09-13", cumulative_depreciation: "637597.03", reporting_period: "2017-06-03" },
            { id: 969, asset_id: 287, depreciation_value: "28670.06", reporting_date: "2021-01-31", cumulative_depreciation: "700151.44", reporting_period: "2012-07-19" },
            { id: 970, asset_id: 70, depreciation_value: "371491.88", reporting_date: "2017-04-12", cumulative_depreciation: "534581.96", reporting_period: "2018-12-11" },
            { id: 971, asset_id: 217, depreciation_value: "457338.67", reporting_date: "2016-05-04", cumulative_depreciation: "351528.68", reporting_period: "2021-01-10" },
            { id: 972, asset_id: 244, depreciation_value: "138112.56", reporting_date: "2016-09-12", cumulative_depreciation: "652412.98", reporting_period: "2018-12-28" },
            { id: 973, asset_id: 119, depreciation_value: "103948.47", reporting_date: "2023-07-09", cumulative_depreciation: "581494.60", reporting_period: "2023-12-18" },
            { id: 974, asset_id: 169, depreciation_value: "368504.70", reporting_date: "2020-04-14", cumulative_depreciation: "553401.90", reporting_period: "2015-06-27" },
            { id: 975, asset_id: 169, depreciation_value: "48665.37", reporting_date: "2022-11-26", cumulative_depreciation: "588680.07", reporting_period: "2015-03-08" },
            { id: 976, asset_id: 13, depreciation_value: "71683.06", reporting_date: "2022-05-14", cumulative_depreciation: "328357.42", reporting_period: "2022-07-21" },
            { id: 977, asset_id: 101, depreciation_value: "756171.71", reporting_date: "2015-07-01", cumulative_depreciation: "762460.38", reporting_period: "2020-11-02" },
            { id: 978, asset_id: 357, depreciation_value: "119447.86", reporting_date: "2015-11-11", cumulative_depreciation: "342525.99", reporting_period: "2017-08-06" },
            { id: 979, asset_id: 114, depreciation_value: "894467.69", reporting_date: "2018-09-15", cumulative_depreciation: "585453.11", reporting_period: "2020-03-20" },
            { id: 980, asset_id: 231, depreciation_value: "5339.43", reporting_date: "2023-02-06", cumulative_depreciation: "547365.68", reporting_period: "2010-05-05" },
            { id: 981, asset_id: 321, depreciation_value: "376003.88", reporting_date: "2022-11-23", cumulative_depreciation: "257238.49", reporting_period: "2011-05-08" },
            { id: 982, asset_id: 313, depreciation_value: "859824.07", reporting_date: "2011-05-03", cumulative_depreciation: "543631.45", reporting_period: "2015-09-21" },
            { id: 983, asset_id: 319, depreciation_value: "653238.33", reporting_date: "2019-06-01", cumulative_depreciation: "521078.14", reporting_period: "2023-04-26" },
            { id: 984, asset_id: 290, depreciation_value: "2678.63", reporting_date: "2019-06-22", cumulative_depreciation: "617004.07", reporting_period: "2017-09-12" },
            { id: 985, asset_id: 232, depreciation_value: "263733.73", reporting_date: "2013-05-01", cumulative_depreciation: "652653.34", reporting_period: "2020-01-02" },
            { id: 986, asset_id: 138, depreciation_value: "375413.09", reporting_date: "2016-03-19", cumulative_depreciation: "406613.81", reporting_period: "2017-06-13" },
            { id: 987, asset_id: 226, depreciation_value: "30841.30", reporting_date: "2012-12-28", cumulative_depreciation: "523401.33", reporting_period: "2014-08-24" },
            { id: 988, asset_id: 325, depreciation_value: "551736.39", reporting_date: "2014-12-10", cumulative_depreciation: "597495.00", reporting_period: "2019-12-28" },
            { id: 989, asset_id: 397, depreciation_value: "947379.48", reporting_date: "2021-11-10", cumulative_depreciation: "635303.36", reporting_period: "2020-10-03" },
            { id: 990, asset_id: 312, depreciation_value: "204873.93", reporting_date: "2023-04-17", cumulative_depreciation: "760857.73", reporting_period: "2015-06-20" },
            { id: 991, asset_id: 169, depreciation_value: "26802.35", reporting_date: "2020-09-29", cumulative_depreciation: "599303.62", reporting_period: "2017-04-14" },
            { id: 992, asset_id: 58, depreciation_value: "937094.17", reporting_date: "2016-03-14", cumulative_depreciation: "712157.18", reporting_period: "2019-02-28" },
            { id: 993, asset_id: 121, depreciation_value: "85707.19", reporting_date: "2017-08-10", cumulative_depreciation: "766518.23", reporting_period: "2015-07-07" },
            { id: 994, asset_id: 276, depreciation_value: "4605.29", reporting_date: "2018-07-26", cumulative_depreciation: "123081.98", reporting_period: "2018-12-05" },
            { id: 995, asset_id: 233, depreciation_value: "552525.91", reporting_date: "2021-08-15", cumulative_depreciation: "262863.26", reporting_period: "2016-10-01" },
            { id: 996, asset_id: 69, depreciation_value: "2469.95", reporting_date: "2010-06-04", cumulative_depreciation: "574530.86", reporting_period: "2015-12-21" },
            { id: 997, asset_id: 249, depreciation_value: "811481.71", reporting_date: "2023-08-17", cumulative_depreciation: "768162.17", reporting_period: "2014-06-17" },
            { id: 998, asset_id: 103, depreciation_value: "207503.30", reporting_date: "2017-11-24", cumulative_depreciation: "378197.49", reporting_period: "2021-03-15" },
            { id: 999, asset_id: 372, depreciation_value: "32386.12", reporting_date: "2020-09-09", cumulative_depreciation: "342983.95", reporting_period: "2020-04-26" },
            { id: 1000, asset_id: 1, depreciation_value: "100773.37", reporting_date: "2021-03-27", cumulative_depreciation: "566447.93", reporting_period: "2022-08-24" },
        ],
    });
    await prisma.high_value_assets.createMany({
        data: [
            { id: 1, asset_id: 58, evaluation_date: "2018-10-29", special_value: "565820.15", market_value: "190581.63", appraisal_date: "2011-11-07" },
            { id: 2, asset_id: 319, evaluation_date: "2019-01-02", special_value: "4633155.33", market_value: "2428237.99", appraisal_date: "2013-03-19" },
            { id: 3, asset_id: 11, evaluation_date: "2017-06-09", special_value: "343896.52", market_value: "1154582.89", appraisal_date: "2013-10-22" },
            { id: 4, asset_id: 125, evaluation_date: "2021-04-10", special_value: "918619.83", market_value: "4093811.21", appraisal_date: "2015-07-02" },
            { id: 5, asset_id: 136, evaluation_date: "2015-03-09", special_value: "1028773.63", market_value: "115357.92", appraisal_date: "2010-03-10" },
            { id: 6, asset_id: 237, evaluation_date: "2022-05-15", special_value: "2983299.26", market_value: "3224409.90", appraisal_date: "2021-06-10" },
            { id: 7, asset_id: 208, evaluation_date: "2019-08-07", special_value: "238616.06", market_value: "183059.22", appraisal_date: "2017-12-16" },
            { id: 8, asset_id: 48, evaluation_date: "2023-09-10", special_value: "2377076.66", market_value: "353708.30", appraisal_date: "2014-11-21" },
            { id: 9, asset_id: 384, evaluation_date: "2022-04-13", special_value: "104539.33", market_value: "1587634.47", appraisal_date: "2011-12-07" },
            { id: 10, asset_id: 389, evaluation_date: "2022-10-04", special_value: "109557.78", market_value: "239859.49", appraisal_date: "2023-11-24" },
            { id: 11, asset_id: 87, evaluation_date: "2023-02-09", special_value: "149035.55", market_value: "682470.82", appraisal_date: "2023-05-11" },
            { id: 12, asset_id: 69, evaluation_date: "2022-04-23", special_value: "101596.09", market_value: "1523640.61", appraisal_date: "2015-05-06" },
            { id: 13, asset_id: 291, evaluation_date: "2022-05-20", special_value: "115615.15", market_value: "1969379.39", appraisal_date: "2021-01-06" },
            { id: 14, asset_id: 35, evaluation_date: "2011-01-17", special_value: "2022412.27", market_value: "194584.13", appraisal_date: "2021-03-12" },
            { id: 15, asset_id: 275, evaluation_date: "2013-06-26", special_value: "449000.07", market_value: "3578795.75", appraisal_date: "2018-12-12" },
            { id: 16, asset_id: 24, evaluation_date: "2011-08-25", special_value: "504641.45", market_value: "254808.29", appraisal_date: "2021-04-19" },
            { id: 17, asset_id: 60, evaluation_date: "2016-11-12", special_value: "114585.32", market_value: "876154.89", appraisal_date: "2018-06-23" },
            { id: 18, asset_id: 315, evaluation_date: "2020-03-02", special_value: "1189837.55", market_value: "114082.77", appraisal_date: "2014-03-28" },
            { id: 19, asset_id: 100, evaluation_date: "2020-03-13", special_value: "492989.60", market_value: "1298267.65", appraisal_date: "2017-05-04" },
            { id: 20, asset_id: 289, evaluation_date: "2013-07-07", special_value: "2547405.10", market_value: "4573949.75", appraisal_date: "2023-08-03" },
            { id: 21, asset_id: 182, evaluation_date: "2020-08-03", special_value: "227020.47", market_value: "3056062.51", appraisal_date: "2017-04-28" },
            { id: 22, asset_id: 302, evaluation_date: "2016-10-08", special_value: "4151621.77", market_value: "922499.18", appraisal_date: "2021-10-02" },
            { id: 23, asset_id: 5, evaluation_date: "2020-04-26", special_value: "160628.05", market_value: "2885202.17", appraisal_date: "2014-12-28" },
            { id: 24, asset_id: 109, evaluation_date: "2023-08-09", special_value: "196085.91", market_value: "2735559.59", appraisal_date: "2016-02-24" },
            { id: 25, asset_id: 153, evaluation_date: "2015-09-06", special_value: "2301799.85", market_value: "711692.37", appraisal_date: "2011-06-30" },
            { id: 26, asset_id: 231, evaluation_date: "2023-08-25", special_value: "403426.67", market_value: "2041757.93", appraisal_date: "2013-08-16" },
            { id: 27, asset_id: 255, evaluation_date: "2015-01-14", special_value: "110705.33", market_value: "1913548.06", appraisal_date: "2015-10-15" },
            { id: 28, asset_id: 60, evaluation_date: "2014-07-26", special_value: "229008.18", market_value: "2504593.06", appraisal_date: "2015-05-26" },
            { id: 29, asset_id: 188, evaluation_date: "2012-08-20", special_value: "1519667.37", market_value: "3020588.46", appraisal_date: "2023-06-07" },
            { id: 30, asset_id: 373, evaluation_date: "2022-12-20", special_value: "481131.39", market_value: "483440.01", appraisal_date: "2017-03-14" },
            { id: 31, asset_id: 89, evaluation_date: "2012-10-18", special_value: "100444.03", market_value: "100847.41", appraisal_date: "2014-02-03" },
            { id: 32, asset_id: 54, evaluation_date: "2017-03-30", special_value: "164161.12", market_value: "3460223.58", appraisal_date: "2021-06-29" },
            { id: 33, asset_id: 227, evaluation_date: "2011-07-19", special_value: "907118.88", market_value: "1528424.47", appraisal_date: "2012-10-23" },
            { id: 34, asset_id: 2, evaluation_date: "2021-08-26", special_value: "106127.73", market_value: "110579.02", appraisal_date: "2016-07-02" },
            { id: 35, asset_id: 238, evaluation_date: "2014-09-23", special_value: "498672.59", market_value: "176348.65", appraisal_date: "2015-05-20" },
            { id: 36, asset_id: 192, evaluation_date: "2018-11-06", special_value: "3601072.41", market_value: "405964.03", appraisal_date: "2020-01-04" },
            { id: 37, asset_id: 75, evaluation_date: "2011-11-18", special_value: "4323238.30", market_value: "1260277.35", appraisal_date: "2023-02-14" },
            { id: 38, asset_id: 48, evaluation_date: "2019-05-25", special_value: "1336550.14", market_value: "118544.61", appraisal_date: "2010-03-12" },
            { id: 39, asset_id: 73, evaluation_date: "2019-04-01", special_value: "100095.72", market_value: "4681591.18", appraisal_date: "2018-03-10" },
            { id: 40, asset_id: 186, evaluation_date: "2014-07-10", special_value: "2965725.17", market_value: "113950.55", appraisal_date: "2013-11-16" },
            { id: 41, asset_id: 75, evaluation_date: "2022-04-16", special_value: "117586.92", market_value: "1992337.47", appraisal_date: "2013-10-11" },
            { id: 42, asset_id: 251, evaluation_date: "2015-06-03", special_value: "117451.81", market_value: "117191.51", appraisal_date: "2016-12-07" },
            { id: 43, asset_id: 204, evaluation_date: "2021-04-15", special_value: "110827.19", market_value: "211227.15", appraisal_date: "2017-04-03" },
            { id: 44, asset_id: 384, evaluation_date: "2019-05-23", special_value: "3544009.06", market_value: "2762912.81", appraisal_date: "2015-05-24" },
            { id: 45, asset_id: 362, evaluation_date: "2014-07-10", special_value: "628619.71", market_value: "686797.92", appraisal_date: "2015-02-06" },
            { id: 46, asset_id: 247, evaluation_date: "2022-06-28", special_value: "100992.44", market_value: "3448034.01", appraisal_date: "2021-07-05" },
            { id: 47, asset_id: 178, evaluation_date: "2020-08-13", special_value: "1500977.34", market_value: "137407.32", appraisal_date: "2023-11-06" },
            { id: 48, asset_id: 218, evaluation_date: "2021-12-09", special_value: "2681590.13", market_value: "966239.04", appraisal_date: "2018-11-21" },
            { id: 49, asset_id: 329, evaluation_date: "2018-11-22", special_value: "3315981.07", market_value: "1090301.11", appraisal_date: "2010-12-06" },
            { id: 50, asset_id: 367, evaluation_date: "2022-02-19", special_value: "349595.97", market_value: "149776.35", appraisal_date: "2022-01-18" },
            { id: 51, asset_id: 395, evaluation_date: "2022-06-22", special_value: "3413615.43", market_value: "4428065.04", appraisal_date: "2023-02-19" },
            { id: 52, asset_id: 285, evaluation_date: "2014-10-23", special_value: "1819685.75", market_value: "2725776.58", appraisal_date: "2021-12-05" },
            { id: 53, asset_id: 375, evaluation_date: "2019-10-12", special_value: "1781679.57", market_value: "3456219.77", appraisal_date: "2017-12-15" },
            { id: 54, asset_id: 354, evaluation_date: "2017-09-17", special_value: "3443188.37", market_value: "3845830.25", appraisal_date: "2019-06-12" },
            { id: 55, asset_id: 31, evaluation_date: "2016-05-15", special_value: "400749.83", market_value: "302580.83", appraisal_date: "2011-12-15" },
            { id: 56, asset_id: 228, evaluation_date: "2023-07-21", special_value: "140073.51", market_value: "349487.37", appraisal_date: "2015-05-11" },
            { id: 57, asset_id: 370, evaluation_date: "2016-09-01", special_value: "174055.42", market_value: "803525.57", appraisal_date: "2018-01-17" },
            { id: 58, asset_id: 247, evaluation_date: "2020-12-07", special_value: "2535652.54", market_value: "2784686.82", appraisal_date: "2023-12-15" },
            { id: 59, asset_id: 3, evaluation_date: "2012-09-01", special_value: "644376.59", market_value: "1850956.83", appraisal_date: "2020-05-10" },
            { id: 60, asset_id: 111, evaluation_date: "2020-01-31", special_value: "185499.91", market_value: "1185574.46", appraisal_date: "2012-03-20" },
            { id: 61, asset_id: 39, evaluation_date: "2019-05-07", special_value: "1756188.14", market_value: "878067.61", appraisal_date: "2012-07-27" },
            { id: 62, asset_id: 237, evaluation_date: "2017-10-18", special_value: "101868.22", market_value: "152962.05", appraisal_date: "2020-01-21" },
            { id: 63, asset_id: 150, evaluation_date: "2016-08-24", special_value: "1783035.27", market_value: "2177227.10", appraisal_date: "2010-05-02" },
            { id: 64, asset_id: 388, evaluation_date: "2013-04-01", special_value: "100031.30", market_value: "4695649.81", appraisal_date: "2019-01-11" },
            { id: 65, asset_id: 157, evaluation_date: "2020-02-03", special_value: "4473604.47", market_value: "1075171.58", appraisal_date: "2016-12-26" },
            { id: 66, asset_id: 374, evaluation_date: "2020-11-28", special_value: "110649.11", market_value: "2243760.78", appraisal_date: "2019-06-21" },
            { id: 67, asset_id: 134, evaluation_date: "2011-01-27", special_value: "1080917.53", market_value: "394236.53", appraisal_date: "2021-12-04" },
            { id: 68, asset_id: 111, evaluation_date: "2011-09-15", special_value: "182135.83", market_value: "489694.05", appraisal_date: "2022-09-21" },
            { id: 69, asset_id: 368, evaluation_date: "2022-01-29", special_value: "255302.62", market_value: "638910.13", appraisal_date: "2021-07-30" },
            { id: 70, asset_id: 75, evaluation_date: "2022-09-16", special_value: "102304.15", market_value: "2255028.42", appraisal_date: "2019-08-17" },
            { id: 71, asset_id: 229, evaluation_date: "2019-11-19", special_value: "2130556.05", market_value: "2652124.18", appraisal_date: "2013-05-28" },
            { id: 72, asset_id: 275, evaluation_date: "2019-05-31", special_value: "892895.20", market_value: "4199079.94", appraisal_date: "2020-12-31" },
            { id: 73, asset_id: 58, evaluation_date: "2016-05-09", special_value: "759337.38", market_value: "454765.40", appraisal_date: "2013-06-21" },
            { id: 74, asset_id: 221, evaluation_date: "2016-03-26", special_value: "1237102.78", market_value: "2059838.95", appraisal_date: "2012-04-06" },
            { id: 75, asset_id: 282, evaluation_date: "2023-01-17", special_value: "2637433.80", market_value: "117103.46", appraisal_date: "2010-01-05" },
            { id: 76, asset_id: 332, evaluation_date: "2017-10-08", special_value: "132806.66", market_value: "4663086.04", appraisal_date: "2017-03-11" },
            { id: 77, asset_id: 358, evaluation_date: "2013-05-01", special_value: "241161.32", market_value: "3848078.35", appraisal_date: "2017-02-13" },
            { id: 78, asset_id: 28, evaluation_date: "2014-05-09", special_value: "1732191.75", market_value: "281749.94", appraisal_date: "2018-09-26" },
            { id: 79, asset_id: 182, evaluation_date: "2010-01-28", special_value: "100007.63", market_value: "932544.47", appraisal_date: "2022-04-02" },
            { id: 80, asset_id: 84, evaluation_date: "2020-06-04", special_value: "100535.75", market_value: "1127772.38", appraisal_date: "2018-07-04" },
            { id: 81, asset_id: 72, evaluation_date: "2021-01-07", special_value: "3397108.96", market_value: "2862516.19", appraisal_date: "2018-03-03" },
            { id: 82, asset_id: 167, evaluation_date: "2019-05-02", special_value: "108484.82", market_value: "1993704.95", appraisal_date: "2015-01-04" },
            { id: 83, asset_id: 118, evaluation_date: "2023-01-26", special_value: "100000.57", market_value: "285356.28", appraisal_date: "2017-02-06" },
            { id: 84, asset_id: 332, evaluation_date: "2012-04-03", special_value: "878650.11", market_value: "1155848.60", appraisal_date: "2018-02-05" },
            { id: 85, asset_id: 163, evaluation_date: "2018-01-27", special_value: "4267063.66", market_value: "157234.89", appraisal_date: "2023-05-16" },
            { id: 86, asset_id: 214, evaluation_date: "2016-05-30", special_value: "112188.21", market_value: "3423707.76", appraisal_date: "2015-04-11" },
            { id: 87, asset_id: 371, evaluation_date: "2019-04-05", special_value: "4834014.39", market_value: "2374721.63", appraisal_date: "2022-03-29" },
            { id: 88, asset_id: 386, evaluation_date: "2012-10-02", special_value: "2280579.97", market_value: "3434101.57", appraisal_date: "2019-01-21" },
            { id: 89, asset_id: 14, evaluation_date: "2019-03-07", special_value: "101189.27", market_value: "911493.42", appraisal_date: "2021-05-17" },
            { id: 90, asset_id: 37, evaluation_date: "2018-09-25", special_value: "371445.82", market_value: "245772.14", appraisal_date: "2016-05-21" },
            { id: 91, asset_id: 182, evaluation_date: "2015-07-11", special_value: "2316983.08", market_value: "284348.01", appraisal_date: "2014-08-08" },
            { id: 92, asset_id: 111, evaluation_date: "2018-12-15", special_value: "3387028.74", market_value: "569747.34", appraisal_date: "2017-05-28" },
            { id: 93, asset_id: 209, evaluation_date: "2016-05-20", special_value: "2119567.01", market_value: "506362.85", appraisal_date: "2011-06-25" },
            { id: 94, asset_id: 205, evaluation_date: "2010-11-25", special_value: "134060.08", market_value: "107993.14", appraisal_date: "2020-02-18" },
            { id: 95, asset_id: 336, evaluation_date: "2019-09-21", special_value: "156882.26", market_value: "3374044.46", appraisal_date: "2014-12-10" },
            { id: 96, asset_id: 379, evaluation_date: "2023-11-07", special_value: "791501.18", market_value: "1845824.42", appraisal_date: "2017-01-26" },
            { id: 97, asset_id: 266, evaluation_date: "2014-08-28", special_value: "128754.78", market_value: "2887933.17", appraisal_date: "2016-06-08" },
            { id: 98, asset_id: 243, evaluation_date: "2022-12-29", special_value: "1492489.92", market_value: "2755577.69", appraisal_date: "2016-12-16" },
            { id: 99, asset_id: 174, evaluation_date: "2017-03-25", special_value: "103598.84", market_value: "100227.60", appraisal_date: "2011-04-11" },
            { id: 100, asset_id: 253, evaluation_date: "2014-02-01", special_value: "2286775.70", market_value: "3372905.47", appraisal_date: "2023-04-04" },
            { id: 101, asset_id: 130, evaluation_date: "2023-04-27", special_value: "109822.55", market_value: "2419228.89", appraisal_date: "2010-07-22" },
            { id: 102, asset_id: 290, evaluation_date: "2023-09-17", special_value: "727535.74", market_value: "1542442.58", appraisal_date: "2016-04-17" },
            { id: 103, asset_id: 171, evaluation_date: "2011-02-11", special_value: "369900.26", market_value: "479908.99", appraisal_date: "2016-06-17" },
            { id: 104, asset_id: 398, evaluation_date: "2020-05-24", special_value: "4021166.13", market_value: "2215761.35", appraisal_date: "2011-04-12" },
            { id: 105, asset_id: 238, evaluation_date: "2022-04-12", special_value: "144988.68", market_value: "2782782.55", appraisal_date: "2020-08-24" },
            { id: 106, asset_id: 145, evaluation_date: "2021-01-29", special_value: "2765113.15", market_value: "118431.13", appraisal_date: "2019-01-11" },
            { id: 107, asset_id: 64, evaluation_date: "2011-04-20", special_value: "129718.27", market_value: "902007.81", appraisal_date: "2019-03-05" },
            { id: 108, asset_id: 395, evaluation_date: "2015-08-25", special_value: "1585854.75", market_value: "3940869.49", appraisal_date: "2011-08-04" },
            { id: 109, asset_id: 367, evaluation_date: "2012-10-20", special_value: "1928792.10", market_value: "4464195.36", appraisal_date: "2021-11-23" },
            { id: 110, asset_id: 42, evaluation_date: "2021-01-02", special_value: "1920488.92", market_value: "3084918.48", appraisal_date: "2017-11-29" },
            { id: 111, asset_id: 20, evaluation_date: "2018-05-14", special_value: "488322.42", market_value: "4908341.79", appraisal_date: "2016-11-07" },
            { id: 112, asset_id: 332, evaluation_date: "2021-03-16", special_value: "2019767.49", market_value: "513932.11", appraisal_date: "2022-02-05" },
            { id: 113, asset_id: 95, evaluation_date: "2023-09-20", special_value: "105436.80", market_value: "1413140.32", appraisal_date: "2010-06-28" },
            { id: 114, asset_id: 389, evaluation_date: "2012-11-15", special_value: "161637.13", market_value: "100141.04", appraisal_date: "2016-10-26" },
            { id: 115, asset_id: 284, evaluation_date: "2016-09-06", special_value: "1994977.04", market_value: "3868150.10", appraisal_date: "2012-09-14" },
            { id: 116, asset_id: 157, evaluation_date: "2013-09-09", special_value: "119695.52", market_value: "4777026.74", appraisal_date: "2010-02-14" },
            { id: 117, asset_id: 385, evaluation_date: "2018-03-02", special_value: "105953.53", market_value: "364429.93", appraisal_date: "2019-08-04" },
            { id: 118, asset_id: 231, evaluation_date: "2020-10-09", special_value: "2466767.00", market_value: "4030805.99", appraisal_date: "2010-03-01" },
            { id: 119, asset_id: 336, evaluation_date: "2013-06-21", special_value: "1106617.93", market_value: "317263.58", appraisal_date: "2014-11-30" },
            { id: 120, asset_id: 114, evaluation_date: "2012-09-14", special_value: "4525353.36", market_value: "205470.00", appraisal_date: "2013-03-25" },
            { id: 121, asset_id: 101, evaluation_date: "2019-07-31", special_value: "735534.18", market_value: "2436970.71", appraisal_date: "2022-01-23" },
            { id: 122, asset_id: 115, evaluation_date: "2019-09-29", special_value: "236246.64", market_value: "770452.42", appraisal_date: "2023-03-05" },
            { id: 123, asset_id: 348, evaluation_date: "2016-08-16", special_value: "3261508.64", market_value: "3583090.62", appraisal_date: "2016-02-10" },
            { id: 124, asset_id: 317, evaluation_date: "2023-11-05", special_value: "2609977.85", market_value: "734715.09", appraisal_date: "2010-10-31" },
            { id: 125, asset_id: 69, evaluation_date: "2020-06-15", special_value: "305033.52", market_value: "4506659.88", appraisal_date: "2011-09-15" },
            { id: 126, asset_id: 209, evaluation_date: "2017-05-22", special_value: "197945.99", market_value: "2048013.66", appraisal_date: "2012-06-25" },
            { id: 127, asset_id: 249, evaluation_date: "2021-04-10", special_value: "1025340.29", market_value: "4046943.75", appraisal_date: "2021-10-11" },
            { id: 128, asset_id: 325, evaluation_date: "2021-01-09", special_value: "1586470.88", market_value: "664684.06", appraisal_date: "2013-03-21" },
            { id: 129, asset_id: 65, evaluation_date: "2022-03-11", special_value: "647195.20", market_value: "3262760.94", appraisal_date: "2020-07-27" },
            { id: 130, asset_id: 359, evaluation_date: "2021-09-27", special_value: "3474034.34", market_value: "4432101.69", appraisal_date: "2023-11-25" },
            { id: 131, asset_id: 329, evaluation_date: "2010-04-12", special_value: "767219.30", market_value: "4918108.45", appraisal_date: "2010-02-03" },
            { id: 132, asset_id: 258, evaluation_date: "2012-08-10", special_value: "103083.66", market_value: "1695300.02", appraisal_date: "2015-04-26" },
            { id: 133, asset_id: 367, evaluation_date: "2017-09-26", special_value: "101215.73", market_value: "530968.32", appraisal_date: "2013-06-26" },
            { id: 134, asset_id: 246, evaluation_date: "2013-09-02", special_value: "103583.65", market_value: "4714432.33", appraisal_date: "2017-04-07" },
            { id: 135, asset_id: 317, evaluation_date: "2016-09-27", special_value: "4938636.41", market_value: "2034772.17", appraisal_date: "2018-03-24" },
            { id: 136, asset_id: 257, evaluation_date: "2019-08-11", special_value: "447726.85", market_value: "1183960.73", appraisal_date: "2016-12-15" },
            { id: 137, asset_id: 55, evaluation_date: "2020-02-20", special_value: "157091.90", market_value: "371762.56", appraisal_date: "2012-11-08" },
            { id: 138, asset_id: 323, evaluation_date: "2017-07-02", special_value: "1011833.30", market_value: "4900477.32", appraisal_date: "2016-04-16" },
            { id: 139, asset_id: 123, evaluation_date: "2023-06-13", special_value: "103577.14", market_value: "197416.56", appraisal_date: "2013-05-15" },
            { id: 140, asset_id: 326, evaluation_date: "2018-02-07", special_value: "170250.72", market_value: "1568319.33", appraisal_date: "2020-04-22" },
            { id: 141, asset_id: 63, evaluation_date: "2023-01-14", special_value: "2793749.04", market_value: "1166946.16", appraisal_date: "2017-04-27" },
            { id: 142, asset_id: 20, evaluation_date: "2011-04-14", special_value: "501445.13", market_value: "2422998.48", appraisal_date: "2017-03-20" },
            { id: 143, asset_id: 251, evaluation_date: "2017-03-15", special_value: "177044.60", market_value: "2741804.49", appraisal_date: "2021-08-16" },
            { id: 144, asset_id: 32, evaluation_date: "2014-08-12", special_value: "4171775.23", market_value: "2779836.52", appraisal_date: "2023-03-21" },
            { id: 145, asset_id: 350, evaluation_date: "2023-09-30", special_value: "129170.79", market_value: "536424.44", appraisal_date: "2010-04-27" },
            { id: 146, asset_id: 5, evaluation_date: "2014-09-11", special_value: "100130.44", market_value: "752237.02", appraisal_date: "2023-11-13" },
            { id: 147, asset_id: 353, evaluation_date: "2015-01-23", special_value: "160620.95", market_value: "2087470.86", appraisal_date: "2020-01-11" },
            { id: 148, asset_id: 4, evaluation_date: "2010-01-08", special_value: "228499.88", market_value: "1316023.47", appraisal_date: "2015-01-27" },
            { id: 149, asset_id: 224, evaluation_date: "2014-01-15", special_value: "309380.76", market_value: "577574.82", appraisal_date: "2014-03-29" },
            { id: 150, asset_id: 73, evaluation_date: "2022-11-26", special_value: "1516948.68", market_value: "3870544.53", appraisal_date: "2021-03-01" },
            { id: 151, asset_id: 258, evaluation_date: "2023-03-28", special_value: "4636150.33", market_value: "520970.78", appraisal_date: "2011-03-13" },
            { id: 152, asset_id: 122, evaluation_date: "2023-09-14", special_value: "142774.74", market_value: "1443048.79", appraisal_date: "2019-09-07" },
            { id: 153, asset_id: 63, evaluation_date: "2011-10-29", special_value: "1728556.95", market_value: "447456.92", appraisal_date: "2011-11-19" },
            { id: 154, asset_id: 23, evaluation_date: "2022-04-03", special_value: "2897433.76", market_value: "484764.96", appraisal_date: "2016-08-11" },
            { id: 155, asset_id: 276, evaluation_date: "2019-08-11", special_value: "599730.63", market_value: "2897017.07", appraisal_date: "2010-04-10" },
            { id: 156, asset_id: 227, evaluation_date: "2017-10-07", special_value: "2646449.22", market_value: "1218228.33", appraisal_date: "2014-08-01" },
            { id: 157, asset_id: 226, evaluation_date: "2010-09-07", special_value: "4662937.80", market_value: "844733.45", appraisal_date: "2012-11-02" },
            { id: 158, asset_id: 188, evaluation_date: "2021-08-07", special_value: "1192081.59", market_value: "2222052.46", appraisal_date: "2013-02-09" },
            { id: 159, asset_id: 381, evaluation_date: "2021-07-11", special_value: "732334.99", market_value: "1768436.09", appraisal_date: "2020-01-24" },
            { id: 160, asset_id: 311, evaluation_date: "2017-08-14", special_value: "106024.88", market_value: "4648059.97", appraisal_date: "2011-08-01" },
            { id: 161, asset_id: 100, evaluation_date: "2021-05-26", special_value: "1267153.11", market_value: "3775892.93", appraisal_date: "2010-07-08" },
            { id: 162, asset_id: 227, evaluation_date: "2012-05-07", special_value: "306830.80", market_value: "143102.31", appraisal_date: "2017-03-15" },
            { id: 163, asset_id: 307, evaluation_date: "2022-01-13", special_value: "1905118.22", market_value: "353736.87", appraisal_date: "2011-08-01" },
            { id: 164, asset_id: 384, evaluation_date: "2022-01-04", special_value: "2465203.26", market_value: "286475.75", appraisal_date: "2023-09-25" },
            { id: 165, asset_id: 352, evaluation_date: "2021-02-21", special_value: "100657.04", market_value: "1411615.88", appraisal_date: "2013-12-02" },
            { id: 166, asset_id: 24, evaluation_date: "2013-12-22", special_value: "377411.28", market_value: "3287050.88", appraisal_date: "2012-06-02" },
            { id: 167, asset_id: 69, evaluation_date: "2012-12-06", special_value: "109585.22", market_value: "2678213.10", appraisal_date: "2015-07-16" },
            { id: 168, asset_id: 115, evaluation_date: "2020-11-13", special_value: "910661.07", market_value: "1683930.66", appraisal_date: "2021-05-26" },
            { id: 169, asset_id: 225, evaluation_date: "2010-03-11", special_value: "100176.62", market_value: "2019212.22", appraisal_date: "2018-04-19" },
            { id: 170, asset_id: 255, evaluation_date: "2016-09-15", special_value: "134146.87", market_value: "3784496.40", appraisal_date: "2013-11-16" },
            { id: 171, asset_id: 28, evaluation_date: "2023-02-04", special_value: "1192594.80", market_value: "402715.88", appraisal_date: "2013-09-15" },
            { id: 172, asset_id: 157, evaluation_date: "2011-01-03", special_value: "4564013.75", market_value: "869979.70", appraisal_date: "2012-05-31" },
            { id: 173, asset_id: 277, evaluation_date: "2016-05-31", special_value: "107248.60", market_value: "905845.43", appraisal_date: "2012-06-20" },
            { id: 174, asset_id: 252, evaluation_date: "2017-06-11", special_value: "4367804.52", market_value: "1484246.35", appraisal_date: "2017-02-10" },
            { id: 175, asset_id: 354, evaluation_date: "2023-04-23", special_value: "1305446.31", market_value: "497090.17", appraisal_date: "2016-07-29" },
            { id: 176, asset_id: 131, evaluation_date: "2023-10-23", special_value: "1779564.50", market_value: "1846648.42", appraisal_date: "2015-12-07" },
            { id: 177, asset_id: 285, evaluation_date: "2019-11-29", special_value: "2838587.08", market_value: "310564.46", appraisal_date: "2020-04-18" },
            { id: 178, asset_id: 176, evaluation_date: "2018-09-21", special_value: "319406.09", market_value: "637265.29", appraisal_date: "2020-03-31" },
            { id: 179, asset_id: 354, evaluation_date: "2020-01-05", special_value: "2956786.46", market_value: "300196.03", appraisal_date: "2010-05-19" },
            { id: 180, asset_id: 150, evaluation_date: "2021-07-15", special_value: "266563.00", market_value: "3561559.53", appraisal_date: "2010-04-11" },
            { id: 181, asset_id: 296, evaluation_date: "2020-11-05", special_value: "3504775.35", market_value: "372764.93", appraisal_date: "2022-06-16" },
            { id: 182, asset_id: 288, evaluation_date: "2020-10-07", special_value: "351677.30", market_value: "2000396.57", appraisal_date: "2012-01-01" },
            { id: 183, asset_id: 92, evaluation_date: "2020-02-07", special_value: "533385.52", market_value: "562886.35", appraisal_date: "2018-01-17" },
            { id: 184, asset_id: 297, evaluation_date: "2014-02-23", special_value: "402139.24", market_value: "138881.10", appraisal_date: "2022-07-02" },
            { id: 185, asset_id: 158, evaluation_date: "2018-05-31", special_value: "336950.61", market_value: "234218.79", appraisal_date: "2019-11-13" },
            { id: 186, asset_id: 244, evaluation_date: "2023-12-14", special_value: "162932.41", market_value: "3617166.73", appraisal_date: "2022-04-15" },
            { id: 187, asset_id: 79, evaluation_date: "2019-01-28", special_value: "204288.30", market_value: "127091.91", appraisal_date: "2015-07-29" },
            { id: 188, asset_id: 197, evaluation_date: "2011-01-08", special_value: "127236.55", market_value: "456310.28", appraisal_date: "2013-11-30" },
            { id: 189, asset_id: 385, evaluation_date: "2020-02-08", special_value: "168410.74", market_value: "4074280.65", appraisal_date: "2013-12-05" },
            { id: 190, asset_id: 94, evaluation_date: "2023-07-23", special_value: "168066.12", market_value: "123716.52", appraisal_date: "2018-06-20" },
            { id: 191, asset_id: 248, evaluation_date: "2021-07-11", special_value: "123361.88", market_value: "2853111.55", appraisal_date: "2020-01-07" },
            { id: 192, asset_id: 213, evaluation_date: "2018-09-11", special_value: "100000.37", market_value: "1934944.80", appraisal_date: "2013-02-07" },
            { id: 193, asset_id: 196, evaluation_date: "2019-09-28", special_value: "106510.55", market_value: "205319.21", appraisal_date: "2014-04-29" },
            { id: 194, asset_id: 278, evaluation_date: "2021-04-27", special_value: "115240.52", market_value: "183252.26", appraisal_date: "2012-02-13" },
            { id: 195, asset_id: 254, evaluation_date: "2022-09-08", special_value: "118740.54", market_value: "3031673.27", appraisal_date: "2012-09-02" },
            { id: 196, asset_id: 4, evaluation_date: "2014-03-30", special_value: "100001.94", market_value: "2429549.35", appraisal_date: "2017-06-19" },
            { id: 197, asset_id: 176, evaluation_date: "2019-12-02", special_value: "4536894.99", market_value: "2667136.98", appraisal_date: "2016-03-01" },
            { id: 198, asset_id: 65, evaluation_date: "2023-09-26", special_value: "203987.03", market_value: "108004.54", appraisal_date: "2012-06-07" },
            { id: 199, asset_id: 382, evaluation_date: "2015-10-09", special_value: "266497.18", market_value: "586394.91", appraisal_date: "2012-05-11" },
            { id: 200, asset_id: 347, evaluation_date: "2012-03-31", special_value: "501029.25", market_value: "173292.44", appraisal_date: "2016-05-04" },
        ],
    });
    await prisma.location_history.createMany({
        data: [
            { id: 1, asset_id: 267, location: "Taipei", date_moved: "2023-11-20", duration_at_location_days: 214, previous_location: "Athens" },
            { id: 2, asset_id: 117, location: "Lagos", date_moved: "2022-12-28", duration_at_location_days: 193, previous_location: "Sydney" },
            { id: 3, asset_id: 34, location: "Porto", date_moved: "2023-08-18", duration_at_location_days: 159, previous_location: "Vancouver" },
            { id: 4, asset_id: 272, location: "London", date_moved: "2012-08-05", duration_at_location_days: 199, previous_location: "Budapest" },
            { id: 5, asset_id: 129, location: "Buenos Aires", date_moved: "2023-09-27", duration_at_location_days: 121, previous_location: "Boston" },
            { id: 6, asset_id: 262, location: "Mumbai", date_moved: "2014-11-04", duration_at_location_days: 230, previous_location: "Melbourne" },
            { id: 7, asset_id: 115, location: "Ankara", date_moved: "2020-09-27", duration_at_location_days: 177, previous_location: "Chicago" },
            { id: 8, asset_id: 61, location: "Vienna", date_moved: "2016-07-11", duration_at_location_days: 258, previous_location: "Istanbul" },
            { id: 9, asset_id: 211, location: "Madrid", date_moved: "2011-01-05", duration_at_location_days: 161, previous_location: "Seattle" },
            { id: 10, asset_id: 387, location: "Tokyo", date_moved: "2022-04-03", duration_at_location_days: 269, previous_location: "Seoul" },
            { id: 11, asset_id: 330, location: "Nairobi", date_moved: "2013-05-11", duration_at_location_days: 154, previous_location: "Delhi" },
            { id: 12, asset_id: 346, location: "Lyon", date_moved: "2021-08-06", duration_at_location_days: 136, previous_location: "Lyon" },
            { id: 13, asset_id: 293, location: "Santiago", date_moved: "2021-01-21", duration_at_location_days: 128, previous_location: "Edinburgh" },
            { id: 14, asset_id: 380, location: "Warsaw", date_moved: "2022-01-07", duration_at_location_days: 126, previous_location: "Denver" },
            { id: 15, asset_id: 88, location: "Ankara", date_moved: "2020-08-21", duration_at_location_days: 115, previous_location: "Lyon" },
            { id: 16, asset_id: 349, location: "Cairo", date_moved: "2022-05-01", duration_at_location_days: 64, previous_location: "Dublin" },
            { id: 17, asset_id: 37, location: "Sydney", date_moved: "2017-08-20", duration_at_location_days: 189, previous_location: "Taipei" },
            { id: 18, asset_id: 73, location: "Lyon", date_moved: "2023-12-25", duration_at_location_days: 236, previous_location: "Athens" },
            { id: 19, asset_id: 241, location: "Oslo", date_moved: "2016-02-03", duration_at_location_days: 256, previous_location: "Berlin" },
            { id: 20, asset_id: 232, location: "Budapest", date_moved: "2022-10-11", duration_at_location_days: 192, previous_location: "London" },
            { id: 21, asset_id: 389, location: "Sydney", date_moved: "2021-09-08", duration_at_location_days: 255, previous_location: "Buenos Aires" },
            { id: 22, asset_id: 117, location: "Lisbon", date_moved: "2021-11-30", duration_at_location_days: 248, previous_location: "Paris" },
            { id: 23, asset_id: 191, location: "Munich", date_moved: "2023-01-11", duration_at_location_days: 244, previous_location: "Bucharest" },
            { id: 24, asset_id: 302, location: "Zurich", date_moved: "2015-01-05", duration_at_location_days: 252, previous_location: "Seattle" },
            { id: 25, asset_id: 149, location: "Manila", date_moved: "2022-08-21", duration_at_location_days: 103, previous_location: "Budapest" },
            { id: 26, asset_id: 40, location: "Porto", date_moved: "2020-06-15", duration_at_location_days: 89, previous_location: "Manila" },
            { id: 27, asset_id: 179, location: "San Diego", date_moved: "2023-06-01", duration_at_location_days: 136, previous_location: "Bucharest" },
            { id: 28, asset_id: 399, location: "Amsterdam", date_moved: "2018-11-16", duration_at_location_days: 260, previous_location: "Sydney" },
            { id: 29, asset_id: 55, location: "Munich", date_moved: "2018-05-29", duration_at_location_days: 211, previous_location: "Oslo" },
            { id: 30, asset_id: 10, location: "Kyoto", date_moved: "2020-03-29", duration_at_location_days: 189, previous_location: "Edinburgh" },
            { id: 31, asset_id: 37, location: "Oslo", date_moved: "2021-11-14", duration_at_location_days: 130, previous_location: "Prague" },
            { id: 32, asset_id: 198, location: "Austin", date_moved: "2018-04-22", duration_at_location_days: 178, previous_location: "Lima" },
            { id: 33, asset_id: 306, location: "Stockholm", date_moved: "2021-03-22", duration_at_location_days: 90, previous_location: "Izmir" },
            { id: 34, asset_id: 377, location: "Sydney", date_moved: "2022-09-03", duration_at_location_days: 178, previous_location: "Lagos" },
            { id: 35, asset_id: 206, location: "Munich", date_moved: "2019-10-17", duration_at_location_days: 254, previous_location: "Stockholm" },
            { id: 36, asset_id: 221, location: "Porto", date_moved: "2014-04-20", duration_at_location_days: 125, previous_location: "Lima" },
            { id: 37, asset_id: 226, location: "Madrid", date_moved: "2015-09-19", duration_at_location_days: 72, previous_location: "Prague" },
            { id: 38, asset_id: 243, location: "Melbourne", date_moved: "2017-12-25", duration_at_location_days: 271, previous_location: "Edinburgh" },
            { id: 39, asset_id: 61, location: "Kyoto", date_moved: "2018-10-01", duration_at_location_days: 255, previous_location: "Ankara" },
            { id: 40, asset_id: 159, location: "Cape Town", date_moved: "2015-04-02", duration_at_location_days: 172, previous_location: "Budapest" },
            { id: 41, asset_id: 339, location: "Porto", date_moved: "2017-06-26", duration_at_location_days: 140, previous_location: "Seattle" },
            { id: 42, asset_id: 354, location: "Buenos Aires", date_moved: "2022-01-23", duration_at_location_days: 234, previous_location: "Edinburgh" },
            { id: 43, asset_id: 64, location: "Athens", date_moved: "2021-08-12", duration_at_location_days: 264, previous_location: "Nairobi" },
            { id: 44, asset_id: 126, location: "Dublin", date_moved: "2017-06-05", duration_at_location_days: 237, previous_location: "Copenhagen" },
            { id: 45, asset_id: 158, location: "Denver", date_moved: "2023-03-29", duration_at_location_days: 154, previous_location: "Dublin" },
            { id: 46, asset_id: 342, location: "Budapest", date_moved: "2012-01-14", duration_at_location_days: 243, previous_location: "Boston" },
            { id: 47, asset_id: 161, location: "Boston", date_moved: "2019-05-23", duration_at_location_days: 242, previous_location: "Kyoto" },
            { id: 48, asset_id: 81, location: "Cairo", date_moved: "2016-01-05", duration_at_location_days: 139, previous_location: "Jakarta" },
            { id: 49, asset_id: 9, location: "Lisbon", date_moved: "2020-10-16", duration_at_location_days: 117, previous_location: "Denver" },
            { id: 50, asset_id: 257, location: "Bangkok", date_moved: "2019-07-28", duration_at_location_days: 276, previous_location: "Denver" },
            { id: 51, asset_id: 76, location: "Munich", date_moved: "2023-10-28", duration_at_location_days: 86, previous_location: "Montreal" },
            { id: 52, asset_id: 62, location: "Budapest", date_moved: "2022-08-11", duration_at_location_days: 96, previous_location: "Madrid" },
            { id: 53, asset_id: 36, location: "Santiago", date_moved: "2015-06-10", duration_at_location_days: 142, previous_location: "Budapest" },
            { id: 54, asset_id: 330, location: "Buenos Aires", date_moved: "2011-01-03", duration_at_location_days: 206, previous_location: "Melbourne" },
            { id: 55, asset_id: 276, location: "Kyoto", date_moved: "2016-12-20", duration_at_location_days: 343, previous_location: "Delhi" },
            { id: 56, asset_id: 247, location: "Vienna", date_moved: "2021-09-17", duration_at_location_days: 258, previous_location: "Rome" },
            { id: 57, asset_id: 358, location: "Bucharest", date_moved: "2018-07-31", duration_at_location_days: 156, previous_location: "Athens" },
            { id: 58, asset_id: 14, location: "Milan", date_moved: "2012-08-26", duration_at_location_days: 213, previous_location: "Buenos Aires" },
            { id: 59, asset_id: 146, location: "Izmir", date_moved: "2019-08-22", duration_at_location_days: 273, previous_location: "Madrid" },
            { id: 60, asset_id: 185, location: "Izmir", date_moved: "2011-04-13", duration_at_location_days: 133, previous_location: "Porto" },
            { id: 61, asset_id: 52, location: "Seoul", date_moved: "2018-08-06", duration_at_location_days: 145, previous_location: "Nairobi" },
            { id: 62, asset_id: 181, location: "Toronto", date_moved: "2020-11-04", duration_at_location_days: 248, previous_location: "Zurich" },
            { id: 63, asset_id: 165, location: "Seattle", date_moved: "2010-07-16", duration_at_location_days: 129, previous_location: "Istanbul" },
            { id: 64, asset_id: 137, location: "Lima", date_moved: "2016-05-25", duration_at_location_days: 56, previous_location: "Lisbon" },
            { id: 65, asset_id: 385, location: "Bogota", date_moved: "2010-11-29", duration_at_location_days: 250, previous_location: "Hamburg" },
            { id: 66, asset_id: 115, location: "Prague", date_moved: "2021-11-30", duration_at_location_days: 224, previous_location: "Lyon" },
            { id: 67, asset_id: 400, location: "Izmir", date_moved: "2015-06-12", duration_at_location_days: 211, previous_location: "Izmir" },
            { id: 68, asset_id: 265, location: "Sao Paulo", date_moved: "2014-02-08", duration_at_location_days: 171, previous_location: "Toronto" },
            { id: 69, asset_id: 195, location: "Sao Paulo", date_moved: "2019-06-22", duration_at_location_days: 219, previous_location: "Seattle" },
            { id: 70, asset_id: 210, location: "Copenhagen", date_moved: "2017-10-01", duration_at_location_days: 208, previous_location: "Sydney" },
            { id: 71, asset_id: 44, location: "Bucharest", date_moved: "2013-01-18", duration_at_location_days: 256, previous_location: "Lyon" },
            { id: 72, asset_id: 242, location: "Mumbai", date_moved: "2014-10-28", duration_at_location_days: 181, previous_location: "Izmir" },
            { id: 73, asset_id: 331, location: "Nairobi", date_moved: "2022-07-11", duration_at_location_days: 170, previous_location: "Amsterdam" },
            { id: 74, asset_id: 26, location: "Nairobi", date_moved: "2022-11-24", duration_at_location_days: 234, previous_location: "Sydney" },
            { id: 75, asset_id: 146, location: "Zurich", date_moved: "2011-06-21", duration_at_location_days: 168, previous_location: "Ankara" },
            { id: 76, asset_id: 37, location: "Istanbul", date_moved: "2017-12-28", duration_at_location_days: 138, previous_location: "Helsinki" },
            { id: 77, asset_id: 150, location: "Bucharest", date_moved: "2019-01-15", duration_at_location_days: 195, previous_location: "Oslo" },
            { id: 78, asset_id: 268, location: "Lagos", date_moved: "2020-08-16", duration_at_location_days: 236, previous_location: "Izmir" },
            { id: 79, asset_id: 23, location: "Madrid", date_moved: "2015-03-13", duration_at_location_days: 114, previous_location: "Zurich" },
            { id: 80, asset_id: 62, location: "Auckland", date_moved: "2017-04-19", duration_at_location_days: 166, previous_location: "Munich" },
            { id: 81, asset_id: 295, location: "San Diego", date_moved: "2018-03-03", duration_at_location_days: 246, previous_location: "Brussels" },
            { id: 82, asset_id: 384, location: "Lisbon", date_moved: "2019-01-02", duration_at_location_days: 240, previous_location: "Oslo" },
            { id: 83, asset_id: 23, location: "Copenhagen", date_moved: "2011-12-26", duration_at_location_days: 247, previous_location: "Taipei" },
            { id: 84, asset_id: 132, location: "Amsterdam", date_moved: "2012-04-13", duration_at_location_days: 290, previous_location: "Dublin" },
            { id: 85, asset_id: 63, location: "Izmir", date_moved: "2019-11-09", duration_at_location_days: 191, previous_location: "Lyon" },
            { id: 86, asset_id: 229, location: "Auckland", date_moved: "2020-03-16", duration_at_location_days: 301, previous_location: "Buenos Aires" },
            { id: 87, asset_id: 329, location: "Barcelona", date_moved: "2021-12-13", duration_at_location_days: 225, previous_location: "Prague" },
            { id: 88, asset_id: 233, location: "Chicago", date_moved: "2016-01-18", duration_at_location_days: 145, previous_location: "Tokyo" },
            { id: 89, asset_id: 295, location: "Austin", date_moved: "2022-08-26", duration_at_location_days: 242, previous_location: "San Diego" },
            { id: 90, asset_id: 256, location: "Seattle", date_moved: "2014-02-21", duration_at_location_days: 102, previous_location: "Austin" },
            { id: 91, asset_id: 398, location: "Rome", date_moved: "2013-04-03", duration_at_location_days: 151, previous_location: "Buenos Aires" },
            { id: 92, asset_id: 365, location: "Sydney", date_moved: "2023-01-26", duration_at_location_days: 129, previous_location: "Munich" },
            { id: 93, asset_id: 358, location: "Buenos Aires", date_moved: "2022-12-28", duration_at_location_days: 77, previous_location: "Seoul" },
            { id: 94, asset_id: 162, location: "Sao Paulo", date_moved: "2010-06-24", duration_at_location_days: 191, previous_location: "Hamburg" },
            { id: 95, asset_id: 4, location: "Berlin", date_moved: "2011-10-13", duration_at_location_days: 232, previous_location: "Izmir" },
            { id: 96, asset_id: 276, location: "Athens", date_moved: "2018-02-22", duration_at_location_days: 304, previous_location: "Delhi" },
            { id: 97, asset_id: 371, location: "Montreal", date_moved: "2020-09-20", duration_at_location_days: 220, previous_location: "Milan" },
            { id: 98, asset_id: 101, location: "Milan", date_moved: "2017-05-16", duration_at_location_days: 189, previous_location: "Berlin" },
            { id: 99, asset_id: 114, location: "Buenos Aires", date_moved: "2023-02-17", duration_at_location_days: 213, previous_location: "Porto" },
            { id: 100, asset_id: 199, location: "Warsaw", date_moved: "2015-12-01", duration_at_location_days: 283, previous_location: "Barcelona" },
            { id: 101, asset_id: 151, location: "Santiago", date_moved: "2023-07-19", duration_at_location_days: 314, previous_location: "Mexico City" },
            { id: 102, asset_id: 6, location: "Tokyo", date_moved: "2020-04-17", duration_at_location_days: 91, previous_location: "Porto" },
            { id: 103, asset_id: 342, location: "Budapest", date_moved: "2020-03-23", duration_at_location_days: 163, previous_location: "Buenos Aires" },
            { id: 104, asset_id: 389, location: "Cairo", date_moved: "2022-05-04", duration_at_location_days: 147, previous_location: "Seattle" },
            { id: 105, asset_id: 177, location: "Dublin", date_moved: "2016-11-10", duration_at_location_days: 168, previous_location: "Singapore" },
            { id: 106, asset_id: 60, location: "Nairobi", date_moved: "2023-03-19", duration_at_location_days: 187, previous_location: "Oslo" },
            { id: 107, asset_id: 375, location: "Boston", date_moved: "2018-07-09", duration_at_location_days: 253, previous_location: "Mumbai" },
            { id: 108, asset_id: 266, location: "Lyon", date_moved: "2011-09-21", duration_at_location_days: 193, previous_location: "London" },
            { id: 109, asset_id: 135, location: "Buenos Aires", date_moved: "2014-07-04", duration_at_location_days: 252, previous_location: "Jakarta" },
            { id: 110, asset_id: 102, location: "Bogota", date_moved: "2012-02-15", duration_at_location_days: 201, previous_location: "Porto" },
            { id: 111, asset_id: 192, location: "Santiago", date_moved: "2020-09-02", duration_at_location_days: 184, previous_location: "Vancouver" },
            { id: 112, asset_id: 89, location: "Vienna", date_moved: "2015-11-20", duration_at_location_days: 223, previous_location: "London" },
            { id: 113, asset_id: 110, location: "Izmir", date_moved: "2021-09-09", duration_at_location_days: 171, previous_location: "Stockholm" },
            { id: 114, asset_id: 76, location: "Manila", date_moved: "2023-04-08", duration_at_location_days: 162, previous_location: "Mexico City" },
            { id: 115, asset_id: 5, location: "Brussels", date_moved: "2019-03-09", duration_at_location_days: 187, previous_location: "Budapest" },
            { id: 116, asset_id: 304, location: "Seoul", date_moved: "2017-07-03", duration_at_location_days: 156, previous_location: "Toronto" },
            { id: 117, asset_id: 100, location: "Vienna", date_moved: "2018-07-20", duration_at_location_days: 178, previous_location: "Porto" },
            { id: 118, asset_id: 319, location: "Seattle", date_moved: "2019-10-09", duration_at_location_days: 101, previous_location: "Munich" },
            { id: 119, asset_id: 106, location: "Porto", date_moved: "2022-08-29", duration_at_location_days: 267, previous_location: "Warsaw" },
            { id: 120, asset_id: 237, location: "Nairobi", date_moved: "2020-01-12", duration_at_location_days: 247, previous_location: "Taipei" },
            { id: 121, asset_id: 26, location: "Lisbon", date_moved: "2015-03-13", duration_at_location_days: 213, previous_location: "Toronto" },
            { id: 122, asset_id: 269, location: "Lagos", date_moved: "2019-11-06", duration_at_location_days: 128, previous_location: "Montreal" },
            { id: 123, asset_id: 78, location: "Warsaw", date_moved: "2023-07-19", duration_at_location_days: 273, previous_location: "Melbourne" },
            { id: 124, asset_id: 104, location: "Istanbul", date_moved: "2020-11-13", duration_at_location_days: 169, previous_location: "Cairo" },
            { id: 125, asset_id: 285, location: "Amsterdam", date_moved: "2020-02-15", duration_at_location_days: 188, previous_location: "Bucharest" },
            { id: 126, asset_id: 275, location: "Dublin", date_moved: "2014-04-08", duration_at_location_days: 178, previous_location: "Buenos Aires" },
            { id: 127, asset_id: 134, location: "Lisbon", date_moved: "2019-06-01", duration_at_location_days: 224, previous_location: "Chicago" },
            { id: 128, asset_id: 92, location: "Cairo", date_moved: "2021-12-08", duration_at_location_days: 191, previous_location: "Cape Town" },
            { id: 129, asset_id: 134, location: "Paris", date_moved: "2022-01-06", duration_at_location_days: 209, previous_location: "Auckland" },
            { id: 130, asset_id: 112, location: "Vancouver", date_moved: "2011-06-14", duration_at_location_days: 164, previous_location: "Athens" },
            { id: 131, asset_id: 19, location: "Manchester", date_moved: "2017-08-13", duration_at_location_days: 259, previous_location: "Singapore" },
            { id: 132, asset_id: 57, location: "Edinburgh", date_moved: "2019-03-06", duration_at_location_days: 143, previous_location: "Bangkok" },
            { id: 133, asset_id: 6, location: "Lagos", date_moved: "2022-06-08", duration_at_location_days: 105, previous_location: "Istanbul" },
            { id: 134, asset_id: 110, location: "Amsterdam", date_moved: "2012-04-30", duration_at_location_days: 199, previous_location: "Auckland" },
            { id: 135, asset_id: 384, location: "Amsterdam", date_moved: "2012-07-21", duration_at_location_days: 109, previous_location: "Nairobi" },
            { id: 136, asset_id: 242, location: "Singapore", date_moved: "2011-12-01", duration_at_location_days: 203, previous_location: "Manila" },
            { id: 137, asset_id: 86, location: "Lyon", date_moved: "2016-06-18", duration_at_location_days: 324, previous_location: "Lyon" },
            { id: 138, asset_id: 231, location: "Izmir", date_moved: "2018-04-24", duration_at_location_days: 199, previous_location: "Jakarta" },
            { id: 139, asset_id: 203, location: "Budapest", date_moved: "2020-07-05", duration_at_location_days: 205, previous_location: "Lima" },
            { id: 140, asset_id: 351, location: "Helsinki", date_moved: "2018-08-13", duration_at_location_days: 203, previous_location: "Mumbai" },
            { id: 141, asset_id: 179, location: "Brussels", date_moved: "2010-09-20", duration_at_location_days: 131, previous_location: "Kyoto" },
            { id: 142, asset_id: 233, location: "Manila", date_moved: "2023-03-22", duration_at_location_days: 166, previous_location: "Hamburg" },
            { id: 143, asset_id: 165, location: "Manchester", date_moved: "2014-03-29", duration_at_location_days: 139, previous_location: "San Diego" },
            { id: 144, asset_id: 340, location: "Istanbul", date_moved: "2011-05-04", duration_at_location_days: 242, previous_location: "Tokyo" },
            { id: 145, asset_id: 179, location: "Nairobi", date_moved: "2015-12-27", duration_at_location_days: 153, previous_location: "Cape Town" },
            { id: 146, asset_id: 378, location: "Milan", date_moved: "2011-11-19", duration_at_location_days: 240, previous_location: "Buenos Aires" },
            { id: 147, asset_id: 287, location: "Hamburg", date_moved: "2021-06-06", duration_at_location_days: 225, previous_location: "Athens" },
            { id: 148, asset_id: 36, location: "Porto", date_moved: "2018-04-10", duration_at_location_days: 171, previous_location: "Seattle" },
            { id: 149, asset_id: 274, location: "Manchester", date_moved: "2017-08-12", duration_at_location_days: 177, previous_location: "Milan" },
            { id: 150, asset_id: 334, location: "Ankara", date_moved: "2016-07-07", duration_at_location_days: 117, previous_location: "Lagos" },
            { id: 151, asset_id: 397, location: "San Diego", date_moved: "2020-05-23", duration_at_location_days: 273, previous_location: "Lagos" },
            { id: 152, asset_id: 29, location: "Paris", date_moved: "2010-02-18", duration_at_location_days: 195, previous_location: "Delhi" },
            { id: 153, asset_id: 171, location: "Ankara", date_moved: "2015-10-13", duration_at_location_days: 180, previous_location: "Manila" },
            { id: 154, asset_id: 298, location: "Bucharest", date_moved: "2023-02-03", duration_at_location_days: 184, previous_location: "Seoul" },
            { id: 155, asset_id: 236, location: "Porto", date_moved: "2018-12-08", duration_at_location_days: 51, previous_location: "Helsinki" },
            { id: 156, asset_id: 98, location: "Lisbon", date_moved: "2017-11-18", duration_at_location_days: 192, previous_location: "Auckland" },
            { id: 157, asset_id: 82, location: "Barcelona", date_moved: "2020-03-30", duration_at_location_days: 229, previous_location: "Bogota" },
            { id: 158, asset_id: 207, location: "Bogota", date_moved: "2023-03-07", duration_at_location_days: 222, previous_location: "Brussels" },
            { id: 159, asset_id: 103, location: "Athens", date_moved: "2023-07-19", duration_at_location_days: 238, previous_location: "Delhi" },
            { id: 160, asset_id: 286, location: "Warsaw", date_moved: "2022-11-26", duration_at_location_days: 270, previous_location: "Stockholm" },
            { id: 161, asset_id: 1, location: "Milan", date_moved: "2017-03-11", duration_at_location_days: 119, previous_location: "Madrid" },
            { id: 162, asset_id: 232, location: "Sao Paulo", date_moved: "2019-02-19", duration_at_location_days: 82, previous_location: "Bucharest" },
            { id: 163, asset_id: 113, location: "Milan", date_moved: "2021-03-28", duration_at_location_days: 150, previous_location: "Kyoto" },
            { id: 164, asset_id: 208, location: "Seattle", date_moved: "2022-04-24", duration_at_location_days: 121, previous_location: "Dublin" },
            { id: 165, asset_id: 358, location: "Athens", date_moved: "2011-05-11", duration_at_location_days: 128, previous_location: "Bucharest" },
            { id: 166, asset_id: 9, location: "Sao Paulo", date_moved: "2010-10-22", duration_at_location_days: 156, previous_location: "Bangkok" },
            { id: 167, asset_id: 44, location: "Ankara", date_moved: "2013-04-29", duration_at_location_days: 202, previous_location: "Paris" },
            { id: 168, asset_id: 316, location: "Sydney", date_moved: "2019-07-05", duration_at_location_days: 116, previous_location: "Taipei" },
            { id: 169, asset_id: 280, location: "Melbourne", date_moved: "2022-02-27", duration_at_location_days: 190, previous_location: "Istanbul" },
            { id: 170, asset_id: 202, location: "Vienna", date_moved: "2010-08-01", duration_at_location_days: 298, previous_location: "Melbourne" },
            { id: 171, asset_id: 331, location: "Prague", date_moved: "2016-08-19", duration_at_location_days: 59, previous_location: "Manila" },
            { id: 172, asset_id: 15, location: "Sydney", date_moved: "2016-12-08", duration_at_location_days: 180, previous_location: "Vienna" },
            { id: 173, asset_id: 354, location: "Porto", date_moved: "2021-12-07", duration_at_location_days: 257, previous_location: "Mumbai" },
            { id: 174, asset_id: 25, location: "San Diego", date_moved: "2014-12-03", duration_at_location_days: 172, previous_location: "Lyon" },
            { id: 175, asset_id: 10, location: "Berlin", date_moved: "2017-09-08", duration_at_location_days: 172, previous_location: "Madrid" },
            { id: 176, asset_id: 136, location: "Hamburg", date_moved: "2012-04-01", duration_at_location_days: 178, previous_location: "Izmir" },
            { id: 177, asset_id: 5, location: "Rome", date_moved: "2016-09-20", duration_at_location_days: 188, previous_location: "Singapore" },
            { id: 178, asset_id: 325, location: "Vancouver", date_moved: "2021-04-25", duration_at_location_days: 188, previous_location: "Milan" },
            { id: 179, asset_id: 354, location: "Sydney", date_moved: "2018-02-04", duration_at_location_days: 194, previous_location: "Milan" },
            { id: 180, asset_id: 102, location: "Izmir", date_moved: "2020-04-20", duration_at_location_days: 217, previous_location: "Vancouver" },
            { id: 181, asset_id: 34, location: "Melbourne", date_moved: "2019-02-03", duration_at_location_days: 193, previous_location: "Jakarta" },
            { id: 182, asset_id: 240, location: "Prague", date_moved: "2020-03-05", duration_at_location_days: 170, previous_location: "Hamburg" },
            { id: 183, asset_id: 252, location: "Nairobi", date_moved: "2021-11-14", duration_at_location_days: 185, previous_location: "Oslo" },
            { id: 184, asset_id: 21, location: "Boston", date_moved: "2020-02-05", duration_at_location_days: 196, previous_location: "Milan" },
            { id: 185, asset_id: 349, location: "Mexico City", date_moved: "2023-08-06", duration_at_location_days: 203, previous_location: "Paris" },
            { id: 186, asset_id: 328, location: "Auckland", date_moved: "2021-04-04", duration_at_location_days: 249, previous_location: "Austin" },
            { id: 187, asset_id: 395, location: "Barcelona", date_moved: "2019-03-25", duration_at_location_days: 139, previous_location: "Paris" },
            { id: 188, asset_id: 342, location: "Lagos", date_moved: "2012-09-21", duration_at_location_days: 180, previous_location: "Vienna" },
            { id: 189, asset_id: 1, location: "Barcelona", date_moved: "2018-01-14", duration_at_location_days: 153, previous_location: "Oslo" },
            { id: 190, asset_id: 39, location: "Lisbon", date_moved: "2017-03-31", duration_at_location_days: 219, previous_location: "Nairobi" },
            { id: 191, asset_id: 288, location: "Cairo", date_moved: "2017-05-25", duration_at_location_days: 183, previous_location: "Montreal" },
            { id: 192, asset_id: 43, location: "Ankara", date_moved: "2023-09-01", duration_at_location_days: 237, previous_location: "Lagos" },
            { id: 193, asset_id: 97, location: "London", date_moved: "2018-03-09", duration_at_location_days: 172, previous_location: "Bucharest" },
            { id: 194, asset_id: 304, location: "Cairo", date_moved: "2016-05-18", duration_at_location_days: 190, previous_location: "London" },
            { id: 195, asset_id: 290, location: "Sao Paulo", date_moved: "2018-04-29", duration_at_location_days: 166, previous_location: "Chicago" },
            { id: 196, asset_id: 306, location: "Bucharest", date_moved: "2011-02-02", duration_at_location_days: 219, previous_location: "Hamburg" },
            { id: 197, asset_id: 255, location: "Denver", date_moved: "2018-02-16", duration_at_location_days: 179, previous_location: "Cairo" },
            { id: 198, asset_id: 189, location: "Paris", date_moved: "2013-08-02", duration_at_location_days: 176, previous_location: "Ankara" },
            { id: 199, asset_id: 95, location: "Munich", date_moved: "2018-06-28", duration_at_location_days: 72, previous_location: "Chicago" },
            { id: 200, asset_id: 198, location: "Vienna", date_moved: "2016-10-21", duration_at_location_days: 174, previous_location: "Dublin" },
            { id: 201, asset_id: 56, location: "Rome", date_moved: "2018-01-19", duration_at_location_days: 155, previous_location: "Prague" },
            { id: 202, asset_id: 229, location: "Izmir", date_moved: "2023-11-25", duration_at_location_days: 237, previous_location: "Athens" },
            { id: 203, asset_id: 58, location: "Manila", date_moved: "2016-05-26", duration_at_location_days: 170, previous_location: "San Diego" },
            { id: 204, asset_id: 46, location: "Bucharest", date_moved: "2021-04-27", duration_at_location_days: 230, previous_location: "Zurich" },
            { id: 205, asset_id: 108, location: "Berlin", date_moved: "2011-02-17", duration_at_location_days: 272, previous_location: "Melbourne" },
            { id: 206, asset_id: 232, location: "Paris", date_moved: "2020-04-21", duration_at_location_days: 72, previous_location: "Cape Town" },
            { id: 207, asset_id: 296, location: "Austin", date_moved: "2020-08-26", duration_at_location_days: 129, previous_location: "Lyon" },
            { id: 208, asset_id: 185, location: "Madrid", date_moved: "2014-03-03", duration_at_location_days: 180, previous_location: "Budapest" },
            { id: 209, asset_id: 45, location: "Bangkok", date_moved: "2015-02-08", duration_at_location_days: 181, previous_location: "Denver" },
            { id: 210, asset_id: 80, location: "Milan", date_moved: "2023-01-13", duration_at_location_days: 178, previous_location: "Kyoto" },
            { id: 211, asset_id: 370, location: "Helsinki", date_moved: "2013-10-30", duration_at_location_days: 138, previous_location: "Dublin" },
            { id: 212, asset_id: 13, location: "Seattle", date_moved: "2016-05-21", duration_at_location_days: 149, previous_location: "Zurich" },
            { id: 213, asset_id: 64, location: "Kyoto", date_moved: "2022-01-25", duration_at_location_days: 288, previous_location: "Delhi" },
            { id: 214, asset_id: 20, location: "Lima", date_moved: "2023-08-07", duration_at_location_days: 167, previous_location: "Montreal" },
            { id: 215, asset_id: 127, location: "Barcelona", date_moved: "2018-07-30", duration_at_location_days: 209, previous_location: "Bogota" },
            { id: 216, asset_id: 109, location: "Stockholm", date_moved: "2016-06-05", duration_at_location_days: 149, previous_location: "Oslo" },
            { id: 217, asset_id: 304, location: "Paris", date_moved: "2021-02-24", duration_at_location_days: 246, previous_location: "Munich" },
            { id: 218, asset_id: 367, location: "Paris", date_moved: "2022-10-18", duration_at_location_days: 174, previous_location: "Lagos" },
            { id: 219, asset_id: 146, location: "Paris", date_moved: "2022-10-16", duration_at_location_days: 171, previous_location: "Melbourne" },
            { id: 220, asset_id: 389, location: "Lagos", date_moved: "2010-06-15", duration_at_location_days: 177, previous_location: "Milan" },
            { id: 221, asset_id: 100, location: "Amsterdam", date_moved: "2010-07-07", duration_at_location_days: 237, previous_location: "Rome" },
            { id: 222, asset_id: 123, location: "Seoul", date_moved: "2021-06-25", duration_at_location_days: 259, previous_location: "Athens" },
            { id: 223, asset_id: 223, location: "Sao Paulo", date_moved: "2017-12-02", duration_at_location_days: 132, previous_location: "Lima" },
            { id: 224, asset_id: 34, location: "Helsinki", date_moved: "2011-02-12", duration_at_location_days: 105, previous_location: "Denver" },
            { id: 225, asset_id: 42, location: "San Diego", date_moved: "2016-03-29", duration_at_location_days: 223, previous_location: "Lima" },
            { id: 226, asset_id: 282, location: "Chicago", date_moved: "2012-01-29", duration_at_location_days: 221, previous_location: "Bangkok" },
            { id: 227, asset_id: 6, location: "Sydney", date_moved: "2023-12-10", duration_at_location_days: 216, previous_location: "Tokyo" },
            { id: 228, asset_id: 109, location: "Mumbai", date_moved: "2023-01-26", duration_at_location_days: 225, previous_location: "Jakarta" },
            { id: 229, asset_id: 235, location: "Montreal", date_moved: "2010-03-18", duration_at_location_days: 244, previous_location: "Madrid" },
            { id: 230, asset_id: 75, location: "San Diego", date_moved: "2010-02-19", duration_at_location_days: 154, previous_location: "Helsinki" },
            { id: 231, asset_id: 352, location: "Dublin", date_moved: "2016-03-23", duration_at_location_days: 169, previous_location: "Austin" },
            { id: 232, asset_id: 264, location: "San Diego", date_moved: "2020-05-21", duration_at_location_days: 281, previous_location: "Bangkok" },
            { id: 233, asset_id: 294, location: "Dublin", date_moved: "2023-10-02", duration_at_location_days: 201, previous_location: "Zurich" },
            { id: 234, asset_id: 366, location: "Paris", date_moved: "2023-03-20", duration_at_location_days: 202, previous_location: "Taipei" },
            { id: 235, asset_id: 396, location: "Manila", date_moved: "2019-12-18", duration_at_location_days: 96, previous_location: "Sydney" },
            { id: 236, asset_id: 328, location: "Mexico City", date_moved: "2016-03-30", duration_at_location_days: 210, previous_location: "Istanbul" },
            { id: 237, asset_id: 22, location: "Mumbai", date_moved: "2021-01-11", duration_at_location_days: 143, previous_location: "Boston" },
            { id: 238, asset_id: 331, location: "Athens", date_moved: "2012-07-10", duration_at_location_days: 269, previous_location: "Seattle" },
            { id: 239, asset_id: 98, location: "Bogota", date_moved: "2019-02-08", duration_at_location_days: 202, previous_location: "Boston" },
            { id: 240, asset_id: 161, location: "Munich", date_moved: "2023-07-13", duration_at_location_days: 215, previous_location: "Jakarta" },
            { id: 241, asset_id: 335, location: "Athens", date_moved: "2019-03-08", duration_at_location_days: 190, previous_location: "Vancouver" },
            { id: 242, asset_id: 183, location: "Paris", date_moved: "2017-11-27", duration_at_location_days: 104, previous_location: "Chicago" },
            { id: 243, asset_id: 32, location: "Munich", date_moved: "2021-12-21", duration_at_location_days: 197, previous_location: "Izmir" },
            { id: 244, asset_id: 151, location: "Berlin", date_moved: "2010-11-25", duration_at_location_days: 247, previous_location: "Lima" },
            { id: 245, asset_id: 368, location: "Melbourne", date_moved: "2016-07-15", duration_at_location_days: 178, previous_location: "Berlin" },
            { id: 246, asset_id: 49, location: "Rome", date_moved: "2021-03-26", duration_at_location_days: 128, previous_location: "Tokyo" },
            { id: 247, asset_id: 128, location: "Lyon", date_moved: "2012-12-06", duration_at_location_days: 207, previous_location: "Buenos Aires" },
            { id: 248, asset_id: 154, location: "Porto", date_moved: "2021-12-12", duration_at_location_days: 178, previous_location: "Austin" },
            { id: 249, asset_id: 261, location: "Vienna", date_moved: "2021-01-14", duration_at_location_days: 243, previous_location: "San Diego" },
            { id: 250, asset_id: 283, location: "Kyoto", date_moved: "2014-02-11", duration_at_location_days: 197, previous_location: "Chicago" },
            { id: 251, asset_id: 135, location: "Helsinki", date_moved: "2021-01-09", duration_at_location_days: 288, previous_location: "Stockholm" },
            { id: 252, asset_id: 165, location: "Seoul", date_moved: "2016-09-03", duration_at_location_days: 214, previous_location: "Amsterdam" },
            { id: 253, asset_id: 134, location: "Cairo", date_moved: "2018-06-11", duration_at_location_days: 173, previous_location: "Rome" },
            { id: 254, asset_id: 176, location: "Lisbon", date_moved: "2023-04-25", duration_at_location_days: 173, previous_location: "Istanbul" },
            { id: 255, asset_id: 316, location: "Istanbul", date_moved: "2020-06-07", duration_at_location_days: 102, previous_location: "Mumbai" },
            { id: 256, asset_id: 262, location: "Singapore", date_moved: "2014-04-30", duration_at_location_days: 155, previous_location: "Singapore" },
            { id: 257, asset_id: 92, location: "Vancouver", date_moved: "2011-11-17", duration_at_location_days: 191, previous_location: "Lagos" },
            { id: 258, asset_id: 373, location: "Lagos", date_moved: "2018-03-12", duration_at_location_days: 220, previous_location: "Oslo" },
            { id: 259, asset_id: 385, location: "Seoul", date_moved: "2020-02-13", duration_at_location_days: 318, previous_location: "Manila" },
            { id: 260, asset_id: 69, location: "Munich", date_moved: "2013-06-10", duration_at_location_days: 151, previous_location: "Cape Town" },
            { id: 261, asset_id: 91, location: "Ankara", date_moved: "2014-08-18", duration_at_location_days: 181, previous_location: "Lisbon" },
            { id: 262, asset_id: 166, location: "Delhi", date_moved: "2021-12-08", duration_at_location_days: 142, previous_location: "Auckland" },
            { id: 263, asset_id: 24, location: "Bogota", date_moved: "2017-04-08", duration_at_location_days: 192, previous_location: "Boston" },
            { id: 264, asset_id: 188, location: "Ankara", date_moved: "2022-10-22", duration_at_location_days: 58, previous_location: "Cape Town" },
            { id: 265, asset_id: 141, location: "Sao Paulo", date_moved: "2017-01-17", duration_at_location_days: 163, previous_location: "Seattle" },
            { id: 266, asset_id: 278, location: "Athens", date_moved: "2019-11-28", duration_at_location_days: 126, previous_location: "Madrid" },
            { id: 267, asset_id: 368, location: "Bangkok", date_moved: "2019-06-27", duration_at_location_days: 207, previous_location: "Copenhagen" },
            { id: 268, asset_id: 54, location: "Bogota", date_moved: "2018-05-20", duration_at_location_days: 143, previous_location: "Izmir" },
            { id: 269, asset_id: 366, location: "Vancouver", date_moved: "2014-08-20", duration_at_location_days: 196, previous_location: "Vienna" },
            { id: 270, asset_id: 49, location: "Porto", date_moved: "2021-11-09", duration_at_location_days: 175, previous_location: "Bangkok" },
            { id: 271, asset_id: 400, location: "Bucharest", date_moved: "2014-10-31", duration_at_location_days: 177, previous_location: "Lagos" },
            { id: 272, asset_id: 160, location: "Edinburgh", date_moved: "2022-10-22", duration_at_location_days: 132, previous_location: "Sao Paulo" },
            { id: 273, asset_id: 400, location: "Lagos", date_moved: "2019-04-23", duration_at_location_days: 234, previous_location: "Denver" },
            { id: 274, asset_id: 219, location: "Izmir", date_moved: "2023-04-05", duration_at_location_days: 237, previous_location: "Santiago" },
            { id: 275, asset_id: 225, location: "Lisbon", date_moved: "2016-12-21", duration_at_location_days: 148, previous_location: "San Diego" },
            { id: 276, asset_id: 53, location: "Seoul", date_moved: "2023-12-14", duration_at_location_days: 172, previous_location: "Warsaw" },
            { id: 277, asset_id: 8, location: "Santiago", date_moved: "2012-09-24", duration_at_location_days: 260, previous_location: "Lisbon" },
            { id: 278, asset_id: 325, location: "Seoul", date_moved: "2023-07-27", duration_at_location_days: 101, previous_location: "Mexico City" },
            { id: 279, asset_id: 353, location: "Madrid", date_moved: "2020-02-20", duration_at_location_days: 305, previous_location: "Istanbul" },
            { id: 280, asset_id: 195, location: "Chicago", date_moved: "2016-01-17", duration_at_location_days: 163, previous_location: "Taipei" },
            { id: 281, asset_id: 126, location: "Chicago", date_moved: "2015-11-10", duration_at_location_days: 184, previous_location: "Manila" },
            { id: 282, asset_id: 34, location: "Kyoto", date_moved: "2021-08-01", duration_at_location_days: 183, previous_location: "Oslo" },
            { id: 283, asset_id: 376, location: "Boston", date_moved: "2014-06-20", duration_at_location_days: 207, previous_location: "Bangkok" },
            { id: 284, asset_id: 304, location: "Melbourne", date_moved: "2019-03-31", duration_at_location_days: 112, previous_location: "Amsterdam" },
            { id: 285, asset_id: 165, location: "Manila", date_moved: "2016-09-18", duration_at_location_days: 175, previous_location: "Rome" },
            { id: 286, asset_id: 382, location: "Istanbul", date_moved: "2022-07-04", duration_at_location_days: 137, previous_location: "Brussels" },
            { id: 287, asset_id: 82, location: "San Diego", date_moved: "2019-10-09", duration_at_location_days: 147, previous_location: "Bogota" },
            { id: 288, asset_id: 225, location: "Lisbon", date_moved: "2021-09-06", duration_at_location_days: 18, previous_location: "Izmir" },
            { id: 289, asset_id: 390, location: "Amsterdam", date_moved: "2021-09-28", duration_at_location_days: 230, previous_location: "London" },
            { id: 290, asset_id: 384, location: "Bucharest", date_moved: "2015-03-02", duration_at_location_days: 178, previous_location: "Seattle" },
            { id: 291, asset_id: 87, location: "Lyon", date_moved: "2021-01-02", duration_at_location_days: 269, previous_location: "Munich" },
            { id: 292, asset_id: 361, location: "Manila", date_moved: "2017-02-23", duration_at_location_days: 162, previous_location: "Istanbul" },
            { id: 293, asset_id: 397, location: "Warsaw", date_moved: "2011-01-14", duration_at_location_days: 180, previous_location: "Singapore" },
            { id: 294, asset_id: 377, location: "Rome", date_moved: "2019-08-23", duration_at_location_days: 237, previous_location: "Hamburg" },
            { id: 295, asset_id: 108, location: "Istanbul", date_moved: "2020-02-12", duration_at_location_days: 230, previous_location: "Copenhagen" },
            { id: 296, asset_id: 71, location: "Taipei", date_moved: "2021-06-19", duration_at_location_days: 273, previous_location: "Sydney" },
            { id: 297, asset_id: 49, location: "Montreal", date_moved: "2023-12-15", duration_at_location_days: 180, previous_location: "Sao Paulo" },
            { id: 298, asset_id: 59, location: "Hamburg", date_moved: "2023-06-21", duration_at_location_days: 206, previous_location: "Cape Town" },
            { id: 299, asset_id: 376, location: "Warsaw", date_moved: "2011-07-13", duration_at_location_days: 115, previous_location: "Dublin" },
            { id: 300, asset_id: 272, location: "Cape Town", date_moved: "2013-08-30", duration_at_location_days: 210, previous_location: "Chicago" },
            { id: 301, asset_id: 325, location: "Warsaw", date_moved: "2016-01-03", duration_at_location_days: 246, previous_location: "Melbourne" },
            { id: 302, asset_id: 23, location: "Bucharest", date_moved: "2021-09-23", duration_at_location_days: 205, previous_location: "Edinburgh" },
            { id: 303, asset_id: 195, location: "Helsinki", date_moved: "2014-08-18", duration_at_location_days: 113, previous_location: "Manila" },
            { id: 304, asset_id: 158, location: "Toronto", date_moved: "2023-03-12", duration_at_location_days: 189, previous_location: "Oslo" },
            { id: 305, asset_id: 67, location: "Auckland", date_moved: "2022-03-16", duration_at_location_days: 120, previous_location: "Cairo" },
            { id: 306, asset_id: 361, location: "Denver", date_moved: "2010-07-28", duration_at_location_days: 180, previous_location: "Manila" },
            { id: 307, asset_id: 383, location: "Edinburgh", date_moved: "2016-12-07", duration_at_location_days: 199, previous_location: "Austin" },
            { id: 308, asset_id: 353, location: "Melbourne", date_moved: "2022-12-12", duration_at_location_days: 123, previous_location: "Paris" },
            { id: 309, asset_id: 366, location: "San Diego", date_moved: "2023-02-16", duration_at_location_days: 214, previous_location: "Seattle" },
            { id: 310, asset_id: 209, location: "Porto", date_moved: "2011-12-19", duration_at_location_days: 164, previous_location: "Madrid" },
            { id: 311, asset_id: 290, location: "Bangkok", date_moved: "2013-09-13", duration_at_location_days: 125, previous_location: "Milan" },
            { id: 312, asset_id: 302, location: "Kyoto", date_moved: "2011-09-21", duration_at_location_days: 127, previous_location: "Denver" },
            { id: 313, asset_id: 113, location: "Buenos Aires", date_moved: "2013-01-23", duration_at_location_days: 169, previous_location: "Hamburg" },
            { id: 314, asset_id: 367, location: "Hamburg", date_moved: "2011-08-24", duration_at_location_days: 161, previous_location: "Izmir" },
            { id: 315, asset_id: 73, location: "Tokyo", date_moved: "2022-01-07", duration_at_location_days: 180, previous_location: "Istanbul" },
            { id: 316, asset_id: 177, location: "Warsaw", date_moved: "2016-10-19", duration_at_location_days: 199, previous_location: "Milan" },
            { id: 317, asset_id: 26, location: "Montreal", date_moved: "2022-10-02", duration_at_location_days: 301, previous_location: "Paris" },
            { id: 318, asset_id: 29, location: "Vancouver", date_moved: "2020-04-03", duration_at_location_days: 259, previous_location: "Lima" },
            { id: 319, asset_id: 87, location: "Toronto", date_moved: "2016-09-10", duration_at_location_days: 157, previous_location: "Toronto" },
            { id: 320, asset_id: 346, location: "Warsaw", date_moved: "2019-10-27", duration_at_location_days: 153, previous_location: "Lagos" },
            { id: 321, asset_id: 350, location: "Stockholm", date_moved: "2019-09-27", duration_at_location_days: 185, previous_location: "Boston" },
            { id: 322, asset_id: 24, location: "Zurich", date_moved: "2023-03-13", duration_at_location_days: 226, previous_location: "Hamburg" },
            { id: 323, asset_id: 345, location: "Cairo", date_moved: "2021-10-03", duration_at_location_days: 285, previous_location: "Edinburgh" },
            { id: 324, asset_id: 206, location: "Manchester", date_moved: "2022-05-27", duration_at_location_days: 164, previous_location: "Mexico City" },
            { id: 325, asset_id: 374, location: "Budapest", date_moved: "2021-05-15", duration_at_location_days: 166, previous_location: "Nairobi" },
            { id: 326, asset_id: 396, location: "Chicago", date_moved: "2010-11-15", duration_at_location_days: 228, previous_location: "Barcelona" },
            { id: 327, asset_id: 308, location: "San Diego", date_moved: "2015-07-11", duration_at_location_days: 227, previous_location: "London" },
            { id: 328, asset_id: 301, location: "London", date_moved: "2021-06-23", duration_at_location_days: 223, previous_location: "Paris" },
            { id: 329, asset_id: 234, location: "Izmir", date_moved: "2021-03-16", duration_at_location_days: 97, previous_location: "Mexico City" },
            { id: 330, asset_id: 115, location: "Helsinki", date_moved: "2022-12-07", duration_at_location_days: 195, previous_location: "Mexico City" },
            { id: 331, asset_id: 321, location: "Lisbon", date_moved: "2020-12-04", duration_at_location_days: 289, previous_location: "Bogota" },
            { id: 332, asset_id: 237, location: "Milan", date_moved: "2022-03-08", duration_at_location_days: 303, previous_location: "Bogota" },
            { id: 333, asset_id: 153, location: "Lyon", date_moved: "2022-01-26", duration_at_location_days: 192, previous_location: "Stockholm" },
            { id: 334, asset_id: 355, location: "Lagos", date_moved: "2015-12-22", duration_at_location_days: 267, previous_location: "Izmir" },
            { id: 335, asset_id: 31, location: "Madrid", date_moved: "2018-02-06", duration_at_location_days: 220, previous_location: "Lisbon" },
            { id: 336, asset_id: 51, location: "Manila", date_moved: "2018-05-13", duration_at_location_days: 191, previous_location: "Manila" },
            { id: 337, asset_id: 142, location: "Hamburg", date_moved: "2013-12-24", duration_at_location_days: 306, previous_location: "Zurich" },
            { id: 338, asset_id: 318, location: "Porto", date_moved: "2011-04-15", duration_at_location_days: 125, previous_location: "Vienna" },
            { id: 339, asset_id: 264, location: "Sao Paulo", date_moved: "2020-05-21", duration_at_location_days: 169, previous_location: "Zurich" },
            { id: 340, asset_id: 150, location: "Lisbon", date_moved: "2011-05-12", duration_at_location_days: 201, previous_location: "Milan" },
            { id: 341, asset_id: 262, location: "Hamburg", date_moved: "2023-11-24", duration_at_location_days: 207, previous_location: "Bogota" },
            { id: 342, asset_id: 68, location: "Budapest", date_moved: "2011-03-24", duration_at_location_days: 260, previous_location: "Boston" },
            { id: 343, asset_id: 2, location: "Sao Paulo", date_moved: "2021-03-25", duration_at_location_days: 87, previous_location: "Jakarta" },
            { id: 344, asset_id: 221, location: "Bucharest", date_moved: "2022-11-29", duration_at_location_days: 158, previous_location: "Jakarta" },
            { id: 345, asset_id: 89, location: "Santiago", date_moved: "2021-05-26", duration_at_location_days: 241, previous_location: "Taipei" },
            { id: 346, asset_id: 159, location: "Lisbon", date_moved: "2010-06-06", duration_at_location_days: 241, previous_location: "Bogota" },
            { id: 347, asset_id: 279, location: "Vancouver", date_moved: "2015-09-19", duration_at_location_days: 197, previous_location: "Santiago" },
            { id: 348, asset_id: 194, location: "Sydney", date_moved: "2021-02-07", duration_at_location_days: 170, previous_location: "Lima" },
            { id: 349, asset_id: 221, location: "Copenhagen", date_moved: "2017-09-06", duration_at_location_days: 86, previous_location: "Cairo" },
            { id: 350, asset_id: 317, location: "Amsterdam", date_moved: "2019-05-01", duration_at_location_days: 155, previous_location: "Vancouver" },
            { id: 351, asset_id: 98, location: "Sydney", date_moved: "2018-09-20", duration_at_location_days: 247, previous_location: "San Diego" },
            { id: 352, asset_id: 4, location: "Taipei", date_moved: "2019-10-24", duration_at_location_days: 163, previous_location: "San Diego" },
            { id: 353, asset_id: 202, location: "Bogota", date_moved: "2015-05-19", duration_at_location_days: 179, previous_location: "Oslo" },
            { id: 354, asset_id: 187, location: "Seattle", date_moved: "2020-05-17", duration_at_location_days: 181, previous_location: "Amsterdam" },
            { id: 355, asset_id: 144, location: "Lima", date_moved: "2016-10-15", duration_at_location_days: 31, previous_location: "Barcelona" },
            { id: 356, asset_id: 361, location: "Lagos", date_moved: "2021-09-19", duration_at_location_days: 319, previous_location: "Delhi" },
            { id: 357, asset_id: 187, location: "Milan", date_moved: "2014-01-09", duration_at_location_days: 154, previous_location: "Oslo" },
            { id: 358, asset_id: 319, location: "Melbourne", date_moved: "2018-02-06", duration_at_location_days: 171, previous_location: "Taipei" },
            { id: 359, asset_id: 118, location: "Lyon", date_moved: "2018-04-25", duration_at_location_days: 187, previous_location: "Paris" },
            { id: 360, asset_id: 137, location: "Sydney", date_moved: "2022-04-17", duration_at_location_days: 183, previous_location: "Hamburg" },
            { id: 361, asset_id: 284, location: "Boston", date_moved: "2020-01-13", duration_at_location_days: 174, previous_location: "Bogota" },
            { id: 362, asset_id: 87, location: "Edinburgh", date_moved: "2020-04-03", duration_at_location_days: 200, previous_location: "Tokyo" },
            { id: 363, asset_id: 26, location: "Vienna", date_moved: "2019-02-09", duration_at_location_days: 210, previous_location: "Dublin" },
            { id: 364, asset_id: 140, location: "Madrid", date_moved: "2023-11-09", duration_at_location_days: 166, previous_location: "Budapest" },
            { id: 365, asset_id: 80, location: "Chicago", date_moved: "2013-12-07", duration_at_location_days: 197, previous_location: "Melbourne" },
            { id: 366, asset_id: 312, location: "Rome", date_moved: "2011-06-12", duration_at_location_days: 195, previous_location: "Sao Paulo" },
            { id: 367, asset_id: 252, location: "Boston", date_moved: "2014-03-05", duration_at_location_days: 161, previous_location: "Helsinki" },
            { id: 368, asset_id: 117, location: "Hamburg", date_moved: "2017-02-28", duration_at_location_days: 156, previous_location: "Buenos Aires" },
            { id: 369, asset_id: 224, location: "Amsterdam", date_moved: "2017-08-01", duration_at_location_days: 225, previous_location: "Barcelona" },
            { id: 370, asset_id: 279, location: "Munich", date_moved: "2015-12-31", duration_at_location_days: 145, previous_location: "Seoul" },
            { id: 371, asset_id: 363, location: "Lyon", date_moved: "2022-10-26", duration_at_location_days: 212, previous_location: "Denver" },
            { id: 372, asset_id: 351, location: "Istanbul", date_moved: "2020-11-06", duration_at_location_days: 82, previous_location: "Oslo" },
            { id: 373, asset_id: 110, location: "Porto", date_moved: "2021-01-23", duration_at_location_days: 227, previous_location: "Montreal" },
            { id: 374, asset_id: 299, location: "Cairo", date_moved: "2013-03-18", duration_at_location_days: 159, previous_location: "Prague" },
            { id: 375, asset_id: 20, location: "Auckland", date_moved: "2019-04-16", duration_at_location_days: 175, previous_location: "Barcelona" },
            { id: 376, asset_id: 116, location: "Helsinki", date_moved: "2016-11-04", duration_at_location_days: 138, previous_location: "Kyoto" },
            { id: 377, asset_id: 140, location: "Manila", date_moved: "2011-04-24", duration_at_location_days: 156, previous_location: "Vancouver" },
            { id: 378, asset_id: 191, location: "Athens", date_moved: "2021-04-22", duration_at_location_days: 131, previous_location: "Sydney" },
            { id: 379, asset_id: 399, location: "Munich", date_moved: "2014-11-04", duration_at_location_days: 222, previous_location: "Porto" },
            { id: 380, asset_id: 25, location: "Manchester", date_moved: "2018-12-24", duration_at_location_days: 226, previous_location: "Madrid" },
            { id: 381, asset_id: 107, location: "Istanbul", date_moved: "2011-01-08", duration_at_location_days: 238, previous_location: "Melbourne" },
            { id: 382, asset_id: 37, location: "Madrid", date_moved: "2013-06-06", duration_at_location_days: 158, previous_location: "Istanbul" },
            { id: 383, asset_id: 94, location: "San Diego", date_moved: "2011-09-29", duration_at_location_days: 249, previous_location: "Istanbul" },
            { id: 384, asset_id: 28, location: "Taipei", date_moved: "2017-01-03", duration_at_location_days: 234, previous_location: "Bucharest" },
            { id: 385, asset_id: 9, location: "Seoul", date_moved: "2018-06-28", duration_at_location_days: 169, previous_location: "Mumbai" },
            { id: 386, asset_id: 140, location: "Nairobi", date_moved: "2014-10-11", duration_at_location_days: 224, previous_location: "Manila" },
            { id: 387, asset_id: 265, location: "Milan", date_moved: "2011-09-09", duration_at_location_days: 193, previous_location: "Denver" },
            { id: 388, asset_id: 361, location: "Taipei", date_moved: "2020-05-24", duration_at_location_days: 179, previous_location: "Tokyo" },
            { id: 389, asset_id: 197, location: "San Diego", date_moved: "2022-11-28", duration_at_location_days: 234, previous_location: "Budapest" },
            { id: 390, asset_id: 81, location: "Delhi", date_moved: "2022-02-22", duration_at_location_days: 188, previous_location: "Jakarta" },
            { id: 391, asset_id: 253, location: "San Diego", date_moved: "2014-02-22", duration_at_location_days: 206, previous_location: "Brussels" },
            { id: 392, asset_id: 306, location: "Toronto", date_moved: "2022-11-16", duration_at_location_days: 151, previous_location: "Dublin" },
            { id: 393, asset_id: 317, location: "Ankara", date_moved: "2023-05-17", duration_at_location_days: 279, previous_location: "Stockholm" },
            { id: 394, asset_id: 223, location: "Vienna", date_moved: "2018-03-01", duration_at_location_days: 199, previous_location: "Hamburg" },
            { id: 395, asset_id: 87, location: "Lagos", date_moved: "2021-06-11", duration_at_location_days: 201, previous_location: "Izmir" },
            { id: 396, asset_id: 315, location: "Delhi", date_moved: "2021-07-09", duration_at_location_days: 106, previous_location: "Buenos Aires" },
            { id: 397, asset_id: 340, location: "Madrid", date_moved: "2018-03-12", duration_at_location_days: 154, previous_location: "Athens" },
            { id: 398, asset_id: 305, location: "Manila", date_moved: "2010-05-29", duration_at_location_days: 173, previous_location: "Montreal" },
            { id: 399, asset_id: 164, location: "Auckland", date_moved: "2022-07-14", duration_at_location_days: 166, previous_location: "Cape Town" },
            { id: 400, asset_id: 366, location: "Copenhagen", date_moved: "2023-08-23", duration_at_location_days: 243, previous_location: "Chicago" },
            { id: 401, asset_id: 226, location: "Taipei", date_moved: "2015-01-05", duration_at_location_days: 176, previous_location: "London" },
            { id: 402, asset_id: 345, location: "Manila", date_moved: "2019-12-20", duration_at_location_days: 250, previous_location: "Delhi" },
            { id: 403, asset_id: 202, location: "Montreal", date_moved: "2017-10-17", duration_at_location_days: 140, previous_location: "Lisbon" },
            { id: 404, asset_id: 98, location: "Ankara", date_moved: "2010-07-16", duration_at_location_days: 261, previous_location: "Buenos Aires" },
            { id: 405, asset_id: 146, location: "Seattle", date_moved: "2017-08-08", duration_at_location_days: 144, previous_location: "Mexico City" },
            { id: 406, asset_id: 245, location: "Denver", date_moved: "2016-10-07", duration_at_location_days: 183, previous_location: "Bucharest" },
            { id: 407, asset_id: 58, location: "San Diego", date_moved: "2013-06-03", duration_at_location_days: 191, previous_location: "Lisbon" },
            { id: 408, asset_id: 260, location: "Copenhagen", date_moved: "2013-03-10", duration_at_location_days: 141, previous_location: "Santiago" },
            { id: 409, asset_id: 1, location: "Berlin", date_moved: "2020-09-26", duration_at_location_days: 206, previous_location: "Vancouver" },
            { id: 410, asset_id: 44, location: "Tokyo", date_moved: "2017-08-25", duration_at_location_days: 126, previous_location: "Buenos Aires" },
            { id: 411, asset_id: 251, location: "Berlin", date_moved: "2017-02-05", duration_at_location_days: 174, previous_location: "Melbourne" },
            { id: 412, asset_id: 173, location: "Lisbon", date_moved: "2017-10-25", duration_at_location_days: 138, previous_location: "Nairobi" },
            { id: 413, asset_id: 343, location: "Chicago", date_moved: "2014-12-24", duration_at_location_days: 269, previous_location: "Toronto" },
            { id: 414, asset_id: 341, location: "Stockholm", date_moved: "2023-12-01", duration_at_location_days: 193, previous_location: "Vancouver" },
            { id: 415, asset_id: 184, location: "Munich", date_moved: "2023-11-01", duration_at_location_days: 271, previous_location: "Manila" },
            { id: 416, asset_id: 170, location: "Montreal", date_moved: "2023-07-01", duration_at_location_days: 117, previous_location: "Montreal" },
            { id: 417, asset_id: 148, location: "Prague", date_moved: "2011-11-19", duration_at_location_days: 205, previous_location: "Vienna" },
            { id: 418, asset_id: 139, location: "Lagos", date_moved: "2010-03-02", duration_at_location_days: 191, previous_location: "Seattle" },
            { id: 419, asset_id: 153, location: "Oslo", date_moved: "2019-05-14", duration_at_location_days: 177, previous_location: "Seattle" },
            { id: 420, asset_id: 90, location: "Budapest", date_moved: "2021-05-17", duration_at_location_days: 175, previous_location: "Milan" },
            { id: 421, asset_id: 255, location: "Cairo", date_moved: "2017-12-19", duration_at_location_days: 251, previous_location: "Athens" },
            { id: 422, asset_id: 272, location: "Copenhagen", date_moved: "2011-05-28", duration_at_location_days: 185, previous_location: "Bogota" },
            { id: 423, asset_id: 35, location: "Helsinki", date_moved: "2015-06-21", duration_at_location_days: 165, previous_location: "Lisbon" },
            { id: 424, asset_id: 207, location: "Ankara", date_moved: "2022-06-08", duration_at_location_days: 230, previous_location: "Lagos" },
            { id: 425, asset_id: 260, location: "Seattle", date_moved: "2021-03-14", duration_at_location_days: 204, previous_location: "Paris" },
            { id: 426, asset_id: 92, location: "Santiago", date_moved: "2022-08-16", duration_at_location_days: 173, previous_location: "Manchester" },
            { id: 427, asset_id: 399, location: "Montreal", date_moved: "2010-01-01", duration_at_location_days: 138, previous_location: "Toronto" },
            { id: 428, asset_id: 58, location: "Munich", date_moved: "2019-06-29", duration_at_location_days: 115, previous_location: "Bangkok" },
            { id: 429, asset_id: 29, location: "Porto", date_moved: "2021-01-22", duration_at_location_days: 243, previous_location: "Berlin" },
            { id: 430, asset_id: 288, location: "Melbourne", date_moved: "2019-02-13", duration_at_location_days: 204, previous_location: "Berlin" },
            { id: 431, asset_id: 94, location: "Bogota", date_moved: "2010-09-16", duration_at_location_days: 121, previous_location: "Brussels" },
            { id: 432, asset_id: 16, location: "Oslo", date_moved: "2018-06-18", duration_at_location_days: 157, previous_location: "Mumbai" },
            { id: 433, asset_id: 125, location: "Montreal", date_moved: "2017-03-18", duration_at_location_days: 187, previous_location: "Ankara" },
            { id: 434, asset_id: 317, location: "Hamburg", date_moved: "2018-08-18", duration_at_location_days: 103, previous_location: "Copenhagen" },
            { id: 435, asset_id: 203, location: "Mexico City", date_moved: "2010-04-17", duration_at_location_days: 137, previous_location: "Chicago" },
            { id: 436, asset_id: 104, location: "Delhi", date_moved: "2019-04-26", duration_at_location_days: 226, previous_location: "Seattle" },
            { id: 437, asset_id: 113, location: "Oslo", date_moved: "2020-10-16", duration_at_location_days: 232, previous_location: "Lyon" },
            { id: 438, asset_id: 216, location: "Lyon", date_moved: "2017-08-06", duration_at_location_days: 229, previous_location: "Lisbon" },
            { id: 439, asset_id: 104, location: "London", date_moved: "2021-05-23", duration_at_location_days: 153, previous_location: "Dublin" },
            { id: 440, asset_id: 96, location: "Berlin", date_moved: "2019-04-21", duration_at_location_days: 218, previous_location: "Warsaw" },
            { id: 441, asset_id: 170, location: "Denver", date_moved: "2020-06-16", duration_at_location_days: 56, previous_location: "Budapest" },
            { id: 442, asset_id: 286, location: "Lagos", date_moved: "2015-06-10", duration_at_location_days: 180, previous_location: "Berlin" },
            { id: 443, asset_id: 346, location: "Stockholm", date_moved: "2015-12-03", duration_at_location_days: 188, previous_location: "Cairo" },
            { id: 444, asset_id: 347, location: "Paris", date_moved: "2023-05-21", duration_at_location_days: 243, previous_location: "Helsinki" },
            { id: 445, asset_id: 23, location: "Warsaw", date_moved: "2018-05-11", duration_at_location_days: 242, previous_location: "Warsaw" },
            { id: 446, asset_id: 198, location: "Prague", date_moved: "2020-07-17", duration_at_location_days: 244, previous_location: "Melbourne" },
            { id: 447, asset_id: 21, location: "Santiago", date_moved: "2019-06-13", duration_at_location_days: 231, previous_location: "Berlin" },
            { id: 448, asset_id: 81, location: "Santiago", date_moved: "2017-11-05", duration_at_location_days: 241, previous_location: "Melbourne" },
            { id: 449, asset_id: 386, location: "Tokyo", date_moved: "2022-06-17", duration_at_location_days: 122, previous_location: "Dublin" },
            { id: 450, asset_id: 359, location: "Manila", date_moved: "2010-06-15", duration_at_location_days: 145, previous_location: "Lyon" },
            { id: 451, asset_id: 51, location: "Prague", date_moved: "2017-02-06", duration_at_location_days: 232, previous_location: "Mumbai" },
            { id: 452, asset_id: 239, location: "Sao Paulo", date_moved: "2014-11-29", duration_at_location_days: 100, previous_location: "Jakarta" },
            { id: 453, asset_id: 84, location: "Denver", date_moved: "2020-10-10", duration_at_location_days: 201, previous_location: "Seoul" },
            { id: 454, asset_id: 29, location: "Delhi", date_moved: "2018-07-12", duration_at_location_days: 237, previous_location: "Montreal" },
            { id: 455, asset_id: 41, location: "Budapest", date_moved: "2017-05-01", duration_at_location_days: 104, previous_location: "Boston" },
            { id: 456, asset_id: 242, location: "Boston", date_moved: "2019-10-09", duration_at_location_days: 259, previous_location: "Auckland" },
            { id: 457, asset_id: 150, location: "Stockholm", date_moved: "2013-04-05", duration_at_location_days: 122, previous_location: "Bogota" },
            { id: 458, asset_id: 391, location: "Lyon", date_moved: "2013-12-18", duration_at_location_days: 193, previous_location: "Dublin" },
            { id: 459, asset_id: 210, location: "Hamburg", date_moved: "2016-11-28", duration_at_location_days: 253, previous_location: "Tokyo" },
            { id: 460, asset_id: 120, location: "Barcelona", date_moved: "2023-09-17", duration_at_location_days: 243, previous_location: "Budapest" },
            { id: 461, asset_id: 253, location: "Porto", date_moved: "2013-07-18", duration_at_location_days: 188, previous_location: "Denver" },
            { id: 462, asset_id: 142, location: "Mumbai", date_moved: "2023-10-25", duration_at_location_days: 223, previous_location: "Ankara" },
            { id: 463, asset_id: 142, location: "Ankara", date_moved: "2023-02-10", duration_at_location_days: 150, previous_location: "Tokyo" },
            { id: 464, asset_id: 321, location: "Bucharest", date_moved: "2022-08-14", duration_at_location_days: 172, previous_location: "Cape Town" },
            { id: 465, asset_id: 98, location: "Paris", date_moved: "2011-10-27", duration_at_location_days: 149, previous_location: "Vancouver" },
            { id: 466, asset_id: 30, location: "Budapest", date_moved: "2021-07-02", duration_at_location_days: 161, previous_location: "Dublin" },
            { id: 467, asset_id: 149, location: "Manila", date_moved: "2018-07-20", duration_at_location_days: 191, previous_location: "Kyoto" },
            { id: 468, asset_id: 290, location: "Copenhagen", date_moved: "2017-09-11", duration_at_location_days: 196, previous_location: "Toronto" },
            { id: 469, asset_id: 194, location: "Denver", date_moved: "2016-03-28", duration_at_location_days: 98, previous_location: "Helsinki" },
            { id: 470, asset_id: 190, location: "Oslo", date_moved: "2012-05-28", duration_at_location_days: 182, previous_location: "Vancouver" },
            { id: 471, asset_id: 358, location: "Tokyo", date_moved: "2023-10-17", duration_at_location_days: 165, previous_location: "Helsinki" },
            { id: 472, asset_id: 81, location: "Kyoto", date_moved: "2015-05-31", duration_at_location_days: 164, previous_location: "Milan" },
            { id: 473, asset_id: 314, location: "Auckland", date_moved: "2011-01-03", duration_at_location_days: 201, previous_location: "Tokyo" },
            { id: 474, asset_id: 135, location: "Delhi", date_moved: "2020-10-26", duration_at_location_days: 266, previous_location: "Seoul" },
            { id: 475, asset_id: 48, location: "Lagos", date_moved: "2019-01-14", duration_at_location_days: 270, previous_location: "Brussels" },
            { id: 476, asset_id: 270, location: "Santiago", date_moved: "2023-06-14", duration_at_location_days: 180, previous_location: "Edinburgh" },
            { id: 477, asset_id: 208, location: "San Diego", date_moved: "2020-05-06", duration_at_location_days: 166, previous_location: "Bogota" },
            { id: 478, asset_id: 17, location: "Toronto", date_moved: "2014-07-11", duration_at_location_days: 133, previous_location: "Berlin" },
            { id: 479, asset_id: 174, location: "Lisbon", date_moved: "2011-05-25", duration_at_location_days: 231, previous_location: "Bucharest" },
            { id: 480, asset_id: 179, location: "San Diego", date_moved: "2012-02-29", duration_at_location_days: 171, previous_location: "Kyoto" },
            { id: 481, asset_id: 287, location: "Bangkok", date_moved: "2011-12-05", duration_at_location_days: 197, previous_location: "Milan" },
            { id: 482, asset_id: 300, location: "Amsterdam", date_moved: "2023-05-08", duration_at_location_days: 121, previous_location: "Dublin" },
            { id: 483, asset_id: 71, location: "Edinburgh", date_moved: "2019-10-15", duration_at_location_days: 141, previous_location: "Auckland" },
            { id: 484, asset_id: 394, location: "Buenos Aires", date_moved: "2019-03-28", duration_at_location_days: 191, previous_location: "Paris" },
            { id: 485, asset_id: 93, location: "Munich", date_moved: "2014-02-26", duration_at_location_days: 198, previous_location: "Seattle" },
            { id: 486, asset_id: 292, location: "Boston", date_moved: "2022-12-29", duration_at_location_days: 191, previous_location: "Auckland" },
            { id: 487, asset_id: 126, location: "Mexico City", date_moved: "2013-03-12", duration_at_location_days: 229, previous_location: "Edinburgh" },
            { id: 488, asset_id: 162, location: "Budapest", date_moved: "2017-10-22", duration_at_location_days: 198, previous_location: "Athens" },
            { id: 489, asset_id: 278, location: "Milan", date_moved: "2022-10-06", duration_at_location_days: 177, previous_location: "Mexico City" },
            { id: 490, asset_id: 382, location: "Taipei", date_moved: "2010-01-12", duration_at_location_days: 194, previous_location: "Stockholm" },
            { id: 491, asset_id: 261, location: "Vancouver", date_moved: "2023-01-27", duration_at_location_days: 265, previous_location: "Kyoto" },
            { id: 492, asset_id: 198, location: "Tokyo", date_moved: "2022-02-14", duration_at_location_days: 109, previous_location: "London" },
            { id: 493, asset_id: 115, location: "Bucharest", date_moved: "2013-08-10", duration_at_location_days: 213, previous_location: "Rome" },
            { id: 494, asset_id: 225, location: "Lagos", date_moved: "2015-10-16", duration_at_location_days: 121, previous_location: "Bangkok" },
            { id: 495, asset_id: 56, location: "Hamburg", date_moved: "2017-04-24", duration_at_location_days: 131, previous_location: "Austin" },
            { id: 496, asset_id: 375, location: "Bucharest", date_moved: "2014-01-14", duration_at_location_days: 67, previous_location: "Izmir" },
            { id: 497, asset_id: 171, location: "Cape Town", date_moved: "2022-07-04", duration_at_location_days: 220, previous_location: "Budapest" },
            { id: 498, asset_id: 158, location: "Tokyo", date_moved: "2018-10-06", duration_at_location_days: 203, previous_location: "Oslo" },
            { id: 499, asset_id: 104, location: "Ankara", date_moved: "2022-03-07", duration_at_location_days: 179, previous_location: "Mumbai" },
            { id: 500, asset_id: 49, location: "Berlin", date_moved: "2015-04-05", duration_at_location_days: 131, previous_location: "Toronto" },
        ],
    });
    await prisma.location_history.createMany({
        data: [
            { id: 501, asset_id: 240, location: "Mexico City", date_moved: "2016-11-13", duration_at_location_days: 271, previous_location: "Helsinki" },
            { id: 502, asset_id: 380, location: "Seoul", date_moved: "2015-07-09", duration_at_location_days: 186, previous_location: "San Diego" },
            { id: 503, asset_id: 351, location: "Manila", date_moved: "2021-07-06", duration_at_location_days: 214, previous_location: "Austin" },
            { id: 504, asset_id: 284, location: "Manila", date_moved: "2010-03-21", duration_at_location_days: 144, previous_location: "Amsterdam" },
            { id: 505, asset_id: 82, location: "Budapest", date_moved: "2014-08-16", duration_at_location_days: 81, previous_location: "Santiago" },
            { id: 506, asset_id: 19, location: "Seattle", date_moved: "2012-03-09", duration_at_location_days: 166, previous_location: "Brussels" },
            { id: 507, asset_id: 195, location: "San Diego", date_moved: "2022-08-16", duration_at_location_days: 187, previous_location: "Austin" },
            { id: 508, asset_id: 325, location: "Lagos", date_moved: "2011-06-23", duration_at_location_days: 140, previous_location: "Cairo" },
            { id: 509, asset_id: 153, location: "Munich", date_moved: "2023-03-12", duration_at_location_days: 167, previous_location: "Istanbul" },
            { id: 510, asset_id: 32, location: "Mexico City", date_moved: "2017-10-06", duration_at_location_days: 188, previous_location: "Cape Town" },
            { id: 511, asset_id: 115, location: "Dublin", date_moved: "2012-10-30", duration_at_location_days: 249, previous_location: "Berlin" },
            { id: 512, asset_id: 130, location: "Seoul", date_moved: "2019-03-27", duration_at_location_days: 212, previous_location: "Madrid" },
            { id: 513, asset_id: 105, location: "Hamburg", date_moved: "2010-10-08", duration_at_location_days: 175, previous_location: "Auckland" },
            { id: 514, asset_id: 282, location: "Kyoto", date_moved: "2018-07-15", duration_at_location_days: 123, previous_location: "Barcelona" },
            { id: 515, asset_id: 100, location: "Austin", date_moved: "2022-04-26", duration_at_location_days: 105, previous_location: "Cape Town" },
            { id: 516, asset_id: 302, location: "Berlin", date_moved: "2020-07-25", duration_at_location_days: 194, previous_location: "Zurich" },
            { id: 517, asset_id: 397, location: "Ankara", date_moved: "2020-11-20", duration_at_location_days: 202, previous_location: "Boston" },
            { id: 518, asset_id: 223, location: "Rome", date_moved: "2020-04-18", duration_at_location_days: 158, previous_location: "Lima" },
            { id: 519, asset_id: 51, location: "Athens", date_moved: "2019-01-11", duration_at_location_days: 198, previous_location: "Amsterdam" },
            { id: 520, asset_id: 136, location: "Lisbon", date_moved: "2023-10-04", duration_at_location_days: 180, previous_location: "Singapore" },
            { id: 521, asset_id: 15, location: "Istanbul", date_moved: "2018-10-06", duration_at_location_days: 145, previous_location: "Rome" },
            { id: 522, asset_id: 281, location: "Delhi", date_moved: "2016-04-11", duration_at_location_days: 184, previous_location: "Lima" },
            { id: 523, asset_id: 363, location: "Mumbai", date_moved: "2023-02-08", duration_at_location_days: 188, previous_location: "Cairo" },
            { id: 524, asset_id: 91, location: "Prague", date_moved: "2012-10-21", duration_at_location_days: 204, previous_location: "Vancouver" },
            { id: 525, asset_id: 161, location: "Mexico City", date_moved: "2021-04-30", duration_at_location_days: 184, previous_location: "Chicago" },
            { id: 526, asset_id: 116, location: "Kyoto", date_moved: "2011-07-12", duration_at_location_days: 186, previous_location: "London" },
            { id: 527, asset_id: 55, location: "Madrid", date_moved: "2017-02-22", duration_at_location_days: 166, previous_location: "Berlin" },
            { id: 528, asset_id: 189, location: "Mexico City", date_moved: "2014-09-12", duration_at_location_days: 90, previous_location: "Nairobi" },
            { id: 529, asset_id: 139, location: "Toronto", date_moved: "2019-07-20", duration_at_location_days: 170, previous_location: "Lyon" },
            { id: 530, asset_id: 121, location: "Montreal", date_moved: "2022-12-15", duration_at_location_days: 148, previous_location: "Edinburgh" },
            { id: 531, asset_id: 176, location: "Prague", date_moved: "2021-01-23", duration_at_location_days: 122, previous_location: "Lagos" },
            { id: 532, asset_id: 301, location: "Cape Town", date_moved: "2017-08-24", duration_at_location_days: 209, previous_location: "Porto" },
            { id: 533, asset_id: 305, location: "Jakarta", date_moved: "2019-02-15", duration_at_location_days: 228, previous_location: "Zurich" },
            { id: 534, asset_id: 92, location: "Kyoto", date_moved: "2018-07-09", duration_at_location_days: 217, previous_location: "Kyoto" },
            { id: 535, asset_id: 249, location: "Munich", date_moved: "2014-04-24", duration_at_location_days: 135, previous_location: "Lima" },
            { id: 536, asset_id: 358, location: "Copenhagen", date_moved: "2018-09-11", duration_at_location_days: 143, previous_location: "Manchester" },
            { id: 537, asset_id: 346, location: "Cape Town", date_moved: "2023-11-28", duration_at_location_days: 103, previous_location: "Dublin" },
            { id: 538, asset_id: 308, location: "Denver", date_moved: "2014-07-09", duration_at_location_days: 118, previous_location: "Chicago" },
            { id: 539, asset_id: 175, location: "Cape Town", date_moved: "2017-02-13", duration_at_location_days: 50, previous_location: "Zurich" },
            { id: 540, asset_id: 313, location: "Cairo", date_moved: "2023-06-11", duration_at_location_days: 70, previous_location: "Budapest" },
            { id: 541, asset_id: 26, location: "Seoul", date_moved: "2012-08-30", duration_at_location_days: 179, previous_location: "Brussels" },
            { id: 542, asset_id: 217, location: "Prague", date_moved: "2015-09-29", duration_at_location_days: 87, previous_location: "Brussels" },
            { id: 543, asset_id: 277, location: "Zurich", date_moved: "2018-06-18", duration_at_location_days: 220, previous_location: "Boston" },
            { id: 544, asset_id: 136, location: "Bogota", date_moved: "2020-10-07", duration_at_location_days: 165, previous_location: "Lima" },
            { id: 545, asset_id: 277, location: "Mexico City", date_moved: "2019-10-06", duration_at_location_days: 127, previous_location: "Seattle" },
            { id: 546, asset_id: 22, location: "Berlin", date_moved: "2011-05-23", duration_at_location_days: 306, previous_location: "Melbourne" },
            { id: 547, asset_id: 256, location: "Milan", date_moved: "2023-08-07", duration_at_location_days: 128, previous_location: "Delhi" },
            { id: 548, asset_id: 276, location: "Sydney", date_moved: "2021-04-30", duration_at_location_days: 284, previous_location: "Vancouver" },
            { id: 549, asset_id: 264, location: "Edinburgh", date_moved: "2022-03-25", duration_at_location_days: 283, previous_location: "Manchester" },
            { id: 550, asset_id: 82, location: "Stockholm", date_moved: "2020-02-07", duration_at_location_days: 99, previous_location: "Istanbul" },
            { id: 551, asset_id: 234, location: "Kyoto", date_moved: "2021-03-26", duration_at_location_days: 22, previous_location: "Denver" },
            { id: 552, asset_id: 84, location: "Dublin", date_moved: "2020-04-16", duration_at_location_days: 243, previous_location: "London" },
            { id: 553, asset_id: 373, location: "Copenhagen", date_moved: "2012-03-19", duration_at_location_days: 153, previous_location: "Munich" },
            { id: 554, asset_id: 34, location: "Montreal", date_moved: "2011-05-07", duration_at_location_days: 99, previous_location: "Ankara" },
            { id: 555, asset_id: 217, location: "Porto", date_moved: "2022-07-18", duration_at_location_days: 97, previous_location: "Budapest" },
            { id: 556, asset_id: 25, location: "Chicago", date_moved: "2023-03-23", duration_at_location_days: 100, previous_location: "Ankara" },
            { id: 557, asset_id: 269, location: "Toronto", date_moved: "2023-11-15", duration_at_location_days: 219, previous_location: "Delhi" },
            { id: 558, asset_id: 182, location: "Copenhagen", date_moved: "2015-12-03", duration_at_location_days: 116, previous_location: "Rome" },
            { id: 559, asset_id: 91, location: "Manila", date_moved: "2023-03-21", duration_at_location_days: 196, previous_location: "Budapest" },
            { id: 560, asset_id: 38, location: "Warsaw", date_moved: "2015-04-29", duration_at_location_days: 186, previous_location: "Bangkok" },
            { id: 561, asset_id: 195, location: "London", date_moved: "2013-11-10", duration_at_location_days: 253, previous_location: "Seoul" },
            { id: 562, asset_id: 142, location: "Singapore", date_moved: "2021-05-01", duration_at_location_days: 170, previous_location: "Athens" },
            { id: 563, asset_id: 335, location: "Santiago", date_moved: "2014-07-17", duration_at_location_days: 72, previous_location: "Athens" },
            { id: 564, asset_id: 173, location: "Singapore", date_moved: "2016-10-11", duration_at_location_days: 201, previous_location: "Berlin" },
            { id: 565, asset_id: 45, location: "Austin", date_moved: "2023-12-10", duration_at_location_days: 163, previous_location: "Vancouver" },
            { id: 566, asset_id: 371, location: "Budapest", date_moved: "2018-01-07", duration_at_location_days: 200, previous_location: "Bogota" },
            { id: 567, asset_id: 193, location: "Lagos", date_moved: "2016-09-30", duration_at_location_days: 198, previous_location: "Istanbul" },
            { id: 568, asset_id: 350, location: "Melbourne", date_moved: "2020-12-06", duration_at_location_days: 191, previous_location: "Taipei" },
            { id: 569, asset_id: 240, location: "Kyoto", date_moved: "2017-05-08", duration_at_location_days: 246, previous_location: "Lima" },
            { id: 570, asset_id: 39, location: "Brussels", date_moved: "2010-05-22", duration_at_location_days: 97, previous_location: "Rome" },
            { id: 571, asset_id: 208, location: "Copenhagen", date_moved: "2020-10-27", duration_at_location_days: 195, previous_location: "Melbourne" },
            { id: 572, asset_id: 298, location: "Tokyo", date_moved: "2018-08-30", duration_at_location_days: 127, previous_location: "Kyoto" },
            { id: 573, asset_id: 182, location: "Barcelona", date_moved: "2023-04-17", duration_at_location_days: 108, previous_location: "Barcelona" },
            { id: 574, asset_id: 193, location: "Toronto", date_moved: "2015-06-11", duration_at_location_days: 214, previous_location: "Manchester" },
            { id: 575, asset_id: 361, location: "Lisbon", date_moved: "2018-04-18", duration_at_location_days: 232, previous_location: "Delhi" },
            { id: 576, asset_id: 230, location: "Sydney", date_moved: "2021-12-05", duration_at_location_days: 203, previous_location: "Athens" },
            { id: 577, asset_id: 340, location: "Boston", date_moved: "2017-12-20", duration_at_location_days: 310, previous_location: "San Diego" },
            { id: 578, asset_id: 291, location: "Brussels", date_moved: "2015-08-22", duration_at_location_days: 214, previous_location: "Berlin" },
            { id: 579, asset_id: 280, location: "Tokyo", date_moved: "2020-06-16", duration_at_location_days: 176, previous_location: "Lyon" },
            { id: 580, asset_id: 354, location: "Prague", date_moved: "2017-04-08", duration_at_location_days: 181, previous_location: "Melbourne" },
            { id: 581, asset_id: 345, location: "Brussels", date_moved: "2021-01-04", duration_at_location_days: 201, previous_location: "Toronto" },
            { id: 582, asset_id: 71, location: "Berlin", date_moved: "2018-11-15", duration_at_location_days: 227, previous_location: "Izmir" },
            { id: 583, asset_id: 378, location: "Vancouver", date_moved: "2023-07-10", duration_at_location_days: 139, previous_location: "Barcelona" },
            { id: 584, asset_id: 311, location: "Nairobi", date_moved: "2013-11-04", duration_at_location_days: 178, previous_location: "Bogota" },
            { id: 585, asset_id: 48, location: "Oslo", date_moved: "2012-12-15", duration_at_location_days: 114, previous_location: "Edinburgh" },
            { id: 586, asset_id: 183, location: "Lisbon", date_moved: "2015-04-26", duration_at_location_days: 225, previous_location: "Lima" },
            { id: 587, asset_id: 178, location: "Taipei", date_moved: "2023-11-11", duration_at_location_days: 229, previous_location: "Madrid" },
            { id: 588, asset_id: 252, location: "Lima", date_moved: "2022-09-04", duration_at_location_days: 158, previous_location: "Delhi" },
            { id: 589, asset_id: 45, location: "Seoul", date_moved: "2014-01-27", duration_at_location_days: 81, previous_location: "Jakarta" },
            { id: 590, asset_id: 385, location: "Auckland", date_moved: "2023-03-07", duration_at_location_days: 265, previous_location: "Manila" },
            { id: 591, asset_id: 399, location: "Lyon", date_moved: "2023-06-19", duration_at_location_days: 138, previous_location: "Vienna" },
            { id: 592, asset_id: 112, location: "Istanbul", date_moved: "2016-04-25", duration_at_location_days: 235, previous_location: "Lagos" },
            { id: 593, asset_id: 340, location: "Stockholm", date_moved: "2020-02-06", duration_at_location_days: 235, previous_location: "Buenos Aires" },
            { id: 594, asset_id: 24, location: "Toronto", date_moved: "2021-05-15", duration_at_location_days: 116, previous_location: "Manchester" },
            { id: 595, asset_id: 31, location: "Bangkok", date_moved: "2013-12-29", duration_at_location_days: 140, previous_location: "Stockholm" },
            { id: 596, asset_id: 73, location: "Delhi", date_moved: "2021-05-02", duration_at_location_days: 211, previous_location: "Milan" },
            { id: 597, asset_id: 6, location: "Delhi", date_moved: "2014-01-19", duration_at_location_days: 283, previous_location: "Athens" },
            { id: 598, asset_id: 400, location: "Tokyo", date_moved: "2022-10-18", duration_at_location_days: 112, previous_location: "Hamburg" },
            { id: 599, asset_id: 108, location: "Amsterdam", date_moved: "2022-08-07", duration_at_location_days: 259, previous_location: "San Diego" },
            { id: 600, asset_id: 248, location: "Copenhagen", date_moved: "2015-11-21", duration_at_location_days: 206, previous_location: "Brussels" },
        ],
    });
    await prisma.maintenance_contracts.createMany({
        data: [
            { id: 1, asset_id: 378, provider: "Juniper Group", coverage_start: "2020-12-13", coverage_end: "2020-09-29" },
            { id: 2, asset_id: 273, provider: "Oak Software", coverage_start: "2015-07-02", coverage_end: "2025-11-29" },
            { id: 3, asset_id: 286, provider: "Crest Energy", coverage_start: "2016-07-30", coverage_end: "2024-12-08" },
            { id: 4, asset_id: 148, provider: "Oak Group", coverage_start: "2019-06-26", coverage_end: "2023-05-22" },
            { id: 5, asset_id: 400, provider: "Sable Systems", coverage_start: "2023-04-01", coverage_end: "2019-07-12" },
            { id: 6, asset_id: 64, provider: "Bright Health", coverage_start: "2021-01-24", coverage_end: "2014-02-10" },
            { id: 7, asset_id: 388, provider: "Vista Labs", coverage_start: "2014-06-25", coverage_end: "2012-03-25" },
            { id: 8, asset_id: 65, provider: "Delta Media", coverage_start: "2012-10-02", coverage_end: "2018-07-03" },
            { id: 9, asset_id: 246, provider: "Compass Partners", coverage_start: "2019-09-15", coverage_end: "2024-09-02" },
            { id: 10, asset_id: 339, provider: "Quill Industries", coverage_start: "2013-03-08", coverage_end: "2021-08-26" },
            { id: 11, asset_id: 130, provider: "Delta Group", coverage_start: "2012-10-26", coverage_end: "2024-03-25" },
            { id: 12, asset_id: 218, provider: "Ember Analytics", coverage_start: "2018-11-09", coverage_end: "2025-11-22" },
            { id: 13, asset_id: 112, provider: "Orbit Industries", coverage_start: "2017-09-10", coverage_end: "2018-04-03" },
            { id: 14, asset_id: 162, provider: "Delta Industries", coverage_start: "2010-08-11", coverage_end: "2021-06-28" },
            { id: 15, asset_id: 250, provider: "Tidal Software", coverage_start: "2022-04-09", coverage_end: "2020-08-27" },
            { id: 16, asset_id: 262, provider: "Quill Partners", coverage_start: "2015-08-12", coverage_end: "2023-12-18" },
            { id: 17, asset_id: 312, provider: "River Industries", coverage_start: "2010-08-15", coverage_end: "2022-03-25" },
            { id: 18, asset_id: 82, provider: "Juniper Analytics", coverage_start: "2012-10-22", coverage_end: "2019-08-26" },
            { id: 19, asset_id: 289, provider: "Sable Holdings", coverage_start: "2023-01-25", coverage_end: "2025-12-18" },
            { id: 20, asset_id: 327, provider: "Beacon Partners", coverage_start: "2020-06-18", coverage_end: "2025-12-28" },
            { id: 21, asset_id: 195, provider: "Beacon Works", coverage_start: "2023-01-19", coverage_end: "2025-08-13" },
            { id: 22, asset_id: 346, provider: "Ridge Health", coverage_start: "2014-07-27", coverage_end: "2025-10-09" },
            { id: 23, asset_id: 3, provider: "Cobalt Holdings", coverage_start: "2022-09-20", coverage_end: "2010-11-29" },
            { id: 24, asset_id: 127, provider: "Lumen Works", coverage_start: "2015-07-13", coverage_end: "2015-04-18" },
            { id: 25, asset_id: 356, provider: "Quill Software", coverage_start: "2021-07-18", coverage_end: "2017-10-15" },
            { id: 26, asset_id: 264, provider: "Acme Group", coverage_start: "2018-06-30", coverage_end: "2019-02-17" },
            { id: 27, asset_id: 223, provider: "Ridge Foods", coverage_start: "2023-06-07", coverage_end: "2023-09-19" },
            { id: 28, asset_id: 78, provider: "Vista Health", coverage_start: "2012-10-07", coverage_end: "2020-05-01" },
            { id: 29, asset_id: 137, provider: "Field Foods", coverage_start: "2013-01-11", coverage_end: "2016-08-02" },
            { id: 30, asset_id: 35, provider: "Blue Works", coverage_start: "2021-02-18", coverage_end: "2018-05-04" },
            { id: 31, asset_id: 150, provider: "Blue Industries", coverage_start: "2017-09-23", coverage_end: "2017-10-06" },
            { id: 32, asset_id: 116, provider: "Beacon Energy", coverage_start: "2013-11-06", coverage_end: "2018-12-22" },
            { id: 33, asset_id: 14, provider: "River Industries", coverage_start: "2019-04-04", coverage_end: "2017-05-03" },
            { id: 34, asset_id: 129, provider: "Cobalt Energy", coverage_start: "2020-03-25", coverage_end: "2019-08-27" },
            { id: 35, asset_id: 187, provider: "Atlas Energy", coverage_start: "2012-09-29", coverage_end: "2021-12-25" },
            { id: 36, asset_id: 269, provider: "Delta Partners", coverage_start: "2023-08-02", coverage_end: "2015-12-26" },
            { id: 37, asset_id: 296, provider: "Bright Foods", coverage_start: "2018-05-05", coverage_end: "2015-05-03" },
            { id: 38, asset_id: 24, provider: "Crest Labs", coverage_start: "2018-12-03", coverage_end: "2021-06-11" },
            { id: 39, asset_id: 8, provider: "Willow Analytics", coverage_start: "2017-01-27", coverage_end: "2021-10-16" },
            { id: 40, asset_id: 248, provider: "Field Labs", coverage_start: "2023-11-09", coverage_end: "2014-12-03" },
            { id: 41, asset_id: 11, provider: "River Partners", coverage_start: "2016-10-28", coverage_end: "2021-06-25" },
            { id: 42, asset_id: 232, provider: "Orbit Systems", coverage_start: "2023-02-10", coverage_end: "2024-08-07" },
            { id: 43, asset_id: 111, provider: "Willow Health", coverage_start: "2021-05-01", coverage_end: "2023-04-23" },
            { id: 44, asset_id: 388, provider: "Blue Industries", coverage_start: "2020-09-15", coverage_end: "2023-09-27" },
            { id: 45, asset_id: 67, provider: "Field Health", coverage_start: "2019-06-04", coverage_end: "2016-02-08" },
            { id: 46, asset_id: 3, provider: "Juniper Energy", coverage_start: "2023-04-24", coverage_end: "2021-03-12" },
            { id: 47, asset_id: 25, provider: "Pine Group", coverage_start: "2020-08-27", coverage_end: "2010-02-12" },
            { id: 48, asset_id: 357, provider: "Pine Health", coverage_start: "2023-11-04", coverage_end: "2023-09-18" },
            { id: 49, asset_id: 391, provider: "Delta Systems", coverage_start: "2020-06-10", coverage_end: "2021-06-22" },
            { id: 50, asset_id: 56, provider: "Ember Labs", coverage_start: "2020-06-24", coverage_end: "2013-11-28" },
            { id: 51, asset_id: 87, provider: "Blue Analytics", coverage_start: "2014-10-19", coverage_end: "2010-11-27" },
            { id: 52, asset_id: 58, provider: "Harbor Digital", coverage_start: "2018-12-29", coverage_end: "2010-12-23" },
            { id: 53, asset_id: 68, provider: "Compass Works", coverage_start: "2017-10-14", coverage_end: "2013-08-08" },
            { id: 54, asset_id: 135, provider: "Vista Energy", coverage_start: "2012-01-01", coverage_end: "2010-09-04" },
            { id: 55, asset_id: 316, provider: "Tidal Software", coverage_start: "2021-11-09", coverage_end: "2025-02-07" },
            { id: 56, asset_id: 45, provider: "Tidal Analytics", coverage_start: "2017-04-18", coverage_end: "2011-10-31" },
            { id: 57, asset_id: 368, provider: "Willow Analytics", coverage_start: "2010-11-23", coverage_end: "2024-03-14" },
            { id: 58, asset_id: 400, provider: "Keystone Partners", coverage_start: "2018-06-21", coverage_end: "2015-09-21" },
            { id: 59, asset_id: 116, provider: "Ridge Industries", coverage_start: "2023-06-04", coverage_end: "2022-07-04" },
            { id: 60, asset_id: 251, provider: "Ridge Labs", coverage_start: "2018-03-02", coverage_end: "2025-05-26" },
            { id: 61, asset_id: 382, provider: "Ridge Media", coverage_start: "2021-01-06", coverage_end: "2017-05-23" },
            { id: 62, asset_id: 218, provider: "Summit Digital", coverage_start: "2014-06-23", coverage_end: "2018-12-04" },
            { id: 63, asset_id: 137, provider: "Forge Software", coverage_start: "2015-07-04", coverage_end: "2016-07-07" },
            { id: 64, asset_id: 334, provider: "Lumen Logistics", coverage_start: "2018-07-08", coverage_end: "2018-03-09" },
            { id: 65, asset_id: 59, provider: "Field Health", coverage_start: "2011-12-14", coverage_end: "2023-01-23" },
            { id: 66, asset_id: 162, provider: "Field Systems", coverage_start: "2020-07-29", coverage_end: "2024-06-06" },
            { id: 67, asset_id: 35, provider: "Forge Systems", coverage_start: "2013-11-21", coverage_end: "2022-07-03" },
            { id: 68, asset_id: 136, provider: "Forge Software", coverage_start: "2020-02-21", coverage_end: "2013-12-12" },
            { id: 69, asset_id: 103, provider: "Bright Works", coverage_start: "2010-08-08", coverage_end: "2015-08-18" },
            { id: 70, asset_id: 324, provider: "North Holdings", coverage_start: "2020-12-30", coverage_end: "2019-06-20" },
            { id: 71, asset_id: 282, provider: "Cobalt Studio", coverage_start: "2014-06-25", coverage_end: "2020-06-14" },
            { id: 72, asset_id: 393, provider: "Compass Media", coverage_start: "2022-04-06", coverage_end: "2020-08-22" },
            { id: 73, asset_id: 123, provider: "Field Media", coverage_start: "2012-04-16", coverage_end: "2020-08-01" },
            { id: 74, asset_id: 393, provider: "Cobalt Partners", coverage_start: "2020-02-24", coverage_end: "2013-08-29" },
            { id: 75, asset_id: 201, provider: "Vector Foods", coverage_start: "2022-10-13", coverage_end: "2016-04-07" },
            { id: 76, asset_id: 294, provider: "Ridge Digital", coverage_start: "2023-08-22", coverage_end: "2022-04-01" },
            { id: 77, asset_id: 322, provider: "Granite Group", coverage_start: "2019-01-14", coverage_end: "2013-03-17" },
            { id: 78, asset_id: 38, provider: "Field Media", coverage_start: "2012-05-20", coverage_end: "2025-11-16" },
            { id: 79, asset_id: 125, provider: "Granite Systems", coverage_start: "2022-02-06", coverage_end: "2023-06-26" },
            { id: 80, asset_id: 92, provider: "Apex Foods", coverage_start: "2020-03-01", coverage_end: "2022-07-18" },
            { id: 81, asset_id: 108, provider: "Lumen Media", coverage_start: "2016-03-09", coverage_end: "2022-03-29" },
            { id: 82, asset_id: 324, provider: "Lumen Foods", coverage_start: "2019-06-24", coverage_end: "2022-02-28" },
            { id: 83, asset_id: 108, provider: "Apex Digital", coverage_start: "2011-10-03", coverage_end: "2023-10-21" },
            { id: 84, asset_id: 95, provider: "Delta Energy", coverage_start: "2016-05-10", coverage_end: "2018-01-13" },
            { id: 85, asset_id: 187, provider: "Beacon Studio", coverage_start: "2018-04-27", coverage_end: "2021-07-29" },
            { id: 86, asset_id: 378, provider: "Iron Foods", coverage_start: "2019-04-08", coverage_end: "2011-03-21" },
            { id: 87, asset_id: 258, provider: "Vector Partners", coverage_start: "2018-06-01", coverage_end: "2022-08-09" },
            { id: 88, asset_id: 196, provider: "Harbor Media", coverage_start: "2015-08-10", coverage_end: "2017-12-03" },
            { id: 89, asset_id: 58, provider: "Orbit Studio", coverage_start: "2020-01-06", coverage_end: "2014-01-22" },
            { id: 90, asset_id: 206, provider: "Beacon Labs", coverage_start: "2014-01-23", coverage_end: "2024-02-10" },
            { id: 91, asset_id: 273, provider: "Apex Partners", coverage_start: "2018-04-10", coverage_end: "2020-11-16" },
            { id: 92, asset_id: 374, provider: "Lantern Energy", coverage_start: "2020-09-06", coverage_end: "2024-03-29" },
            { id: 93, asset_id: 22, provider: "Tidal Partners", coverage_start: "2016-09-15", coverage_end: "2022-02-17" },
            { id: 94, asset_id: 346, provider: "Compass Partners", coverage_start: "2021-01-19", coverage_end: "2018-04-28" },
            { id: 95, asset_id: 226, provider: "Harbor Holdings", coverage_start: "2019-12-31", coverage_end: "2020-01-23" },
            { id: 96, asset_id: 53, provider: "Orbit Works", coverage_start: "2017-01-27", coverage_end: "2014-07-08" },
            { id: 97, asset_id: 351, provider: "River Works", coverage_start: "2016-09-22", coverage_end: "2024-03-30" },
            { id: 98, asset_id: 196, provider: "Willow Studio", coverage_start: "2023-08-03", coverage_end: "2025-04-14" },
            { id: 99, asset_id: 130, provider: "Keystone Logistics", coverage_start: "2013-05-15", coverage_end: "2025-07-27" },
            { id: 100, asset_id: 145, provider: "Oak Works", coverage_start: "2022-02-13", coverage_end: "2022-03-16" },
            { id: 101, asset_id: 58, provider: "Quill Logistics", coverage_start: "2019-09-18", coverage_end: "2015-03-30" },
            { id: 102, asset_id: 121, provider: "Apex Industries", coverage_start: "2014-03-06", coverage_end: "2025-11-14" },
            { id: 103, asset_id: 25, provider: "North Digital", coverage_start: "2018-01-14", coverage_end: "2022-02-21" },
            { id: 104, asset_id: 127, provider: "Crest Works", coverage_start: "2015-05-17", coverage_end: "2021-05-18" },
            { id: 105, asset_id: 132, provider: "Blue Partners", coverage_start: "2023-08-05", coverage_end: "2021-12-25" },
            { id: 106, asset_id: 292, provider: "Apex Partners", coverage_start: "2020-03-27", coverage_end: "2018-01-20" },
            { id: 107, asset_id: 5, provider: "Bright Works", coverage_start: "2016-11-19", coverage_end: "2013-05-07" },
            { id: 108, asset_id: 120, provider: "Cobalt Studio", coverage_start: "2023-10-01", coverage_end: "2025-08-21" },
            { id: 109, asset_id: 202, provider: "Compass Partners", coverage_start: "2014-05-07", coverage_end: "2025-04-26" },
            { id: 110, asset_id: 331, provider: "Keystone Health", coverage_start: "2013-08-22", coverage_end: "2017-06-15" },
            { id: 111, asset_id: 255, provider: "Pine Software", coverage_start: "2023-06-10", coverage_end: "2022-12-14" },
            { id: 112, asset_id: 213, provider: "Vista Industries", coverage_start: "2022-01-01", coverage_end: "2015-08-12" },
            { id: 113, asset_id: 164, provider: "Quill Foods", coverage_start: "2015-07-01", coverage_end: "2012-09-16" },
            { id: 114, asset_id: 59, provider: "Ridge Analytics", coverage_start: "2018-06-21", coverage_end: "2016-08-11" },
            { id: 115, asset_id: 173, provider: "River Labs", coverage_start: "2018-04-19", coverage_end: "2020-03-08" },
            { id: 116, asset_id: 126, provider: "Tidal Media", coverage_start: "2023-11-21", coverage_end: "2018-09-23" },
            { id: 117, asset_id: 83, provider: "Beacon Industries", coverage_start: "2022-07-05", coverage_end: "2022-10-05" },
            { id: 118, asset_id: 187, provider: "Forge Labs", coverage_start: "2021-05-25", coverage_end: "2023-07-04" },
            { id: 119, asset_id: 72, provider: "Blue Group", coverage_start: "2022-06-22", coverage_end: "2022-03-20" },
            { id: 120, asset_id: 266, provider: "Harbor Media", coverage_start: "2013-10-15", coverage_end: "2020-12-17" },
            { id: 121, asset_id: 282, provider: "Orbit Analytics", coverage_start: "2020-02-05", coverage_end: "2021-08-12" },
            { id: 122, asset_id: 124, provider: "Vector Energy", coverage_start: "2017-03-19", coverage_end: "2012-10-24" },
            { id: 123, asset_id: 212, provider: "Sable Labs", coverage_start: "2010-01-05", coverage_end: "2014-09-26" },
            { id: 124, asset_id: 351, provider: "Juniper Health", coverage_start: "2019-02-22", coverage_end: "2013-05-16" },
            { id: 125, asset_id: 136, provider: "Cobalt Health", coverage_start: "2013-11-26", coverage_end: "2022-08-07" },
            { id: 126, asset_id: 203, provider: "Delta Labs", coverage_start: "2020-04-26", coverage_end: "2020-11-17" },
            { id: 127, asset_id: 108, provider: "Oak Studio", coverage_start: "2011-03-23", coverage_end: "2017-05-27" },
            { id: 128, asset_id: 71, provider: "Harbor Foods", coverage_start: "2017-02-12", coverage_end: "2014-08-24" },
            { id: 129, asset_id: 82, provider: "Acme Media", coverage_start: "2020-09-23", coverage_end: "2022-12-12" },
            { id: 130, asset_id: 195, provider: "Delta Systems", coverage_start: "2011-06-02", coverage_end: "2021-05-08" },
            { id: 131, asset_id: 327, provider: "Harbor Health", coverage_start: "2021-03-06", coverage_end: "2017-09-05" },
            { id: 132, asset_id: 62, provider: "Meridian Health", coverage_start: "2018-10-23", coverage_end: "2024-07-01" },
            { id: 133, asset_id: 100, provider: "North Health", coverage_start: "2015-05-07", coverage_end: "2021-08-29" },
            { id: 134, asset_id: 258, provider: "Apex Health", coverage_start: "2022-11-30", coverage_end: "2015-02-05" },
            { id: 135, asset_id: 357, provider: "Delta Logistics", coverage_start: "2017-12-20", coverage_end: "2024-06-19" },
            { id: 136, asset_id: 324, provider: "Bright Works", coverage_start: "2022-12-13", coverage_end: "2012-08-19" },
            { id: 137, asset_id: 222, provider: "Harbor Media", coverage_start: "2013-09-01", coverage_end: "2013-06-19" },
            { id: 138, asset_id: 242, provider: "Forge Logistics", coverage_start: "2017-08-18", coverage_end: "2010-09-28" },
            { id: 139, asset_id: 4, provider: "Oak Partners", coverage_start: "2022-08-19", coverage_end: "2025-12-14" },
            { id: 140, asset_id: 34, provider: "Field Media", coverage_start: "2019-07-09", coverage_end: "2021-06-08" },
            { id: 141, asset_id: 170, provider: "Harbor Energy", coverage_start: "2022-08-02", coverage_end: "2021-09-06" },
            { id: 142, asset_id: 272, provider: "Oak Holdings", coverage_start: "2022-01-27", coverage_end: "2018-07-22" },
            { id: 143, asset_id: 277, provider: "Field Health", coverage_start: "2013-04-26", coverage_end: "2010-01-08" },
            { id: 144, asset_id: 369, provider: "Clear Energy", coverage_start: "2013-04-03", coverage_end: "2020-07-01" },
            { id: 145, asset_id: 313, provider: "Field Systems", coverage_start: "2012-09-02", coverage_end: "2010-08-01" },
            { id: 146, asset_id: 357, provider: "Granite Health", coverage_start: "2018-08-27", coverage_end: "2023-12-21" },
            { id: 147, asset_id: 259, provider: "Tidal Media", coverage_start: "2012-12-31", coverage_end: "2020-08-24" },
            { id: 148, asset_id: 227, provider: "River Industries", coverage_start: "2023-01-10", coverage_end: "2012-12-18" },
            { id: 149, asset_id: 229, provider: "Cedar Energy", coverage_start: "2022-09-23", coverage_end: "2025-11-10" },
            { id: 150, asset_id: 395, provider: "Tidal Logistics", coverage_start: "2014-05-31", coverage_end: "2015-08-16" },
            { id: 151, asset_id: 353, provider: "Blue Industries", coverage_start: "2012-08-03", coverage_end: "2024-03-31" },
            { id: 152, asset_id: 105, provider: "Harbor Labs", coverage_start: "2016-09-21", coverage_end: "2012-06-07" },
            { id: 153, asset_id: 176, provider: "Sable Works", coverage_start: "2017-07-18", coverage_end: "2019-02-12" },
            { id: 154, asset_id: 12, provider: "Cobalt Labs", coverage_start: "2014-10-24", coverage_end: "2018-12-12" },
            { id: 155, asset_id: 37, provider: "Apex Holdings", coverage_start: "2016-06-19", coverage_end: "2021-05-17" },
            { id: 156, asset_id: 331, provider: "Willow Foods", coverage_start: "2023-10-22", coverage_end: "2020-05-03" },
            { id: 157, asset_id: 220, provider: "Orbit Energy", coverage_start: "2018-07-20", coverage_end: "2017-04-18" },
            { id: 158, asset_id: 383, provider: "Ember Media", coverage_start: "2018-12-06", coverage_end: "2011-12-14" },
            { id: 159, asset_id: 308, provider: "Bright Analytics", coverage_start: "2023-12-31", coverage_end: "2024-01-11" },
            { id: 160, asset_id: 73, provider: "North Energy", coverage_start: "2019-12-03", coverage_end: "2019-08-15" },
            { id: 161, asset_id: 307, provider: "Pine Labs", coverage_start: "2023-04-12", coverage_end: "2017-10-13" },
            { id: 162, asset_id: 141, provider: "Crest Logistics", coverage_start: "2013-11-02", coverage_end: "2017-12-20" },
            { id: 163, asset_id: 3, provider: "Apex Industries", coverage_start: "2017-01-30", coverage_end: "2018-03-03" },
            { id: 164, asset_id: 374, provider: "Quill Industries", coverage_start: "2022-05-25", coverage_end: "2022-10-07" },
            { id: 165, asset_id: 366, provider: "Ember Group", coverage_start: "2020-08-23", coverage_end: "2016-04-08" },
            { id: 166, asset_id: 223, provider: "Pine Foods", coverage_start: "2023-12-22", coverage_end: "2016-08-16" },
            { id: 167, asset_id: 266, provider: "Atlas Industries", coverage_start: "2013-03-15", coverage_end: "2019-09-23" },
            { id: 168, asset_id: 204, provider: "River Digital", coverage_start: "2020-10-24", coverage_end: "2023-02-06" },
            { id: 169, asset_id: 334, provider: "Apex Analytics", coverage_start: "2020-02-22", coverage_end: "2019-12-26" },
            { id: 170, asset_id: 29, provider: "Ridge Works", coverage_start: "2010-02-04", coverage_end: "2020-07-28" },
            { id: 171, asset_id: 246, provider: "Ridge Energy", coverage_start: "2021-12-15", coverage_end: "2022-12-23" },
            { id: 172, asset_id: 335, provider: "Apex Software", coverage_start: "2012-08-28", coverage_end: "2016-05-20" },
            { id: 173, asset_id: 231, provider: "Apex Analytics", coverage_start: "2018-12-01", coverage_end: "2015-11-30" },
            { id: 174, asset_id: 106, provider: "Clear Industries", coverage_start: "2016-05-23", coverage_end: "2017-09-04" },
            { id: 175, asset_id: 161, provider: "Acme Industries", coverage_start: "2014-08-04", coverage_end: "2014-09-02" },
            { id: 176, asset_id: 82, provider: "Juniper Health", coverage_start: "2010-04-07", coverage_end: "2016-05-15" },
            { id: 177, asset_id: 57, provider: "Iron Works", coverage_start: "2016-01-21", coverage_end: "2019-12-10" },
            { id: 178, asset_id: 316, provider: "River Media", coverage_start: "2015-01-24", coverage_end: "2014-07-18" },
            { id: 179, asset_id: 284, provider: "Clear Systems", coverage_start: "2015-12-26", coverage_end: "2023-01-08" },
            { id: 180, asset_id: 346, provider: "Vista Logistics", coverage_start: "2014-01-13", coverage_end: "2024-09-21" },
            { id: 181, asset_id: 227, provider: "Apex Industries", coverage_start: "2013-08-22", coverage_end: "2015-03-10" },
            { id: 182, asset_id: 167, provider: "Sable Analytics", coverage_start: "2020-05-18", coverage_end: "2020-12-13" },
            { id: 183, asset_id: 322, provider: "Ridge Partners", coverage_start: "2023-12-30", coverage_end: "2022-11-10" },
            { id: 184, asset_id: 255, provider: "Sable Foods", coverage_start: "2018-08-25", coverage_end: "2024-08-13" },
            { id: 185, asset_id: 381, provider: "Willow Logistics", coverage_start: "2016-12-20", coverage_end: "2017-09-26" },
            { id: 186, asset_id: 241, provider: "Crest Health", coverage_start: "2019-11-04", coverage_end: "2015-03-19" },
            { id: 187, asset_id: 77, provider: "Delta Software", coverage_start: "2022-11-01", coverage_end: "2015-06-22" },
            { id: 188, asset_id: 175, provider: "Cedar Group", coverage_start: "2012-04-10", coverage_end: "2024-08-19" },
            { id: 189, asset_id: 143, provider: "Oak Health", coverage_start: "2022-10-19", coverage_end: "2014-11-19" },
            { id: 190, asset_id: 284, provider: "Cobalt Media", coverage_start: "2011-11-09", coverage_end: "2016-04-07" },
            { id: 191, asset_id: 140, provider: "Delta Energy", coverage_start: "2013-04-01", coverage_end: "2011-04-23" },
            { id: 192, asset_id: 140, provider: "Ember Group", coverage_start: "2023-10-12", coverage_end: "2019-09-16" },
            { id: 193, asset_id: 192, provider: "Vector Digital", coverage_start: "2020-05-11", coverage_end: "2018-03-13" },
            { id: 194, asset_id: 307, provider: "Oak Labs", coverage_start: "2017-10-29", coverage_end: "2021-10-30" },
            { id: 195, asset_id: 159, provider: "North Labs", coverage_start: "2018-10-28", coverage_end: "2020-04-22" },
            { id: 196, asset_id: 175, provider: "Sable Health", coverage_start: "2017-07-13", coverage_end: "2020-10-15" },
            { id: 197, asset_id: 350, provider: "Acme Partners", coverage_start: "2013-07-31", coverage_end: "2019-08-02" },
            { id: 198, asset_id: 91, provider: "Clear Analytics", coverage_start: "2015-10-26", coverage_end: "2023-04-22" },
            { id: 199, asset_id: 233, provider: "Cobalt Digital", coverage_start: "2018-07-26", coverage_end: "2013-08-13" },
            { id: 200, asset_id: 381, provider: "Juniper Industries", coverage_start: "2017-01-10", coverage_end: "2024-09-02" },
            { id: 201, asset_id: 298, provider: "Delta Health", coverage_start: "2019-02-10", coverage_end: "2016-03-29" },
            { id: 202, asset_id: 363, provider: "Willow Digital", coverage_start: "2017-04-17", coverage_end: "2025-07-13" },
            { id: 203, asset_id: 374, provider: "Keystone Foods", coverage_start: "2020-07-13", coverage_end: "2018-10-25" },
            { id: 204, asset_id: 309, provider: "Apex Media", coverage_start: "2017-05-29", coverage_end: "2020-12-08" },
            { id: 205, asset_id: 13, provider: "River Industries", coverage_start: "2012-07-18", coverage_end: "2018-03-11" },
            { id: 206, asset_id: 282, provider: "Field Group", coverage_start: "2022-06-28", coverage_end: "2025-02-01" },
            { id: 207, asset_id: 118, provider: "Oak Digital", coverage_start: "2011-11-27", coverage_end: "2025-02-20" },
            { id: 208, asset_id: 161, provider: "Granite Industries", coverage_start: "2016-04-16", coverage_end: "2024-07-26" },
            { id: 209, asset_id: 211, provider: "Tidal Foods", coverage_start: "2022-07-23", coverage_end: "2023-08-31" },
            { id: 210, asset_id: 12, provider: "Field Labs", coverage_start: "2020-03-16", coverage_end: "2013-11-19" },
            { id: 211, asset_id: 178, provider: "Keystone Foods", coverage_start: "2018-08-26", coverage_end: "2022-05-08" },
            { id: 212, asset_id: 214, provider: "Compass Health", coverage_start: "2021-11-08", coverage_end: "2020-07-19" },
            { id: 213, asset_id: 384, provider: "River Industries", coverage_start: "2016-08-31", coverage_end: "2014-03-08" },
            { id: 214, asset_id: 157, provider: "Oak Holdings", coverage_start: "2021-07-05", coverage_end: "2014-09-25" },
            { id: 215, asset_id: 172, provider: "Crest Holdings", coverage_start: "2023-03-28", coverage_end: "2014-02-19" },
            { id: 216, asset_id: 19, provider: "Apex Holdings", coverage_start: "2021-09-01", coverage_end: "2021-03-30" },
            { id: 217, asset_id: 36, provider: "North Systems", coverage_start: "2015-08-10", coverage_end: "2021-05-05" },
            { id: 218, asset_id: 198, provider: "Orbit Digital", coverage_start: "2019-01-29", coverage_end: "2011-07-06" },
            { id: 219, asset_id: 165, provider: "Compass Studio", coverage_start: "2023-08-16", coverage_end: "2022-10-16" },
            { id: 220, asset_id: 135, provider: "Quill Systems", coverage_start: "2022-06-24", coverage_end: "2017-01-15" },
            { id: 221, asset_id: 375, provider: "Granite Group", coverage_start: "2022-06-05", coverage_end: "2021-09-28" },
            { id: 222, asset_id: 79, provider: "Blue Software", coverage_start: "2010-11-08", coverage_end: "2020-10-15" },
            { id: 223, asset_id: 292, provider: "Field Works", coverage_start: "2023-11-16", coverage_end: "2020-03-10" },
            { id: 224, asset_id: 215, provider: "Cedar Industries", coverage_start: "2022-07-07", coverage_end: "2015-04-14" },
            { id: 225, asset_id: 163, provider: "Ember Analytics", coverage_start: "2016-09-28", coverage_end: "2017-06-28" },
            { id: 226, asset_id: 350, provider: "Quill Analytics", coverage_start: "2014-08-26", coverage_end: "2016-12-29" },
            { id: 227, asset_id: 325, provider: "Vector Digital", coverage_start: "2019-07-20", coverage_end: "2022-10-03" },
            { id: 228, asset_id: 344, provider: "Acme Energy", coverage_start: "2016-01-19", coverage_end: "2012-02-08" },
            { id: 229, asset_id: 98, provider: "Bright Studio", coverage_start: "2022-02-06", coverage_end: "2025-12-04" },
            { id: 230, asset_id: 307, provider: "North Foods", coverage_start: "2019-08-17", coverage_end: "2025-06-10" },
            { id: 231, asset_id: 356, provider: "Summit Systems", coverage_start: "2021-09-10", coverage_end: "2022-05-08" },
            { id: 232, asset_id: 152, provider: "Field Foods", coverage_start: "2014-10-31", coverage_end: "2015-08-13" },
            { id: 233, asset_id: 190, provider: "Juniper Foods", coverage_start: "2021-07-01", coverage_end: "2019-10-03" },
            { id: 234, asset_id: 291, provider: "Orbit Logistics", coverage_start: "2021-04-14", coverage_end: "2016-07-03" },
            { id: 235, asset_id: 299, provider: "Vector Media", coverage_start: "2020-04-22", coverage_end: "2014-08-03" },
            { id: 236, asset_id: 279, provider: "North Labs", coverage_start: "2018-04-29", coverage_end: "2024-12-03" },
            { id: 237, asset_id: 327, provider: "Pine Digital", coverage_start: "2017-12-11", coverage_end: "2012-04-08" },
            { id: 238, asset_id: 256, provider: "Blue Partners", coverage_start: "2018-04-22", coverage_end: "2021-05-28" },
            { id: 239, asset_id: 96, provider: "Juniper Logistics", coverage_start: "2023-10-20", coverage_end: "2016-12-22" },
            { id: 240, asset_id: 259, provider: "Compass Systems", coverage_start: "2021-08-25", coverage_end: "2020-06-03" },
            { id: 241, asset_id: 318, provider: "Compass Logistics", coverage_start: "2011-05-13", coverage_end: "2020-11-22" },
            { id: 242, asset_id: 121, provider: "Granite Digital", coverage_start: "2010-02-22", coverage_end: "2021-11-03" },
            { id: 243, asset_id: 167, provider: "Harbor Industries", coverage_start: "2013-09-24", coverage_end: "2022-01-25" },
            { id: 244, asset_id: 377, provider: "Summit Studio", coverage_start: "2018-09-28", coverage_end: "2020-10-02" },
            { id: 245, asset_id: 129, provider: "Juniper Energy", coverage_start: "2018-05-23", coverage_end: "2022-03-13" },
            { id: 246, asset_id: 311, provider: "Harbor Industries", coverage_start: "2023-06-07", coverage_end: "2023-09-03" },
            { id: 247, asset_id: 258, provider: "North Logistics", coverage_start: "2016-04-18", coverage_end: "2021-09-13" },
            { id: 248, asset_id: 382, provider: "Field Health", coverage_start: "2017-04-16", coverage_end: "2013-11-16" },
            { id: 249, asset_id: 131, provider: "Iron Studio", coverage_start: "2021-03-23", coverage_end: "2017-09-03" },
            { id: 250, asset_id: 373, provider: "Apex Health", coverage_start: "2016-11-28", coverage_end: "2024-09-11" },
            { id: 251, asset_id: 297, provider: "Apex Works", coverage_start: "2018-07-18", coverage_end: "2010-03-18" },
            { id: 252, asset_id: 377, provider: "Ember Logistics", coverage_start: "2021-10-11", coverage_end: "2017-04-21" },
            { id: 253, asset_id: 284, provider: "Cobalt Group", coverage_start: "2017-12-26", coverage_end: "2022-10-29" },
            { id: 254, asset_id: 209, provider: "Granite Labs", coverage_start: "2019-05-21", coverage_end: "2014-06-23" },
            { id: 255, asset_id: 152, provider: "Juniper Holdings", coverage_start: "2012-05-11", coverage_end: "2017-09-13" },
            { id: 256, asset_id: 112, provider: "Juniper Digital", coverage_start: "2012-11-27", coverage_end: "2025-03-28" },
            { id: 257, asset_id: 164, provider: "Iron Industries", coverage_start: "2017-01-26", coverage_end: "2021-09-01" },
            { id: 258, asset_id: 398, provider: "Crest Holdings", coverage_start: "2021-06-23", coverage_end: "2019-06-11" },
            { id: 259, asset_id: 46, provider: "Compass Works", coverage_start: "2010-01-20", coverage_end: "2022-10-09" },
            { id: 260, asset_id: 197, provider: "Tidal Media", coverage_start: "2016-02-21", coverage_end: "2013-01-11" },
            { id: 261, asset_id: 142, provider: "North Foods", coverage_start: "2015-03-25", coverage_end: "2025-03-21" },
            { id: 262, asset_id: 215, provider: "Quill Logistics", coverage_start: "2013-12-04", coverage_end: "2016-08-18" },
            { id: 263, asset_id: 111, provider: "Sable Partners", coverage_start: "2021-05-09", coverage_end: "2023-11-08" },
            { id: 264, asset_id: 1, provider: "Granite Logistics", coverage_start: "2018-10-25", coverage_end: "2019-12-22" },
            { id: 265, asset_id: 367, provider: "Summit Digital", coverage_start: "2010-10-30", coverage_end: "2016-10-03" },
            { id: 266, asset_id: 133, provider: "Quill Foods", coverage_start: "2022-04-18", coverage_end: "2019-03-23" },
            { id: 267, asset_id: 94, provider: "Oak Group", coverage_start: "2010-03-20", coverage_end: "2012-08-11" },
            { id: 268, asset_id: 62, provider: "Willow Media", coverage_start: "2017-04-19", coverage_end: "2018-08-18" },
            { id: 269, asset_id: 349, provider: "Field Media", coverage_start: "2022-04-06", coverage_end: "2010-12-28" },
            { id: 270, asset_id: 111, provider: "Harbor Digital", coverage_start: "2019-12-19", coverage_end: "2013-06-10" },
            { id: 271, asset_id: 271, provider: "Lantern Logistics", coverage_start: "2019-10-16", coverage_end: "2010-02-13" },
            { id: 272, asset_id: 371, provider: "Tidal Foods", coverage_start: "2013-10-18", coverage_end: "2017-08-20" },
            { id: 273, asset_id: 295, provider: "Tidal Foods", coverage_start: "2019-01-20", coverage_end: "2023-01-29" },
            { id: 274, asset_id: 52, provider: "Lantern Studio", coverage_start: "2023-02-16", coverage_end: "2025-10-30" },
            { id: 275, asset_id: 200, provider: "Meridian Labs", coverage_start: "2019-09-05", coverage_end: "2012-02-17" },
            { id: 276, asset_id: 254, provider: "Lumen Group", coverage_start: "2012-02-18", coverage_end: "2014-12-25" },
            { id: 277, asset_id: 92, provider: "Iron Media", coverage_start: "2021-06-28", coverage_end: "2025-06-07" },
            { id: 278, asset_id: 186, provider: "Atlas Foods", coverage_start: "2023-05-04", coverage_end: "2012-12-31" },
            { id: 279, asset_id: 216, provider: "Cedar Partners", coverage_start: "2017-12-23", coverage_end: "2020-09-23" },
            { id: 280, asset_id: 229, provider: "Atlas Labs", coverage_start: "2021-02-09", coverage_end: "2022-03-02" },
            { id: 281, asset_id: 269, provider: "Clear Holdings", coverage_start: "2021-03-22", coverage_end: "2023-04-23" },
            { id: 282, asset_id: 128, provider: "Vista Industries", coverage_start: "2020-06-24", coverage_end: "2019-01-25" },
            { id: 283, asset_id: 268, provider: "Willow Digital", coverage_start: "2023-12-21", coverage_end: "2025-04-10" },
            { id: 284, asset_id: 250, provider: "Vector Industries", coverage_start: "2011-10-09", coverage_end: "2016-10-21" },
            { id: 285, asset_id: 101, provider: "Ember Energy", coverage_start: "2010-12-12", coverage_end: "2015-01-17" },
            { id: 286, asset_id: 51, provider: "Orbit Partners", coverage_start: "2016-08-17", coverage_end: "2018-08-06" },
            { id: 287, asset_id: 66, provider: "Tidal Foods", coverage_start: "2020-08-26", coverage_end: "2019-07-13" },
            { id: 288, asset_id: 66, provider: "Pine Industries", coverage_start: "2017-07-26", coverage_end: "2024-06-01" },
            { id: 289, asset_id: 335, provider: "Harbor Logistics", coverage_start: "2016-03-09", coverage_end: "2014-10-21" },
            { id: 290, asset_id: 137, provider: "Delta Labs", coverage_start: "2020-10-13", coverage_end: "2017-11-04" },
            { id: 291, asset_id: 41, provider: "Forge Logistics", coverage_start: "2021-04-24", coverage_end: "2024-04-27" },
            { id: 292, asset_id: 243, provider: "Delta Health", coverage_start: "2014-12-14", coverage_end: "2014-06-19" },
            { id: 293, asset_id: 151, provider: "Ember Works", coverage_start: "2019-08-19", coverage_end: "2023-12-13" },
            { id: 294, asset_id: 162, provider: "Blue Labs", coverage_start: "2017-08-28", coverage_end: "2015-02-24" },
            { id: 295, asset_id: 12, provider: "Delta Holdings", coverage_start: "2018-08-29", coverage_end: "2024-07-31" },
            { id: 296, asset_id: 279, provider: "Compass Logistics", coverage_start: "2022-04-07", coverage_end: "2023-10-20" },
            { id: 297, asset_id: 373, provider: "Cedar Systems", coverage_start: "2017-07-28", coverage_end: "2022-03-18" },
            { id: 298, asset_id: 34, provider: "Acme Systems", coverage_start: "2012-05-15", coverage_end: "2023-11-25" },
            { id: 299, asset_id: 356, provider: "Ridge Studio", coverage_start: "2023-10-12", coverage_end: "2010-01-17" },
            { id: 300, asset_id: 127, provider: "North Software", coverage_start: "2023-08-26", coverage_end: "2011-01-24" },
        ],
    });
}

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