> ## Documentation Index
> Fetch the complete documentation index at: https://docs.argyle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reports and Source Documents

> View report examples and retrieve their supporting files.

Source documents are the original paystubs, tax forms, and uploaded files that support a verification. This page shows report examples and how to retrieve completed reports and available source documents.

<Note>
  Report and source-document URLs require [Argyle authentication headers](/api-guide/overview#authentication). Store and deliver these files according to your application retention requirements.
</Note>

## Retrieve completed reports

When a verification reaches `completed` or `completed_with_errors`, the verification resource contains:

* `report.file_url` — the report PDF.
* `report.json_url` — the report data in JSON format.

Follow [Verification Statuses](/verifications/verification-statuses#download-reports-and-json) for the webhook and retrieval flow.

## Retrieve source documents

Connected payroll accounts can include paystubs, tax forms, and other source documents. Use the [Payroll Documents](/api-reference/payroll-documents) endpoints to list or retrieve document metadata, then request the returned `file_url` with Argyle authentication headers.

Documents uploaded by a user are available through [User Uploads](/api-reference/user-uploads). The upload object also provides an authenticated `file_url` for the source file.

## Example reports

<a id="payroll-voie" />

<Accordion title="Verification of Income and Employment (Payroll VOIE) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1749501632/docs-2025/voie_example_argyle.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/QY9l-CtcSx2-TuFM/images/api-ref/reports2/1-voie.png?fit=max&auto=format&n=QY9l-CtcSx2-TuFM&q=85&s=2abf3c9ca559e53db7bf43dcd5eb2d59" alt="Image of Argyle's Verification of Income and Employment (VOIE) report." width="827" height="1343" data-path="images/api-ref/reports2/1-voie.png" />
  </Frame>

  ```json theme={}
  {
    "report_id": "6da4c9a3-2e63-95e5-8be3-f9a52ddc489a",
    "type": "voie",
    "user_id": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
    "external_id": "March Connection",
    "created_at": "2023-03-26T09:20:06.081Z",
    "last_synced_at": "2023-03-24T12:41:25.069Z",
    "metadata": {},
    "employments": [
      {
        "employment": "0186a27d-e5c6-735a-a359-6315b34d544c",
        "account": "018728a3-afee-5288-8e8a-c68ceb591359",
        "last_synced_at": "2023-03-24T12:41:25.069Z",
        "source": "Worknight",
        "first_name": "Bob",
        "last_name": "Jones",
        "full_name": "Bob Jones",
        "birth_date": "1980-10-10",
        "ssn": "522-09-1191",
        "phone_number": "+18009000010",
        "email": "bob@email.com",
        "employee_address": {
          "line1": "342 Fence Rd",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "employer": "Whole Goods",
        "employer_address": {
          "line1": "852 North W St",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "status": "active",
        "employment_type": "full-time",
        "job_title": "Store Manager",
        "base_pay": {
          "amount": "75372.62",
          "currency": "USD",
          "period": "annual"
        },
        "pay_cycle": "monthly",
        "start_date": "2020-08-28",
        "original_hire_date": "2020-08-28",
        "end_date": null,
        "length_of_work": {
          "years": "2",
          "months": "6"
        },
        "last_pay_period_end_date": "2023-03-22",
        "last_paystub_date": "2023-03-24",
        "income": [
          {
            "period": "2023",
            "currency": "USD",
            "gross_pay": {
              "total": "25124.20",
              "base": "25124.20",
              "overtime": "0.00",
              "commission": "0.00",
              "bonus": "0.00",
              "other": "0.00"
            },
            "reimbursements": "8.13",
            "deductions": "816.53",
            "taxes": "5715.75",
            "fees": "0.00",
            "net_pay": "18600.05"
          },
          {
            "period": "2022",
            "currency": "USD",
            "gross_pay": {
              "total": "82866.32",
              "base": "81653.65",
              "overtime": "0.00",
              "commission": "881.09",
              "bonus": "331.58",
              "other": "0.00"
            },
            "reimbursements": "4.35",
            "deductions": "3266.12",
            "taxes": "14948.85",
            "fees": "0.00",
            "net_pay": "64655.70"
          }
        ],
        "monthly_income": {
          "argyle": {
            "total": "7102.33",
            "base": "6902.55",
            "overtime": "165.94",
            "bonus": "5.22",
            "commission": "28.62",
            "other": "0.00"
          }
        },
        "callouts": []
      },
      {
        "employment": "0185a31d-e2c8-991c-a251-5977e36a418c",
        "account": "018728a2-2fe0-cdb4-9486-70b2fe9834f9",
        "last_synced_at": "2023-03-01T05:10:59.558Z",
        "source": "Bullseye",
        "first_name": "Bob",
        "last_name": "Jones",
        "full_name": "Bob Jones",
        "birth_date": "1980-10-10",
        "ssn": "522-09-1191",
        "phone_number": "+18009000010",
        "email": "bob@email.com",
        "employee_address": {
          "line1": "342 Fence Rd",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "employer": "Bullseye",
        "employer_address": {
          "line1": "119 Green Ridge",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "status": "active",
        "employment_type": "part-time",
        "job_title": "Clerk",
        "base_pay": {
          "amount": "61030.57",
          "currency": "USD",
          "period": "annual"
        },
        "pay_cycle": "monthly",
        "start_date": "2020-06-29",
        "original_hire_date": "2020-06-29",
        "end_date": null,
        "length_of_work": {
          "years": "2",
          "months": "9"
        },
        "last_pay_period_end_date": "2023-02-23",
        "last_paystub_date": "2023-02-24",
        "income": [
          {
            "period": "2023",
            "currency": "USD",
            "gross_pay": {
              "total": "20848.92",
              "base": "20343.52",
              "overtime": "0.00",
              "commission": "0.00",
              "bonus": "505.40",
              "other": "0.00"
            },
            "reimbursements": "0.00",
            "deductions": "915.48",
            "taxes": "4475.58",
            "fees": "0.00",
            "net_pay": "15457.86"
          },
          {
            "period": "2022",
            "currency": "USD",
            "gross_pay": {
              "total": "68070.08",
              "base": "66116.44",
              "overtime": "0.00",
              "commission": "777.54",
              "bonus": "1176.10",
              "other": "0.00"
            },
            "reimbursements": "18.40",
            "deductions": "2034.40",
            "taxes": "13274.18",
            "fees": "0.00",
            "net_pay": "52779.90"
          }
        ],
        "monthly_income": {
          "argyle": {
            "total": "5683.51",
            "base": "5512.92",
            "overtime": "0.00",
            "bonus": "119.51",
            "commission": "51.08",
            "other": "0.00"
          }
        },
        "callouts": []
      }
    ],
    "income_totals": [
      {
        "period": "2023",
        "currency": "USD",
        "gross_pay": {
          "total": "45973.12",
          "base": "45467.72",
          "overtime": "0.00",
          "commission": "0.00",
          "bonus": "505.40",
          "other": "0.00"
        },
        "reimbursements": "8.13",
        "deductions": "1732.01",
        "taxes": "10191.33",
        "fees": "0.00",
        "net_pay": "34057.91"
      },
      {
        "period": "2022",
        "currency": "USD",
        "gross_pay": {
          "total": "150936.4",
          "base": "147770.09",
          "overtime": "0.00",
          "commission": "1658.63",
          "bonus": "1507.68",
          "other": "0.00"
        },
        "reimbursements": "22.75",
        "deductions": "5300.52",
        "taxes": "28223.03",
        "fees": "0.00",
        "net_pay": "117435.60"
      }
    ]
  }
  ```
</Accordion>

<a id="government-voie" />

<Accordion title="Verification of Income and Employment (Government Payroll VOIE) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1783533516/docs-2026/voie-government_example_argyle.pdf)

  <Frame>
    <img src="https://mintcdn.com/argyle/5R0AhShkTxk7hi-c/images/api-ref/reports2/3-voie-government.png?fit=max&auto=format&n=5R0AhShkTxk7hi-c&q=85&s=604eba494234f57b47221fea88b526c2" alt="Image of Argyle's Verification of Income and Employment (Government Payroll VOIE) report." width="1011" height="1466" data-path="images/api-ref/reports2/3-voie-government.png" />
  </Frame>

  ```json theme={}
  {
    "report_id": "7a4d2fd6-9c7d-4e0d-a8d3-9e97f54d21f1",
    "type": "voie-government",
    "user_id": "f83b9d2f-0b3d-4ec9-91d4-82cf9e1c1b2a",
    "external_id": "GOV-2026-48291",
    "created_at": "2026-05-20T18:30:00.000Z",
    "last_synced_at": "2026-05-20T18:12:00.000Z",
    "metadata": {},
    "reporting_period": {
      "days": 90,
      "start_date": "2026-03-09",
      "end_date": "2026-06-07"
    },
    "certification": [
      {
        "type": "report",
        "employment": null,
        "status": "certified",
        "completed_at": "2026-05-20T18:30:00.000Z",
        "user_comment": null
      },
      {
        "type": "employment",
        "employment": "0186a27d-e5c6-735a-a359-6315b34d544c",
        "status": "certified",
        "completed_at": "2026-05-20T18:30:00.000Z",
        "user_comment": null
      }
    ],
    "employments": [
      {
        "employment": "0186a27d-e5c6-735a-a359-6315b34d544c",
        "account": "018728a3-afee-5288-8e8a-c68ceb591359",
        "last_synced_at": "2026-05-20T18:12:00.000Z",
        "source": "Connected Payroll Account",
        "income_source_type": "w2",
        "certified": true,
        "first_name": "Bob",
        "last_name": "Jones",
        "full_name": "Bob Jones",
        "birth_date": "1980-12-03",
        "employer": "Whole Goods",
        "employer_address": {
          "line1": "7641 Cedarwood Drive",
          "line2": null,
          "city": "Lakeview",
          "state": "IL",
          "postal_code": "60712",
          "country": "US"
        },
        "status": "active",
        "employment_type": "full-time",
        "job_title": "Store Manager",
        "base_pay": {
          "amount": "20.00",
          "currency": "USD",
          "period": "hourly"
        },
        "pay_cycle": "biweekly",
        "start_date": "2020-08-28",
        "end_date": null,
        "last_paystub_date": "2026-06-07",
        "period_summary": [
          {
            "period": {
              "start_date": "2026-03-09",
              "end_date": "2026-06-07"
            },
            "currency": "USD",
            "gross_pay": "18298.28",
            "net_pay": "14065.93",
            "hours": "914.75",
            "mileage": null,
            "paystubs_count": 7,
            "trips_count": null
          }
        ],
        "monthly_summary": [
          {
            "period": {
              "month": "2026-06",
              "start_date": "2026-06-01",
              "end_date": "2026-06-07",
              "partial_month": true
            },
            "currency": "USD",
            "gross_pay": "746.67",
            "net_pay": "573.67",
            "hours": "37.33",
            "mileage": null,
            "paystubs_count": 1,
            "trips_count": null
          },
          {
            "period": {
              "month": "2026-05",
              "start_date": "2026-05-01",
              "end_date": "2026-05-31",
              "partial_month": false
            },
            "currency": "USD",
            "gross_pay": "6400.00",
            "net_pay": "4920.00",
            "hours": "320.00",
            "mileage": null,
            "paystubs_count": 2,
            "trips_count": null
          },
          {
            "period": {
              "month": "2026-04",
              "start_date": "2026-04-01",
              "end_date": "2026-04-30",
              "partial_month": false
            },
            "currency": "USD",
            "gross_pay": "6400.00",
            "net_pay": "4920.00",
            "hours": "320.00",
            "mileage": null,
            "paystubs_count": 2,
            "trips_count": null
          },
          {
            "period": {
              "month": "2026-03",
              "start_date": "2026-03-09",
              "end_date": "2026-03-31",
              "partial_month": true
            },
            "currency": "USD",
            "gross_pay": "4751.61",
            "net_pay": "3652.26",
            "hours": "237.42",
            "mileage": null,
            "paystubs_count": 2,
            "trips_count": null
          }
        ],
        "payment_details": [
          {
            "id": "2b780d46-9337-3b15-a1a7-e7184f25f72f",
            "file_url": "api.argyle.com/v2/payroll-documents/{id}/file",
            "type": "direct_deposit",
            "pay_date": "2026-06-07",
            "pay_period": {
              "start_date": "2026-05-25",
              "end_date": "2026-06-07"
            },
            "currency": "USD",
            "gross_pay": "746.67",
            "net_pay": "573.67",
            "hours": "37.33",
            "deductions": "91.00",
            "taxes": "82.00",
            "gross_pay_ytd": "18298.28",
            "gross_pay_list_totals": {
              "base": {
                "amount": "746.67",
                "amount_ytd": "18298.28",
                "hours": "37.33",
                "hours_ytd": "914.75",
                "rate_implied": "20.00",
                "rate_implied_ytd": "20.00"
              }
            },
            "deduction_list": [
              {
                "amount": "91.00",
                "name": "Benefits",
                "tax_classification": "pre_tax",
                "amount_ytd": "2281.65"
              }
            ]
          },
          {
            "id": "9e2ccde6-bfeb-3d4c-8a54-b7a7ceffb2ed",
            "file_url": "api.argyle.com/v2/payroll-documents/{id}/file",
            "type": "direct_deposit",
            "pay_date": "2026-05-15",
            "pay_period": {
              "start_date": "2026-05-11",
              "end_date": "2026-05-24"
            },
            "currency": "USD",
            "gross_pay": "3200.00",
            "net_pay": "2460.00",
            "hours": "160.00",
            "deductions": "390.00",
            "taxes": "350.00",
            "gross_pay_ytd": "17551.61",
            "gross_pay_list_totals": {
              "base": {
                "amount": "3200.00",
                "amount_ytd": "17551.61",
                "hours": "160.00",
                "hours_ytd": "877.42",
                "rate_implied": "20.00",
                "rate_implied_ytd": "20.00"
              }
            },
            "deduction_list": [
              {
                "amount": "390.00",
                "name": "Benefits",
                "tax_classification": "pre_tax",
                "amount_ytd": "2190.65"
              }
            ]
          },
          {
            "id": "0e65759a-4026-36f2-b6bb-783a9a0693eb",
            "file_url": "api.argyle.com/v2/payroll-documents/{id}/file",
            "type": "direct_deposit",
            "pay_date": "2026-05-01",
            "pay_period": {
              "start_date": "2026-04-27",
              "end_date": "2026-05-10"
            },
            "currency": "USD",
            "gross_pay": "3200.00",
            "net_pay": "2460.00",
            "hours": "160.00",
            "deductions": "390.00",
            "taxes": "350.00",
            "gross_pay_ytd": "14351.61",
            "gross_pay_list_totals": {
              "base": {
                "amount": "3200.00",
                "amount_ytd": "14351.61",
                "hours": "160.00",
                "hours_ytd": "717.42",
                "rate_implied": "20.00",
                "rate_implied_ytd": "20.01"
              }
            },
            "deduction_list": [
              {
                "amount": "390.00",
                "name": "Benefits",
                "tax_classification": "pre_tax",
                "amount_ytd": "1800.65"
              }
            ]
          },
          {
            "id": "cc4f6795-c8c5-3afb-9265-29ea117a1a48",
            "file_url": "api.argyle.com/v2/payroll-documents/{id}/file",
            "type": "direct_deposit",
            "pay_date": "2026-04-17",
            "pay_period": {
              "start_date": "2026-03-30",
              "end_date": "2026-04-12"
            },
            "currency": "USD",
            "gross_pay": "3200.00",
            "net_pay": "2460.00",
            "hours": "160.00",
            "deductions": "390.00",
            "taxes": "350.00",
            "gross_pay_ytd": "11151.61",
            "gross_pay_list_totals": {
              "base": {
                "amount": "3200.00",
                "amount_ytd": "11151.61",
                "hours": "160.00",
                "hours_ytd": "557.42",
                "rate_implied": "20.00",
                "rate_implied_ytd": "20.01"
              }
            },
            "deduction_list": [
              {
                "amount": "390.00",
                "name": "Benefits",
                "tax_classification": "pre_tax",
                "amount_ytd": "1410.65"
              }
            ]
          },
          {
            "id": "925863dd-dd7c-3bf2-a11e-75ecf70ad1d5",
            "file_url": "api.argyle.com/v2/payroll-documents/{id}/file",
            "type": "direct_deposit",
            "pay_date": "2026-04-03",
            "pay_period": {
              "start_date": "2026-03-16",
              "end_date": "2026-03-29"
            },
            "currency": "USD",
            "gross_pay": "3200.00",
            "net_pay": "2460.00",
            "hours": "160.00",
            "deductions": "390.00",
            "taxes": "350.00",
            "gross_pay_ytd": "7951.61",
            "gross_pay_list_totals": {
              "base": {
                "amount": "3200.00",
                "amount_ytd": "7951.61",
                "hours": "160.00",
                "hours_ytd": "397.42",
                "rate_implied": "20.00",
                "rate_implied_ytd": "20.01"
              }
            },
            "deduction_list": [
              {
                "amount": "390.00",
                "name": "Benefits",
                "tax_classification": "pre_tax",
                "amount_ytd": "1020.65"
              }
            ]
          },
          {
            "id": "51f19b38-b4d8-3da4-a4d0-e15e1e8bb62a",
            "file_url": "api.argyle.com/v2/payroll-documents/{id}/file",
            "type": "direct_deposit",
            "pay_date": "2026-03-20",
            "pay_period": {
              "start_date": "2026-03-09",
              "end_date": "2026-03-15"
            },
            "currency": "USD",
            "gross_pay": "3151.61",
            "net_pay": "2422.26",
            "hours": "157.42",
            "deductions": "383.65",
            "taxes": "345.70",
            "gross_pay_ytd": "4751.61",
            "gross_pay_list_totals": {
              "base": {
                "amount": "3151.61",
                "amount_ytd": "4751.61",
                "hours": "157.42",
                "hours_ytd": "237.42",
                "rate_implied": "20.02",
                "rate_implied_ytd": "20.01"
              }
            },
            "deduction_list": [
              {
                "amount": "383.65",
                "name": "Benefits",
                "tax_classification": "pre_tax",
                "amount_ytd": "630.65"
              }
            ]
          },
          {
            "id": "f6323f0f-fdc7-327d-8d35-c24555fb76cf",
            "file_url": "api.argyle.com/v2/payroll-documents/{id}/file",
            "type": "direct_deposit",
            "pay_date": "2026-03-13",
            "pay_period": {
              "start_date": "2026-03-02",
              "end_date": "2026-03-08"
            },
            "currency": "USD",
            "gross_pay": "1600.00",
            "net_pay": "1230.00",
            "hours": "80.00",
            "deductions": "195.00",
            "taxes": "175.00",
            "gross_pay_ytd": "1600.00",
            "gross_pay_list_totals": {
              "base": {
                "amount": "1600.00",
                "amount_ytd": "1600.00",
                "hours": "80.00",
                "hours_ytd": "80.00",
                "rate_implied": "20.00",
                "rate_implied_ytd": "20.00"
              }
            },
            "deduction_list": [
              {
                "amount": "195.00",
                "name": "Benefits",
                "tax_classification": "pre_tax",
                "amount_ytd": "195.00"
              }
            ]
          }
        ],
        "callouts": []
      }
    ]
  }
  ```
</Accordion>

<a id="payroll-voe" />

<Accordion title="Verification of Employment (Payroll VOE) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1746481161/docs-2025/voe_example.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/QY9l-CtcSx2-TuFM/images/api-ref/reports2/2-voe.png?fit=max&auto=format&n=QY9l-CtcSx2-TuFM&q=85&s=6c206b7a1dad09a13ec8d3e9f4ea3008" alt="Image of Argyle's Verification of Employment (VOE) report." width="998" height="1025" data-path="images/api-ref/reports2/2-voe.png" />
  </Frame>

  ```json theme={}
  {
    "report_id": "6c3fa756-2e76-43e1-55f6-e29fc6ae535d",
    "type": "voe",
    "user_id": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
    "external_id": "March Connection",
    "created_at": "2023-03-26T09:19:08.916Z",
    "last_synced_at": "2023-03-24T12:41:21.576Z",
    "metadata": {},
    "employments": [
      {
        "employment": "0186a27d-e5c6-735a-a359-6315b34d544c",
        "account": "0187c66e-e7e5-811c-b006-2232f00f426a",
        "last_synced_at": "2023-03-24T12:41:21.576Z",
        "source": "Worknight",
        "first_name": "Bob",
        "last_name": "Jones",
        "full_name": "Bob Jones",
        "ssn": "522-09-1191",
        "employer": "Whole Goods",
        "employer_address": {
          "line1": "852 North W St",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "status": "active",
        "employment_type": "full-time",
        "job_title": "Store Manager",
        "start_date": "2020-08-28",
        "original_hire_date": "2020-08-28",
        "end_date": null,
        "length_of_work": {
          "years": "2",
          "months": "6"
        },
        "last_pay_period_end_date": "2023-03-22",
        "last_paystub_date": "2023-03-24"
      },
      {
        "employment": "0185a31d-e2c8-991c-a251-5977e36a418c",
        "account": "018728a2-2fe0-cdb4-9486-70b2fe9834f9",
        "last_synced_at": "2023-03-01T05:10:59.558Z",
        "source": "Bullseye",
        "first_name": "Bob",
        "last_name": "Jones",
        "full_name": "Bob Jones",
        "ssn": "522-09-1191",
        "employer": "Bullseye",
        "employer_address": {
          "line1": "119 Green Ridge",
          "line2": null,
          "city": "New York",
          "state": "NY",
          "postal_code": "10014",
          "country": "US"
        },
        "status": "active",
        "employment_type": "part-time",
        "job_title": "Clerk",
        "start_date": "2020-06-29",
        "original_hire_date": "2020-06-29",
        "end_date": null,
        "length_of_work": {
          "years": "2",
          "months": "9"
        },
        "last_pay_period_end_date": "2023-02-23",
        "last_paystub_date": "2023-02-24"
      }
    ]
  }
  ```
</Accordion>

<a id="banking-voa" />

<Accordion title="Verification of Assets (Banking VOA) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1749582203/docs-2025/VOA_Banking_Report.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/EtHVUNI_SMseJQur/images/argyle-guides/api-ref/banking-reports/banking-voa.png?fit=max&auto=format&n=EtHVUNI_SMseJQur&q=85&s=90dfe8c33ce68adc18dd6bd993febceb" alt="Image of Verification of Assets (VOA) banking report." width="805" height="1022" data-path="images/argyle-guides/api-ref/banking-reports/banking-voa.png" />
  </Frame>

  ```json theme={}
  {
    "id": "m22kz9tzmz3t",
    "type": "voa",
    "constraints": {
      "accounts": null,
      "from_date": null,
      "report_custom_fields": null,
      "show_nsf": null
    },
    "status": "success",
    "assets": {
      "type": null,
      "available_balance": 18349.6,
      "current_balance": 22327.3,
      "two_month_average": 21995.27,
      "six_month_average": null,
      "beginning_balance": 20942.02
    },
    "consolidated_available_balance": 18349.6,
    "consumer": "eed152a28a1ecd78c0ff401de123faf3",
    "consumer_ssn": "6789",
    "created_date": "2025-06-10T18:57:22.000Z",
    "user": "01975b33-16d0-2c9b-8cd1-85e58e80248c",
    "customer_type": "testing",
    "days": 61,
    "dispute_statement": null,
    "end_date": "2025-06-10T18:57:22.000Z",
    "end_user": null,
    "institutions": [
      {
        "accounts": [
          {
            "aggregation_status_code": 0,
            "asset": {
              "type": "savings",
              "current_balance": 22327.3,
              "two_month_average": 21995.27,
              "six_month_average": null,
              "beginning_balance": 20942.02
            },
            "available_balance": null,
            "average_monthly_balance": 21978.28,
            "balance": 22327.3,
            "balance_date": "2025-06-10T18:57:25.000Z",
            "details": {
              "interest_margin_balance": null,
              "available_cash_balance": null,
              "vested_balance": null,
              "current_loan_balance": null,
              "available_balance_amount": 18349.6,
              "margin_balance": null,
              "current_balance": null
            },
            "id": 8057635035,
            "income_streams": null,
            "name": "Savings",
            "number": "2222",
            "owner_address": "123 FAKE STREET OGDEN, UT 84401",
            "owner_name": "HOMER LOANSEEKER",
            "position": null,
            "tot_number_days_since_most_recent_insufficient_funds_fee_debit_tx_account": 0,
            "tot_number_insufficient_funds_fee_debit_tx_account": 0,
            "tot_number_insufficient_funds_fee_debit_tx_over2_months_account": null,
            "transactions": [
              {
                "id": 28483686056,
                "amount": 501.68,
                "posted_date": "2025-05-19T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686184,
                "amount": 203.82,
                "posted_date": "2025-05-14T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686144,
                "amount": -100,
                "posted_date": "2025-05-13T12:00:00.000Z",
                "description": "Home Banking Transfer Withdrawal",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer withdrawal",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686110,
                "amount": -250,
                "posted_date": "2025-05-13T12:00:00.000Z",
                "description": "Home Banking Transfer Withdrawal",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer withdrawal",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686071,
                "amount": 107.81,
                "posted_date": "2025-05-08T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686175,
                "amount": 25.69,
                "posted_date": "2025-04-30T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686139,
                "amount": -145,
                "posted_date": "2025-04-29T12:00:00.000Z",
                "description": "Home Banking Transfer Withdrawal",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer withdrawal",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686102,
                "amount": 18.24,
                "posted_date": "2025-04-24T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686066,
                "amount": 100,
                "posted_date": "2025-04-24T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686115,
                "amount": 22.81,
                "posted_date": "2025-04-17T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686079,
                "amount": 500.23,
                "posted_date": "2025-04-15T12:00:00.000Z",
                "description": "Home Banking Transfer Deposit: F",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "home banking transfer deposit",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              },
              {
                "id": 28483686111,
                "amount": 400,
                "posted_date": "2025-04-14T12:00:00.000Z",
                "description": "Transfer to SAVINGS",
                "memo": null,
                "investment_transaction_type": null,
                "normalized_payee": "transfer",
                "institution_transaction": "0000000000",
                "category": "Transfer",
                "best_representation": null
              }
            ],
            "type": "savings"
          }
        ],
        "id": 102168,
        "name": "FinBank Profiles - B",
        "url_home_app": "http://www.finicity.com"
      }
    ],
    "portfolio": "1au39wv4bn23-1-port",
    "request_id": "zpe49xbhyd",
    "requester_name": "Argyle Systems",
    "seasoned": false,
    "start_date": "2025-04-10T18:57:22.000Z",
    "title": "Mastercard Open Banking Verification of Assets"
  }
  ```
</Accordion>

<a id="banking-voai" />

<Accordion title="Verification of Assets & Income (Banking VOAI) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/docs-2026/VOAI_Banking_Report.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/CvJPgig9j-lpaCnS/images/argyle-guides/api-ref/banking-reports/banking-voai-2026.png?fit=max&auto=format&n=CvJPgig9j-lpaCnS&q=85&s=235f129cada3281c98f785be08568c90" alt="Image of Verification of Assets & Income (VOAI) banking report." width="804" height="1021" data-path="images/argyle-guides/api-ref/banking-reports/banking-voai-2026.png" />
  </Frame>

  ```json theme={}
  {
      "id": "sdtb2tu2h2ty",
      "type": "voaHistory",
      "constraints": {
          "accounts": null,
          "from_date": "2024-09-03T22:49:19.000Z",
          "report_custom_fields": [
              {
                  "label": "loanID",
                  "value": "12345",
                  "shown": true
              }
          ],
          "show_nsf": null,
          "income_stream_confidence_minimum": 50,
          "income_from_date": "1970-01-01T07:00:00.000Z"
      },
      "status": "success",
      "portfolio": "upf5y75abjut-1-port",
      "errors": null,
      "assets": {
          "current_balance": 9357.24,
          "two_month_average": -5135.84,
          "six_month_average": -21332.37,
          "beginning_balance": -195415.92
      },
      "consolidated_available_balance": 7234.19,
      "consumer": "0beed532e523264c1ac48d0db1eb3a8b",
      "consumer_ssn": "0000",
      "created_date": "2026-09-03T22:49:19.000Z",
      "user": "01a06974-cceb-8819-16a0-56d9310c6201",
      "customer_type": "testing",
      "days": 730,
      "dispute_statement": null,
      "end_date": "2026-09-03T22:49:19.000Z",
      "end_user": null,
      "institutions": [
          {
              "accounts": [
                  {
                      "aggregation_status_code": 0,
                      "asset": {
                          "type": "checking",
                          "current_balance": 9357.24,
                          "two_month_average": -5135.84,
                          "six_month_average": -21332.37,
                          "beginning_balance": -195415.92
                      },
                      "average_monthly_balance": -100455.89,
                      "balance": 9357.24,
                      "balance_date": "2026-09-03T22:49:17.000Z",
                      "currency": "USD",
                      "details": {
                          "interest_margin_balance": null,
                          "available_cash_balance": null,
                          "vested_balance": null,
                          "current_loan_balance": null,
                          "available_balance_amount": 7234.19,
                          "margin_balance": null,
                          "current_balance": null
                      },
                      "id": 9034309623,
                      "income_streams": [
                          {
                              "id": "sdtb2tu2h2ty1",
                              "name": "rocket surgery",
                              "status": "ACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-09-15T12:00:00.000Z",
                                  "stop_date": null,
                                  "days": 15
                              },
                              "net_monthly": [
                                  {
                                      "month": "2024-09-01T06:00:00.000Z",
                                      "net": 1757.22,
                                      "gross": 2159.3
                                  },
                                  {
                                      "month": "2024-10-01T06:00:00.000Z",
                                      "net": 3544.43,
                                      "gross": 4355.44
                                  },
                                  {
                                      "month": "2024-11-01T06:00:00.000Z",
                                      "net": 3499.43,
                                      "gross": 4300.15
                                  },
                                  {
                                      "month": "2024-12-01T07:00:00.000Z",
                                      "net": 4053.53,
                                      "gross": 4981.03
                                  },
                                  {
                                      "month": "2025-01-01T07:00:00.000Z",
                                      "net": 3499.43,
                                      "gross": 4300.15
                                  },
                                  {
                                      "month": "2025-02-01T07:00:00.000Z",
                                      "net": 3514.43,
                                      "gross": 4318.58
                                  },
                                  {
                                      "month": "2025-03-01T07:00:00.000Z",
                                      "net": 3449.44,
                                      "gross": 4238.72
                                  },
                                  {
                                      "month": "2025-04-01T06:00:00.000Z",
                                      "net": 3499.43,
                                      "gross": 4300.15
                                  },
                                  {
                                      "month": "2025-05-01T06:00:00.000Z",
                                      "net": 3544.43,
                                      "gross": 4355.44
                                  },
                                  {
                                      "month": "2025-06-01T06:00:00.000Z",
                                      "net": 4053.53,
                                      "gross": 4981.03
                                  },
                                  {
                                      "month": "2025-07-01T06:00:00.000Z",
                                      "net": 3499.36,
                                      "gross": 4300.06
                                  },
                                  {
                                      "month": "2025-08-01T06:00:00.000Z",
                                      "net": 3344.44,
                                      "gross": 4109.69
                                  },
                                  {
                                      "month": "2025-09-01T06:00:00.000Z",
                                      "net": 8894.28,
                                      "gross": 10929.41
                                  },
                                  {
                                      "month": "2025-10-01T06:00:00.000Z",
                                      "net": 4012.37,
                                      "gross": 4930.45
                                  },
                                  {
                                      "month": "2025-11-01T06:00:00.000Z",
                                      "net": 4057.36,
                                      "gross": 4985.74
                                  },
                                  {
                                      "month": "2025-12-01T07:00:00.000Z",
                                      "net": 4012.37,
                                      "gross": 4930.45
                                  },
                                  {
                                      "month": "2026-01-01T07:00:00.000Z",
                                      "net": 4012.36,
                                      "gross": 4930.44
                                  },
                                  {
                                      "month": "2026-02-01T07:00:00.000Z",
                                      "net": 4032.44,
                                      "gross": 4955.12
                                  },
                                  {
                                      "month": "2026-03-01T07:00:00.000Z",
                                      "net": 3992.37,
                                      "gross": 4905.88
                                  },
                                  {
                                      "month": "2026-04-01T06:00:00.000Z",
                                      "net": 3558.45,
                                      "gross": 4372.67
                                  },
                                  {
                                      "month": "2026-05-01T06:00:00.000Z",
                                      "net": 3603.47,
                                      "gross": 4427.99
                                  },
                                  {
                                      "month": "2026-06-01T06:00:00.000Z",
                                      "net": 4112.56,
                                      "gross": 5053.57
                                  },
                                  {
                                      "month": "2026-07-01T06:00:00.000Z",
                                      "net": 3680.86,
                                      "gross": 4523.09
                                  },
                                  {
                                      "month": "2026-08-01T06:00:00.000Z",
                                      "net": 3645.93,
                                      "gross": 4480.17
                                  },
                                  {
                                      "month": "2026-09-01T06:00:00.000Z",
                                      "net": 4942.25,
                                      "gross": 6073.1
                                  }
                              ],
                              "net_annual": 47662.79,
                              "projected_net_annual": 53372.25,
                              "estimated_gross_annual": 70375,
                              "projected_gross_annual": 79166,
                              "average_monthly_income_net": 3971.9,
                              "average_monthly_income_gross": 5864.58,
                              "income_stream_months": 25,
                              "transactions": [
                                  {
                                      "id": 17238155496,
                                      "amount": 4942.25,
                                      "posted_date": "2026-09-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155666,
                                      "amount": 1901.33,
                                      "posted_date": "2026-08-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155598,
                                      "amount": 1744.6,
                                      "posted_date": "2026-08-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155542,
                                      "amount": 1894.12,
                                      "posted_date": "2026-07-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155561,
                                      "amount": 1786.74,
                                      "posted_date": "2026-07-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155511,
                                      "amount": 2325.83,
                                      "posted_date": "2026-06-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155679,
                                      "amount": 1786.73,
                                      "posted_date": "2026-06-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155613,
                                      "amount": 1816.73,
                                      "posted_date": "2026-05-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155556,
                                      "amount": 1786.74,
                                      "posted_date": "2026-05-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155637,
                                      "amount": 1771.72,
                                      "posted_date": "2026-04-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155583,
                                      "amount": 1786.73,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155520,
                                      "amount": 1998.68,
                                      "posted_date": "2026-03-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155693,
                                      "amount": 1993.69,
                                      "posted_date": "2026-03-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155627,
                                      "amount": 2018.76,
                                      "posted_date": "2026-02-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155652,
                                      "amount": 2013.68,
                                      "posted_date": "2026-02-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155610,
                                      "amount": 1998.68,
                                      "posted_date": "2026-01-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155548,
                                      "amount": 2013.68,
                                      "posted_date": "2026-01-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155622,
                                      "amount": 1998.68,
                                      "posted_date": "2025-12-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155567,
                                      "amount": 2013.69,
                                      "posted_date": "2025-12-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155506,
                                      "amount": 1998.68,
                                      "posted_date": "2025-11-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155678,
                                      "amount": 2058.68,
                                      "posted_date": "2025-11-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155517,
                                      "amount": 1998.68,
                                      "posted_date": "2025-10-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155697,
                                      "amount": 2013.69,
                                      "posted_date": "2025-10-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155577,
                                      "amount": 1693.28,
                                      "posted_date": "2025-09-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155526,
                                      "amount": 7201,
                                      "posted_date": "2025-09-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155699,
                                      "amount": 1719.14,
                                      "posted_date": "2025-08-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155626,
                                      "amount": 1625.3,
                                      "posted_date": "2025-08-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155569,
                                      "amount": 1742.14,
                                      "posted_date": "2025-07-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155594,
                                      "amount": 1757.22,
                                      "posted_date": "2025-07-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155533,
                                      "amount": 2296.31,
                                      "posted_date": "2025-06-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155480,
                                      "amount": 1757.22,
                                      "posted_date": "2025-06-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155651,
                                      "amount": 1742.21,
                                      "posted_date": "2025-05-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155585,
                                      "amount": 1802.22,
                                      "posted_date": "2025-05-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155668,
                                      "amount": 1742.21,
                                      "posted_date": "2025-04-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155611,
                                      "amount": 1757.22,
                                      "posted_date": "2025-04-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155549,
                                      "amount": 1742.22,
                                      "posted_date": "2025-03-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155490,
                                      "amount": 1707.22,
                                      "posted_date": "2025-03-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155654,
                                      "amount": 1757.21,
                                      "posted_date": "2025-02-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155677,
                                      "amount": 1757.22,
                                      "posted_date": "2025-02-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155640,
                                      "amount": 1742.21,
                                      "posted_date": "2025-01-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155578,
                                      "amount": 1757.22,
                                      "posted_date": "2025-01-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155597,
                                      "amount": 1757.22,
                                      "posted_date": "2024-12-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155535,
                                      "amount": 2296.31,
                                      "posted_date": "2024-12-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155476,
                                      "amount": 1757.22,
                                      "posted_date": "2024-11-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155642,
                                      "amount": 1742.21,
                                      "posted_date": "2024-11-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155486,
                                      "amount": 1802.22,
                                      "posted_date": "2024-10-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155665,
                                      "amount": 1742.21,
                                      "posted_date": "2024-10-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155550,
                                      "amount": 1757.22,
                                      "posted_date": "2024-09-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  }
                              ]
                          },
                          {
                              "id": "sdtb2tu2h2ty2",
                              "name": "mad science research",
                              "status": "ACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-12-12T12:00:00.000Z",
                                  "stop_date": null,
                                  "days": 20
                              },
                              "net_monthly": [
                                  {
                                      "month": "2024-12-01T07:00:00.000Z",
                                      "net": 1322.17,
                                      "gross": 1624.7
                                  },
                                  {
                                      "month": "2025-07-01T06:00:00.000Z",
                                      "net": 1322.17,
                                      "gross": 1624.7
                                  },
                                  {
                                      "month": "2025-08-01T06:00:00.000Z",
                                      "net": 2399.23,
                                      "gross": 2948.21
                                  },
                                  {
                                      "month": "2025-09-01T06:00:00.000Z",
                                      "net": 2362.46,
                                      "gross": 2903.02
                                  },
                                  {
                                      "month": "2025-10-01T06:00:00.000Z",
                                      "net": 2517.63,
                                      "gross": 3093.7
                                  },
                                  {
                                      "month": "2025-11-01T06:00:00.000Z",
                                      "net": 2157.32,
                                      "gross": 2650.94
                                  },
                                  {
                                      "month": "2025-12-01T07:00:00.000Z",
                                      "net": 4144.56,
                                      "gross": 5092.89
                                  },
                                  {
                                      "month": "2026-01-01T07:00:00.000Z",
                                      "net": 2300.02,
                                      "gross": 2826.3
                                  },
                                  {
                                      "month": "2026-02-01T07:00:00.000Z",
                                      "net": 1922,
                                      "gross": 2361.78
                                  },
                                  {
                                      "month": "2026-03-01T07:00:00.000Z",
                                      "net": 2302.32,
                                      "gross": 2829.12
                                  },
                                  {
                                      "month": "2026-04-01T06:00:00.000Z",
                                      "net": 1229.36,
                                      "gross": 1510.65
                                  },
                                  {
                                      "month": "2026-05-01T06:00:00.000Z",
                                      "net": 2007.41,
                                      "gross": 2466.73
                                  },
                                  {
                                      "month": "2026-06-01T06:00:00.000Z",
                                      "net": 2581.41,
                                      "gross": 3172.07
                                  },
                                  {
                                      "month": "2026-07-01T06:00:00.000Z",
                                      "net": 2602.94,
                                      "gross": 3198.53
                                  },
                                  {
                                      "month": "2026-08-01T06:00:00.000Z",
                                      "net": 2338.37,
                                      "gross": 2873.42
                                  }
                              ],
                              "net_annual": 26103.34,
                              "projected_net_annual": 30726.17,
                              "estimated_gross_annual": 36485,
                              "projected_gross_annual": 44752,
                              "average_monthly_income_net": 2175.28,
                              "average_monthly_income_gross": 3040.42,
                              "income_stream_months": 21,
                              "transactions": [
                                  {
                                      "id": 17238155555,
                                      "amount": 1198.26,
                                      "posted_date": "2026-08-22T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155501,
                                      "amount": 1140.11,
                                      "posted_date": "2026-08-08T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155539,
                                      "amount": 1214.08,
                                      "posted_date": "2026-07-24T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155591,
                                      "amount": 1388.86,
                                      "posted_date": "2026-07-11T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155619,
                                      "amount": 1210.19,
                                      "posted_date": "2026-06-27T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155647,
                                      "amount": 1371.22,
                                      "posted_date": "2026-06-13T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155656,
                                      "amount": 768.42,
                                      "posted_date": "2026-05-30T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155483,
                                      "amount": 619.49,
                                      "posted_date": "2026-05-16T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155686,
                                      "amount": 619.5,
                                      "posted_date": "2026-05-02T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155543,
                                      "amount": 619.5,
                                      "posted_date": "2026-04-18T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155513,
                                      "amount": 609.86,
                                      "posted_date": "2026-04-04T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155523,
                                      "amount": 1180.45,
                                      "posted_date": "2026-03-21T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155493,
                                      "amount": 1121.87,
                                      "posted_date": "2026-03-07T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155552,
                                      "amount": 1178.76,
                                      "posted_date": "2026-02-24T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155582,
                                      "amount": 743.24,
                                      "posted_date": "2026-02-10T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155536,
                                      "amount": 1180.49,
                                      "posted_date": "2026-01-26T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155565,
                                      "amount": 1119.53,
                                      "posted_date": "2026-01-12T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155607,
                                      "amount": 1164.63,
                                      "posted_date": "2025-12-29T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155643,
                                      "amount": 1805.34,
                                      "posted_date": "2025-12-15T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155471,
                                      "amount": 1174.59,
                                      "posted_date": "2025-12-01T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155684,
                                      "amount": 963.59,
                                      "posted_date": "2025-11-17T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155500,
                                      "amount": 1193.73,
                                      "posted_date": "2025-11-03T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155510,
                                      "amount": 1328.12,
                                      "posted_date": "2025-10-20T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155478,
                                      "amount": 1189.51,
                                      "posted_date": "2025-10-06T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155673,
                                      "amount": 1178.68,
                                      "posted_date": "2025-09-20T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155664,
                                      "amount": 1183.78,
                                      "posted_date": "2025-09-06T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155528,
                                      "amount": 1183.65,
                                      "posted_date": "2025-08-23T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155472,
                                      "amount": 1215.58,
                                      "posted_date": "2025-08-09T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155584,
                                      "amount": 860.76,
                                      "posted_date": "2025-07-26T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155564,
                                      "amount": 461.41,
                                      "posted_date": "2025-07-11T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155635,
                                      "amount": 860.76,
                                      "posted_date": "2024-12-26T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155674,
                                      "amount": 461.41,
                                      "posted_date": "2024-12-12T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  }
                              ]
                          },
                          {
                              "id": "sdtb2tu2h2ty3",
                              "name": "unrecognized entity",
                              "status": "ACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-09-03T12:00:00.000Z",
                                  "stop_date": null,
                                  "days": 17
                              },
                              "net_monthly": [
                                  {
                                      "month": "2024-09-01T06:00:00.000Z",
                                      "net": 0.22,
                                      "gross": 0.27
                                  },
                                  {
                                      "month": "2024-10-01T06:00:00.000Z",
                                      "net": 3000,
                                      "gross": 3686.44
                                  },
                                  {
                                      "month": "2024-11-01T06:00:00.000Z",
                                      "net": 120.82,
                                      "gross": 148.47
                                  },
                                  {
                                      "month": "2024-12-01T07:00:00.000Z",
                                      "net": 450,
                                      "gross": 552.97
                                  },
                                  {
                                      "month": "2025-01-01T07:00:00.000Z",
                                      "net": 1238.48,
                                      "gross": 1521.86
                                  },
                                  {
                                      "month": "2025-02-01T07:00:00.000Z",
                                      "net": 2135.6,
                                      "gross": 2624.25
                                  },
                                  {
                                      "month": "2025-03-01T07:00:00.000Z",
                                      "net": 529.2,
                                      "gross": 650.29
                                  },
                                  {
                                      "month": "2025-04-01T06:00:00.000Z",
                                      "net": 0.22,
                                      "gross": 0.27
                                  },
                                  {
                                      "month": "2025-05-01T06:00:00.000Z",
                                      "net": 3000,
                                      "gross": 3686.44
                                  },
                                  {
                                      "month": "2025-06-01T06:00:00.000Z",
                                      "net": 120.82,
                                      "gross": 148.47
                                  },
                                  {
                                      "month": "2025-07-01T06:00:00.000Z",
                                      "net": 450,
                                      "gross": 552.97
                                  },
                                  {
                                      "month": "2025-09-01T06:00:00.000Z",
                                      "net": 48,
                                      "gross": 58.98
                                  },
                                  {
                                      "month": "2025-10-01T06:00:00.000Z",
                                      "net": 985,
                                      "gross": 1210.38
                                  },
                                  {
                                      "month": "2025-11-01T06:00:00.000Z",
                                      "net": 125,
                                      "gross": 153.6
                                  },
                                  {
                                      "month": "2026-01-01T07:00:00.000Z",
                                      "net": 160,
                                      "gross": 196.61
                                  },
                                  {
                                      "month": "2026-03-01T07:00:00.000Z",
                                      "net": 1118.32,
                                      "gross": 1374.21
                                  },
                                  {
                                      "month": "2026-04-01T06:00:00.000Z",
                                      "net": 312.3,
                                      "gross": 383.76
                                  },
                                  {
                                      "month": "2026-05-01T06:00:00.000Z",
                                      "net": 333.92,
                                      "gross": 410.33
                                  },
                                  {
                                      "month": "2026-06-01T06:00:00.000Z",
                                      "net": 125,
                                      "gross": 153.6
                                  },
                                  {
                                      "month": "2026-07-01T06:00:00.000Z",
                                      "net": 590,
                                      "gross": 725
                                  },
                                  {
                                      "month": "2026-08-01T06:00:00.000Z",
                                      "net": 330,
                                      "gross": 405.51
                                  }
                              ],
                              "net_annual": 4079.54,
                              "projected_net_annual": 4953.6,
                              "estimated_gross_annual": 5013,
                              "projected_gross_annual": 6087,
                              "average_monthly_income_net": 339.96,
                              "average_monthly_income_gross": 417.75,
                              "income_stream_months": 24,
                              "transactions": [
                                  {
                                      "id": 17238155530,
                                      "amount": 300,
                                      "posted_date": "2026-08-15T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155503,
                                      "amount": 30,
                                      "posted_date": "2026-08-14T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155681,
                                      "amount": 140,
                                      "posted_date": "2026-07-28T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155649,
                                      "amount": 300,
                                      "posted_date": "2026-07-28T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155624,
                                      "amount": 150,
                                      "posted_date": "2026-07-28T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155534,
                                      "amount": 100,
                                      "posted_date": "2026-06-12T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155507,
                                      "amount": 25,
                                      "posted_date": "2026-06-12T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155546,
                                      "amount": 42.24,
                                      "posted_date": "2026-05-13T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155603,
                                      "amount": 25,
                                      "posted_date": "2026-05-09T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155572,
                                      "amount": 266.68,
                                      "posted_date": "2026-05-09T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155494,
                                      "amount": 20,
                                      "posted_date": "2026-04-25T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155695,
                                      "amount": 3.28,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155667,
                                      "amount": 289.02,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155609,
                                      "amount": 1000,
                                      "posted_date": "2026-03-24T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155581,
                                      "amount": 118.32,
                                      "posted_date": "2026-03-19T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155604,
                                      "amount": 160,
                                      "posted_date": "2026-01-24T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155682,
                                      "amount": 100,
                                      "posted_date": "2025-11-27T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155650,
                                      "amount": 25,
                                      "posted_date": "2025-11-27T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155691,
                                      "amount": 25,
                                      "posted_date": "2025-10-16T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155595,
                                      "amount": 100,
                                      "posted_date": "2025-10-16T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155663,
                                      "amount": 100,
                                      "posted_date": "2025-10-13T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155620,
                                      "amount": 760,
                                      "posted_date": "2025-10-02T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155491,
                                      "amount": 48,
                                      "posted_date": "2025-09-10T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155474,
                                      "amount": 250,
                                      "posted_date": "2025-07-31T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155596,
                                      "amount": 125,
                                      "posted_date": "2025-07-22T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155562,
                                      "amount": 75,
                                      "posted_date": "2025-07-15T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155602,
                                      "amount": 120.82,
                                      "posted_date": "2025-06-17T12:00:00.000Z",
                                      "description": "DEPOSIT ID NUMBER 123456",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155554,
                                      "amount": 3000,
                                      "posted_date": "2025-05-03T12:00:00.000Z",
                                      "description": "DEPOSIT ID NUMBER 123457",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155516,
                                      "amount": 0.22,
                                      "posted_date": "2025-04-03T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155617,
                                      "amount": 444.6,
                                      "posted_date": "2025-03-17T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155638,
                                      "amount": 84.6,
                                      "posted_date": "2025-03-05T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155590,
                                      "amount": 1045.09,
                                      "posted_date": "2025-02-21T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155560,
                                      "amount": 1090.51,
                                      "posted_date": "2025-02-02T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155633,
                                      "amount": 20,
                                      "posted_date": "2025-01-30T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155545,
                                      "amount": 1139.48,
                                      "posted_date": "2025-01-13T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155574,
                                      "amount": 79,
                                      "posted_date": "2025-01-02T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155531,
                                      "amount": 250,
                                      "posted_date": "2024-12-31T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155502,
                                      "amount": 125,
                                      "posted_date": "2024-12-22T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155479,
                                      "amount": 75,
                                      "posted_date": "2024-12-15T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155632,
                                      "amount": 120.82,
                                      "posted_date": "2024-11-17T12:00:00.000Z",
                                      "description": "DEPOSIT ID NUMBER 123456",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155571,
                                      "amount": 3000,
                                      "posted_date": "2024-10-03T12:00:00.000Z",
                                      "description": "DEPOSIT ID NUMBER 123457",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  },
                                  {
                                      "id": 17238155521,
                                      "amount": 0.22,
                                      "posted_date": "2024-09-03T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit"
                                  }
                              ]
                          },
                          {
                              "id": "sdtb2tu2h2ty4",
                              "name": "cash & atm",
                              "status": "INACTIVE",
                              "estimate_inclusion": "MODERATE",
                              "confidence": 50,
                              "cadence": {
                                  "start_date": "2024-09-17T12:00:00.000Z",
                                  "stop_date": "2026-03-07T12:00:00.000Z",
                                  "days": 268
                              },
                              "net_monthly": [
                                  {
                                      "month": "2024-09-01T06:00:00.000Z",
                                      "net": 2358.17,
                                      "gross": 2897.75
                                  },
                                  {
                                      "month": "2025-04-01T06:00:00.000Z",
                                      "net": 2358.17,
                                      "gross": 2897.75
                                  },
                                  {
                                      "month": "2026-03-01T07:00:00.000Z",
                                      "net": 2223.67,
                                      "gross": 2732.48
                                  }
                              ],
                              "net_annual": 2223.67,
                              "projected_net_annual": 0,
                              "estimated_gross_annual": 2732,
                              "projected_gross_annual": 0,
                              "average_monthly_income_net": 185.31,
                              "average_monthly_income_gross": 227.67,
                              "income_stream_months": 19,
                              "transactions": [
                                  {
                                      "id": 17238155662,
                                      "amount": 2223.67,
                                      "posted_date": "2026-03-07T12:00:00.000Z",
                                      "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Cash & ATM"
                                  },
                                  {
                                      "id": 17238155634,
                                      "amount": 2358.17,
                                      "posted_date": "2025-04-17T12:00:00.000Z",
                                      "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Cash & ATM"
                                  },
                                  {
                                      "id": 17238155605,
                                      "amount": 2358.17,
                                      "posted_date": "2024-09-17T12:00:00.000Z",
                                      "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                                      "normalized_payee": "No Entity Found",
                                      "institution_transaction": "0000000000",
                                      "category": "Cash & ATM"
                                  }
                              ]
                          },
                          {
                              "id": "sdtb2tu2h2ty5",
                              "name": "internal revenue service",
                              "status": "INACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2025-10-06T12:00:00.000Z",
                                  "stop_date": "2025-10-06T12:00:00.000Z",
                                  "days": 0
                              },
                              "net_monthly": [
                                  {
                                      "month": "2025-10-01T06:00:00.000Z",
                                      "net": 3858,
                                      "gross": 3858
                                  }
                              ],
                              "net_annual": 3858,
                              "projected_net_annual": 0,
                              "estimated_gross_annual": 3858,
                              "projected_gross_annual": 0,
                              "average_monthly_income_net": 3858,
                              "average_monthly_income_gross": 3858,
                              "income_stream_months": 1,
                              "transactions": [
                                  {
                                      "id": 17238155492,
                                      "amount": 3858,
                                      "posted_date": "2025-10-06T12:00:00.000Z",
                                      "description": "IRS TREAS 310 TAX REF",
                                      "normalized_payee": "Internal Revenue Service",
                                      "institution_transaction": "0000000000",
                                      "category": "Federal Tax"
                                  }
                              ]
                          },
                          {
                              "id": "sdtb2tu2h2ty6",
                              "name": "secret agent staffing",
                              "status": "INACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-09-05T12:00:00.000Z",
                                  "stop_date": "2025-06-28T12:00:00.000Z",
                                  "days": 18
                              },
                              "net_monthly": [
                                  {
                                      "month": "2024-09-01T06:00:00.000Z",
                                      "net": 2628.78,
                                      "gross": 3230.28
                                  },
                                  {
                                      "month": "2024-10-01T06:00:00.000Z",
                                      "net": 3785.25,
                                      "gross": 4651.37
                                  },
                                  {
                                      "month": "2024-11-01T06:00:00.000Z",
                                      "net": 2119.34,
                                      "gross": 2604.27
                                  },
                                  {
                                      "month": "2025-02-01T07:00:00.000Z",
                                      "net": 1237.77,
                                      "gross": 1520.99
                                  },
                                  {
                                      "month": "2025-03-01T07:00:00.000Z",
                                      "net": 2526.85,
                                      "gross": 3105.03
                                  },
                                  {
                                      "month": "2025-04-01T06:00:00.000Z",
                                      "net": 2628.78,
                                      "gross": 3230.28
                                  },
                                  {
                                      "month": "2025-05-01T06:00:00.000Z",
                                      "net": 3785.25,
                                      "gross": 4651.37
                                  },
                                  {
                                      "month": "2025-06-01T06:00:00.000Z",
                                      "net": 2119.34,
                                      "gross": 2604.27
                                  }
                              ],
                              "net_annual": 0,
                              "projected_net_annual": 0,
                              "estimated_gross_annual": 0,
                              "projected_gross_annual": 0,
                              "average_monthly_income_net": 0,
                              "average_monthly_income_gross": 0,
                              "income_stream_months": 10,
                              "transactions": [
                                  {
                                      "id": 17238155601,
                                      "amount": 920.61,
                                      "posted_date": "2025-06-28T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155570,
                                      "amount": 1198.73,
                                      "posted_date": "2025-06-14T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155541,
                                      "amount": 1159.97,
                                      "posted_date": "2025-05-31T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155482,
                                      "amount": 1318.07,
                                      "posted_date": "2025-05-17T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155512,
                                      "amount": 1307.21,
                                      "posted_date": "2025-05-03T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155481,
                                      "amount": 1376.72,
                                      "posted_date": "2025-04-20T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155505,
                                      "amount": 1252.06,
                                      "posted_date": "2025-04-05T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155648,
                                      "amount": 1316.43,
                                      "posted_date": "2025-03-22T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155683,
                                      "amount": 1210.42,
                                      "posted_date": "2025-03-07T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155621,
                                      "amount": 1237.77,
                                      "posted_date": "2025-02-25T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155586,
                                      "amount": 920.61,
                                      "posted_date": "2024-11-28T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155557,
                                      "amount": 1198.73,
                                      "posted_date": "2024-11-14T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155527,
                                      "amount": 1159.97,
                                      "posted_date": "2024-10-31T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155473,
                                      "amount": 1318.07,
                                      "posted_date": "2024-10-17T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155499,
                                      "amount": 1307.21,
                                      "posted_date": "2024-10-03T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155630,
                                      "amount": 1376.72,
                                      "posted_date": "2024-09-19T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155658,
                                      "amount": 1252.06,
                                      "posted_date": "2024-09-05T12:00:00.000Z",
                                      "description": "SECRET AGENT STAFFING DIRECT DEP",
                                      "normalized_payee": "Secret Agent Staffing",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  }
                              ]
                          },
                          {
                              "id": "sdtb2tu2h2ty7",
                              "name": "veridiandynamics",
                              "status": "INACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-09-11T12:00:00.000Z",
                                  "stop_date": "2025-04-11T12:00:00.000Z",
                                  "days": 71
                              },
                              "net_monthly": [
                                  {
                                      "month": "2024-09-01T06:00:00.000Z",
                                      "net": 295.83,
                                      "gross": 363.52
                                  },
                                  {
                                      "month": "2025-01-01T07:00:00.000Z",
                                      "net": 212.39,
                                      "gross": 260.99
                                  },
                                  {
                                      "month": "2025-02-01T07:00:00.000Z",
                                      "net": 304.87,
                                      "gross": 374.63
                                  },
                                  {
                                      "month": "2025-04-01T06:00:00.000Z",
                                      "net": 295.83,
                                      "gross": 363.52
                                  }
                              ],
                              "net_annual": 0,
                              "projected_net_annual": 0,
                              "estimated_gross_annual": 0,
                              "projected_gross_annual": 0,
                              "average_monthly_income_net": 0,
                              "average_monthly_income_gross": 0,
                              "income_stream_months": 8,
                              "transactions": [
                                  {
                                      "id": 17238155655,
                                      "amount": 295.83,
                                      "posted_date": "2025-04-11T12:00:00.000Z",
                                      "description": "VERIDIANDYNAMICS PAYROLL",
                                      "normalized_payee": "Veridiandynamics",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155625,
                                      "amount": 304.87,
                                      "posted_date": "2025-02-17T12:00:00.000Z",
                                      "description": "VERIDIANDYNAMICS PAYROLL",
                                      "normalized_payee": "Veridiandynamics",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155599,
                                      "amount": 212.39,
                                      "posted_date": "2025-01-19T12:00:00.000Z",
                                      "description": "VERIDIANDYNAMICS PAYROLL",
                                      "normalized_payee": "Veridiandynamics",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  },
                                  {
                                      "id": 17238155558,
                                      "amount": 295.83,
                                      "posted_date": "2024-09-11T12:00:00.000Z",
                                      "description": "VERIDIANDYNAMICS PAYROLL",
                                      "normalized_payee": "Veridiandynamics",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck"
                                  }
                              ]
                          }
                      ],
                      "name": "Checking",
                      "number": "1111",
                      "owner_address": "7195 BELMONT ST. PARLIN, NJ 08859",
                      "owner_name": "PATRICK & LORRAINE PURCHASER",
                      "position": null,
                      "tot_number_days_since_most_recent_insufficient_funds_fee_debit_tx_account": 0,
                      "tot_number_insufficient_funds_fee_debit_tx_account": 0,
                      "transactions": [
                          {
                              "id": 17238155496,
                              "amount": 4942.25,
                              "posted_date": "2026-09-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155692,
                              "amount": 141.2,
                              "posted_date": "2026-08-29T12:00:00.000Z",
                              "description": "Cash Redemption",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Income"
                          },
                          {
                              "id": 17238155576,
                              "amount": 5000,
                              "posted_date": "2026-08-28T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155661,
                              "amount": 400,
                              "posted_date": "2026-08-25T12:00:00.000Z",
                              "description": "Credit Return: Online Payment 50",
                              "memo": "12345670 To Mary Greatfriend",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Income"
                          },
                          {
                              "id": 17238155555,
                              "amount": 1198.26,
                              "posted_date": "2026-08-22T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155608,
                              "amount": 0.04,
                              "posted_date": "2026-08-21T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155666,
                              "amount": 1901.33,
                              "posted_date": "2026-08-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155530,
                              "amount": 300,
                              "posted_date": "2026-08-15T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155503,
                              "amount": 30,
                              "posted_date": "2026-08-14T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155575,
                              "amount": 13.74,
                              "posted_date": "2026-08-11T12:00:00.000Z",
                              "description": "BIGBOX DEBIT CRD ACH TRAN 0003",
                              "memo": "12345678901 POS ID: 1234567896",
                              "investment_transaction_type": null,
                              "normalized_payee": "Bigbox",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155501,
                              "amount": 1140.11,
                              "posted_date": "2026-08-08T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155598,
                              "amount": 1744.6,
                              "posted_date": "2026-08-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155681,
                              "amount": 140,
                              "posted_date": "2026-07-28T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155649,
                              "amount": 300,
                              "posted_date": "2026-07-28T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155624,
                              "amount": 150,
                              "posted_date": "2026-07-28T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155539,
                              "amount": 1214.08,
                              "posted_date": "2026-07-24T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155644,
                              "amount": 0.01,
                              "posted_date": "2026-07-17T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155542,
                              "amount": 1894.12,
                              "posted_date": "2026-07-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155591,
                              "amount": 1388.86,
                              "posted_date": "2026-07-11T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155561,
                              "amount": 1786.74,
                              "posted_date": "2026-07-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155619,
                              "amount": 1210.19,
                              "posted_date": "2026-06-27T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155511,
                              "amount": 2325.83,
                              "posted_date": "2026-06-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155647,
                              "amount": 1371.22,
                              "posted_date": "2026-06-13T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155534,
                              "amount": 100,
                              "posted_date": "2026-06-12T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155507,
                              "amount": 25,
                              "posted_date": "2026-06-12T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155657,
                              "amount": 4000,
                              "posted_date": "2026-06-05T12:00:00.000Z",
                              "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                              "memo": "PPD ID: 1234567893",
                              "investment_transaction_type": null,
                              "normalized_payee": "Jaberwocky Credit N.A",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155489,
                              "amount": 147.26,
                              "posted_date": "2026-06-04T12:00:00.000Z",
                              "description": "Cash Redemption",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Income"
                          },
                          {
                              "id": 17238155679,
                              "amount": 1786.73,
                              "posted_date": "2026-06-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155656,
                              "amount": 768.42,
                              "posted_date": "2026-05-30T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155653,
                              "amount": 0.04,
                              "posted_date": "2026-05-20T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155483,
                              "amount": 619.49,
                              "posted_date": "2026-05-16T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155613,
                              "amount": 1816.73,
                              "posted_date": "2026-05-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155685,
                              "amount": 2316,
                              "posted_date": "2026-05-14T12:00:00.000Z",
                              "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                              "memo": "PPD ID: 1234567893",
                              "investment_transaction_type": null,
                              "normalized_payee": "Jaberwocky Credit N.A",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155639,
                              "amount": 2000,
                              "posted_date": "2026-05-14T12:00:00.000Z",
                              "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                              "memo": "PPD ID: 1234567893",
                              "investment_transaction_type": null,
                              "normalized_payee": "Jaberwocky Credit N.A",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155636,
                              "amount": 197.99,
                              "posted_date": "2026-05-13T12:00:00.000Z",
                              "description": "MOOLAH TRANSFER",
                              "memo": "PPD ID: SOMECOMPANY007",
                              "investment_transaction_type": null,
                              "normalized_payee": "Moolah",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155546,
                              "amount": 42.24,
                              "posted_date": "2026-05-13T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155603,
                              "amount": 25,
                              "posted_date": "2026-05-09T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155572,
                              "amount": 266.68,
                              "posted_date": "2026-05-09T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155525,
                              "amount": -1055.69,
                              "posted_date": "2026-05-05T12:00:00.000Z",
                              "description": "MORTGAGE PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Mortgage & Rent"
                          },
                          {
                              "id": 17238155686,
                              "amount": 619.5,
                              "posted_date": "2026-05-02T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155556,
                              "amount": 1786.74,
                              "posted_date": "2026-05-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155592,
                              "amount": -120,
                              "posted_date": "2026-04-25T12:00:00.000Z",
                              "description": "LOC Payment",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Loc",
                              "institution_transaction": "0000000000",
                              "category": "Financial"
                          },
                          {
                              "id": 17238155494,
                              "amount": 20,
                              "posted_date": "2026-04-25T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155543,
                              "amount": 619.5,
                              "posted_date": "2026-04-18T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155477,
                              "amount": 0.05,
                              "posted_date": "2026-04-18T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155637,
                              "amount": 1771.72,
                              "posted_date": "2026-04-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155485,
                              "amount": -400,
                              "posted_date": "2026-04-08T12:00:00.000Z",
                              "description": "Transfer to SAVINGS",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155497,
                              "amount": -1055.69,
                              "posted_date": "2026-04-05T12:00:00.000Z",
                              "description": "MORTGAGE PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Mortgage & Rent"
                          },
                          {
                              "id": 17238155513,
                              "amount": 609.86,
                              "posted_date": "2026-04-04T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155695,
                              "amount": 3.28,
                              "posted_date": "2026-04-01T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155667,
                              "amount": 289.02,
                              "posted_date": "2026-04-01T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155583,
                              "amount": 1786.73,
                              "posted_date": "2026-04-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155618,
                              "amount": -120,
                              "posted_date": "2026-03-25T12:00:00.000Z",
                              "description": "LOC Payment",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Loc",
                              "institution_transaction": "0000000000",
                              "category": "Financial"
                          },
                          {
                              "id": 17238155488,
                              "amount": -57.32,
                              "posted_date": "2026-03-25T12:00:00.000Z",
                              "description": "Credit Card Payment",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Credit Card Payment"
                          },
                          {
                              "id": 17238155609,
                              "amount": 1000,
                              "posted_date": "2026-03-24T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155523,
                              "amount": 1180.45,
                              "posted_date": "2026-03-21T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155581,
                              "amount": 118.32,
                              "posted_date": "2026-03-19T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155537,
                              "amount": 0.06,
                              "posted_date": "2026-03-19T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155520,
                              "amount": 1998.68,
                              "posted_date": "2026-03-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155672,
                              "amount": -250,
                              "posted_date": "2026-03-12T12:00:00.000Z",
                              "description": "Transfer to INVESTMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Investment",
                              "institution_transaction": "0000000000",
                              "category": "Investments"
                          },
                          {
                              "id": 17238155662,
                              "amount": 2223.67,
                              "posted_date": "2026-03-07T12:00:00.000Z",
                              "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                              "memo": "Some St Somewhere City State",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Cash & ATM"
                          },
                          {
                              "id": 17238155493,
                              "amount": 1121.87,
                              "posted_date": "2026-03-07T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155696,
                              "amount": -1055.69,
                              "posted_date": "2026-03-05T12:00:00.000Z",
                              "description": "MORTGAGE PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Mortgage & Rent"
                          },
                          {
                              "id": 17238155693,
                              "amount": 1993.69,
                              "posted_date": "2026-03-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155669,
                              "amount": -57.32,
                              "posted_date": "2026-02-25T12:00:00.000Z",
                              "description": "Credit Card Payment",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Credit Card Payment"
                          },
                          {
                              "id": 17238155628,
                              "amount": -120,
                              "posted_date": "2026-02-25T12:00:00.000Z",
                              "description": "LOC Payment",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Loc",
                              "institution_transaction": "0000000000",
                              "category": "Financial"
                          },
                          {
                              "id": 17238155671,
                              "amount": 210.31,
                              "posted_date": "2026-02-24T12:00:00.000Z",
                              "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                              "memo": "PPD ID: 1234567893",
                              "investment_transaction_type": null,
                              "normalized_payee": "Jaberwocky Credit N.A",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155552,
                              "amount": 1178.76,
                              "posted_date": "2026-02-24T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155593,
                              "amount": 0.13,
                              "posted_date": "2026-02-17T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155627,
                              "amount": 2018.76,
                              "posted_date": "2026-02-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155582,
                              "amount": 743.24,
                              "posted_date": "2026-02-10T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155659,
                              "amount": -400,
                              "posted_date": "2026-02-08T12:00:00.000Z",
                              "description": "Transfer to SAVINGS",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155670,
                              "amount": -1055.69,
                              "posted_date": "2026-02-05T12:00:00.000Z",
                              "description": "MORTGAGE PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Mortgage & Rent"
                          },
                          {
                              "id": 17238155652,
                              "amount": 2013.68,
                              "posted_date": "2026-02-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155536,
                              "amount": 1180.49,
                              "posted_date": "2026-01-26T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155604,
                              "amount": 160,
                              "posted_date": "2026-01-24T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155487,
                              "amount": 0.05,
                              "posted_date": "2026-01-17T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155610,
                              "amount": 1998.68,
                              "posted_date": "2026-01-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155687,
                              "amount": -250,
                              "posted_date": "2026-01-12T12:00:00.000Z",
                              "description": "Transfer to INVESTMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Investment",
                              "institution_transaction": "0000000000",
                              "category": "Investments"
                          },
                          {
                              "id": 17238155565,
                              "amount": 1119.53,
                              "posted_date": "2026-01-12T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155524,
                              "amount": 19850.17,
                              "posted_date": "2026-01-09T12:00:00.000Z",
                              "description": "DEPOSIT ID NUMBER 123458",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155606,
                              "amount": -1055.69,
                              "posted_date": "2026-01-05T12:00:00.000Z",
                              "description": "MORTGAGE PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Mortgage & Rent"
                          },
                          {
                              "id": 17238155548,
                              "amount": 2013.68,
                              "posted_date": "2026-01-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155607,
                              "amount": 1164.63,
                              "posted_date": "2025-12-29T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155600,
                              "amount": 0.02,
                              "posted_date": "2025-12-19T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155643,
                              "amount": 1805.34,
                              "posted_date": "2025-12-15T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155622,
                              "amount": 1998.68,
                              "posted_date": "2025-12-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155629,
                              "amount": -400,
                              "posted_date": "2025-12-08T12:00:00.000Z",
                              "description": "Transfer to SAVINGS",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155579,
                              "amount": -1055.69,
                              "posted_date": "2025-12-05T12:00:00.000Z",
                              "description": "MORTGAGE PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Mortgage & Rent"
                          },
                          {
                              "id": 17238155567,
                              "amount": 2013.69,
                              "posted_date": "2025-12-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155471,
                              "amount": 1174.59,
                              "posted_date": "2025-12-01T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155682,
                              "amount": 100,
                              "posted_date": "2025-11-27T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155650,
                              "amount": 25,
                              "posted_date": "2025-11-27T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155698,
                              "amount": 2000,
                              "posted_date": "2025-11-22T12:00:00.000Z",
                              "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                              "memo": "PPD ID: 1234567893",
                              "investment_transaction_type": null,
                              "normalized_payee": "Jaberwocky Credit N.A",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155684,
                              "amount": 963.59,
                              "posted_date": "2025-11-17T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155612,
                              "amount": 0.01,
                              "posted_date": "2025-11-17T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155506,
                              "amount": 1998.68,
                              "posted_date": "2025-11-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155641,
                              "amount": -250,
                              "posted_date": "2025-11-12T12:00:00.000Z",
                              "description": "Transfer to INVESTMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Investment",
                              "institution_transaction": "0000000000",
                              "category": "Investments"
                          },
                          {
                              "id": 17238155500,
                              "amount": 1193.73,
                              "posted_date": "2025-11-03T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155678,
                              "amount": 2058.68,
                              "posted_date": "2025-11-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155690,
                              "amount": 290.16,
                              "posted_date": "2025-10-23T12:00:00.000Z",
                              "description": "Credit Return: Online Payment 44",
                              "memo": "12345678 To Dragon Sitters",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Income"
                          },
                          {
                              "id": 17238155510,
                              "amount": 1328.12,
                              "posted_date": "2025-10-20T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155551,
                              "amount": 153.76,
                              "posted_date": "2025-10-19T12:00:00.000Z",
                              "description": "Cash Redemption",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Income"
                          },
                          {
                              "id": 17238155660,
                              "amount": 0.03,
                              "posted_date": "2025-10-18T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155691,
                              "amount": 25,
                              "posted_date": "2025-10-16T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155595,
                              "amount": 100,
                              "posted_date": "2025-10-16T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155517,
                              "amount": 1998.68,
                              "posted_date": "2025-10-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155663,
                              "amount": 100,
                              "posted_date": "2025-10-13T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155645,
                              "amount": -400,
                              "posted_date": "2025-10-08T12:00:00.000Z",
                              "description": "Transfer to SAVINGS",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155492,
                              "amount": 3858,
                              "posted_date": "2025-10-06T12:00:00.000Z",
                              "description": "IRS TREAS 310 TAX REF",
                              "memo": "PPD ID: 1234567897",
                              "investment_transaction_type": null,
                              "normalized_payee": "Internal Revenue Service",
                              "institution_transaction": "0000000000",
                              "category": "Federal Tax"
                          },
                          {
                              "id": 17238155478,
                              "amount": 1189.51,
                              "posted_date": "2025-10-06T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155620,
                              "amount": 760,
                              "posted_date": "2025-10-02T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155697,
                              "amount": 2013.69,
                              "posted_date": "2025-10-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155673,
                              "amount": 1178.68,
                              "posted_date": "2025-09-20T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155522,
                              "amount": 0.03,
                              "posted_date": "2025-09-19T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155577,
                              "amount": 1693.28,
                              "posted_date": "2025-09-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155587,
                              "amount": -250,
                              "posted_date": "2025-09-12T12:00:00.000Z",
                              "description": "Transfer to INVESTMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Investment",
                              "institution_transaction": "0000000000",
                              "category": "Investments"
                          },
                          {
                              "id": 17238155491,
                              "amount": 48,
                              "posted_date": "2025-09-10T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155664,
                              "amount": 1183.78,
                              "posted_date": "2025-09-06T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155526,
                              "amount": 7201,
                              "posted_date": "2025-09-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155528,
                              "amount": 1183.65,
                              "posted_date": "2025-08-23T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155580,
                              "amount": 0.02,
                              "posted_date": "2025-08-21T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155699,
                              "amount": 1719.14,
                              "posted_date": "2025-08-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155472,
                              "amount": 1215.58,
                              "posted_date": "2025-08-09T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155568,
                              "amount": -400,
                              "posted_date": "2025-08-08T12:00:00.000Z",
                              "description": "Transfer to SAVINGS",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155626,
                              "amount": 1625.3,
                              "posted_date": "2025-08-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155474,
                              "amount": 250,
                              "posted_date": "2025-07-31T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155584,
                              "amount": 860.76,
                              "posted_date": "2025-07-26T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155596,
                              "amount": 125,
                              "posted_date": "2025-07-22T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155614,
                              "amount": 0.01,
                              "posted_date": "2025-07-17T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155569,
                              "amount": 1742.14,
                              "posted_date": "2025-07-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155562,
                              "amount": 75,
                              "posted_date": "2025-07-15T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155529,
                              "amount": -250,
                              "posted_date": "2025-07-12T12:00:00.000Z",
                              "description": "Transfer to INVESTMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Investment",
                              "institution_transaction": "0000000000",
                              "category": "Investments"
                          },
                          {
                              "id": 17238155564,
                              "amount": 461.41,
                              "posted_date": "2025-07-11T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155594,
                              "amount": 1757.22,
                              "posted_date": "2025-07-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155601,
                              "amount": 920.61,
                              "posted_date": "2025-06-28T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155588,
                              "amount": 0.02,
                              "posted_date": "2025-06-20T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155602,
                              "amount": 120.82,
                              "posted_date": "2025-06-17T12:00:00.000Z",
                              "description": "DEPOSIT ID NUMBER 123456",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155533,
                              "amount": 2296.31,
                              "posted_date": "2025-06-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155570,
                              "amount": 1198.73,
                              "posted_date": "2025-06-14T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155540,
                              "amount": -400,
                              "posted_date": "2025-06-08T12:00:00.000Z",
                              "description": "Transfer to SAVINGS",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155480,
                              "amount": 1757.22,
                              "posted_date": "2025-06-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155541,
                              "amount": 1159.97,
                              "posted_date": "2025-05-31T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155623,
                              "amount": 0.03,
                              "posted_date": "2025-05-20T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155482,
                              "amount": 1318.07,
                              "posted_date": "2025-05-17T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155651,
                              "amount": 1742.21,
                              "posted_date": "2025-05-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155498,
                              "amount": -250,
                              "posted_date": "2025-05-12T12:00:00.000Z",
                              "description": "Transfer to INVESTMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Investment",
                              "institution_transaction": "0000000000",
                              "category": "Investments"
                          },
                          {
                              "id": 17238155509,
                              "amount": 43.7,
                              "posted_date": "2025-05-07T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155554,
                              "amount": 3000,
                              "posted_date": "2025-05-03T12:00:00.000Z",
                              "description": "DEPOSIT ID NUMBER 123457",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155512,
                              "amount": 1307.21,
                              "posted_date": "2025-05-03T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155585,
                              "amount": 1802.22,
                              "posted_date": "2025-05-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155481,
                              "amount": 1376.72,
                              "posted_date": "2025-04-20T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155680,
                              "amount": 0.07,
                              "posted_date": "2025-04-18T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155634,
                              "amount": 2358.17,
                              "posted_date": "2025-04-17T12:00:00.000Z",
                              "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                              "memo": "OADWAY AVE OKLAHOMA CITY OK",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Cash & ATM"
                          },
                          {
                              "id": 17238155668,
                              "amount": 1742.21,
                              "posted_date": "2025-04-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155655,
                              "amount": 295.83,
                              "posted_date": "2025-04-11T12:00:00.000Z",
                              "description": "VERIDIANDYNAMICS PAYROLL",
                              "memo": "PPD ID: 1234567898",
                              "investment_transaction_type": null,
                              "normalized_payee": "Veridiandynamics",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155538,
                              "amount": 163.59,
                              "posted_date": "2025-04-08T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155515,
                              "amount": -400,
                              "posted_date": "2025-04-08T12:00:00.000Z",
                              "description": "Transfer to SAVINGS",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155505,
                              "amount": 1252.06,
                              "posted_date": "2025-04-05T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155566,
                              "amount": 46.8,
                              "posted_date": "2025-04-03T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155516,
                              "amount": 0.22,
                              "posted_date": "2025-04-03T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155611,
                              "amount": 1757.22,
                              "posted_date": "2025-04-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155589,
                              "amount": 200.31,
                              "posted_date": "2025-03-29T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155648,
                              "amount": 1316.43,
                              "posted_date": "2025-03-22T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155508,
                              "amount": 0.05,
                              "posted_date": "2025-03-19T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155617,
                              "amount": 444.6,
                              "posted_date": "2025-03-17T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155532,
                              "amount": 388.5,
                              "posted_date": "2025-03-17T12:00:00.000Z",
                              "description": "EXSPENSOR EXPENSE",
                              "memo": "PPD ID: 1234567890",
                              "investment_transaction_type": null,
                              "normalized_payee": "Exspensor Expense",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155549,
                              "amount": 1742.22,
                              "posted_date": "2025-03-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155616,
                              "amount": 95.77,
                              "posted_date": "2025-03-12T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155470,
                              "amount": -250,
                              "posted_date": "2025-03-12T12:00:00.000Z",
                              "description": "Transfer to INVESTMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Investment",
                              "institution_transaction": "0000000000",
                              "category": "Investments"
                          },
                          {
                              "id": 17238155683,
                              "amount": 1210.42,
                              "posted_date": "2025-03-07T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155638,
                              "amount": 84.6,
                              "posted_date": "2025-03-05T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155490,
                              "amount": 1707.22,
                              "posted_date": "2025-03-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155646,
                              "amount": 418.6,
                              "posted_date": "2025-02-25T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155621,
                              "amount": 1237.77,
                              "posted_date": "2025-02-25T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155676,
                              "amount": 64.2,
                              "posted_date": "2025-02-22T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155590,
                              "amount": 1045.09,
                              "posted_date": "2025-02-21T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155475,
                              "amount": 25,
                              "posted_date": "2025-02-21T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155563,
                              "amount": 0.01,
                              "posted_date": "2025-02-18T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155625,
                              "amount": 304.87,
                              "posted_date": "2025-02-17T12:00:00.000Z",
                              "description": "VERIDIANDYNAMICS PAYROLL",
                              "memo": "PPD ID: 1234567898",
                              "investment_transaction_type": null,
                              "normalized_payee": "Veridiandynamics",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155654,
                              "amount": 1757.21,
                              "posted_date": "2025-02-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155694,
                              "amount": 304.04,
                              "posted_date": "2025-02-11T12:00:00.000Z",
                              "description": "EXSPENSOR EXPENSE",
                              "memo": "PPD ID: 1234567890",
                              "investment_transaction_type": null,
                              "normalized_payee": "Exspensor Expense",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155688,
                              "amount": -400,
                              "posted_date": "2025-02-08T12:00:00.000Z",
                              "description": "Transfer to SAVINGS",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155495,
                              "amount": 0.01,
                              "posted_date": "2025-02-08T12:00:00.000Z",
                              "description": "EXSPENSOR ACCT CONF",
                              "memo": "PPD ID: 1234567890",
                              "investment_transaction_type": null,
                              "normalized_payee": "Exspensor Acct",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155519,
                              "amount": 119.17,
                              "posted_date": "2025-02-03T12:00:00.000Z",
                              "description": "Cash Redemption",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Income"
                          },
                          {
                              "id": 17238155560,
                              "amount": 1090.51,
                              "posted_date": "2025-02-02T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155677,
                              "amount": 1757.22,
                              "posted_date": "2025-02-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155633,
                              "amount": 20,
                              "posted_date": "2025-01-30T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155599,
                              "amount": 212.39,
                              "posted_date": "2025-01-19T12:00:00.000Z",
                              "description": "VERIDIANDYNAMICS PAYROLL",
                              "memo": "PPD ID: 1234567898",
                              "investment_transaction_type": null,
                              "normalized_payee": "Veridiandynamics",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155689,
                              "amount": 0.03,
                              "posted_date": "2025-01-18T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155640,
                              "amount": 1742.21,
                              "posted_date": "2025-01-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155545,
                              "amount": 1139.48,
                              "posted_date": "2025-01-13T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155484,
                              "amount": -250,
                              "posted_date": "2025-01-12T12:00:00.000Z",
                              "description": "Transfer to INVESTMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Investment",
                              "institution_transaction": "0000000000",
                              "category": "Investments"
                          },
                          {
                              "id": 17238155574,
                              "amount": 79,
                              "posted_date": "2025-01-02T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155578,
                              "amount": 1757.22,
                              "posted_date": "2025-01-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155531,
                              "amount": 250,
                              "posted_date": "2024-12-31T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155635,
                              "amount": 860.76,
                              "posted_date": "2024-12-26T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155502,
                              "amount": 125,
                              "posted_date": "2024-12-22T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155544,
                              "amount": 0.01,
                              "posted_date": "2024-12-17T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155597,
                              "amount": 1757.22,
                              "posted_date": "2024-12-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155479,
                              "amount": 75,
                              "posted_date": "2024-12-15T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155674,
                              "amount": 461.41,
                              "posted_date": "2024-12-12T12:00:00.000Z",
                              "description": "Mad Science Research PR PAYMENT",
                              "memo": "PPD ID: 1234567899",
                              "investment_transaction_type": null,
                              "normalized_payee": "Mad Science Research",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155675,
                              "amount": -400,
                              "posted_date": "2024-12-08T12:00:00.000Z",
                              "description": "Transfer to SAVINGS",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155535,
                              "amount": 2296.31,
                              "posted_date": "2024-12-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155586,
                              "amount": 920.61,
                              "posted_date": "2024-11-28T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155573,
                              "amount": 0.02,
                              "posted_date": "2024-11-20T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155632,
                              "amount": 120.82,
                              "posted_date": "2024-11-17T12:00:00.000Z",
                              "description": "DEPOSIT ID NUMBER 123456",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155476,
                              "amount": 1757.22,
                              "posted_date": "2024-11-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155557,
                              "amount": 1198.73,
                              "posted_date": "2024-11-14T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155514,
                              "amount": -250,
                              "posted_date": "2024-11-12T12:00:00.000Z",
                              "description": "Transfer to INVESTMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Investment",
                              "institution_transaction": "0000000000",
                              "category": "Investments"
                          },
                          {
                              "id": 17238155642,
                              "amount": 1742.21,
                              "posted_date": "2024-11-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155527,
                              "amount": 1159.97,
                              "posted_date": "2024-10-31T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155631,
                              "amount": 0.03,
                              "posted_date": "2024-10-20T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155473,
                              "amount": 1318.07,
                              "posted_date": "2024-10-17T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155486,
                              "amount": 1802.22,
                              "posted_date": "2024-10-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155615,
                              "amount": -400,
                              "posted_date": "2024-10-08T12:00:00.000Z",
                              "description": "Transfer to SAVINGS",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Transfer"
                          },
                          {
                              "id": 17238155504,
                              "amount": 43.7,
                              "posted_date": "2024-10-07T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155571,
                              "amount": 3000,
                              "posted_date": "2024-10-03T12:00:00.000Z",
                              "description": "DEPOSIT ID NUMBER 123457",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155499,
                              "amount": 1307.21,
                              "posted_date": "2024-10-03T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155665,
                              "amount": 1742.21,
                              "posted_date": "2024-10-01T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155630,
                              "amount": 1376.72,
                              "posted_date": "2024-09-19T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155553,
                              "amount": 0.07,
                              "posted_date": "2024-09-18T12:00:00.000Z",
                              "description": "INTEREST PAYMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Interest Income"
                          },
                          {
                              "id": 17238155605,
                              "amount": 2358.17,
                              "posted_date": "2024-09-17T12:00:00.000Z",
                              "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                              "memo": "OADWAY AVE OKLAHOMA CITY OK",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Cash & ATM"
                          },
                          {
                              "id": 17238155550,
                              "amount": 1757.22,
                              "posted_date": "2024-09-15T12:00:00.000Z",
                              "description": "ROCKET SURGERY PAYROLL",
                              "memo": "PPD ID: 1234567892",
                              "investment_transaction_type": null,
                              "normalized_payee": "Rocket Surgery",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155559,
                              "amount": -250,
                              "posted_date": "2024-09-12T12:00:00.000Z",
                              "description": "Transfer to INVESTMENT",
                              "memo": null,
                              "investment_transaction_type": null,
                              "normalized_payee": "Investment",
                              "institution_transaction": "0000000000",
                              "category": "Investments"
                          },
                          {
                              "id": 17238155558,
                              "amount": 295.83,
                              "posted_date": "2024-09-11T12:00:00.000Z",
                              "description": "VERIDIANDYNAMICS PAYROLL",
                              "memo": "PPD ID: 1234567898",
                              "investment_transaction_type": null,
                              "normalized_payee": "Veridiandynamics",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155518,
                              "amount": 163.59,
                              "posted_date": "2024-09-08T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155658,
                              "amount": 1252.06,
                              "posted_date": "2024-09-05T12:00:00.000Z",
                              "description": "SECRET AGENT STAFFING DIRECT DEP",
                              "memo": "PPD ID: 1234567895",
                              "investment_transaction_type": null,
                              "normalized_payee": "Secret Agent Staffing",
                              "institution_transaction": "0000000000",
                              "category": "Paycheck"
                          },
                          {
                              "id": 17238155547,
                              "amount": 46.8,
                              "posted_date": "2024-09-03T12:00:00.000Z",
                              "description": "HEALTH CARE ABC CLAIM",
                              "memo": "PPD ID: 1234567891",
                              "investment_transaction_type": null,
                              "normalized_payee": "Health Care Abc",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          },
                          {
                              "id": 17238155521,
                              "amount": 0.22,
                              "posted_date": "2024-09-03T12:00:00.000Z",
                              "description": "REMOTE ONLINE DEPOSIT #",
                              "memo": "1",
                              "investment_transaction_type": null,
                              "normalized_payee": "No Entity Found",
                              "institution_transaction": "0000000000",
                              "category": "Deposit"
                          }
                      ],
                      "type": "checking"
                  }
              ],
              "id": 102168,
              "name": "FinBank Profiles - B",
              "url_home_app": "http://www.finicity.com"
          }
      ],
      "request_id": "q2i851ti74",
      "requester_name": "Argyle Systems",
      "seasoned": true,
      "start_date": "2024-09-03T22:49:19.000Z",
      "title": "Mastercard Open Banking Verification of Assets and Income - Transactions"
  }
  ```
</Accordion>

<a id="banking-voi" />

<Accordion title="Verification of Income (Banking VOI) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/docs-2026/VOI_Banking_Report.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/CvJPgig9j-lpaCnS/images/argyle-guides/api-ref/banking-reports/banking-voi-2026.png?fit=max&auto=format&n=CvJPgig9j-lpaCnS&q=85&s=41456c3aa6d6c473a3d6cbc3de24e0b5" alt="Image of Verification of Income (VOI) banking report." width="803" height="1020" data-path="images/argyle-guides/api-ref/banking-reports/banking-voi-2026.png" />
  </Frame>

  ```json theme={}
  {
      "id": "bdmczjhxc8vj-voi",
      "type": "voi",
      "constraints": {
          "accounts": null,
          "from_date": "2024-09-03T23:03:00.000Z",
          "report_custom_fields": [
              {
                  "label": "loanID",
                  "value": "12345",
                  "shown": true
              }
          ],
          "show_nsf": null,
          "income_stream_confidence_minimum": 50
      },
      "status": "success",
      "portfolio": "91k0ba5978h5-1-port",
      "errors": null,
      "consumer": "8859a004ff2b977a7821f74aa938950d",
      "consumer_ssn": "0000",
      "created_date": "2026-09-03T23:03:00.000Z",
      "user": "01a06982-222f-ed7d-a569-71dc2680660d",
      "customer_type": "testing",
      "days": 730,
      "dispute_statement": null,
      "end_date": "2026-09-03T23:03:00.000Z",
      "end_user": null,
      "request_id": "4bswvfqtuy",
      "requester_name": "Argyle Systems",
      "seasoned": true,
      "start_date": "2024-09-03T23:03:00.000Z",
      "title": "Mastercard Open Banking Verification of Income",
      "income": [
          {
              "confidence_type": "HIGH",
              "income_estimate": {
                  "estimated_gross_annual": 115731,
                  "net_annual": 81703.67,
                  "projected_gross_annual": 130005,
                  "projected_net_annual": 89052.02,
                  "average_monthly_net": 6808.64,
                  "average_monthly_gross": 9644.25
              },
              "net_monthly": [
                  {
                      "month": "2024-09-01T06:00:00.000Z",
                      "net": 1757.44,
                      "gross": 2159.57
                  },
                  {
                      "month": "2024-10-01T06:00:00.000Z",
                      "net": 6544.43,
                      "gross": 8041.88
                  },
                  {
                      "month": "2024-11-01T06:00:00.000Z",
                      "net": 3620.25,
                      "gross": 4448.62
                  },
                  {
                      "month": "2024-12-01T07:00:00.000Z",
                      "net": 5825.7,
                      "gross": 7158.7
                  },
                  {
                      "month": "2025-01-01T07:00:00.000Z",
                      "net": 4737.91,
                      "gross": 5822.01
                  },
                  {
                      "month": "2025-02-01T07:00:00.000Z",
                      "net": 5650.03,
                      "gross": 6942.83
                  },
                  {
                      "month": "2025-03-01T07:00:00.000Z",
                      "net": 3978.64,
                      "gross": 4889.01
                  },
                  {
                      "month": "2025-04-01T06:00:00.000Z",
                      "net": 3499.65,
                      "gross": 4300.42
                  },
                  {
                      "month": "2025-05-01T06:00:00.000Z",
                      "net": 6544.43,
                      "gross": 8041.88
                  },
                  {
                      "month": "2025-06-01T06:00:00.000Z",
                      "net": 4174.35,
                      "gross": 5129.5
                  },
                  {
                      "month": "2025-07-01T06:00:00.000Z",
                      "net": 5271.53,
                      "gross": 6477.73
                  },
                  {
                      "month": "2025-08-01T06:00:00.000Z",
                      "net": 5743.67,
                      "gross": 7057.9
                  },
                  {
                      "month": "2025-09-01T06:00:00.000Z",
                      "net": 11304.74,
                      "gross": 13891.41
                  },
                  {
                      "month": "2025-10-01T06:00:00.000Z",
                      "net": 11373,
                      "gross": 13092.53
                  },
                  {
                      "month": "2025-11-01T06:00:00.000Z",
                      "net": 6339.68,
                      "gross": 7790.28
                  },
                  {
                      "month": "2025-12-01T07:00:00.000Z",
                      "net": 8156.93,
                      "gross": 10023.34
                  },
                  {
                      "month": "2026-01-01T07:00:00.000Z",
                      "net": 6472.38,
                      "gross": 7953.35
                  },
                  {
                      "month": "2026-02-01T07:00:00.000Z",
                      "net": 5954.44,
                      "gross": 7316.9
                  },
                  {
                      "month": "2026-03-01T07:00:00.000Z",
                      "net": 7413.01,
                      "gross": 9109.21
                  },
                  {
                      "month": "2026-04-01T06:00:00.000Z",
                      "net": 5100.11,
                      "gross": 6267.08
                  },
                  {
                      "month": "2026-05-01T06:00:00.000Z",
                      "net": 5944.8,
                      "gross": 7305.05
                  },
                  {
                      "month": "2026-06-01T06:00:00.000Z",
                      "net": 6818.97,
                      "gross": 8379.24
                  },
                  {
                      "month": "2026-07-01T06:00:00.000Z",
                      "net": 6873.8,
                      "gross": 8446.62
                  },
                  {
                      "month": "2026-08-01T06:00:00.000Z",
                      "net": 6314.3,
                      "gross": 7759.1
                  },
                  {
                      "month": "2026-09-01T06:00:00.000Z",
                      "net": 4942.25,
                      "gross": 6073.1
                  }
              ]
          },
          {
              "confidence_type": "MODERATE",
              "income_estimate": {
                  "estimated_gross_annual": 118463,
                  "net_annual": 83927.34,
                  "projected_gross_annual": 130005,
                  "projected_net_annual": 89052.02,
                  "average_monthly_net": 6993.95,
                  "average_monthly_gross": 9871.92
              },
              "net_monthly": [
                  {
                      "month": "2024-09-01T06:00:00.000Z",
                      "net": 4115.61,
                      "gross": 5057.32
                  },
                  {
                      "month": "2024-10-01T06:00:00.000Z",
                      "net": 6544.43,
                      "gross": 8041.88
                  },
                  {
                      "month": "2024-11-01T06:00:00.000Z",
                      "net": 3620.25,
                      "gross": 4448.62
                  },
                  {
                      "month": "2024-12-01T07:00:00.000Z",
                      "net": 5825.7,
                      "gross": 7158.7
                  },
                  {
                      "month": "2025-01-01T07:00:00.000Z",
                      "net": 4737.91,
                      "gross": 5822.01
                  },
                  {
                      "month": "2025-02-01T07:00:00.000Z",
                      "net": 5650.03,
                      "gross": 6942.83
                  },
                  {
                      "month": "2025-03-01T07:00:00.000Z",
                      "net": 3978.64,
                      "gross": 4889.01
                  },
                  {
                      "month": "2025-04-01T06:00:00.000Z",
                      "net": 5857.82,
                      "gross": 7198.17
                  },
                  {
                      "month": "2025-05-01T06:00:00.000Z",
                      "net": 6544.43,
                      "gross": 8041.88
                  },
                  {
                      "month": "2025-06-01T06:00:00.000Z",
                      "net": 4174.35,
                      "gross": 5129.5
                  },
                  {
                      "month": "2025-07-01T06:00:00.000Z",
                      "net": 5271.53,
                      "gross": 6477.73
                  },
                  {
                      "month": "2025-08-01T06:00:00.000Z",
                      "net": 5743.67,
                      "gross": 7057.9
                  },
                  {
                      "month": "2025-09-01T06:00:00.000Z",
                      "net": 11304.74,
                      "gross": 13891.41
                  },
                  {
                      "month": "2025-10-01T06:00:00.000Z",
                      "net": 11373,
                      "gross": 13092.53
                  },
                  {
                      "month": "2025-11-01T06:00:00.000Z",
                      "net": 6339.68,
                      "gross": 7790.28
                  },
                  {
                      "month": "2025-12-01T07:00:00.000Z",
                      "net": 8156.93,
                      "gross": 10023.34
                  },
                  {
                      "month": "2026-01-01T07:00:00.000Z",
                      "net": 6472.38,
                      "gross": 7953.35
                  },
                  {
                      "month": "2026-02-01T07:00:00.000Z",
                      "net": 5954.44,
                      "gross": 7316.9
                  },
                  {
                      "month": "2026-03-01T07:00:00.000Z",
                      "net": 9636.68,
                      "gross": 11841.69
                  },
                  {
                      "month": "2026-04-01T06:00:00.000Z",
                      "net": 5100.11,
                      "gross": 6267.08
                  },
                  {
                      "month": "2026-05-01T06:00:00.000Z",
                      "net": 5944.8,
                      "gross": 7305.05
                  },
                  {
                      "month": "2026-06-01T06:00:00.000Z",
                      "net": 6818.97,
                      "gross": 8379.24
                  },
                  {
                      "month": "2026-07-01T06:00:00.000Z",
                      "net": 6873.8,
                      "gross": 8446.62
                  },
                  {
                      "month": "2026-08-01T06:00:00.000Z",
                      "net": 6314.3,
                      "gross": 7759.1
                  },
                  {
                      "month": "2026-09-01T06:00:00.000Z",
                      "net": 4942.25,
                      "gross": 6073.1
                  }
              ]
          },
          {
              "confidence_type": "LOW",
              "income_estimate": {
                  "estimated_gross_annual": 138085,
                  "net_annual": 99895.87,
                  "projected_gross_annual": 130005,
                  "projected_net_annual": 89052.02,
                  "average_monthly_net": 8324.66,
                  "average_monthly_gross": 11507.08
              },
              "net_monthly": [
                  {
                      "month": "2024-09-01T06:00:00.000Z",
                      "net": 4326,
                      "gross": 5315.85
                  },
                  {
                      "month": "2024-10-01T06:00:00.000Z",
                      "net": 6588.13,
                      "gross": 8095.58
                  },
                  {
                      "month": "2024-11-01T06:00:00.000Z",
                      "net": 3620.25,
                      "gross": 4448.62
                  },
                  {
                      "month": "2024-12-01T07:00:00.000Z",
                      "net": 5825.7,
                      "gross": 7158.7
                  },
                  {
                      "month": "2025-01-01T07:00:00.000Z",
                      "net": 4737.91,
                      "gross": 5822.01
                  },
                  {
                      "month": "2025-02-01T07:00:00.000Z",
                      "net": 6277,
                      "gross": 7713.26
                  },
                  {
                      "month": "2025-03-01T07:00:00.000Z",
                      "net": 4274.72,
                      "gross": 5252.84
                  },
                  {
                      "month": "2025-04-01T06:00:00.000Z",
                      "net": 6068.21,
                      "gross": 7456.7
                  },
                  {
                      "month": "2025-05-01T06:00:00.000Z",
                      "net": 6588.13,
                      "gross": 8095.58
                  },
                  {
                      "month": "2025-06-01T06:00:00.000Z",
                      "net": 4174.35,
                      "gross": 5129.5
                  },
                  {
                      "month": "2025-07-01T06:00:00.000Z",
                      "net": 5271.53,
                      "gross": 6477.73
                  },
                  {
                      "month": "2025-08-01T06:00:00.000Z",
                      "net": 5743.67,
                      "gross": 7057.9
                  },
                  {
                      "month": "2025-09-01T06:00:00.000Z",
                      "net": 11304.74,
                      "gross": 13891.41
                  },
                  {
                      "month": "2025-10-01T06:00:00.000Z",
                      "net": 11526.76,
                      "gross": 13281.47
                  },
                  {
                      "month": "2025-11-01T06:00:00.000Z",
                      "net": 8339.68,
                      "gross": 10247.91
                  },
                  {
                      "month": "2025-12-01T07:00:00.000Z",
                      "net": 8156.93,
                      "gross": 10023.34
                  },
                  {
                      "month": "2026-01-01T07:00:00.000Z",
                      "net": 6472.38,
                      "gross": 7953.35
                  },
                  {
                      "month": "2026-02-01T07:00:00.000Z",
                      "net": 6164.75,
                      "gross": 7575.33
                  },
                  {
                      "month": "2026-03-01T07:00:00.000Z",
                      "net": 9636.68,
                      "gross": 11841.69
                  },
                  {
                      "month": "2026-04-01T06:00:00.000Z",
                      "net": 5100.11,
                      "gross": 6267.08
                  },
                  {
                      "month": "2026-05-01T06:00:00.000Z",
                      "net": 10260.8,
                      "gross": 12608.61
                  },
                  {
                      "month": "2026-06-01T06:00:00.000Z",
                      "net": 10966.23,
                      "gross": 13475.45
                  },
                  {
                      "month": "2026-07-01T06:00:00.000Z",
                      "net": 6873.8,
                      "gross": 8446.62
                  },
                  {
                      "month": "2026-08-01T06:00:00.000Z",
                      "net": 11455.5,
                      "gross": 14076.68
                  },
                  {
                      "month": "2026-09-01T06:00:00.000Z",
                      "net": 4942.25,
                      "gross": 6073.1
                  }
              ]
          }
      ],
      "institutions": [
          {
              "accounts": [
                  {
                      "aggregation_status_code": 0,
                      "available_balance": 7234.19,
                      "average_monthly_balance": -100455.89,
                      "balance": 9357.24,
                      "currency": "USD",
                      "beginning_balance": -195415.92,
                      "current_balance": 9357.24,
                      "id": 9034310991,
                      "income_streams": [
                          {
                              "average_monthly_income_net": 3971.9,
                              "average_monthly_income_gross": 5864.58,
                              "cadence": {
                                  "days": 15,
                                  "start_date": "2024-09-15T12:00:00.000Z",
                                  "stop_date": null
                              },
                              "confidence": 100,
                              "estimate_inclusion": "HIGH",
                              "estimated_gross_annual": 70375,
                              "id": "bdmczjhxc8vj-voi1",
                              "income_stream_months": 25,
                              "name": "rocket surgery",
                              "net_annual": 47662.79,
                              "net_monthly": [
                                  {
                                      "month": "2024-09-01T06:00:00.000Z",
                                      "net": 1757.22,
                                      "gross": 2159.3
                                  },
                                  {
                                      "month": "2024-10-01T06:00:00.000Z",
                                      "net": 3544.43,
                                      "gross": 4355.44
                                  },
                                  {
                                      "month": "2024-11-01T06:00:00.000Z",
                                      "net": 3499.43,
                                      "gross": 4300.15
                                  },
                                  {
                                      "month": "2024-12-01T07:00:00.000Z",
                                      "net": 4053.53,
                                      "gross": 4981.03
                                  },
                                  {
                                      "month": "2025-01-01T07:00:00.000Z",
                                      "net": 3499.43,
                                      "gross": 4300.15
                                  },
                                  {
                                      "month": "2025-02-01T07:00:00.000Z",
                                      "net": 3514.43,
                                      "gross": 4318.58
                                  },
                                  {
                                      "month": "2025-03-01T07:00:00.000Z",
                                      "net": 3449.44,
                                      "gross": 4238.72
                                  },
                                  {
                                      "month": "2025-04-01T06:00:00.000Z",
                                      "net": 3499.43,
                                      "gross": 4300.15
                                  },
                                  {
                                      "month": "2025-05-01T06:00:00.000Z",
                                      "net": 3544.43,
                                      "gross": 4355.44
                                  },
                                  {
                                      "month": "2025-06-01T06:00:00.000Z",
                                      "net": 4053.53,
                                      "gross": 4981.03
                                  },
                                  {
                                      "month": "2025-07-01T06:00:00.000Z",
                                      "net": 3499.36,
                                      "gross": 4300.06
                                  },
                                  {
                                      "month": "2025-08-01T06:00:00.000Z",
                                      "net": 3344.44,
                                      "gross": 4109.69
                                  },
                                  {
                                      "month": "2025-09-01T06:00:00.000Z",
                                      "net": 8894.28,
                                      "gross": 10929.41
                                  },
                                  {
                                      "month": "2025-10-01T06:00:00.000Z",
                                      "net": 4012.37,
                                      "gross": 4930.45
                                  },
                                  {
                                      "month": "2025-11-01T06:00:00.000Z",
                                      "net": 4057.36,
                                      "gross": 4985.74
                                  },
                                  {
                                      "month": "2025-12-01T07:00:00.000Z",
                                      "net": 4012.37,
                                      "gross": 4930.45
                                  },
                                  {
                                      "month": "2026-01-01T07:00:00.000Z",
                                      "net": 4012.36,
                                      "gross": 4930.44
                                  },
                                  {
                                      "month": "2026-02-01T07:00:00.000Z",
                                      "net": 4032.44,
                                      "gross": 4955.12
                                  },
                                  {
                                      "month": "2026-03-01T07:00:00.000Z",
                                      "net": 3992.37,
                                      "gross": 4905.88
                                  },
                                  {
                                      "month": "2026-04-01T06:00:00.000Z",
                                      "net": 3558.45,
                                      "gross": 4372.67
                                  },
                                  {
                                      "month": "2026-05-01T06:00:00.000Z",
                                      "net": 3603.47,
                                      "gross": 4427.99
                                  },
                                  {
                                      "month": "2026-06-01T06:00:00.000Z",
                                      "net": 4112.56,
                                      "gross": 5053.57
                                  },
                                  {
                                      "month": "2026-07-01T06:00:00.000Z",
                                      "net": 3680.86,
                                      "gross": 4523.09
                                  },
                                  {
                                      "month": "2026-08-01T06:00:00.000Z",
                                      "net": 3645.93,
                                      "gross": 4480.17
                                  },
                                  {
                                      "month": "2026-09-01T06:00:00.000Z",
                                      "net": 4942.25,
                                      "gross": 6073.1
                                  }
                              ],
                              "projected_gross_annual": 79166,
                              "projected_net_annual": 53372.25,
                              "status": "ACTIVE",
                              "transactions": [
                                  {
                                      "id": 17238470846,
                                      "amount": 4942.25,
                                      "posted_date": "2026-09-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471016,
                                      "amount": 1901.33,
                                      "posted_date": "2026-08-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470948,
                                      "amount": 1744.6,
                                      "posted_date": "2026-08-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470892,
                                      "amount": 1894.12,
                                      "posted_date": "2026-07-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470911,
                                      "amount": 1786.74,
                                      "posted_date": "2026-07-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470861,
                                      "amount": 2325.83,
                                      "posted_date": "2026-06-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471029,
                                      "amount": 1786.73,
                                      "posted_date": "2026-06-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470963,
                                      "amount": 1816.73,
                                      "posted_date": "2026-05-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470906,
                                      "amount": 1786.74,
                                      "posted_date": "2026-05-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470987,
                                      "amount": 1771.72,
                                      "posted_date": "2026-04-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470933,
                                      "amount": 1786.73,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470870,
                                      "amount": 1998.68,
                                      "posted_date": "2026-03-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471043,
                                      "amount": 1993.69,
                                      "posted_date": "2026-03-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470977,
                                      "amount": 2018.76,
                                      "posted_date": "2026-02-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471002,
                                      "amount": 2013.68,
                                      "posted_date": "2026-02-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470960,
                                      "amount": 1998.68,
                                      "posted_date": "2026-01-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470898,
                                      "amount": 2013.68,
                                      "posted_date": "2026-01-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470972,
                                      "amount": 1998.68,
                                      "posted_date": "2025-12-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470917,
                                      "amount": 2013.69,
                                      "posted_date": "2025-12-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470856,
                                      "amount": 1998.68,
                                      "posted_date": "2025-11-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471028,
                                      "amount": 2058.68,
                                      "posted_date": "2025-11-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470867,
                                      "amount": 1998.68,
                                      "posted_date": "2025-10-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471047,
                                      "amount": 2013.69,
                                      "posted_date": "2025-10-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470927,
                                      "amount": 1693.28,
                                      "posted_date": "2025-09-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470876,
                                      "amount": 7201,
                                      "posted_date": "2025-09-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471049,
                                      "amount": 1719.14,
                                      "posted_date": "2025-08-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470976,
                                      "amount": 1625.3,
                                      "posted_date": "2025-08-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470919,
                                      "amount": 1742.14,
                                      "posted_date": "2025-07-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470944,
                                      "amount": 1757.22,
                                      "posted_date": "2025-07-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470883,
                                      "amount": 2296.31,
                                      "posted_date": "2025-06-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470830,
                                      "amount": 1757.22,
                                      "posted_date": "2025-06-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471001,
                                      "amount": 1742.21,
                                      "posted_date": "2025-05-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470935,
                                      "amount": 1802.22,
                                      "posted_date": "2025-05-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471018,
                                      "amount": 1742.21,
                                      "posted_date": "2025-04-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470961,
                                      "amount": 1757.22,
                                      "posted_date": "2025-04-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470899,
                                      "amount": 1742.22,
                                      "posted_date": "2025-03-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470840,
                                      "amount": 1707.22,
                                      "posted_date": "2025-03-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471004,
                                      "amount": 1757.21,
                                      "posted_date": "2025-02-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471027,
                                      "amount": 1757.22,
                                      "posted_date": "2025-02-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470990,
                                      "amount": 1742.21,
                                      "posted_date": "2025-01-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470928,
                                      "amount": 1757.22,
                                      "posted_date": "2025-01-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470947,
                                      "amount": 1757.22,
                                      "posted_date": "2024-12-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470885,
                                      "amount": 2296.31,
                                      "posted_date": "2024-12-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470826,
                                      "amount": 1757.22,
                                      "posted_date": "2024-11-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470992,
                                      "amount": 1742.21,
                                      "posted_date": "2024-11-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470836,
                                      "amount": 1802.22,
                                      "posted_date": "2024-10-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471015,
                                      "amount": 1742.21,
                                      "posted_date": "2024-10-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470900,
                                      "amount": 1757.22,
                                      "posted_date": "2024-09-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  }
                              ]
                          },
                          {
                              "average_monthly_income_net": 36.85,
                              "average_monthly_income_gross": 45.25,
                              "cadence": {
                                  "days": 191,
                                  "start_date": "2025-02-03T12:00:00.000Z",
                                  "stop_date": "2026-08-29T12:00:00.000Z"
                              },
                              "confidence": 0,
                              "estimate_inclusion": "LOW",
                              "estimated_gross_annual": 543,
                              "id": "bdmczjhxc8vj-voi2",
                              "income_stream_months": 19,
                              "name": "unrecognized entity",
                              "net_annual": 442.22,
                              "net_monthly": [
                                  {
                                      "month": "2025-02-01T07:00:00.000Z",
                                      "net": 119.17,
                                      "gross": 146.44
                                  },
                                  {
                                      "month": "2025-10-01T06:00:00.000Z",
                                      "net": 153.76,
                                      "gross": 188.94
                                  },
                                  {
                                      "month": "2026-06-01T06:00:00.000Z",
                                      "net": 147.26,
                                      "gross": 180.96
                                  },
                                  {
                                      "month": "2026-08-01T06:00:00.000Z",
                                      "net": 141.2,
                                      "gross": 173.51
                                  }
                              ],
                              "projected_gross_annual": 0,
                              "projected_net_annual": 0,
                              "status": "INACTIVE",
                              "transactions": [
                                  {
                                      "id": 17238471042,
                                      "amount": 141.2,
                                      "posted_date": "2026-08-29T12:00:00.000Z",
                                      "description": "Cash Redemption",
                                      "memo": null,
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Income",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470839,
                                      "amount": 147.26,
                                      "posted_date": "2026-06-04T12:00:00.000Z",
                                      "description": "Cash Redemption",
                                      "memo": null,
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Income",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470901,
                                      "amount": 153.76,
                                      "posted_date": "2025-10-19T12:00:00.000Z",
                                      "description": "Cash Redemption",
                                      "memo": null,
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Income",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470869,
                                      "amount": 119.17,
                                      "posted_date": "2025-02-03T12:00:00.000Z",
                                      "description": "Cash Redemption",
                                      "memo": null,
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Income",
                                      "best_representation": null
                                  }
                              ]
                          },
                          {
                              "average_monthly_income_net": 416.67,
                              "average_monthly_income_gross": 512,
                              "cadence": {
                                  "days": 66,
                                  "start_date": "2024-09-03T12:00:00.000Z",
                                  "stop_date": null
                              },
                              "confidence": 0,
                              "estimate_inclusion": "LOW",
                              "estimated_gross_annual": 6144,
                              "id": "bdmczjhxc8vj-voi3",
                              "income_stream_months": 24,
                              "name": "health care abc",
                              "net_annual": 5000,
                              "net_monthly": [
                                  {
                                      "month": "2024-09-01T06:00:00.000Z",
                                      "net": 210.39,
                                      "gross": 258.53
                                  },
                                  {
                                      "month": "2024-10-01T06:00:00.000Z",
                                      "net": 43.7,
                                      "gross": 53.7
                                  },
                                  {
                                      "month": "2025-02-01T07:00:00.000Z",
                                      "net": 507.8,
                                      "gross": 623.99
                                  },
                                  {
                                      "month": "2025-03-01T07:00:00.000Z",
                                      "net": 296.08,
                                      "gross": 363.83
                                  },
                                  {
                                      "month": "2025-04-01T06:00:00.000Z",
                                      "net": 210.39,
                                      "gross": 258.53
                                  },
                                  {
                                      "month": "2025-05-01T06:00:00.000Z",
                                      "net": 43.7,
                                      "gross": 53.7
                                  },
                                  {
                                      "month": "2026-08-01T06:00:00.000Z",
                                      "net": 5000,
                                      "gross": 6144.07
                                  }
                              ],
                              "projected_gross_annual": 0,
                              "projected_net_annual": 0,
                              "status": "ACTIVE",
                              "transactions": [
                                  {
                                      "id": 17238470926,
                                      "amount": 5000,
                                      "posted_date": "2026-08-28T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470859,
                                      "amount": 43.7,
                                      "posted_date": "2025-05-07T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470888,
                                      "amount": 163.59,
                                      "posted_date": "2025-04-08T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470916,
                                      "amount": 46.8,
                                      "posted_date": "2025-04-03T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470939,
                                      "amount": 200.31,
                                      "posted_date": "2025-03-29T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470966,
                                      "amount": 95.77,
                                      "posted_date": "2025-03-12T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470996,
                                      "amount": 418.6,
                                      "posted_date": "2025-02-25T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471026,
                                      "amount": 64.2,
                                      "posted_date": "2025-02-22T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470825,
                                      "amount": 25,
                                      "posted_date": "2025-02-21T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470854,
                                      "amount": 43.7,
                                      "posted_date": "2024-10-07T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470868,
                                      "amount": 163.59,
                                      "posted_date": "2024-09-08T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470897,
                                      "amount": 46.8,
                                      "posted_date": "2024-09-03T12:00:00.000Z",
                                      "description": "HEALTH CARE ABC CLAIM",
                                      "memo": "PPD ID: 1234567891",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  }
                              ]
                          },
                          {
                              "average_monthly_income_net": 2175.28,
                              "average_monthly_income_gross": 3040.42,
                              "cadence": {
                                  "days": 20,
                                  "start_date": "2024-12-12T12:00:00.000Z",
                                  "stop_date": null
                              },
                              "confidence": 100,
                              "estimate_inclusion": "HIGH",
                              "estimated_gross_annual": 36485,
                              "id": "bdmczjhxc8vj-voi4",
                              "income_stream_months": 21,
                              "name": "mad science research",
                              "net_annual": 26103.34,
                              "net_monthly": [
                                  {
                                      "month": "2024-12-01T07:00:00.000Z",
                                      "net": 1322.17,
                                      "gross": 1624.7
                                  },
                                  {
                                      "month": "2025-07-01T06:00:00.000Z",
                                      "net": 1322.17,
                                      "gross": 1624.7
                                  },
                                  {
                                      "month": "2025-08-01T06:00:00.000Z",
                                      "net": 2399.23,
                                      "gross": 2948.21
                                  },
                                  {
                                      "month": "2025-09-01T06:00:00.000Z",
                                      "net": 2362.46,
                                      "gross": 2903.02
                                  },
                                  {
                                      "month": "2025-10-01T06:00:00.000Z",
                                      "net": 2517.63,
                                      "gross": 3093.7
                                  },
                                  {
                                      "month": "2025-11-01T06:00:00.000Z",
                                      "net": 2157.32,
                                      "gross": 2650.94
                                  },
                                  {
                                      "month": "2025-12-01T07:00:00.000Z",
                                      "net": 4144.56,
                                      "gross": 5092.89
                                  },
                                  {
                                      "month": "2026-01-01T07:00:00.000Z",
                                      "net": 2300.02,
                                      "gross": 2826.3
                                  },
                                  {
                                      "month": "2026-02-01T07:00:00.000Z",
                                      "net": 1922,
                                      "gross": 2361.78
                                  },
                                  {
                                      "month": "2026-03-01T07:00:00.000Z",
                                      "net": 2302.32,
                                      "gross": 2829.12
                                  },
                                  {
                                      "month": "2026-04-01T06:00:00.000Z",
                                      "net": 1229.36,
                                      "gross": 1510.65
                                  },
                                  {
                                      "month": "2026-05-01T06:00:00.000Z",
                                      "net": 2007.41,
                                      "gross": 2466.73
                                  },
                                  {
                                      "month": "2026-06-01T06:00:00.000Z",
                                      "net": 2581.41,
                                      "gross": 3172.07
                                  },
                                  {
                                      "month": "2026-07-01T06:00:00.000Z",
                                      "net": 2602.94,
                                      "gross": 3198.53
                                  },
                                  {
                                      "month": "2026-08-01T06:00:00.000Z",
                                      "net": 2338.37,
                                      "gross": 2873.42
                                  }
                              ],
                              "projected_gross_annual": 44752,
                              "projected_net_annual": 30726.17,
                              "status": "ACTIVE",
                              "transactions": [
                                  {
                                      "id": 17238470905,
                                      "amount": 1198.26,
                                      "posted_date": "2026-08-22T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470851,
                                      "amount": 1140.11,
                                      "posted_date": "2026-08-08T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470889,
                                      "amount": 1214.08,
                                      "posted_date": "2026-07-24T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470941,
                                      "amount": 1388.86,
                                      "posted_date": "2026-07-11T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470969,
                                      "amount": 1210.19,
                                      "posted_date": "2026-06-27T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470997,
                                      "amount": 1371.22,
                                      "posted_date": "2026-06-13T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471006,
                                      "amount": 768.42,
                                      "posted_date": "2026-05-30T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470833,
                                      "amount": 619.49,
                                      "posted_date": "2026-05-16T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471036,
                                      "amount": 619.5,
                                      "posted_date": "2026-05-02T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470893,
                                      "amount": 619.5,
                                      "posted_date": "2026-04-18T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470863,
                                      "amount": 609.86,
                                      "posted_date": "2026-04-04T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470873,
                                      "amount": 1180.45,
                                      "posted_date": "2026-03-21T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470843,
                                      "amount": 1121.87,
                                      "posted_date": "2026-03-07T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470902,
                                      "amount": 1178.76,
                                      "posted_date": "2026-02-24T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470932,
                                      "amount": 743.24,
                                      "posted_date": "2026-02-10T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470886,
                                      "amount": 1180.49,
                                      "posted_date": "2026-01-26T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470915,
                                      "amount": 1119.53,
                                      "posted_date": "2026-01-12T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470957,
                                      "amount": 1164.63,
                                      "posted_date": "2025-12-29T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470993,
                                      "amount": 1805.34,
                                      "posted_date": "2025-12-15T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470821,
                                      "amount": 1174.59,
                                      "posted_date": "2025-12-01T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471034,
                                      "amount": 963.59,
                                      "posted_date": "2025-11-17T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470850,
                                      "amount": 1193.73,
                                      "posted_date": "2025-11-03T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470860,
                                      "amount": 1328.12,
                                      "posted_date": "2025-10-20T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470828,
                                      "amount": 1189.51,
                                      "posted_date": "2025-10-06T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471023,
                                      "amount": 1178.68,
                                      "posted_date": "2025-09-20T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471014,
                                      "amount": 1183.78,
                                      "posted_date": "2025-09-06T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470878,
                                      "amount": 1183.65,
                                      "posted_date": "2025-08-23T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470822,
                                      "amount": 1215.58,
                                      "posted_date": "2025-08-09T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470934,
                                      "amount": 860.76,
                                      "posted_date": "2025-07-26T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470914,
                                      "amount": 461.41,
                                      "posted_date": "2025-07-11T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470985,
                                      "amount": 860.76,
                                      "posted_date": "2024-12-26T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471024,
                                      "amount": 461.41,
                                      "posted_date": "2024-12-12T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "best_representation": null
                                  }
                              ]
                          },
                          {
                              "average_monthly_income_net": 339.96,
                              "average_monthly_income_gross": 417.75,
                              "cadence": {
                                  "days": 17,
                                  "start_date": "2024-09-03T12:00:00.000Z",
                                  "stop_date": null
                              },
                              "confidence": 100,
                              "estimate_inclusion": "HIGH",
                              "estimated_gross_annual": 5013,
                              "id": "bdmczjhxc8vj-voi5",
                              "income_stream_months": 24,
                              "name": "unrecognized entity",
                              "net_annual": 4079.54,
                              "net_monthly": [
                                  {
                                      "month": "2024-09-01T06:00:00.000Z",
                                      "net": 0.22,
                                      "gross": 0.27
                                  },
                                  {
                                      "month": "2024-10-01T06:00:00.000Z",
                                      "net": 3000,
                                      "gross": 3686.44
                                  },
                                  {
                                      "month": "2024-11-01T06:00:00.000Z",
                                      "net": 120.82,
                                      "gross": 148.47
                                  },
                                  {
                                      "month": "2024-12-01T07:00:00.000Z",
                                      "net": 450,
                                      "gross": 552.97
                                  },
                                  {
                                      "month": "2025-01-01T07:00:00.000Z",
                                      "net": 1238.48,
                                      "gross": 1521.86
                                  },
                                  {
                                      "month": "2025-02-01T07:00:00.000Z",
                                      "net": 2135.6,
                                      "gross": 2624.25
                                  },
                                  {
                                      "month": "2025-03-01T07:00:00.000Z",
                                      "net": 529.2,
                                      "gross": 650.29
                                  },
                                  {
                                      "month": "2025-04-01T06:00:00.000Z",
                                      "net": 0.22,
                                      "gross": 0.27
                                  },
                                  {
                                      "month": "2025-05-01T06:00:00.000Z",
                                      "net": 3000,
                                      "gross": 3686.44
                                  },
                                  {
                                      "month": "2025-06-01T06:00:00.000Z",
                                      "net": 120.82,
                                      "gross": 148.47
                                  },
                                  {
                                      "month": "2025-07-01T06:00:00.000Z",
                                      "net": 450,
                                      "gross": 552.97
                                  },
                                  {
                                      "month": "2025-09-01T06:00:00.000Z",
                                      "net": 48,
                                      "gross": 58.98
                                  },
                                  {
                                      "month": "2025-10-01T06:00:00.000Z",
                                      "net": 985,
                                      "gross": 1210.38
                                  },
                                  {
                                      "month": "2025-11-01T06:00:00.000Z",
                                      "net": 125,
                                      "gross": 153.6
                                  },
                                  {
                                      "month": "2026-01-01T07:00:00.000Z",
                                      "net": 160,
                                      "gross": 196.61
                                  },
                                  {
                                      "month": "2026-03-01T07:00:00.000Z",
                                      "net": 1118.32,
                                      "gross": 1374.21
                                  },
                                  {
                                      "month": "2026-04-01T06:00:00.000Z",
                                      "net": 312.3,
                                      "gross": 383.76
                                  },
                                  {
                                      "month": "2026-05-01T06:00:00.000Z",
                                      "net": 333.92,
                                      "gross": 410.33
                                  },
                                  {
                                      "month": "2026-06-01T06:00:00.000Z",
                                      "net": 125,
                                      "gross": 153.6
                                  },
                                  {
                                      "month": "2026-07-01T06:00:00.000Z",
                                      "net": 590,
                                      "gross": 725
                                  },
                                  {
                                      "month": "2026-08-01T06:00:00.000Z",
                                      "net": 330,
                                      "gross": 405.51
                                  }
                              ],
                              "projected_gross_annual": 6087,
                              "projected_net_annual": 4953.6,
                              "status": "ACTIVE",
                              "transactions": [
                                  {
                                      "id": 17238470880,
                                      "amount": 300,
                                      "posted_date": "2026-08-15T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470853,
                                      "amount": 30,
                                      "posted_date": "2026-08-14T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471031,
                                      "amount": 140,
                                      "posted_date": "2026-07-28T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470999,
                                      "amount": 300,
                                      "posted_date": "2026-07-28T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470974,
                                      "amount": 150,
                                      "posted_date": "2026-07-28T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470884,
                                      "amount": 100,
                                      "posted_date": "2026-06-12T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470857,
                                      "amount": 25,
                                      "posted_date": "2026-06-12T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470896,
                                      "amount": 42.24,
                                      "posted_date": "2026-05-13T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470953,
                                      "amount": 25,
                                      "posted_date": "2026-05-09T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470922,
                                      "amount": 266.68,
                                      "posted_date": "2026-05-09T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470844,
                                      "amount": 20,
                                      "posted_date": "2026-04-25T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471045,
                                      "amount": 3.28,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471017,
                                      "amount": 289.02,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470959,
                                      "amount": 1000,
                                      "posted_date": "2026-03-24T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470931,
                                      "amount": 118.32,
                                      "posted_date": "2026-03-19T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470954,
                                      "amount": 160,
                                      "posted_date": "2026-01-24T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471032,
                                      "amount": 100,
                                      "posted_date": "2025-11-27T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471000,
                                      "amount": 25,
                                      "posted_date": "2025-11-27T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471041,
                                      "amount": 25,
                                      "posted_date": "2025-10-16T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470945,
                                      "amount": 100,
                                      "posted_date": "2025-10-16T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471013,
                                      "amount": 100,
                                      "posted_date": "2025-10-13T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470970,
                                      "amount": 760,
                                      "posted_date": "2025-10-02T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470841,
                                      "amount": 48,
                                      "posted_date": "2025-09-10T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470824,
                                      "amount": 250,
                                      "posted_date": "2025-07-31T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470946,
                                      "amount": 125,
                                      "posted_date": "2025-07-22T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470912,
                                      "amount": 75,
                                      "posted_date": "2025-07-15T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470952,
                                      "amount": 120.82,
                                      "posted_date": "2025-06-17T12:00:00.000Z",
                                      "description": "DEPOSIT ID NUMBER 123456",
                                      "memo": null,
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470904,
                                      "amount": 3000,
                                      "posted_date": "2025-05-03T12:00:00.000Z",
                                      "description": "DEPOSIT ID NUMBER 123457",
                                      "memo": null,
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470866,
                                      "amount": 0.22,
                                      "posted_date": "2025-04-03T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470967,
                                      "amount": 444.6,
                                      "posted_date": "2025-03-17T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470988,
                                      "amount": 84.6,
                                      "posted_date": "2025-03-05T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470940,
                                      "amount": 1045.09,
                                      "posted_date": "2025-02-21T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470910,
                                      "amount": 1090.51,
                                      "posted_date": "2025-02-02T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470983,
                                      "amount": 20,
                                      "posted_date": "2025-01-30T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470895,
                                      "amount": 1139.48,
                                      "posted_date": "2025-01-13T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470924,
                                      "amount": 79,
                                      "posted_date": "2025-01-02T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470881,
                                      "amount": 250,
                                      "posted_date": "2024-12-31T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470852,
                                      "amount": 125,
                                      "posted_date": "2024-12-22T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470829,
                                      "amount": 75,
                                      "posted_date": "2024-12-15T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470982,
                                      "amount": 120.82,
                                      "posted_date": "2024-11-17T12:00:00.000Z",
                                      "description": "DEPOSIT ID NUMBER 123456",
                                      "memo": null,
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470921,
                                      "amount": 3000,
                                      "posted_date": "2024-10-03T12:00:00.000Z",
                                      "description": "DEPOSIT ID NUMBER 123457",
                                      "memo": null,
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470871,
                                      "amount": 0.22,
                                      "posted_date": "2024-09-03T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  }
                              ]
                          },
                          {
                              "average_monthly_income_net": 1315.79,
                              "average_monthly_income_gross": 1616.88,
                              "cadence": {
                                  "days": 49,
                                  "start_date": "2025-11-22T12:00:00.000Z",
                                  "stop_date": "2026-06-05T12:00:00.000Z"
                              },
                              "confidence": 25,
                              "estimate_inclusion": "LOW",
                              "estimated_gross_annual": 12935,
                              "id": "bdmczjhxc8vj-voi6",
                              "income_stream_months": 8,
                              "name": "jaberwocky credit n.a",
                              "net_annual": 10526.31,
                              "net_monthly": [
                                  {
                                      "month": "2025-11-01T06:00:00.000Z",
                                      "net": 2000,
                                      "gross": 2457.63
                                  },
                                  {
                                      "month": "2026-02-01T07:00:00.000Z",
                                      "net": 210.31,
                                      "gross": 258.43
                                  },
                                  {
                                      "month": "2026-05-01T06:00:00.000Z",
                                      "net": 4316,
                                      "gross": 5303.56
                                  },
                                  {
                                      "month": "2026-06-01T06:00:00.000Z",
                                      "net": 4000,
                                      "gross": 4915.25
                                  }
                              ],
                              "projected_gross_annual": 0,
                              "projected_net_annual": 0,
                              "status": "INACTIVE",
                              "transactions": [
                                  {
                                      "id": 17238471007,
                                      "amount": 4000,
                                      "posted_date": "2026-06-05T12:00:00.000Z",
                                      "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                                      "memo": "PPD ID: 1234567893",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471035,
                                      "amount": 2316,
                                      "posted_date": "2026-05-14T12:00:00.000Z",
                                      "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                                      "memo": "PPD ID: 1234567893",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470989,
                                      "amount": 2000,
                                      "posted_date": "2026-05-14T12:00:00.000Z",
                                      "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                                      "memo": "PPD ID: 1234567893",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471021,
                                      "amount": 210.31,
                                      "posted_date": "2026-02-24T12:00:00.000Z",
                                      "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                                      "memo": "PPD ID: 1234567893",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238471048,
                                      "amount": 2000,
                                      "posted_date": "2025-11-22T12:00:00.000Z",
                                      "description": "JABERWOCKY CREDIT N.A. JABERWOCKY",
                                      "memo": "PPD ID: 1234567893",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "best_representation": null
                                  }
                              ]
                          },
                          {
                              "average_monthly_income_net": 185.31,
                              "average_monthly_income_gross": 227.67,
                              "cadence": {
                                  "days": 268,
                                  "start_date": "2024-09-17T12:00:00.000Z",
                                  "stop_date": "2026-03-07T12:00:00.000Z"
                              },
                              "confidence": 50,
                              "estimate_inclusion": "MODERATE",
                              "estimated_gross_annual": 2732,
                              "id": "bdmczjhxc8vj-voi7",
                              "income_stream_months": 19,
                              "name": "cash & atm",
                              "net_annual": 2223.67,
                              "net_monthly": [
                                  {
                                      "month": "2024-09-01T06:00:00.000Z",
                                      "net": 2358.17,
                                      "gross": 2897.75
                                  },
                                  {
                                      "month": "2025-04-01T06:00:00.000Z",
                                      "net": 2358.17,
                                      "gross": 2897.75
                                  },
                                  {
                                      "month": "2026-03-01T07:00:00.000Z",
                                      "net": 2223.67,
                                      "gross": 2732.48
                                  }
                              ],
                              "projected_gross_annual": 0,
                              "projected_net_annual": 0,
                              "status": "INACTIVE",
                              "transactions": [
                                  {
                                      "id": 17238471012,
                                      "amount": 2223.67,
                                      "posted_date": "2026-03-07T12:00:00.000Z",
                                      "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                                      "memo": "Some St Somewhere City State",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Cash & ATM",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470984,
                                      "amount": 2358.17,
                                      "posted_date": "2025-04-17T12:00:00.000Z",
                                      "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                                      "memo": "OADWAY AVE OKLAHOMA CITY OK",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Cash & ATM",
                                      "best_representation": null
                                  },
                                  {
                                      "id": 17238470955,
                                      "amount": 2358.17,
                                      "posted_date": "2024-09-17T12:00:00.000Z",
                                      "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                                      "memo": "OADWAY AVE OKLAHOMA CITY OK",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Cash & ATM",
                                      "best_representation": null
                                  }
                              ]
                          },
                          {
                              "average_monthly_income_net": 3858,
                              "average_monthly_income_gross": 3858,
                              "cadence": {
                                  "days": 0,
                                  "start_date": "2025-10-06T12:00:00.000Z",
                                  "stop_date": "2025-10-06T12:00:00.000Z"
                              },
                              "confidence": 100,
                              "estimate_inclusion": "HIGH",
                              "estimated_gross_annual": 3858,
                              "id": "bdmczjhxc8vj-voi8",
                              "income_stream_months": 1,
                              "name": "internal revenue service",
                              "net_annual": 3858,
                              "net_monthly": [
                                  {
                                      "month": "2025-10-01T06:00:00.000Z",
                                      "net": 3858,
                                      "gross": 3858
                                  }
                              ],
                              "projected_gross_annual": 0,
                              "projected_net_annual": 0,
                              "status": "INACTIVE",
                              "transactions": [
                                  {
                                      "id": 17238470842,
                                      "amount": 3858,
                                      "posted_date": "2025-10-06T12:00:00.000Z",
                                      "description": "IRS TREAS 310 TAX REF",
                                      "memo": "PPD ID: 1234567897",
                                      "investment_transaction_type": null,
                                      "normalized_payee": null,
                                      "institution_transaction": "0000000000",
                                      "category": "Federal Tax",
                                      "best_representation": null
                                  }
                              ]
                          }
                      ],
                      "misc_deposits": [
                          {
                              "amount": 400,
                              "category": "Income",
                              "description": "Credit Return: Online Payment 50",
                              "id": 17238471011,
                              "institution_transaction": "0000000000",
                              "memo": "12345670 To Mary Greatfriend",
                              "posted_date": "2026-08-25T12:00:00.000Z"
                          },
                          {
                              "amount": 290.16,
                              "category": "Income",
                              "description": "Credit Return: Online Payment 44",
                              "id": 17238471040,
                              "institution_transaction": "0000000000",
                              "memo": "12345678 To Dragon Sitters",
                              "posted_date": "2025-10-23T12:00:00.000Z"
                          },
                          {
                              "amount": 19850.17,
                              "category": "Deposit",
                              "description": "DEPOSIT ID NUMBER 123458",
                              "id": 17238470874,
                              "institution_transaction": "0000000000",
                              "memo": null,
                              "posted_date": "2026-01-09T12:00:00.000Z"
                          }
                      ],
                      "name": "Checking",
                      "number": "1111",
                      "owner_address": "7195 BELMONT ST. PARLIN, NJ 08859",
                      "owner_name": "PATRICK & LORRAINE PURCHASER",
                      "transactions": [],
                      "type": "checking"
                  }
              ],
              "id": 102168,
              "name": "FinBank Profiles - B",
              "url_home_app": "http://www.finicity.com"
          }
      ]
  }
  ```
</Accordion>

<a id="banking-voe" />

<Accordion title="Verification of Employment (Banking VOE) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1778709376/docs-2026/VOE_Transactions_Banking_Report.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/2zIhWH3AFpQVLqPj/images/argyle-guides/api-ref/banking-reports/banking-voe-transactions.png?fit=max&auto=format&n=2zIhWH3AFpQVLqPj&q=85&s=b3cf66e31c2bfc6fab6a0c9e32b9b7cb" alt="Image of Verification of Employment (Banking VOE) banking report." width="803" height="1019" data-path="images/argyle-guides/api-ref/banking-reports/banking-voe-transactions.png" />
  </Frame>

  ```json theme={}
  {
      "id": "acbv1wdhitx6-voetransactions",
      "type": "voeTransactions",
      "constraints": {
          "accounts": null,
          "from_date": null,
          "report_custom_fields": null,
          "show_nsf": null
      },
      "status": "success",
      "portfolio": "74bqadmjcm1p-1-port",
      "customer_type": "testing",
      "request_id": "xa9se6p14t",
      "requester_name": "Argyle Systems",
      "end_user": {
          "address": "759 Victoria Plaza",
          "city": "New York",
          "email": null,
          "name": "Loan Officer",
          "phone": "7778889999",
          "state": "NY",
          "url": null,
          "zip": "10014"
      },
      "created_date": "2026-05-13T21:53:05.000Z",
      "title": "Mastercard Open Banking Verification of Employment - Transactions",
      "consumer": "590a2b7b904c2762d4c4a94f4a05b083",
      "consumer_ssn": "6789",
      "dispute_statement": null,
      "start_date": "2026-01-13T22:53:05.000Z",
      "end_date": "2026-05-13T21:53:05.000Z",
      "days": 119,
      "seasoned": false,
      "institutions": [
          {
              "accounts": [
                  {
                      "id": 9022110214,
                      "number": "1111",
                      "owner_name": "PATRICK & LORRAINE PURCHASER",
                      "owner_address": "7195 BELMONT ST. PARLIN, NJ 08859",
                      "owner_as_of_date": null,
                      "name": "Checking",
                      "type": "checking",
                      "currency": "USD",
                      "aggregation_status_code": 0,
                      "income_streams": [
                          {
                              "id": "acbv1wdhitx6-voetransactions1",
                              "name": "check-cash deposit",
                              "status": "ACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-06-02T12:00:00.000Z",
                                  "stop_date": null,
                                  "days": 16
                              },
                              "days_since_last_transaction": 0,
                              "next_expected_transaction_date": "2026-05-29T12:00:00.000Z",
                              "income_stream_months": 5,
                              "transactions": [
                                  {
                                      "id": 13713459123,
                                      "amount": null,
                                      "posted_date": "2026-01-24T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459206,
                                      "amount": null,
                                      "posted_date": "2026-03-07T12:00:00.000Z",
                                      "description": "ATM CHECK DEPOSIT mm/dd 333 S LS",
                                      "memo": "Some St Somewhere City State",
                                      "normalized_payee": "Atm",
                                      "institution_transaction": "0000000000",
                                      "category": "Cash & ATM",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459226,
                                      "amount": null,
                                      "posted_date": "2026-03-19T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459023,
                                      "amount": null,
                                      "posted_date": "2026-03-24T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459104,
                                      "amount": null,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459075,
                                      "amount": null,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459134,
                                      "amount": null,
                                      "posted_date": "2026-04-25T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459182,
                                      "amount": null,
                                      "posted_date": "2026-05-09T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459153,
                                      "amount": null,
                                      "posted_date": "2026-05-09T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459125,
                                      "amount": null,
                                      "posted_date": "2026-05-13T12:00:00.000Z",
                                      "description": "REMOTE ONLINE DEPOSIT #",
                                      "memo": "1",
                                      "normalized_payee": "Remote Online",
                                      "institution_transaction": "0000000000",
                                      "category": "Deposit",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  }
                              ]
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions2",
                              "name": "mad science research",
                              "status": "ACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-12-12T12:00:00.000Z",
                                  "stop_date": null,
                                  "days": 22
                              },
                              "days_since_last_transaction": 11,
                              "next_expected_transaction_date": "2026-05-24T12:00:00.000Z",
                              "income_stream_months": 5,
                              "transactions": [
                                  {
                                      "id": 13713459054,
                                      "amount": null,
                                      "posted_date": "2026-01-26T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459096,
                                      "amount": null,
                                      "posted_date": "2026-02-10T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459067,
                                      "amount": null,
                                      "posted_date": "2026-02-24T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459087,
                                      "amount": null,
                                      "posted_date": "2026-03-07T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459037,
                                      "amount": null,
                                      "posted_date": "2026-03-21T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459027,
                                      "amount": null,
                                      "posted_date": "2026-04-04T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459057,
                                      "amount": null,
                                      "posted_date": "2026-04-18T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459230,
                                      "amount": null,
                                      "posted_date": "2026-05-02T12:00:00.000Z",
                                      "description": "Mad Science Research PR PAYMENT",
                                      "memo": "PPD ID: 1234567899",
                                      "normalized_payee": "Mad Science Research",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  }
                              ]
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions3",
                              "name": "rocket surgery",
                              "status": "ACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-06-01T12:00:00.000Z",
                                  "stop_date": null,
                                  "days": 15
                              },
                              "days_since_last_transaction": 12,
                              "next_expected_transaction_date": "2026-05-16T12:00:00.000Z",
                              "income_stream_months": 5,
                              "transactions": [
                                  {
                                      "id": 13713459018,
                                      "amount": null,
                                      "posted_date": "2026-01-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459222,
                                      "amount": null,
                                      "posted_date": "2026-02-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459050,
                                      "amount": null,
                                      "posted_date": "2026-02-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459111,
                                      "amount": null,
                                      "posted_date": "2026-03-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459166,
                                      "amount": null,
                                      "posted_date": "2026-03-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459221,
                                      "amount": null,
                                      "posted_date": "2026-04-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459198,
                                      "amount": null,
                                      "posted_date": "2026-04-15T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  },
                                  {
                                      "id": 13713459034,
                                      "amount": null,
                                      "posted_date": "2026-05-01T12:00:00.000Z",
                                      "description": "ROCKET SURGERY PAYROLL",
                                      "memo": "PPD ID: 1234567892",
                                      "normalized_payee": "Rocket Surgery",
                                      "institution_transaction": "0000000000",
                                      "category": "Paycheck",
                                      "type": null,
                                      "security_type": null,
                                      "symbol": null,
                                      "commission": null
                                  }
                              ]
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions4",
                              "name": "irs treas",
                              "status": "INACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2025-10-06T12:00:00.000Z",
                                  "stop_date": "2025-10-06T12:00:00.000Z",
                                  "days": 0
                              },
                              "days_since_last_transaction": null,
                              "next_expected_transaction_date": null,
                              "income_stream_months": null,
                              "transactions": []
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions5",
                              "name": "secret agent staffing",
                              "status": "INACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-07-25T12:00:00.000Z",
                                  "stop_date": "2025-06-28T12:00:00.000Z",
                                  "days": 18
                              },
                              "days_since_last_transaction": null,
                              "next_expected_transaction_date": null,
                              "income_stream_months": null,
                              "transactions": []
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions6",
                              "name": "veridiandynamics payroll ppd id",
                              "status": "INACTIVE",
                              "estimate_inclusion": "HIGH",
                              "confidence": 100,
                              "cadence": {
                                  "start_date": "2024-06-19T12:00:00.000Z",
                                  "stop_date": "2025-04-11T12:00:00.000Z",
                                  "days": 59
                              },
                              "days_since_last_transaction": null,
                              "next_expected_transaction_date": null,
                              "income_stream_months": null,
                              "transactions": []
                          },
                          {
                              "id": "acbv1wdhitx6-voetransactions7",
                              "name": "exspensor",
                              "status": "INACTIVE",
                              "estimate_inclusion": "LOW",
                              "confidence": 25,
                              "cadence": {
                                  "start_date": "2024-07-08T12:00:00.000Z",
                                  "stop_date": "2025-03-17T12:00:00.000Z",
                                  "days": 50
                              },
                              "days_since_last_transaction": null,
                              "next_expected_transaction_date": null,
                              "income_stream_months": null,
                              "transactions": []
                          }
                      ]
                  }
              ],
              "id": 102168,
              "name": "FinBank Profiles - B",
              "url_home_app": "http://www.finicity.com"
          }
      ],
      "user": "019e2352-921f-babc-568b-c1cfe44e0216"
  }
  ```
</Accordion>

<a id="document-voi" />

<Accordion title="Verification of Income (Doc VOI) — PDF and JSON">
  [PDF](https://res.cloudinary.com/argyle-media/image/upload/v1778710602/docs-2026/Doc_VOI.pdf)

  Report PDF

  <Frame>
    <img src="https://mintcdn.com/argyle/2zIhWH3AFpQVLqPj/images/argyle-guides/api-ref/document-verifications/doc-voi.png?fit=max&auto=format&n=2zIhWH3AFpQVLqPj&q=85&s=ae1767eb9a4898900142f85c3cbe131e" alt="Image of Verification of Income (Doc VOI) report." width="803" height="1019" data-path="images/argyle-guides/api-ref/document-verifications/doc-voi.png" />
  </Frame>

  ```json theme={}
  {
      "report_id": "02889578-fb0f-4fb5-8ee3-f2d8f3f8116b",
      "type": "doc-voi-mortgage",
      "user_id": "019e2367-129d-98d2-8ff0-56660fee2c83",
      "external_id": null,
      "created_at": "2026-05-13T22:15:55.226Z",
      "last_synced_at": null,
      "metadata": {
          "aim_check": {
              "status": "available",
              "employments": [
                  {
                      "employer": "WAREHOUSE SERVICES INC",
                      "eligibility": true,
                      "eligibility_issues": []
                  }
              ],
              "reference_id": "FM-0850681-02889578-fb0f-4fb5-8ee3-f2d8f3f8116b"
          }
      },
      "documents": [
          {
              "id": "019e2368-ceb6-102e-7c0f-4e4a957b53de",
              "employer": "WAREHOUSE SERVICES INC",
              "document_type": "paystubs",
              "pay_date": "2026-05-12",
              "pay_period_start_date": "2026-04-27",
              "pay_period_end_date": "2026-05-12",
              "year": null
          },
          {
              "id": "019e2369-1776-fe80-14a7-326a45f5c619",
              "employer": "WAREHOUSE SERVICES INC",
              "document_type": "paystubs",
              "pay_date": "2025-12-15",
              "pay_period_start_date": "2025-12-01",
              "pay_period_end_date": "2025-12-15",
              "year": null
          },
          {
              "id": "019e2368-f4d7-01e7-544c-39b0871f0bf4",
              "employer": "WAREHOUSE SERVICES INC",
              "document_type": "paystubs",
              "pay_date": "2024-12-15",
              "pay_period_start_date": "2024-12-01",
              "pay_period_end_date": "2024-12-15",
              "year": null
          }
      ],
      "employments": [
          {
              "employment": null,
              "account": null,
              "last_synced_at": null,
              "source": "Doc Upload",
              "first_name": null,
              "last_name": null,
              "full_name": "BOB JONES",
              "birth_date": null,
              "ssn": "123456789",
              "phone_number": null,
              "email": null,
              "employee_address": {
                  "line1": "1234 MAIN STREET",
                  "line2": null,
                  "city": "BALTIMORE",
                  "state": "MD",
                  "postal_code": "20600",
                  "country": null
              },
              "employer": "WAREHOUSE SERVICES INC",
              "employer_address": {
                  "line1": "22122 U.S. 12877",
                  "line2": null,
                  "city": "ARLINGTON",
                  "state": "IL",
                  "postal_code": "60004",
                  "country": null
              },
              "status": "active",
              "employment_type": null,
              "job_title": null,
              "base_pay": null,
              "pay_cycle": "semimonthly",
              "start_date": "2023-02-01",
              "original_hire_date": "2023-02-01",
              "end_date": null,
              "length_of_work": null,
              "last_pay_period_end_date": "2026-05-12",
              "last_paystub_date": "2026-05-12",
              "income": [
                  {
                      "period": "2026",
                      "currency": "USD",
                      "gross_pay": {
                          "total": "49203.85",
                          "base": "45503.85",
                          "overtime": "14400.00",
                          "bonus": "16900.00",
                          "commission": null,
                          "other": null
                      }
                  },
                  {
                      "period": "2025",
                      "currency": "USD",
                      "gross_pay": {
                          "total": "49203.85",
                          "base": "45503.85",
                          "overtime": "14400.00",
                          "bonus": "16900.00",
                          "commission": null,
                          "other": null
                      }
                  },
                  {
                      "period": "2024",
                      "currency": "USD",
                      "gross_pay": {
                          "total": "49203.85",
                          "base": "45503.85",
                          "overtime": "14400.00",
                          "bonus": "16900.00",
                          "commission": null,
                          "other": null
                      }
                  }
              ],
              "monthly_income": {
                  "aim_check": {
                      "total": "6400.32",
                      "base": "3791.99",
                      "overtime": "1200.00",
                      "bonus": "1408.33",
                      "commission": "0.00",
                      "other": "0.00"
                  }
              },
              "callouts": []
          }
      ]
  }
  ```
</Accordion>
