# Cash Flow Analytics (Small Business)
source: https://developer.mastercard.com/open-finance-us/documentation/products/small-business/cash-flow-analytics-sb/index.md

Note: This documentation is for Small Business use cases. For consumer use cases, see [Cash Flow Analytics (Consumer)](https://developer.mastercard.com/open-finance-us/documentation/products/lend/reports/cash-flow-analytics/index.md).

## Overview {#overview}

Cash Flow Analytics (CFA) analyzes up to 24 months of credits and debits in connected accounts to surface cash-flow health and trends - such as inflows, outflows, net cash flow, seasonality, and NSF events - to assess capacity to pay and volatility. For business use cases (CRA or non-CRA), CFA returns model-ready attributes over the desired time intervals.

Learn more about Mastercard's [Cash Flow](https://developer.mastercard.com/open-finance-us/documentation/products/lend/product-solutions/index.md#cash-flow) products.

### Key Product Features {#key-product-features}

* **Account Owner:** See the listed account owner name and address to assist in fraud reduction
* **Data History** : Up to 24 months of categorized transaction data based on availability from the FI(s). Length of history is customizable using the `fromDate` and defaults to 24 months
  * **Cash Flow Analytics:** Includes debit and credit breakouts, net cash flow attributes, and revenue assessment
* **Non-Sufficient Funds (NSF) Summary**: The presence of NSFs can be a key indicator of financial distress
* **Time Interval Type:** The periodicity at which attributes will be calculated. Available options range from Daily all the way to Historical (a report would include one set of attributes covering the entire history). Up to 2 time intervals may be requested per report. Defaults to Monthly Calendar
* **Connected Accounts Summary:** Includes information such as the financial institution (FI) name, last four digits of the account number, account type, and balance
* **FI Certification Type** : Transaction Aggregation (TA). Each FI goes through a certification process to make sure the right data is consistently provided to make the product successful. See [the list of certified FIs](https://developer.mastercard.com/open-finance-us/documentation/financial-institution/supported-institutions/index.md) for this product.
* **Report Generation Time (median):** Less than 20 seconds
* **Report Refreshes:** This report can be refreshed with new data as long as the accounts are still connected, and consent is active. Refreshes are provided at no cost within 60 days after the first report is created. A report pulled after this period will incur a new charge
* **Supported Account Types**: Checking, Savings, Money Market, CD, Investment account types, Mortgage, Loan, Credit Card, Line of Credit, Payroll, Student Loan, Education Savings, Health Savings Account
* **Supported Report Format:** JSON and PDF

Note: This report may ONLY be furnished for a Fair Credit Reporting Act (FCRA) purpose such as credit, insurance, or employment, and only pursuant to a permissible purpose certification by the report user. Provision and use of this report is subject to all applicable obligations of the FCRA.

### Use Cases {#use-cases}

The Cash Flow Analytics product can be used for the following use cases:

* Credit Card Issuance
* Credit Line Management
* Customer/Portfolio Monitoring
* Debt Collection
* Servicing
* Small and Medium Businesses

## How it Works {#how-it-works}

### Prerequisites {#prerequisites}

This product is dependent on the customer linking their bank accounts
via Mastercard Data Connect. Refer to [Generating Reports](https://developer.mastercard.com/open-finance-us/documentation/products/lend/generating-reports/index.md)
for more information.

* [Generate the required credentials](https://developer.mastercard.com/open-finance-us/documentation/quick-start-guide/index.md#generate-your-credentials) to call the API.

* [Create Access Token](https://developer.mastercard.com/open-finance-us/documentation/quick-start-guide/index.md#step-1---create-access-token)

* [Create a customer](https://developer.mastercard.com/open-finance-us/documentation/customer-records/index.md#active-customers).

<!-- -->

* [Create a consumer](https://developer.mastercard.com/open-finance-us/documentation/customer-records/index.md#consumers) record for business use cases where the applicant is personally guaranteeing the loan.

* [Create and link a business record to the customer](https://developer.mastercard.com/open-finance-us/documentation/customer-records/index.md#businesses).

<!-- -->

* [Generate a Data Connect URL](https://developer.mastercard.com/open-finance-us/documentation/connect/generate-2-connect-url-apis/index.md) and [link customer accounts](https://developer.mastercard.com/open-finance-us/documentation/connect/index.md#data-connect-flows).

### Generate a Cash Flow Analytics Report {#generate-a-cash-flow-analytics-report}

To generate or refresh a Cash Flow Analytics report, use the following endpoint, replacing `{userType}` in the path with `business`:

API Reference: `POST /decisioning/v2/customers/{customerId}/reports/cashflow-analytics/userTypes/{userType}`

The response will include the status of the report generation and a report ID. A notification is sent when report generation is finished (see [Report Webhooks](https://developer.mastercard.com/open-finance-us/documentation/webhooks/webhooks-report/index.md)).

#### Implementation Notes {#implementation-notes}

* Use the `fromDate` parameter to customize the transaction history included in the report.
  By default, 24 months of history will be aggregated as available.

* Customize which accounts are included in the report using the `accountIds` parameter. By default, the report includes all supported account types.

  * The `Revenue` attribute is only provided when `userType` = `business`.

  <br />

* Use the `timeIntervalType` to select the periodicity at which attributes will be calculated. Defaults to Monthly Calendar.

Customize the type of Cash Flow Analytics report received based on inputs provided when generating the report:

| Report Type | User Type/Experience | For CRA Purpose | Applicant is Personal Guarantor | Consumer Required | Customer Required | Business Required |
|-------------|----------------------|-----------------|---------------------------------|-------------------|-------------------|-------------------|
| cfrbcra     | business             | true            | true                            | true              | true              | true              |
| cfrbftc     | business             | true            | false                           | false             | true              | true              |
| cfrbnoncra  | business             | false           | false                           | false             | true              | true              |

### Get Cash Flow Analytics Reports {#get-cash-flow-analytics-reports}

Once the report is generated, retrieve the report using one of the [Get Reports](https://developer.mastercard.com/open-finance-us/documentation/products/lend/get-reports/index.md) endpoints.

#### Example Report {#example-report}

The Get Report APIs response contains different data depending on the type of report requested. The following example shows what a successful JSON response could look like for this report. Examples are meant for reference only and may lag production changes.

```json
{
  "id": "bey4bhxx3ydi-cfrbnoncra",
  "customerType": "testing",
  "customerId": 9019235966,
  "requestId": "v6ijg565kt",
  "requesterName": "Mastercard",
  "createdDate": 1778686318,
  "title": "Mastercard Open Banking Cash Flow Analytics",
  "type": "cfrbnoncra",
  "status": "success",
  "businessDetails": {
    "businessId": "496559",
    "name": "Acme Test LLC",
    "address": {
      "addressLine1": "123 Main St",
      "city": "Murray",
      "state": "UT",
      "country": "US",
      "postalCode": "84123"
    }
  },
  "constraints": {
    "analyticsReportData": {
      "forCraPurpose": false,
      "timeIntervalTypes": [
        "MONTHLY_CALENDAR"
      ]
    }
  },
  "startDate": 1715614318,
  "endDate": 1778686318,
  "days": 730,
  "institutions": [
    {
      "id": 102105,
      "name": "FinBank Profiles - A",
      "urlHomeApp": "http://www.finbank.com",
      "accounts": [
        {
          "id": 9022057712,
          "ownerName": "PATRICK & LORRAINE PURCHASER",
          "ownerAddress": "7195 BELMONT ST. PARLIN, NJ 08859",
          "name": "Checking",
          "number": "0130",
          "type": "checking",
          "aggregationStatusCode": 0,
          "currentBalance": 9357.24,
          "availableBalance": 0.0,
          "balanceDate": 1778686321,
          "transactions": [
            {
              "id": 13700605149,
              "amount": 13.74,
              "postedDate": 1777982400,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0005",
              "memo": "12345678903 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605148,
              "amount": -57.32,
              "postedDate": 1775390400,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605147,
              "amount": 13.74,
              "postedDate": 1772712000,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0004",
              "memo": "12345678902 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605144,
              "amount": -57.32,
              "postedDate": 1770292800,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605142,
              "amount": 13.74,
              "postedDate": 1767614400,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0003",
              "memo": "12345678901 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605156,
              "amount": -57.32,
              "postedDate": 1764936000,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605157,
              "amount": 13.74,
              "postedDate": 1762344000,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0014",
              "memo": "12345678912 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605134,
              "amount": -57.32,
              "postedDate": 1759665600,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605135,
              "amount": 13.74,
              "postedDate": 1757073600,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0013",
              "memo": "12345678911 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605137,
              "amount": -57.32,
              "postedDate": 1754395200,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605138,
              "amount": 13.74,
              "postedDate": 1751716800,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0012",
              "memo": "12345678910 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605141,
              "amount": -57.32,
              "postedDate": 1749124800,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605143,
              "amount": 13.74,
              "postedDate": 1746446400,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0011",
              "memo": "12345678909 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605154,
              "amount": -57.32,
              "postedDate": 1743854400,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605152,
              "amount": 13.74,
              "postedDate": 1741176000,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0010",
              "memo": "12345678908 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605151,
              "amount": -57.32,
              "postedDate": 1738756800,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605150,
              "amount": 13.74,
              "postedDate": 1736078400,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0009",
              "memo": "12345678907 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605136,
              "amount": -57.32,
              "postedDate": 1733400000,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605139,
              "amount": 13.74,
              "postedDate": 1730808000,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0020",
              "memo": "12345678918 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605140,
              "amount": -57.32,
              "postedDate": 1728129600,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605145,
              "amount": 13.74,
              "postedDate": 1725537600,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0019",
              "memo": "12345678917 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605146,
              "amount": -57.32,
              "postedDate": 1722859200,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            },
            {
              "id": 13700605153,
              "amount": 13.74,
              "postedDate": 1720180800,
              "description": "BIGBOX DEBIT CRD ACH TRAN 0018",
              "memo": "12345678916 POS ID: 1234567896",
              "normalizedPayee": "Crd Ach",
              "institutionTransactionId": "0000000000",
              "category": "Deposit"
            },
            {
              "id": 13700605155,
              "amount": -57.32,
              "postedDate": 1717588800,
              "description": "Credit Card Payment",
              "normalizedPayee": "credit card payment",
              "institutionTransactionId": "0000000000",
              "category": "Credit Card Payment"
            }
          ],
          "analytics": {
            "transactionalAttributes": [
              {
                "aggregatedByTimePeriods": [
                  {
                    "periods": [
                      {
                        "count": 1,
                        "endDate": "2024-06-30",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2024-06-05",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-07-31",
                        "startDate": "2024-07-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-08-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2024-08-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-09-30",
                        "startDate": "2024-09-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-10-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2024-10-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-11-30",
                        "startDate": "2024-11-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-12-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2024-12-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-01-31",
                        "startDate": "2025-01-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-02-28",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-02-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-03-31",
                        "startDate": "2025-03-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-04-30",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-04-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-05-31",
                        "startDate": "2025-05-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-06-30",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-06-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-07-31",
                        "startDate": "2025-07-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-08-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-08-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-09-30",
                        "startDate": "2025-09-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-10-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-10-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-11-30",
                        "startDate": "2025-11-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-12-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-12-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-01-31",
                        "startDate": "2026-01-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2026-02-28",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2026-02-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-03-31",
                        "startDate": "2026-03-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2026-04-30",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2026-04-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-05-13",
                        "startDate": "2026-05-01",
                        "comparedToCohorts": []
                      }
                    ],
                    "timeIntervalType": "MONTHLY_CALENDAR",
                    "cohortBenchmarkPeriods": []
                  }
                ],
                "attributeName": "CASH_OUTFLOW",
                "streamIds": [
                  "e980319e-5aad-47d4-8d12-5443c1f59def"
                ],
                "transactionIds": [
                  "13700605154",
                  "13700605146",
                  "13700605144",
                  "13700605136",
                  "13700605137",
                  "13700605151",
                  "13700605141",
                  "13700605148",
                  "13700605134",
                  "13700605155",
                  "13700605156",
                  "13700605140"
                ],
                "projectedValues": [],
                "streamConfidences": null
              },
              {
                "aggregatedByTimePeriods": [
                  {
                    "periods": [
                      {
                        "count": 0,
                        "endDate": "2024-06-30",
                        "startDate": "2024-06-05",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-07-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2024-07-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-08-31",
                        "startDate": "2024-08-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-09-30",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2024-09-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-10-31",
                        "startDate": "2024-10-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-11-30",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2024-11-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-12-31",
                        "startDate": "2024-12-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-01-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-01-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-02-28",
                        "startDate": "2025-02-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-03-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-03-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-04-30",
                        "startDate": "2025-04-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-05-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-05-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-06-30",
                        "startDate": "2025-06-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-07-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-07-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-08-31",
                        "startDate": "2025-08-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-09-30",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-09-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-10-31",
                        "startDate": "2025-10-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-11-30",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-11-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-12-31",
                        "startDate": "2025-12-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2026-01-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2026-01-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-02-28",
                        "startDate": "2026-02-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2026-03-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2026-03-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-04-30",
                        "startDate": "2026-04-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2026-05-13",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2026-05-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      }
                    ],
                    "timeIntervalType": "MONTHLY_CALENDAR",
                    "cohortBenchmarkPeriods": []
                  }
                ],
                "attributeName": "CASH_INFLOW",
                "streamIds": [
                  "7da324f5-69eb-4679-9cee-c91c624eab5c"
                ],
                "transactionIds": [
                  "13700605145",
                  "13700605143",
                  "13700605135",
                  "13700605138",
                  "13700605153",
                  "13700605152",
                  "13700605142",
                  "13700605149",
                  "13700605150",
                  "13700605139",
                  "13700605157",
                  "13700605147"
                ],
                "projectedValues": [],
                "streamConfidences": null
              },
              {
                "aggregatedByTimePeriods": [
                  {
                    "periods": [
                      {
                        "count": 1,
                        "endDate": "2024-06-30",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2024-06-05",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-07-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2024-07-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-08-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2024-08-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-09-30",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2024-09-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-10-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2024-10-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-11-30",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2024-11-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2024-12-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2024-12-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-01-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-01-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-02-28",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-02-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-03-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-03-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-04-30",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-04-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-05-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-05-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-06-30",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-06-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-07-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-07-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-08-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-08-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-09-30",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-09-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-10-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-10-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-11-30",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2025-11-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2025-12-31",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2025-12-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2026-01-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2026-01-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2026-02-28",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2026-02-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2026-03-31",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2026-03-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2026-04-30",
                        "max": -57.32,
                        "mean": -57.32,
                        "median": -57.32,
                        "min": -57.32,
                        "startDate": "2026-04-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "count": 1,
                        "endDate": "2026-05-13",
                        "max": 13.74,
                        "mean": 13.74,
                        "median": 13.74,
                        "min": 13.74,
                        "startDate": "2026-05-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      }
                    ],
                    "timeIntervalType": "MONTHLY_CALENDAR",
                    "cohortBenchmarkPeriods": []
                  }
                ],
                "attributeName": "ALL_CASH_FLOWS",
                "streamIds": [
                  "7da324f5-69eb-4679-9cee-c91c624eab5c",
                  "e980319e-5aad-47d4-8d12-5443c1f59def"
                ],
                "transactionIds": [
                  "13700605137",
                  "13700605153",
                  "13700605142",
                  "13700605157",
                  "13700605134",
                  "13700605156",
                  "13700605145",
                  "13700605144",
                  "13700605152",
                  "13700605148",
                  "13700605143",
                  "13700605154",
                  "13700605136",
                  "13700605135",
                  "13700605138",
                  "13700605151",
                  "13700605141",
                  "13700605155",
                  "13700605147",
                  "13700605140",
                  "13700605146",
                  "13700605149",
                  "13700605150",
                  "13700605139"
                ],
                "projectedValues": [],
                "streamConfidences": null
              },
              {
                "aggregatedByTimePeriods": [
                  {
                    "periods": [
                      {
                        "count": 0,
                        "endDate": "2024-06-30",
                        "startDate": "2024-06-05",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-07-31",
                        "startDate": "2024-07-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-08-31",
                        "startDate": "2024-08-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-09-30",
                        "startDate": "2024-09-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-10-31",
                        "startDate": "2024-10-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-11-30",
                        "startDate": "2024-11-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-12-31",
                        "startDate": "2024-12-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-01-31",
                        "startDate": "2025-01-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-02-28",
                        "startDate": "2025-02-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-03-31",
                        "startDate": "2025-03-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-04-30",
                        "startDate": "2025-04-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-05-31",
                        "startDate": "2025-05-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-06-30",
                        "startDate": "2025-06-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-07-31",
                        "startDate": "2025-07-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-08-31",
                        "startDate": "2025-08-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-09-30",
                        "startDate": "2025-09-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-10-31",
                        "startDate": "2025-10-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-11-30",
                        "startDate": "2025-11-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-12-31",
                        "startDate": "2025-12-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-01-31",
                        "startDate": "2026-01-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-02-28",
                        "startDate": "2026-02-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-03-31",
                        "startDate": "2026-03-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-04-30",
                        "startDate": "2026-04-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-05-13",
                        "startDate": "2026-05-01",
                        "comparedToCohorts": []
                      }
                    ],
                    "timeIntervalType": "MONTHLY_CALENDAR",
                    "cohortBenchmarkPeriods": []
                  }
                ],
                "attributeName": "REVENUE",
                "streamIds": [],
                "transactionIds": [],
                "projectedValues": [],
                "streamConfidences": null
              },
              {
                "aggregatedByTimePeriods": [
                  {
                    "periods": [
                      {
                        "count": 0,
                        "endDate": "2024-06-30",
                        "startDate": "2024-06-05",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-07-31",
                        "startDate": "2024-07-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-08-31",
                        "startDate": "2024-08-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-09-30",
                        "startDate": "2024-09-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-10-31",
                        "startDate": "2024-10-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-11-30",
                        "startDate": "2024-11-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-12-31",
                        "startDate": "2024-12-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-01-31",
                        "startDate": "2025-01-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-02-28",
                        "startDate": "2025-02-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-03-31",
                        "startDate": "2025-03-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-04-30",
                        "startDate": "2025-04-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-05-31",
                        "startDate": "2025-05-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-06-30",
                        "startDate": "2025-06-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-07-31",
                        "startDate": "2025-07-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-08-31",
                        "startDate": "2025-08-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-09-30",
                        "startDate": "2025-09-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-10-31",
                        "startDate": "2025-10-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-11-30",
                        "startDate": "2025-11-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-12-31",
                        "startDate": "2025-12-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-01-31",
                        "startDate": "2026-01-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-02-28",
                        "startDate": "2026-02-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-03-31",
                        "startDate": "2026-03-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-04-30",
                        "startDate": "2026-04-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-05-13",
                        "startDate": "2026-05-01",
                        "comparedToCohorts": []
                      }
                    ],
                    "timeIntervalType": "MONTHLY_CALENDAR",
                    "cohortBenchmarkPeriods": []
                  }
                ],
                "attributeName": "NSF_FEE_CHARGES",
                "streamIds": [],
                "transactionIds": [],
                "projectedValues": [],
                "streamConfidences": null
              },
              {
                "aggregatedByTimePeriods": [
                  {
                    "periods": [
                      {
                        "count": 0,
                        "endDate": "2024-06-30",
                        "startDate": "2024-06-05",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-07-31",
                        "startDate": "2024-07-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-08-31",
                        "startDate": "2024-08-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-09-30",
                        "startDate": "2024-09-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-10-31",
                        "startDate": "2024-10-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-11-30",
                        "startDate": "2024-11-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2024-12-31",
                        "startDate": "2024-12-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-01-31",
                        "startDate": "2025-01-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-02-28",
                        "startDate": "2025-02-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-03-31",
                        "startDate": "2025-03-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-04-30",
                        "startDate": "2025-04-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-05-31",
                        "startDate": "2025-05-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-06-30",
                        "startDate": "2025-06-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-07-31",
                        "startDate": "2025-07-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-08-31",
                        "startDate": "2025-08-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-09-30",
                        "startDate": "2025-09-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-10-31",
                        "startDate": "2025-10-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-11-30",
                        "startDate": "2025-11-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2025-12-31",
                        "startDate": "2025-12-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-01-31",
                        "startDate": "2026-01-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-02-28",
                        "startDate": "2026-02-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-03-31",
                        "startDate": "2026-03-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-04-30",
                        "startDate": "2026-04-01",
                        "comparedToCohorts": []
                      },
                      {
                        "count": 0,
                        "endDate": "2026-05-13",
                        "startDate": "2026-05-01",
                        "comparedToCohorts": []
                      }
                    ],
                    "timeIntervalType": "MONTHLY_CALENDAR",
                    "cohortBenchmarkPeriods": []
                  }
                ],
                "attributeName": "NSF_FEE_REVERSALS",
                "streamIds": [],
                "transactionIds": [],
                "projectedValues": [],
                "streamConfidences": null
              }
            ],
            "stateAttributes": [
              {
                "attributeName": "ASSET_BALANCE",
                "reportedByTimePeriods": [
                  {
                    "periods": [
                      {
                        "beginningValue": 9822.88,
                        "count": 26,
                        "endDate": "2024-06-30",
                        "endingValue": 9822.88,
                        "max": 9822.88,
                        "mean": 9822.88,
                        "median": 9822.88,
                        "min": 9822.88,
                        "standardDeviation": 0.0,
                        "startDate": "2024-06-05",
                        "sum": 255394.87999999998,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9822.88,
                        "count": 31,
                        "endDate": "2024-07-31",
                        "endingValue": 9836.62,
                        "max": 9836.62,
                        "mean": 9834.847096774194,
                        "median": 9836.62,
                        "min": 9822.88,
                        "standardDeviation": 4.682277361533348,
                        "startDate": "2024-07-01",
                        "sum": 304880.26,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9836.62,
                        "count": 31,
                        "endDate": "2024-08-31",
                        "endingValue": 9779.3,
                        "max": 9836.62,
                        "mean": 9786.696129032258,
                        "median": 9779.3,
                        "min": 9779.3,
                        "standardDeviation": 19.533343403425572,
                        "startDate": "2024-08-01",
                        "sum": 303387.57999999996,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9779.3,
                        "count": 30,
                        "endDate": "2024-09-30",
                        "endingValue": 9793.04,
                        "max": 9793.04,
                        "mean": 9791.208,
                        "median": 9793.04,
                        "min": 9779.3,
                        "standardDeviation": 4.750548716038342,
                        "startDate": "2024-09-01",
                        "sum": 293736.24,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9793.04,
                        "count": 31,
                        "endDate": "2024-10-31",
                        "endingValue": 9735.72,
                        "max": 9793.04,
                        "mean": 9743.116129032258,
                        "median": 9735.72,
                        "min": 9735.72,
                        "standardDeviation": 19.533343403425572,
                        "startDate": "2024-10-01",
                        "sum": 302036.6,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9735.72,
                        "count": 30,
                        "endDate": "2024-11-30",
                        "endingValue": 9749.46,
                        "max": 9749.46,
                        "mean": 9747.627999999999,
                        "median": 9749.46,
                        "min": 9735.72,
                        "standardDeviation": 4.750548716037713,
                        "startDate": "2024-11-01",
                        "sum": 292428.83999999997,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9749.46,
                        "count": 31,
                        "endDate": "2024-12-31",
                        "endingValue": 9692.14,
                        "max": 9749.46,
                        "mean": 9699.536129032258,
                        "median": 9692.14,
                        "min": 9692.14,
                        "standardDeviation": 19.533343403424954,
                        "startDate": "2024-12-01",
                        "sum": 300685.62,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9692.14,
                        "count": 31,
                        "endDate": "2025-01-31",
                        "endingValue": 9705.88,
                        "max": 9705.88,
                        "mean": 9704.107096774193,
                        "median": 9705.88,
                        "min": 9692.14,
                        "standardDeviation": 4.682277361532728,
                        "startDate": "2025-01-01",
                        "sum": 300827.31999999995,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9705.88,
                        "count": 28,
                        "endDate": "2025-02-28",
                        "endingValue": 9648.56,
                        "max": 9705.88,
                        "mean": 9656.74857142857,
                        "median": 9648.56,
                        "min": 9648.56,
                        "standardDeviation": 20.425885848560117,
                        "startDate": "2025-02-01",
                        "sum": 270388.95999999996,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9648.56,
                        "count": 31,
                        "endDate": "2025-03-31",
                        "endingValue": 9662.3,
                        "max": 9662.3,
                        "mean": 9660.527096774193,
                        "median": 9662.3,
                        "min": 9648.56,
                        "standardDeviation": 4.682277361532728,
                        "startDate": "2025-03-01",
                        "sum": 299476.33999999997,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9662.3,
                        "count": 30,
                        "endDate": "2025-04-30",
                        "endingValue": 9604.98,
                        "max": 9662.3,
                        "mean": 9612.622666666666,
                        "median": 9604.98,
                        "min": 9604.98,
                        "standardDeviation": 19.818155196745607,
                        "startDate": "2025-04-01",
                        "sum": 288378.68,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9604.98,
                        "count": 31,
                        "endDate": "2025-05-31",
                        "endingValue": 9618.72,
                        "max": 9618.72,
                        "mean": 9616.947096774193,
                        "median": 9618.72,
                        "min": 9604.98,
                        "standardDeviation": 4.682277361532728,
                        "startDate": "2025-05-01",
                        "sum": 298125.36,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9618.72,
                        "count": 30,
                        "endDate": "2025-06-30",
                        "endingValue": 9561.4,
                        "max": 9618.72,
                        "mean": 9569.042666666666,
                        "median": 9561.4,
                        "min": 9561.4,
                        "standardDeviation": 19.818155196745607,
                        "startDate": "2025-06-01",
                        "sum": 287071.27999999997,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9561.4,
                        "count": 31,
                        "endDate": "2025-07-31",
                        "endingValue": 9575.14,
                        "max": 9575.14,
                        "mean": 9573.367096774193,
                        "median": 9575.14,
                        "min": 9561.4,
                        "standardDeviation": 4.682277361532728,
                        "startDate": "2025-07-01",
                        "sum": 296774.38,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9575.14,
                        "count": 31,
                        "endDate": "2025-08-31",
                        "endingValue": 9517.82,
                        "max": 9575.14,
                        "mean": 9525.216129032258,
                        "median": 9517.82,
                        "min": 9517.82,
                        "standardDeviation": 19.533343403424954,
                        "startDate": "2025-08-01",
                        "sum": 295281.7,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9517.82,
                        "count": 30,
                        "endDate": "2025-09-30",
                        "endingValue": 9531.56,
                        "max": 9531.56,
                        "mean": 9529.728,
                        "median": 9531.56,
                        "min": 9517.82,
                        "standardDeviation": 4.750548716037713,
                        "startDate": "2025-09-01",
                        "sum": 285891.83999999997,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9531.56,
                        "count": 31,
                        "endDate": "2025-10-31",
                        "endingValue": 9474.24,
                        "max": 9531.56,
                        "mean": 9481.636129032258,
                        "median": 9474.24,
                        "min": 9474.24,
                        "standardDeviation": 19.533343403424954,
                        "startDate": "2025-10-01",
                        "sum": 293930.72,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9474.24,
                        "count": 30,
                        "endDate": "2025-11-30",
                        "endingValue": 9487.98,
                        "max": 9487.98,
                        "mean": 9486.148,
                        "median": 9487.98,
                        "min": 9474.24,
                        "standardDeviation": 4.750548716037713,
                        "startDate": "2025-11-01",
                        "sum": 284584.44,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9487.98,
                        "count": 31,
                        "endDate": "2025-12-31",
                        "endingValue": 9430.66,
                        "max": 9487.98,
                        "mean": 9438.056129032258,
                        "median": 9430.66,
                        "min": 9430.66,
                        "standardDeviation": 19.533343403424954,
                        "startDate": "2025-12-01",
                        "sum": 292579.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9430.66,
                        "count": 31,
                        "endDate": "2026-01-31",
                        "endingValue": 9444.4,
                        "max": 9444.4,
                        "mean": 9442.627096774193,
                        "median": 9444.4,
                        "min": 9430.66,
                        "standardDeviation": 4.682277361532728,
                        "startDate": "2026-01-01",
                        "sum": 292721.44,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9444.4,
                        "count": 28,
                        "endDate": "2026-02-28",
                        "endingValue": 9387.08,
                        "max": 9444.4,
                        "mean": 9395.26857142857,
                        "median": 9387.08,
                        "min": 9387.08,
                        "standardDeviation": 20.425885848560117,
                        "startDate": "2026-02-01",
                        "sum": 263067.52,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9387.08,
                        "count": 31,
                        "endDate": "2026-03-31",
                        "endingValue": 9400.82,
                        "max": 9400.82,
                        "mean": 9399.047096774193,
                        "median": 9400.82,
                        "min": 9387.08,
                        "standardDeviation": 4.682277361532728,
                        "startDate": "2026-03-01",
                        "sum": 291370.45999999996,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9400.82,
                        "count": 30,
                        "endDate": "2026-04-30",
                        "endingValue": 9343.5,
                        "max": 9400.82,
                        "mean": 9351.142666666667,
                        "median": 9343.5,
                        "min": 9343.5,
                        "standardDeviation": 19.818155196745607,
                        "startDate": "2026-04-01",
                        "sum": 280534.28,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 9343.5,
                        "count": 13,
                        "endDate": "2026-05-13",
                        "endingValue": 9357.24,
                        "max": 9357.24,
                        "mean": 9353.012307692308,
                        "median": 9357.24,
                        "min": 9343.5,
                        "standardDeviation": 6.600482499845587,
                        "startDate": "2026-05-01",
                        "sum": 121589.16,
                        "comparedToCohorts": []
                      }
                    ],
                    "timeIntervalType": "MONTHLY_CALENDAR",
                    "cohortBenchmarkPeriods": []
                  }
                ],
                "projectedValues": []
              },
              {
                "attributeName": "LIABILITY_BALANCE",
                "reportedByTimePeriods": [
                  {
                    "periods": [
                      {
                        "beginningValue": 0.0,
                        "count": 26,
                        "endDate": "2024-06-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2024-06-05",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2024-07-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2024-07-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2024-08-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2024-08-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2024-09-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2024-09-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2024-10-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2024-10-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2024-11-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2024-11-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2024-12-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2024-12-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-01-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-01-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 28,
                        "endDate": "2025-02-28",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-02-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-03-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-03-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2025-04-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-04-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-05-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-05-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2025-06-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-06-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-07-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-07-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-08-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-08-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2025-09-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-09-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-10-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-10-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2025-11-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-11-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-12-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2025-12-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2026-01-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2026-01-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 28,
                        "endDate": "2026-02-28",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2026-02-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2026-03-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2026-03-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2026-04-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2026-04-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 13,
                        "endDate": "2026-05-13",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": 0.0,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 0.0,
                        "startDate": "2026-05-01",
                        "sum": 0.0,
                        "comparedToCohorts": []
                      }
                    ],
                    "timeIntervalType": "MONTHLY_CALENDAR",
                    "cohortBenchmarkPeriods": []
                  }
                ],
                "projectedValues": []
              },
              {
                "attributeName": "NET_CASH_FLOW",
                "reportedByTimePeriods": [
                  {
                    "periods": [
                      {
                        "beginningValue": -57.32,
                        "count": 26,
                        "endDate": "2024-06-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -2.2046153846153844,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 11.241376866120708,
                        "startDate": "2024-06-05",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2024-07-31",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.4432258064516129,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.4677768498478874,
                        "startDate": "2024-07-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2024-08-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -1.8490322580645162,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.294975912174737,
                        "startDate": "2024-08-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2024-09-30",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.458,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.508569313373661,
                        "startDate": "2024-09-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2024-10-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -1.8490322580645162,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.294975912174737,
                        "startDate": "2024-10-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2024-11-30",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.458,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.508569313373661,
                        "startDate": "2024-11-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2024-12-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -1.8490322580645162,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.294975912174737,
                        "startDate": "2024-12-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-01-31",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.4432258064516129,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.4677768498478874,
                        "startDate": "2025-01-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 28,
                        "endDate": "2025-02-28",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -2.047142857142857,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.832461796444452,
                        "startDate": "2025-02-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-03-31",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.4432258064516129,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.4677768498478874,
                        "startDate": "2025-03-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2025-04-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -1.9106666666666667,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.465152332065374,
                        "startDate": "2025-04-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-05-31",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.4432258064516129,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.4677768498478874,
                        "startDate": "2025-05-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2025-06-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -1.9106666666666667,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.465152332065374,
                        "startDate": "2025-06-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-07-31",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.4432258064516129,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.4677768498478874,
                        "startDate": "2025-07-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-08-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -1.8490322580645162,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.294975912174737,
                        "startDate": "2025-08-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2025-09-30",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.458,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.508569313373661,
                        "startDate": "2025-09-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-10-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -1.8490322580645162,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.294975912174737,
                        "startDate": "2025-10-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2025-11-30",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.458,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.508569313373661,
                        "startDate": "2025-11-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2025-12-31",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -1.8490322580645162,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.294975912174737,
                        "startDate": "2025-12-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2026-01-31",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.4432258064516129,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.4677768498478874,
                        "startDate": "2026-01-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 28,
                        "endDate": "2026-02-28",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -2.047142857142857,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.832461796444452,
                        "startDate": "2026-02-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 31,
                        "endDate": "2026-03-31",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 0.4432258064516129,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 2.4677768498478874,
                        "startDate": "2026-03-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 30,
                        "endDate": "2026-04-30",
                        "endingValue": 0.0,
                        "max": 0.0,
                        "mean": -1.9106666666666667,
                        "median": 0.0,
                        "min": -57.32,
                        "standardDeviation": 10.465152332065374,
                        "startDate": "2026-04-01",
                        "sum": -57.32,
                        "comparedToCohorts": []
                      },
                      {
                        "beginningValue": 0.0,
                        "count": 13,
                        "endDate": "2026-05-13",
                        "endingValue": 0.0,
                        "max": 13.74,
                        "mean": 1.0569230769230769,
                        "median": 0.0,
                        "min": 0.0,
                        "standardDeviation": 3.810790348067324,
                        "startDate": "2026-05-01",
                        "sum": 13.74,
                        "comparedToCohorts": []
                      }
                    ],
                    "timeIntervalType": "MONTHLY_CALENDAR",
                    "cohortBenchmarkPeriods": []
                  }
                ],
                "projectedValues": []
              }
            ],
            "streams": [
              {
                "cadence": 61,
                "id": "7da324f5-69eb-4679-9cee-c91c624eab5c",
                "payee": "PATRICK - LORRAINE PURCHASER",
                "payor": "crd ach",
                "recency": 8,
                "earliestObservedDate": "2024-07-05T06:00:00",
                "latestObservedDate": "2026-05-05T06:00:00",
                "count": 12,
                "sum": 164.88,
                "status": "active",
                "min": 13.74,
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "standardDeviation": 0.0,
                "minimumCadence": 59,
                "maximumCadence": 62,
                "medianCadence": 61,
                "modeCadence": 61,
                "standardDeviationCadence": 0.9820034664301385,
                "transactionIds": [
                  "13700605153",
                  "13700605145",
                  "13700605139",
                  "13700605150",
                  "13700605152",
                  "13700605143",
                  "13700605138",
                  "13700605135",
                  "13700605157",
                  "13700605142",
                  "13700605147",
                  "13700605149"
                ],
                "attributes": [
                  "CASH_INFLOW",
                  "ALL_CASH_FLOWS"
                ]
              },
              {
                "cadence": 61,
                "id": "e980319e-5aad-47d4-8d12-5443c1f59def",
                "payee": "credit card payment",
                "payor": "PATRICK - LORRAINE PURCHASER",
                "recency": 38,
                "earliestObservedDate": "2024-06-05T06:00:00",
                "latestObservedDate": "2026-04-05T06:00:00",
                "count": 12,
                "sum": -687.84,
                "status": "active",
                "min": -57.32,
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "standardDeviation": 0.0,
                "minimumCadence": 59,
                "maximumCadence": 62,
                "medianCadence": 61,
                "modeCadence": 61,
                "standardDeviationCadence": 0.9648821040663343,
                "transactionIds": [
                  "13700605155",
                  "13700605146",
                  "13700605140",
                  "13700605136",
                  "13700605151",
                  "13700605154",
                  "13700605141",
                  "13700605137",
                  "13700605134",
                  "13700605156",
                  "13700605144",
                  "13700605148"
                ],
                "attributes": [
                  "CASH_OUTFLOW",
                  "ALL_CASH_FLOWS"
                ]
              }
            ]
          },
          "currency": "USD"
        }
      ],
      "oauthEnabled": false
    }
  ],
  "customerAnalytics": {
    "stateAttributes": [
      {
        "attributeName": "ASSET_BALANCE",
        "reportedByTimePeriods": [
          {
            "periods": [
              {
                "beginningValue": 9822.88,
                "count": 26,
                "endDate": "2024-06-30",
                "endingValue": 9822.88,
                "max": 9822.88,
                "mean": 9822.88,
                "median": 9822.88,
                "min": 9822.88,
                "standardDeviation": 0.0,
                "startDate": "2024-06-05",
                "sum": 255394.87999999998,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9822.88,
                "count": 31,
                "endDate": "2024-07-31",
                "endingValue": 9836.62,
                "max": 9836.62,
                "mean": 9834.847096774194,
                "median": 9836.62,
                "min": 9822.88,
                "standardDeviation": 4.682277361533348,
                "startDate": "2024-07-01",
                "sum": 304880.26,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9836.62,
                "count": 31,
                "endDate": "2024-08-31",
                "endingValue": 9779.3,
                "max": 9836.62,
                "mean": 9786.696129032258,
                "median": 9779.3,
                "min": 9779.3,
                "standardDeviation": 19.533343403425572,
                "startDate": "2024-08-01",
                "sum": 303387.57999999996,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9779.3,
                "count": 30,
                "endDate": "2024-09-30",
                "endingValue": 9793.04,
                "max": 9793.04,
                "mean": 9791.208,
                "median": 9793.04,
                "min": 9779.3,
                "standardDeviation": 4.750548716038342,
                "startDate": "2024-09-01",
                "sum": 293736.24,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9793.04,
                "count": 31,
                "endDate": "2024-10-31",
                "endingValue": 9735.72,
                "max": 9793.04,
                "mean": 9743.116129032258,
                "median": 9735.72,
                "min": 9735.72,
                "standardDeviation": 19.533343403425572,
                "startDate": "2024-10-01",
                "sum": 302036.6,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9735.72,
                "count": 30,
                "endDate": "2024-11-30",
                "endingValue": 9749.46,
                "max": 9749.46,
                "mean": 9747.627999999999,
                "median": 9749.46,
                "min": 9735.72,
                "standardDeviation": 4.750548716037713,
                "startDate": "2024-11-01",
                "sum": 292428.83999999997,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9749.46,
                "count": 31,
                "endDate": "2024-12-31",
                "endingValue": 9692.14,
                "max": 9749.46,
                "mean": 9699.536129032258,
                "median": 9692.14,
                "min": 9692.14,
                "standardDeviation": 19.533343403424954,
                "startDate": "2024-12-01",
                "sum": 300685.62,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9692.14,
                "count": 31,
                "endDate": "2025-01-31",
                "endingValue": 9705.88,
                "max": 9705.88,
                "mean": 9704.107096774193,
                "median": 9705.88,
                "min": 9692.14,
                "standardDeviation": 4.682277361532728,
                "startDate": "2025-01-01",
                "sum": 300827.31999999995,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9705.88,
                "count": 28,
                "endDate": "2025-02-28",
                "endingValue": 9648.56,
                "max": 9705.88,
                "mean": 9656.74857142857,
                "median": 9648.56,
                "min": 9648.56,
                "standardDeviation": 20.425885848560117,
                "startDate": "2025-02-01",
                "sum": 270388.95999999996,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9648.56,
                "count": 31,
                "endDate": "2025-03-31",
                "endingValue": 9662.3,
                "max": 9662.3,
                "mean": 9660.527096774193,
                "median": 9662.3,
                "min": 9648.56,
                "standardDeviation": 4.682277361532728,
                "startDate": "2025-03-01",
                "sum": 299476.33999999997,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9662.3,
                "count": 30,
                "endDate": "2025-04-30",
                "endingValue": 9604.98,
                "max": 9662.3,
                "mean": 9612.622666666666,
                "median": 9604.98,
                "min": 9604.98,
                "standardDeviation": 19.818155196745607,
                "startDate": "2025-04-01",
                "sum": 288378.68,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9604.98,
                "count": 31,
                "endDate": "2025-05-31",
                "endingValue": 9618.72,
                "max": 9618.72,
                "mean": 9616.947096774193,
                "median": 9618.72,
                "min": 9604.98,
                "standardDeviation": 4.682277361532728,
                "startDate": "2025-05-01",
                "sum": 298125.36,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9618.72,
                "count": 30,
                "endDate": "2025-06-30",
                "endingValue": 9561.4,
                "max": 9618.72,
                "mean": 9569.042666666666,
                "median": 9561.4,
                "min": 9561.4,
                "standardDeviation": 19.818155196745607,
                "startDate": "2025-06-01",
                "sum": 287071.27999999997,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9561.4,
                "count": 31,
                "endDate": "2025-07-31",
                "endingValue": 9575.14,
                "max": 9575.14,
                "mean": 9573.367096774193,
                "median": 9575.14,
                "min": 9561.4,
                "standardDeviation": 4.682277361532728,
                "startDate": "2025-07-01",
                "sum": 296774.38,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9575.14,
                "count": 31,
                "endDate": "2025-08-31",
                "endingValue": 9517.82,
                "max": 9575.14,
                "mean": 9525.216129032258,
                "median": 9517.82,
                "min": 9517.82,
                "standardDeviation": 19.533343403424954,
                "startDate": "2025-08-01",
                "sum": 295281.7,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9517.82,
                "count": 30,
                "endDate": "2025-09-30",
                "endingValue": 9531.56,
                "max": 9531.56,
                "mean": 9529.728,
                "median": 9531.56,
                "min": 9517.82,
                "standardDeviation": 4.750548716037713,
                "startDate": "2025-09-01",
                "sum": 285891.83999999997,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9531.56,
                "count": 31,
                "endDate": "2025-10-31",
                "endingValue": 9474.24,
                "max": 9531.56,
                "mean": 9481.636129032258,
                "median": 9474.24,
                "min": 9474.24,
                "standardDeviation": 19.533343403424954,
                "startDate": "2025-10-01",
                "sum": 293930.72,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9474.24,
                "count": 30,
                "endDate": "2025-11-30",
                "endingValue": 9487.98,
                "max": 9487.98,
                "mean": 9486.148,
                "median": 9487.98,
                "min": 9474.24,
                "standardDeviation": 4.750548716037713,
                "startDate": "2025-11-01",
                "sum": 284584.44,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9487.98,
                "count": 31,
                "endDate": "2025-12-31",
                "endingValue": 9430.66,
                "max": 9487.98,
                "mean": 9438.056129032258,
                "median": 9430.66,
                "min": 9430.66,
                "standardDeviation": 19.533343403424954,
                "startDate": "2025-12-01",
                "sum": 292579.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9430.66,
                "count": 31,
                "endDate": "2026-01-31",
                "endingValue": 9444.4,
                "max": 9444.4,
                "mean": 9442.627096774193,
                "median": 9444.4,
                "min": 9430.66,
                "standardDeviation": 4.682277361532728,
                "startDate": "2026-01-01",
                "sum": 292721.44,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9444.4,
                "count": 28,
                "endDate": "2026-02-28",
                "endingValue": 9387.08,
                "max": 9444.4,
                "mean": 9395.26857142857,
                "median": 9387.08,
                "min": 9387.08,
                "standardDeviation": 20.425885848560117,
                "startDate": "2026-02-01",
                "sum": 263067.52,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9387.08,
                "count": 31,
                "endDate": "2026-03-31",
                "endingValue": 9400.82,
                "max": 9400.82,
                "mean": 9399.047096774193,
                "median": 9400.82,
                "min": 9387.08,
                "standardDeviation": 4.682277361532728,
                "startDate": "2026-03-01",
                "sum": 291370.45999999996,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9400.82,
                "count": 30,
                "endDate": "2026-04-30",
                "endingValue": 9343.5,
                "max": 9400.82,
                "mean": 9351.142666666667,
                "median": 9343.5,
                "min": 9343.5,
                "standardDeviation": 19.818155196745607,
                "startDate": "2026-04-01",
                "sum": 280534.28,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 9343.5,
                "count": 13,
                "endDate": "2026-05-13",
                "endingValue": 9357.24,
                "max": 9357.24,
                "mean": 9353.012307692308,
                "median": 9357.24,
                "min": 9343.5,
                "standardDeviation": 6.600482499845587,
                "startDate": "2026-05-01",
                "sum": 121589.16,
                "comparedToCohorts": []
              }
            ],
            "timeIntervalType": "MONTHLY_CALENDAR",
            "cohortBenchmarkPeriods": []
          }
        ],
        "projectedValues": []
      },
      {
        "attributeName": "LIABILITY_BALANCE",
        "reportedByTimePeriods": [
          {
            "periods": [
              {
                "beginningValue": 0.0,
                "count": 26,
                "endDate": "2024-06-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2024-06-05",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2024-07-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2024-07-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2024-08-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2024-08-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2024-09-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2024-09-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2024-10-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2024-10-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2024-11-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2024-11-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2024-12-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2024-12-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-01-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-01-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 28,
                "endDate": "2025-02-28",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-02-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-03-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-03-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2025-04-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-04-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-05-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-05-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2025-06-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-06-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-07-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-07-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-08-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-08-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2025-09-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-09-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-10-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-10-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2025-11-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-11-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-12-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2025-12-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2026-01-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2026-01-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 28,
                "endDate": "2026-02-28",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2026-02-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2026-03-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2026-03-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2026-04-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2026-04-01",
                "sum": 0.0,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 13,
                "endDate": "2026-05-13",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 0.0,
                "startDate": "2026-05-01",
                "sum": 0.0,
                "comparedToCohorts": []
              }
            ],
            "timeIntervalType": "MONTHLY_CALENDAR",
            "cohortBenchmarkPeriods": []
          }
        ],
        "projectedValues": []
      },
      {
        "attributeName": "NET_CASH_FLOW",
        "reportedByTimePeriods": [
          {
            "periods": [
              {
                "beginningValue": -57.32,
                "count": 26,
                "endDate": "2024-06-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -2.2046153846153844,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 11.241376866120708,
                "startDate": "2024-06-05",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2024-07-31",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.4432258064516129,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.4677768498478874,
                "startDate": "2024-07-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2024-08-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -1.8490322580645162,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.294975912174737,
                "startDate": "2024-08-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2024-09-30",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.458,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.508569313373661,
                "startDate": "2024-09-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2024-10-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -1.8490322580645162,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.294975912174737,
                "startDate": "2024-10-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2024-11-30",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.458,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.508569313373661,
                "startDate": "2024-11-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2024-12-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -1.8490322580645162,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.294975912174737,
                "startDate": "2024-12-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-01-31",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.4432258064516129,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.4677768498478874,
                "startDate": "2025-01-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 28,
                "endDate": "2025-02-28",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -2.047142857142857,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.832461796444452,
                "startDate": "2025-02-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-03-31",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.4432258064516129,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.4677768498478874,
                "startDate": "2025-03-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2025-04-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -1.9106666666666667,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.465152332065374,
                "startDate": "2025-04-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-05-31",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.4432258064516129,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.4677768498478874,
                "startDate": "2025-05-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2025-06-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -1.9106666666666667,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.465152332065374,
                "startDate": "2025-06-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-07-31",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.4432258064516129,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.4677768498478874,
                "startDate": "2025-07-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-08-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -1.8490322580645162,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.294975912174737,
                "startDate": "2025-08-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2025-09-30",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.458,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.508569313373661,
                "startDate": "2025-09-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-10-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -1.8490322580645162,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.294975912174737,
                "startDate": "2025-10-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2025-11-30",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.458,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.508569313373661,
                "startDate": "2025-11-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2025-12-31",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -1.8490322580645162,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.294975912174737,
                "startDate": "2025-12-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2026-01-31",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.4432258064516129,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.4677768498478874,
                "startDate": "2026-01-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 28,
                "endDate": "2026-02-28",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -2.047142857142857,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.832461796444452,
                "startDate": "2026-02-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 31,
                "endDate": "2026-03-31",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 0.4432258064516129,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 2.4677768498478874,
                "startDate": "2026-03-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 30,
                "endDate": "2026-04-30",
                "endingValue": 0.0,
                "max": 0.0,
                "mean": -1.9106666666666667,
                "median": 0.0,
                "min": -57.32,
                "standardDeviation": 10.465152332065374,
                "startDate": "2026-04-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "beginningValue": 0.0,
                "count": 13,
                "endDate": "2026-05-13",
                "endingValue": 0.0,
                "max": 13.74,
                "mean": 1.0569230769230769,
                "median": 0.0,
                "min": 0.0,
                "standardDeviation": 3.810790348067324,
                "startDate": "2026-05-01",
                "sum": 13.74,
                "comparedToCohorts": []
              }
            ],
            "timeIntervalType": "MONTHLY_CALENDAR",
            "cohortBenchmarkPeriods": []
          }
        ],
        "projectedValues": []
      }
    ],
    "streams": [
      {
        "cadence": 61,
        "id": "7da324f5-69eb-4679-9cee-c91c624eab5c",
        "payee": "PATRICK - LORRAINE PURCHASER",
        "payor": "crd ach",
        "recency": 8,
        "earliestObservedDate": "2024-07-05T06:00:00",
        "latestObservedDate": "2026-05-05T06:00:00",
        "count": 12,
        "sum": 164.88,
        "status": "active",
        "min": 13.74,
        "max": 13.74,
        "mean": 13.74,
        "median": 13.74,
        "standardDeviation": 0.0,
        "minimumCadence": 59,
        "maximumCadence": 62,
        "medianCadence": 61,
        "modeCadence": 61,
        "standardDeviationCadence": 0.9820034664301385,
        "transactionIds": [
          "13700605153",
          "13700605145",
          "13700605139",
          "13700605150",
          "13700605152",
          "13700605143",
          "13700605138",
          "13700605135",
          "13700605157",
          "13700605142",
          "13700605147",
          "13700605149"
        ],
        "attributes": [
          "CASH_INFLOW",
          "ALL_CASH_FLOWS"
        ]
      },
      {
        "cadence": 61,
        "id": "e980319e-5aad-47d4-8d12-5443c1f59def",
        "payee": "credit card payment",
        "payor": "PATRICK - LORRAINE PURCHASER",
        "recency": 38,
        "earliestObservedDate": "2024-06-05T06:00:00",
        "latestObservedDate": "2026-04-05T06:00:00",
        "count": 12,
        "sum": -687.84,
        "status": "active",
        "min": -57.32,
        "max": -57.32,
        "mean": -57.32,
        "median": -57.32,
        "standardDeviation": 0.0,
        "minimumCadence": 59,
        "maximumCadence": 62,
        "medianCadence": 61,
        "modeCadence": 61,
        "standardDeviationCadence": 0.9648821040663343,
        "transactionIds": [
          "13700605155",
          "13700605146",
          "13700605140",
          "13700605136",
          "13700605151",
          "13700605154",
          "13700605141",
          "13700605137",
          "13700605134",
          "13700605156",
          "13700605144",
          "13700605148"
        ],
        "attributes": [
          "CASH_OUTFLOW",
          "ALL_CASH_FLOWS"
        ]
      }
    ],
    "transactionalAttributes": [
      {
        "aggregatedByTimePeriods": [
          {
            "periods": [
              {
                "count": 1,
                "endDate": "2024-06-30",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2024-06-05",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-07-31",
                "startDate": "2024-07-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-08-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2024-08-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-09-30",
                "startDate": "2024-09-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-10-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2024-10-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-11-30",
                "startDate": "2024-11-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-12-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2024-12-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-01-31",
                "startDate": "2025-01-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-02-28",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-02-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-03-31",
                "startDate": "2025-03-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-04-30",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-04-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-05-31",
                "startDate": "2025-05-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-06-30",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-06-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-07-31",
                "startDate": "2025-07-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-08-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-08-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-09-30",
                "startDate": "2025-09-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-10-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-10-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-11-30",
                "startDate": "2025-11-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-12-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-12-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-01-31",
                "startDate": "2026-01-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2026-02-28",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2026-02-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-03-31",
                "startDate": "2026-03-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2026-04-30",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2026-04-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-05-13",
                "startDate": "2026-05-01",
                "comparedToCohorts": []
              }
            ],
            "timeIntervalType": "MONTHLY_CALENDAR",
            "cohortBenchmarkPeriods": []
          }
        ],
        "attributeName": "CASH_OUTFLOW",
        "streamIds": [
          "e980319e-5aad-47d4-8d12-5443c1f59def"
        ],
        "transactionIds": [
          "13700605154",
          "13700605146",
          "13700605144",
          "13700605136",
          "13700605137",
          "13700605151",
          "13700605141",
          "13700605148",
          "13700605134",
          "13700605155",
          "13700605156",
          "13700605140"
        ],
        "projectedValues": [],
        "streamConfidences": null
      },
      {
        "aggregatedByTimePeriods": [
          {
            "periods": [
              {
                "count": 0,
                "endDate": "2024-06-30",
                "startDate": "2024-06-05",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-07-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2024-07-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-08-31",
                "startDate": "2024-08-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-09-30",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2024-09-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-10-31",
                "startDate": "2024-10-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-11-30",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2024-11-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-12-31",
                "startDate": "2024-12-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-01-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-01-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-02-28",
                "startDate": "2025-02-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-03-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-03-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-04-30",
                "startDate": "2025-04-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-05-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-05-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-06-30",
                "startDate": "2025-06-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-07-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-07-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-08-31",
                "startDate": "2025-08-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-09-30",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-09-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-10-31",
                "startDate": "2025-10-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-11-30",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-11-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-12-31",
                "startDate": "2025-12-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2026-01-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2026-01-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-02-28",
                "startDate": "2026-02-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2026-03-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2026-03-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-04-30",
                "startDate": "2026-04-01",
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2026-05-13",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2026-05-01",
                "sum": 13.74,
                "comparedToCohorts": []
              }
            ],
            "timeIntervalType": "MONTHLY_CALENDAR",
            "cohortBenchmarkPeriods": []
          }
        ],
        "attributeName": "CASH_INFLOW",
        "streamIds": [
          "7da324f5-69eb-4679-9cee-c91c624eab5c"
        ],
        "transactionIds": [
          "13700605145",
          "13700605143",
          "13700605135",
          "13700605138",
          "13700605153",
          "13700605152",
          "13700605142",
          "13700605149",
          "13700605150",
          "13700605139",
          "13700605157",
          "13700605147"
        ],
        "projectedValues": [],
        "streamConfidences": null
      },
      {
        "aggregatedByTimePeriods": [
          {
            "periods": [
              {
                "count": 1,
                "endDate": "2024-06-30",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2024-06-05",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-07-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2024-07-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-08-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2024-08-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-09-30",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2024-09-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-10-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2024-10-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-11-30",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2024-11-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2024-12-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2024-12-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-01-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-01-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-02-28",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-02-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-03-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-03-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-04-30",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-04-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-05-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-05-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-06-30",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-06-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-07-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-07-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-08-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-08-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-09-30",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-09-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-10-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-10-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-11-30",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2025-11-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2025-12-31",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2025-12-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2026-01-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2026-01-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2026-02-28",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2026-02-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2026-03-31",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2026-03-01",
                "sum": 13.74,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2026-04-30",
                "max": -57.32,
                "mean": -57.32,
                "median": -57.32,
                "min": -57.32,
                "startDate": "2026-04-01",
                "sum": -57.32,
                "comparedToCohorts": []
              },
              {
                "count": 1,
                "endDate": "2026-05-13",
                "max": 13.74,
                "mean": 13.74,
                "median": 13.74,
                "min": 13.74,
                "startDate": "2026-05-01",
                "sum": 13.74,
                "comparedToCohorts": []
              }
            ],
            "timeIntervalType": "MONTHLY_CALENDAR",
            "cohortBenchmarkPeriods": []
          }
        ],
        "attributeName": "ALL_CASH_FLOWS",
        "streamIds": [
          "7da324f5-69eb-4679-9cee-c91c624eab5c",
          "e980319e-5aad-47d4-8d12-5443c1f59def"
        ],
        "transactionIds": [
          "13700605137",
          "13700605153",
          "13700605142",
          "13700605157",
          "13700605134",
          "13700605156",
          "13700605145",
          "13700605144",
          "13700605152",
          "13700605148",
          "13700605143",
          "13700605154",
          "13700605136",
          "13700605135",
          "13700605138",
          "13700605151",
          "13700605141",
          "13700605155",
          "13700605147",
          "13700605140",
          "13700605146",
          "13700605149",
          "13700605150",
          "13700605139"
        ],
        "projectedValues": [],
        "streamConfidences": null
      },
      {
        "aggregatedByTimePeriods": [
          {
            "periods": [
              {
                "count": 0,
                "endDate": "2024-06-30",
                "startDate": "2024-06-05",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-07-31",
                "startDate": "2024-07-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-08-31",
                "startDate": "2024-08-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-09-30",
                "startDate": "2024-09-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-10-31",
                "startDate": "2024-10-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-11-30",
                "startDate": "2024-11-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-12-31",
                "startDate": "2024-12-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-01-31",
                "startDate": "2025-01-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-02-28",
                "startDate": "2025-02-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-03-31",
                "startDate": "2025-03-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-04-30",
                "startDate": "2025-04-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-05-31",
                "startDate": "2025-05-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-06-30",
                "startDate": "2025-06-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-07-31",
                "startDate": "2025-07-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-08-31",
                "startDate": "2025-08-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-09-30",
                "startDate": "2025-09-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-10-31",
                "startDate": "2025-10-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-11-30",
                "startDate": "2025-11-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-12-31",
                "startDate": "2025-12-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-01-31",
                "startDate": "2026-01-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-02-28",
                "startDate": "2026-02-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-03-31",
                "startDate": "2026-03-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-04-30",
                "startDate": "2026-04-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-05-13",
                "startDate": "2026-05-01",
                "comparedToCohorts": []
              }
            ],
            "timeIntervalType": "MONTHLY_CALENDAR",
            "cohortBenchmarkPeriods": []
          }
        ],
        "attributeName": "REVENUE",
        "streamIds": [],
        "transactionIds": [],
        "projectedValues": [],
        "streamConfidences": null
      },
      {
        "aggregatedByTimePeriods": [
          {
            "periods": [
              {
                "count": 0,
                "endDate": "2024-06-30",
                "startDate": "2024-06-05",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-07-31",
                "startDate": "2024-07-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-08-31",
                "startDate": "2024-08-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-09-30",
                "startDate": "2024-09-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-10-31",
                "startDate": "2024-10-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-11-30",
                "startDate": "2024-11-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-12-31",
                "startDate": "2024-12-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-01-31",
                "startDate": "2025-01-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-02-28",
                "startDate": "2025-02-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-03-31",
                "startDate": "2025-03-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-04-30",
                "startDate": "2025-04-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-05-31",
                "startDate": "2025-05-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-06-30",
                "startDate": "2025-06-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-07-31",
                "startDate": "2025-07-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-08-31",
                "startDate": "2025-08-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-09-30",
                "startDate": "2025-09-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-10-31",
                "startDate": "2025-10-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-11-30",
                "startDate": "2025-11-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-12-31",
                "startDate": "2025-12-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-01-31",
                "startDate": "2026-01-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-02-28",
                "startDate": "2026-02-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-03-31",
                "startDate": "2026-03-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-04-30",
                "startDate": "2026-04-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-05-13",
                "startDate": "2026-05-01",
                "comparedToCohorts": []
              }
            ],
            "timeIntervalType": "MONTHLY_CALENDAR",
            "cohortBenchmarkPeriods": []
          }
        ],
        "attributeName": "NSF_FEE_CHARGES",
        "streamIds": [],
        "transactionIds": [],
        "projectedValues": [],
        "streamConfidences": null
      },
      {
        "aggregatedByTimePeriods": [
          {
            "periods": [
              {
                "count": 0,
                "endDate": "2024-06-30",
                "startDate": "2024-06-05",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-07-31",
                "startDate": "2024-07-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-08-31",
                "startDate": "2024-08-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-09-30",
                "startDate": "2024-09-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-10-31",
                "startDate": "2024-10-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-11-30",
                "startDate": "2024-11-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2024-12-31",
                "startDate": "2024-12-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-01-31",
                "startDate": "2025-01-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-02-28",
                "startDate": "2025-02-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-03-31",
                "startDate": "2025-03-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-04-30",
                "startDate": "2025-04-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-05-31",
                "startDate": "2025-05-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-06-30",
                "startDate": "2025-06-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-07-31",
                "startDate": "2025-07-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-08-31",
                "startDate": "2025-08-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-09-30",
                "startDate": "2025-09-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-10-31",
                "startDate": "2025-10-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-11-30",
                "startDate": "2025-11-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2025-12-31",
                "startDate": "2025-12-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-01-31",
                "startDate": "2026-01-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-02-28",
                "startDate": "2026-02-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-03-31",
                "startDate": "2026-03-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-04-30",
                "startDate": "2026-04-01",
                "comparedToCohorts": []
              },
              {
                "count": 0,
                "endDate": "2026-05-13",
                "startDate": "2026-05-01",
                "comparedToCohorts": []
              }
            ],
            "timeIntervalType": "MONTHLY_CALENDAR",
            "cohortBenchmarkPeriods": []
          }
        ],
        "attributeName": "NSF_FEE_REVERSALS",
        "streamIds": [],
        "transactionIds": [],
        "projectedValues": [],
        "streamConfidences": null
      }
    ]
  },
  "gseEnabled": true
}
```

A human-readable PDF version of the report is available which is great for underwriters or any other manual viewing of the report.

How to read a Cash Flow Analytics report:
[Cash_Flow_Analytics_HTR.pdf](https://static.developer.mastercard.com/content/open-finance-us/uploads/reports/lend/Cash_Flow_Analytics_HTR.pdf) (4MB)

## Reading a Cash Flow Analytics JSON Report {#reading-a-cash-flow-analytics-json-report}

This section provides a detailed description of the structure and format of the JSON version of Cash Flow Analytics. It explains the key elements, fields, and their usage. Developers should use this as a reference when integrating, parsing, or processing the JSON report.

### Cashflow Analytics Attributes {#cashflow-analytics-attributes}

The above sample demonstrates some, if not all, Cashflow Analytics
attributes from the following table:


<br />

|     Attribute     |                                                                                       Definition                                                                                       |     Type      |
|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| REVENUE           | An identification of all transactions that are classified as business revenue. This is not applicable for personal cashflow report.                                                    | Transactional |
| NSF_FEE_CHARGES   | Fees charged to the customer, by their financial institution - resulting from a lack of sufficient funds or low balance to cover a purchase.                                           | Transactional |
| NSF_FEE_REVERSALS | Credit transaction of an NSF fee charged earlier.                                                                                                                                      | Transactional |
| CASH_INFLOW       | Credit transactions in a customer's account                                                                                                                                            | Transactional |
| CASH_OUTFLOW      | Debit/Spend transactions in a customer's account                                                                                                                                       | Transactional |
| ALL_CASH_FLOWS    | This is an umbrella attribute which sums: - CASH_INFLOW - CASH_OUTFLOW                                                                                                                 | Transactional |
| NET_CASH_FLOW     | Total Credits less Total Debits over a period of time and across all accounts owned by an individual or business. Calculation of net cash flow into or out of a customer's account(s). | State         |
|                   |                                                                                                                                                                                        |               |

#### Time Interval Types {#time-interval-types}

A report supports up to two time interval types currently. If you request
more than two interval types, the endpoint returns an
error `More than 2 intervalTypes passed request`. If the time
interval type is not specified, the default is `MONTHLY_CALENDAR`.

The following table shows all possible time interval types you can request a report for:

|  Time Interval Type   |                                                                                                             Description                                                                                                             | First (Earliest) period may be partial | First (Most Recent) period may be partial | Shortest possible period length | Longest possible period length |
|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------|-------------------------------------------|---------------------------------|--------------------------------|
| DAILY                 | The report will be broken up into one period for every calendar date in the report time period                                                                                                                                      | NO                                     | NO                                        | 1                               | 1                              |
| WEEKLY_CALENDAR       | The report time period will be broken up into periods of 7 calendar dates, each beginning on Monday and ending on Sunday, except the first and last periods which may be partial                                                    | YES                                    | YES                                       | 1                               | 7                              |
| WEEKLY_ROLLING_7      | The report time period will be broken up into periods of 7 calendar dates, counting backwards from the report end date                                                                                                              | YES                                    | NO                                        | 1                               | 7                              |
| BI_WEEKLY_CALENDAR    | The report time period will be broken up into periods of 14 calendar dates, each beginning on a Monday and ending on the 2nd subsequent Sunday, except the first and last periods which may be partial                              | YES                                    | YES                                       | 1                               | 14                             |
| BI_WEEKLY_ROLLING_14  | The report time period will be broken up into periods of 14 calendar dates, counting backwards from the report end date                                                                                                             | YES                                    | NO                                        | 1                               | 14                             |
| SEMI_MONTHLY_CALENDAR | The report time period will be broken up into exactly 2 periods per calendar month, where both the first and last period may be partial, and periods will alternate between representing the 1st-15th and the 16th-end of the month | YES                                    | YES                                       | 1                               | 16                             |
| MONTHLY_CALENDAR      | The report time period will be broken up into 1 period per calendar month                                                                                                                                                           | YES                                    | YES                                       | 1                               | 31                             |
| MONTHLY_ROLLING_30    | The report time period will be broken up into 11 periods of 30 calendar dates followed by 1 period of 35 (or 36 for leap years) calendar dates to make one full calendar year, starting backwards from the report end date          | YES                                    | NO                                        | 1                               | 36                             |
| QUARTERLY_CALENDAR    | The report time period will be broken up into 1 period per 3 calendar months, where both the first and last period may be partial                                                                                                   | YES                                    | YES                                       | 1                               | 92                             |
| QUARTERLY_ROLLING_90  | The report time period will be broken up into 3 periods of 90 calendar dates followed by 1 period of 95 (or 96 for leap years) calendar dates to make one full calendar year, starting backwards from the report end date           | YES                                    | NO                                        | 1                               | 96                             |
| ANNUALLY              | The report time period will be broken up into periods of 365 calendar dates (or 366 for leap years), starting backwards from the report end date                                                                                    | YES                                    | NO                                        | 1                               | 366                            |
| HISTORICALLY          | The report time period will be represented by exactly 1 period covering the duration of report data                                                                                                                                 | NO                                     | NO                                        | 1                               | Duration of report data        |

The following JSON snippet shows an example of how time interval type is
requested:
* Json

```json
{
    "analyticsReportData": {
        "timeIntervalTypes": [
            "MONTHLY_CALENDAR",
            "ANNUALLY"
        ]
    }
}
```

### JSON Report Structure - Analytics Section {#json-report-structure---analytics-section}

Analytics will be provided at both the account level, grouped by
(financial) institution, and at an aggregated customer level, similar to
how most other Lend and OBB products work today. The following examples
show a customer with two accounts that contain transactions.
* Json

```json
    "accounts": [
        {
            "id": 1065737689
        },
        {
            "id": 1065737690
        }
    ]
```

The analytics section is divided into 3 sections:

1. Transactional attributes

2. State attributes

3. Streams

#### Account-Level Analytics Structure {#account-level-analytics-structure}

* Json

```json
    "analytics": {
        "transactionalAttributes": [...
        ],
        "stateAttributes": [...
        ],
        "streams": [...
        ]
    }
```

Note: This section will be for each of the customer accounts.

#### Customer-Level Analytics Structure {#customer-level-analytics-structure}

* Json

```json
"customerAnalytics": {
    "transactionalAttributes": [...
    ],
    "stateAttributes": [...
    ],
    "streams": [...
    ]
}
```

### Transactional Attributes {#transactional-attributes}

Transactional attributes are based on a unit of data being a transaction
itself. They are evaluated as events in time. A transactional attribute
represents some classification or categorization of a customer's
underlying transactions. As an example, an attribute called
DWELLING_EXPENSES may be a classification of all transactions that we
assume to be a customer paying towards a mortgage, rent, home insurance,
etc. Transactional attributes will be reported by one of the below time
interval type specified in the constraints by the requesting partner.

The following JSON snippets are for transactional attributes on accounts and
customer level. Please note the following:

1. For demonstration purposes, the below snippets show transaction data
   of 1 month for MONTHLY_CALENDAR time interval type. The actual
   report will have all transaction stats for all the months.

2. The period array for ANNUALLY will show aggregated data for all the
   months between the specified start and end dates.

3. Not all attributes are showcased. Please access the attribute table
   above to see all the Cashflow Analytics attributes.

4. The data in the below snippets are for *Cashflow_Analytics* report
   which is attached above.

<br />

* Json

```json
"transactionalAttributes": [
    {
        "aggregatedByTimePeriods": [
            {
                "periods": [
                    {
                        "count": 2,
                        "endDate": "2023-12-31",
                        "max": -12.11,
                        "mean": -12.21,
                        "median": -12.21,
                        "min": -12.31,
                        "standardDeviation": 0.14142135623731025,
                        "startDate": "2023-12-01",
                        "sum": -24.42,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "MONTHLY_CALENDAR",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-12-01",
                        "endDate": "2023-12-31",
                        "cohortValues": []
                    }
                ]
            },
            {
                "periods": [
                    {
                        "count": 18,
                        "endDate": "2024-06-23",
                        "max": -1.2,
                        "mean": -6.9911111111111115,
                        "median": -7.140000000000001,
                        "min": -12.31,
                        "standardDeviation": 3.617743672656446,
                        "startDate": "2023-06-24",
                        "sum": -125.84,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "ANNUALLY",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-06-24",
                        "endDate": "2024-06-23",
                        "cohortValues": []
                    }
                ]
            }
        ],
        "attributeName": "CASH_OUTFLOW",
        "streamIds": [
            "ae6bec67-e1a0-4ff4-8220-8439398a373e"
        ],
        "transactionIds": [
            "128512270764",
            "128512270796",
            "128512270747",
            "128512270771",
            "128512270746",
            "128512270756",
            "128512270773",
            "128512270780",
            "128512270798",
            "128512270758",
            "128512268825",
            "128512270797",
            "128512270776",
            "128512268830",
            "128512268821",
            "128512268816",
            "128512268815",
            "128512268829"
        ],
        "projectedValues": [],
        "streamConfidences": null
    },
    {
        "aggregatedByTimePeriods": [
            {
                "periods": [
                    {
                        "count": 2,
                        "endDate": "2023-12-31",
                        "max": 12.21,
                        "mean": 12.11,
                        "median": 12.11,
                        "min": 12.01,
                        "standardDeviation": 0.14142135623731025,
                        "startDate": "2023-12-01",
                        "sum": 24.22,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "MONTHLY_CALENDAR",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-12-01",
                        "endDate": "2023-12-31",
                        "cohortValues": []
                    }
                ]
            },
            {
                "periods": [
                    {
                        "count": 19,
                        "endDate": "2024-06-23",
                        "max": 12.21,
                        "mean": 6.6352631578947365,
                        "median": 6.24,
                        "min": 1.1,
                        "standardDeviation": 3.5608962174353,
                        "startDate": "2023-06-24",
                        "sum": 126.07,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "ANNUALLY",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-06-24",
                        "endDate": "2024-06-23",
                        "cohortValues": []
                    }
                ]
            }
        ],
        "attributeName": "CASH_INFLOW",
        "streamIds": [
            "e6ea8ff3-6995-440f-8c6e-9d26bb61b2a4"
        ],
        "transactionIds": [
            "128512270757",
            "128512270751",
            "128512268827",
            "128512270770",
            "128512270769",
            "128512268812",
            "128512268817",
            "128512268819",
            "128512270752",
            "128512270753",
            "128512270790",
            "128512270792",
            "128512270768",
            "128512268824",
            "128512268828",
            "128512270791",
            "128512270772",
            "128512270783",
            "128512270784"
        ],
        "projectedValues": [],
        "streamConfidences": null
    },
    {
        "aggregatedByTimePeriods": [
            {
                "periods": [
                    {
                        "count": 4,
                        "endDate": "2023-12-31",
                        "max": 12.21,
                        "mean": -0.04999999999999982,
                        "median": -0.04999999999999982,
                        "min": -12.31,
                        "standardDeviation": 14.041633333293769,
                        "startDate": "2023-12-01",
                        "sum": -0.1999999999999993,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "MONTHLY_CALENDAR",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-12-01",
                        "endDate": "2023-12-31",
                        "cohortValues": []
                    }
                ]
            },
            {
                "periods": [
                    {
                        "count": 37,
                        "endDate": "2024-06-23",
                        "max": 12.21,
                        "mean": 0.006216216216216155,
                        "median": 1.1,
                        "min": -12.31,
                        "standardDeviation": 7.75851587731949,
                        "startDate": "2023-06-24",
                        "sum": 0.22999999999999776,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "ANNUALLY",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-06-24",
                        "endDate": "2024-06-23",
                        "cohortValues": []
                    }
                ]
            }
        ],
        "attributeName": "ALL_CASH_FLOWS",
        "streamIds": [
            "ae6bec67-e1a0-4ff4-8220-8439398a373e",
            "e6ea8ff3-6995-440f-8c6e-9d26bb61b2a4"
        ],
        "transactionIds": [
            "128512270764",
            "128512270796",
            "128512270747",
            "128512270771",
            "128512270746",
            "128512270756",
            "128512270773",
            "128512270780",
            "128512270798",
            "128512270758",
            "128512268825",
            "128512270797",
            "128512270776",
            "128512268830",
            "128512268821",
            "128512268816",
            "128512268815",
            "128512268829",
            "128512270757",
            "128512270751",
            "128512268827",
            "128512270770",
            "128512270769",
            "128512268812",
            "128512268817",
            "128512268819",
            "128512270752",
            "128512270753",
            "128512270790",
            "128512270792",
            "128512270768",
            "128512268824",
            "128512268828",
            "128512270791",
            "128512270772",
            "128512270783",
            "128512270784"
        ],
        "projectedValues": [],
        "streamConfidences": null
    }
]
```

* Json

```json
"transactionalAttributes": [
    {
        "aggregatedByTimePeriods": [
            {
                "periods": [
                    {
                        "count": 2,
                        "endDate": "2023-12-31",
                        "max": -12.11,
                        "mean": -12.21,
                        "median": -12.21,
                        "min": -12.31,
                        "standardDeviation": 0.14142135623731025,
                        "startDate": "2023-12-01",
                        "sum": -24.42,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "MONTHLY_CALENDAR",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-12-01",
                        "endDate": "2023-12-31",
                        "cohortValues": []
                    }
                ]
            },
            {
                "periods": [
                    {
                        "count": 18,
                        "endDate": "2024-06-23",
                        "max": -1.2,
                        "mean": -6.9911111111111115,
                        "median": -7.140000000000001,
                        "min": -12.31,
                        "standardDeviation": 3.617743672656446,
                        "startDate": "2023-06-24",
                        "sum": -125.84,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "ANNUALLY",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-06-24",
                        "endDate": "2024-06-23",
                        "cohortValues": []
                    }
                ]
            }
        ],
        "attributeName": "CASH_OUTFLOW",
        "streamIds": [
            "9ef16f42-baa9-47ba-a936-564ce19fb9ee"
        ],
        "transactionIds": [
            "128512270962",
            "128512270955",
            "128512270954",
            "128512270956",
            "128512268805",
            "128512270976",
            "128512270940",
            "128512270960",
            "128512268803",
            "128512268800",
            "128512268799",
            "128512270943",
            "128512270942",
            "128512270938",
            "128512268808",
            "128512268807",
            "128512268793",
            "128512270953"
        ],
        "projectedValues": [],
        "streamConfidences": null
    },
    {
        "aggregatedByTimePeriods": [
            {
                "periods": [
                    {
                        "count": 2,
                        "endDate": "2023-12-31",
                        "max": 12.21,
                        "mean": 12.11,
                        "median": 12.11,
                        "min": 12.01,
                        "standardDeviation": 0.14142135623731025,
                        "startDate": "2023-12-01",
                        "sum": 24.22,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "MONTHLY_CALENDAR",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-12-01",
                        "endDate": "2023-12-31",
                        "cohortValues": []
                    }
                ]
            },
            {
                "periods": [
                    {
                        "count": 19,
                        "endDate": "2024-06-23",
                        "max": 12.21,
                        "mean": 6.6352631578947365,
                        "median": 6.24,
                        "min": 1.1,
                        "standardDeviation": 3.5608962174353,
                        "startDate": "2023-06-24",
                        "sum": 126.07,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "ANNUALLY",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-06-24",
                        "endDate": "2024-06-23",
                        "cohortValues": []
                    }
                ]
            }
        ],
        "attributeName": "CASH_INFLOW",
        "streamIds": [
            "2efb4258-4457-4391-8f40-4bfd973af49a"
        ],
        "transactionIds": [
            "128512268809",
            "128512270973",
            "128512270963",
            "128512270935",
            "128512268798",
            "128512270951",
            "128512270961",
            "128512270941",
            "128512270972",
            "128512268801",
            "128512270959",
            "128512270932",
            "128512270939",
            "128512268794",
            "128512270967",
            "128512270952",
            "128512270946",
            "128512270948",
            "128512268802"
        ],
        "projectedValues": [],
        "streamConfidences": null
    },
    {
        "aggregatedByTimePeriods": [
            {
                "periods": [
                    {
                        "count": 4,
                        "endDate": "2023-12-31",
                        "max": 12.21,
                        "mean": -0.04999999999999982,
                        "median": -0.04999999999999982,
                        "min": -12.31,
                        "standardDeviation": 14.041633333293769,
                        "startDate": "2023-12-01",
                        "sum": -0.1999999999999993,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "MONTHLY_CALENDAR",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-12-01",
                        "endDate": "2023-12-31",
                        "cohortValues": []
                    }
                ]
            },
            {
                "periods": [
                    {
                        "count": 37,
                        "endDate": "2024-06-23",
                        "max": 12.21,
                        "mean": 0.006216216216216155,
                        "median": 1.1,
                        "min": -12.31,
                        "standardDeviation": 7.75851587731949,
                        "startDate": "2023-06-24",
                        "sum": 0.22999999999999776,
                        "comparedToCohorts": []
                    }
                ],
                "timeIntervalType": "ANNUALLY",
                "cohortBenchmarkPeriods": [
                    {
                        "startDate": "2023-06-24",
                        "endDate": "2024-06-23",
                        "cohortValues": []
                    }
                ]
            }
        ],
        "attributeName": "ALL_CASH_FLOWS",
        "streamIds": [
            "9ef16f42-baa9-47ba-a936-564ce19fb9ee",
            "2efb4258-4457-4391-8f40-4bfd973af49a"
        ],
        "transactionIds": [
            "128512268809",
            "128512270973",
            "128512270963",
            "128512270935",
            "128512268798",
            "128512270951",
            "128512270961",
            "128512270941",
            "128512270972",
            "128512268801",
            "128512270959",
            "128512270932",
            "128512270939",
            "128512268794",
            "128512270967",
            "128512270952",
            "128512270946",
            "128512270948",
            "128512268802"
        ],
        "projectedValues": [],
        "streamConfidences": null
    }
]
```

##### JSON Fields Description {#json-fields-description}

|              Key (Datatype)               |                                                                                                 Description                                                                                                  | Applicable for Cashflow Analytics |
|-------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|
| **aggregatedByTimePeriods** (object)      | An object that contains periods object data, comparedToCohorts object data, and time interval type.                                                                                                          | Yes                               |
| **periods** (object)                      | Statistics of aggregated transactions over some time period.                                                                                                                                                 | Yes                               |
| **count** (number)                        | For the selected time interval type, the number of transaction events that occurred during the period. For example, for monthly time interval, count will be shown for each month of a year.                 | Yes                               |
| **endDate** (string)                      | For the selected time interval type, the final day (inclusive) of the period being reported. For example, for monthly time interval, endDate will be shown for each month of a year.                         | Yes                               |
| **max** (number)                          | For the selected time interval type, the maximum value of all transaction amounts in the period. For example, for monthly time interval, max will be shown for each month of a year.                         | Yes                               |
| **mean** (number)                         | For the selected time interval type, the mean value of all transaction amounts in the period. For example, for monthly time interval, mean will be shown for each month of a year.                           | Yes                               |
| **median** (number)                       | For the selected time interval type, the median value of all transaction amounts in the period. For example, for monthly time interval, median will be shown for each month of a year.                       | Yes                               |
| **min** (number)                          | For the selected time interval type, the minimum value of all transaction amounts in the period. For example, for monthly time interval, min will be shown for each month of a year.                         | Yes                               |
| **standardDeviation** (number)            | For the selected time interval type, the standard deviation of all transaction amounts in the period. For example, for monthly time interval, standardDeviation will be shown for each month of a year.      | Yes                               |
| **startDate** (string)                    | For the selected time interval type, the first day (inclusive) of the period being reported. For example, for monthly time interval, startDate will be shown for each month of a year.                       | Yes                               |
| **sum** (number)                          | For the selected time interval type, the arithmetic sum of the amounts of all transactions in the period. For example, for monthly time interval, sum will be shown for each month of a year.                | Yes                               |
| **comparedToCohorts** (object)            | An array of elements comparing the customer's spending during a time period to the average customer's spending in various cohorts, such as postal code, during the same time period.                         | No                                |
| **cohortType** (string)                   | Describes the type of cohort being compared to for this period, e.g. POSTAL_CODE                                                                                                                             | No                                |
| **totalDifferenceToCohort** (number)      | Reflects the difference between the customer's spending for the period minus that of the average spending in this cohort.                                                                                    | No                                |
| **percentageDifferenceToCohort** (number) | Reflects the percentage difference between the customer's sum value for the period and the average of the cohort                                                                                             | No                                |
| **timeIntervalType** (string)             | See *Time Interval Types* above for how each period is defined.                                                                                                                                              | Yes                               |
| **cohortBenchmarkPeriods** (object)       | A list of objects where each object is a period of the same duration as those in aggregatedByTimePeriods, describing the spending of cohorts in the customer's zip code during that period for an attribute. | Yes                               |
| **startDate** (string)                    | The first day of the cohort benchmark period.                                                                                                                                                                | Yes                               |
| **endDate** (string)                      | The final day of the cohort benchmark period.                                                                                                                                                                | Yes                               |
| **cohortValues** (object)                 | An object that contains type and value of a cohort benchmark period.                                                                                                                                         | No                                |
| **cohortType** (string)                   | For each cohort benchmark period, the type of cohort we have a representative metric for, e.g. POSTAL_CODE.                                                                                                  | No                                |
| **value** (number)                        | For each cohort benchmark period, the average spending of the cohort during this time period.                                                                                                                | No                                |
| **attributeName** (string)                | Name of the attribute that we are reporting the numbers for. Refer to the attributes list above.                                                                                                             | Yes                               |
| **streamIds**                             | List of stream IDs associated with the attribute. See more details about "Streams" below                                                                                                                     | Yes                               |
| **transactionIds** (object)               | List of transaction IDs associated with the attribute.                                                                                                                                                       | Yes                               |
| **projectedValues** (object)              | List of projection objects, where each object indicates the projected sum value of the attribute over some coming period of time.                                                                            | No                                |
| **timeUnit** (string)                     | The unit of time being described, e.g. MONTHS                                                                                                                                                                | No                                |
| **timeValue** (number)                    | The number of timeUnit units for which we are projecting, e.g. 12 (for 12 months)                                                                                                                            | No                                |
| **projectionValue** (number)              | The predicted sum value of the attribute over the coming timeValue number of timeUnits.                                                                                                                      | No                                |
| **streamConfidences** (object)            | List of stream confidences, indicating the confidence in which we believe each stream is correctly associated with this attribute.                                                                           | No                                |
| **streamId** (string)                     | The stream ID we are reporting the confidence for.                                                                                                                                                           | No                                |
| **confidence** (number)                   | A float value between 0 and 100 indicating the confidence over whether a stream is correctly associated to an income attribute                                                                               | No                                |

### State Attributes {#state-attributes}

The unit of data for state attributes is some generic "state" at a point
in time. Whereas transactional attributes are based on specific events
(the posting of a transaction), state attributes make some inference
about a point in time based on some assembly of underlying data.
Examples of state attributes might include something like the balance of
an account over time, a calculation based on underlying transactions in
a time period (e.g. net cash flow), or some other calculation such as a
debt to income ratio.

The following JSON snippets for transactional attributes on accounts and
customer level. Please note the following:

1. For demonstration purposes, the below snippets show transaction data
   of 1 month for MONTHLY_CALENDAR time interval type. The actual
   report will have all transaction stats for all the months.

2. The period array for ANNUALLY will show aggregated data for all the
   months between the specified start and end dates.

3. The data in the below snippets are for *Cashflow_Analytics* report
   which is attached above.

<br />

* Json

```json
"stateAttributes": [
                            {
                                "attributeName": "NET_CASH_FLOW",
                                "reportedByTimePeriods": [
                                    {
                                        "periods": [
                                            {
                                                "beginningValue": 12.01,
                                                "count": 31,
                                                "endDate": "2023-12-31",
                                                "endingValue": -12.31,
                                                "max": 12.21,
                                                "mean": -0.006451612903225784,
                                                "median": 0.0,
                                                "min": -12.31,
                                                "standardDeviation": 4.44038703147004,
                                                "startDate": "2023-12-01",
                                                "sum": -0.1999999999999993,
                                                "comparedToCohorts": []
                                            }
                                        ],
                                        "timeIntervalType": "MONTHLY_CALENDAR",
                                        "cohortBenchmarkPeriods": [
                                            {
                                                "startDate": "2023-12-01",
                                                "endDate": "2023-12-31",
                                                "cohortValues": []
                                            }
                                        ]
                                    },
									{
                                        "periods": [
                                            {
                                                "beginningValue": 6.24,
                                                "count": 366,
                                                "endDate": "2024-06-23",
                                                "endingValue": 0.0,
                                                "max": 12.21,
                                                "mean": 0.000628415300546442,
                                                "median": 0.0,
                                                "min": -12.31,
                                                "standardDeviation": 2.436596410931794,
                                                "startDate": "2023-06-24",
                                                "sum": 0.22999999999999776,
                                                "comparedToCohorts": []
                                            }
                                        ],
                                        "timeIntervalType": "ANNUALLY",
                                        "cohortBenchmarkPeriods": [
                                            {
                                                "startDate": "2023-06-24",
                                                "endDate": "2024-06-23",
                                                "cohortValues": []
                                            }
                                        ]
                                    }
                                ],
                                "projectedValues": []
                            }
					]
```

* Json

```json
"stateAttributes": [
                            {
                                "attributeName": "NET_CASH_FLOW",
                                "reportedByTimePeriods": [
                                    {
                                        "periods": [
                                            {
                                                "beginningValue": 12.01,
                                                "count": 31,
                                                "endDate": "2023-12-31",
                                                "endingValue": -12.31,
                                                "max": 12.21,
                                                "mean": -0.006451612903225784,
                                                "median": 0.0,
                                                "min": -12.31,
                                                "standardDeviation": 4.44038703147004,
                                                "startDate": "2023-12-01",
                                                "sum": -0.1999999999999993,
                                                "comparedToCohorts": []
                                            }
                                        ],
                                        "timeIntervalType": "MONTHLY_CALENDAR",
                                        "cohortBenchmarkPeriods": [
                                            {
                                                "startDate": "2023-12-01",
                                                "endDate": "2023-12-31",
                                                "cohortValues": []
                                            }
                                        ]
                                    },
                                    {
                                        "periods": [
                                            {
                                                "beginningValue": 6.24,
                                                "count": 366,
                                                "endDate": "2024-06-23",
                                                "endingValue": 0.0,
                                                "max": 12.21,
                                                "mean": 0.000628415300546442,
                                                "median": 0.0,
                                                "min": -12.31,
                                                "standardDeviation": 2.436596410931794,
                                                "startDate": "2023-06-24",
                                                "sum": 0.22999999999999776,
                                                "comparedToCohorts": []
                                            }
                                        ],
                                        "timeIntervalType": "ANNUALLY",
                                        "cohortBenchmarkPeriods": [
                                            {
                                                "startDate": "2023-06-24",
                                                "endDate": "2024-06-23",
                                                "cohortValues": []
                                            }
                                        ]
                                    }
                                ],
                                "projectedValues": []
                            }
                    ]
```

* Json

```json
"stateAttributes": [
                          {
                              "attributeName": "NET_CASH_FLOW",
                              "reportedByTimePeriods": [
                                  {
                                      "periods": [
                                          {
                                              "beginningValue": 24.02,
                                              "count": 31,
                                              "endDate": "2023-12-31",
                                              "endingValue": -24.62,
                                              "max": 24.42,
                                              "mean": -0.012903225806451568,
                                              "median": 0.0,
                                              "min": -24.62,
                                              "standardDeviation": 8.88077406294008,
                                              "startDate": "2023-12-01",
                                              "sum": -0.3999999999999986,
                                              "comparedToCohorts": []
                                          }
                                      ],
                                      "timeIntervalType": "MONTHLY_CALENDAR",
                                      "cohortBenchmarkPeriods": [
                                          {
                                              "startDate": "2023-12-01",
                                              "endDate": "2023-12-31",
                                              "cohortValues": []
                                          }
                                      ]
                                  },
                                  {
                                      "periods": [
                                          {
                                              "beginningValue": 12.48,
                                              "count": 366,
                                              "endDate": "2024-06-23",
                                              "endingValue": 0.0,
                                              "max": 24.42,
                                              "mean": 0.001256830601092884,
                                              "median": 0.0,
                                              "min": -24.62,
                                              "standardDeviation": 4.873192821863588,
                                              "startDate": "2023-06-24",
                                              "sum": 0.4599999999999955,
                                              "comparedToCohorts": []
                                          }
                                      ],
                                      "timeIntervalType": "ANNUALLY",
                                      "cohortBenchmarkPeriods": [
                                          {
                                              "startDate": "2023-06-24",
                                              "endDate": "2024-06-23",
                                              "cohortValues": []
                                          }
                                      ]
                                  }
                              ],
                              "projectedValues": []
                          }
                    ]
```

#### JSON Fields Description {#json-fields-description-1}

While most of the keys overlap with transactional attributes, the
following are state attributes-specific keys:

|           Key (Datatype)           |                              Description                               |
|------------------------------------|------------------------------------------------------------------------|
| **reportedByTimePeriods** (object) | Value of the "state" over some time periods                            |
| **beginningValue** (number)        | Value of the "state" as reported on the `startDate` of the period      |
| **endingValue** (number)           | Value of the "state" as reported on the `endDate` of the period        |
| **count** (number)                 | Occurrences of the "state" between specified `startDate` and `endDate` |

### Streams {#streams}

Streams are groups of transactions that represent a repeated flow of
funds for some consistent purpose between two parties (or accounts, if the
same entity owns both the source and destination of funds). Examples of
streams include: bi-weekly paychecks from an employer to an employee, a
customer's monthly phone bill paid to a telecom provider, a customer's
monthly transfer from a checking account to an investment account, etc.
Since a stream is just a group of transactions, a transactional
attribute can assign a list of streams to itself if the transactions in
that stream all fit the same classification being described by the
attribute.
* Json

```json
"streams": [
                            {
                                "cadence": 20,
                                "id": "ae6bec67-e1a0-4ff4-8220-8439398a373e",
                                "payee": "walmart",
                                "payor": "JOHN DOE",
                                "recency": 20,
                                "earliestObservedDate": null,
                                "latestObservedDate": null,
                                "count": null,
                                "sum": null,
                                "status": "active",
                                "min": null,
                                "max": null,
                                "mean": null,
                                "median": null,
                                "standardDeviation": null,
                                "minimumCadence": null,
                                "maximumCadence": null,
                                "medianCadence": null,
                                "modeCadence": null,
                                "standardDeviationCadence": null,
                                "transactionIds": [
                                    "128512270764",
                                    "128512270796",
                                    "128512270747",
                                    "128512270771",
                                    "128512270746",
                                    "128512270756",
                                    "128512270773",
                                    "128512270780",
                                    "128512270798",
                                    "128512270758",
                                    "128512268825",
                                    "128512270797",
                                    "128512270776",
                                    "128512268830",
                                    "128512268821",
                                    "128512268816",
                                    "128512268815",
                                    "128512268829"
                                ]
                            },
							{
                                "cadence": 20,
                                "id": "e6ea8ff3-6995-440f-8c6e-9d26bb61b2a4",
                                "payee": "JOHN DOE",
                                "payor": "walmart",
                                "recency": 30,
                                "earliestObservedDate": null,
                                "latestObservedDate": null,
                                "count": null,
                                "sum": null,
                                "status": "inactive",
                                "min": null,
                                "max": null,
                                "mean": null,
                                "median": null,
                                "standardDeviation": null,
                                "minimumCadence": null,
                                "maximumCadence": null,
                                "medianCadence": null,
                                "modeCadence": null,
                                "standardDeviationCadence": null,
                                "transactionIds": [
                                    "128512270757",
                                    "128512270751",
                                    "128512268827",
                                    "128512270770",
                                    "128512270769",
                                    "128512268812",
                                    "128512268817",
                                    "128512268819",
                                    "128512270752",
                                    "128512270753",
                                    "128512270790",
                                    "128512270792",
                                    "128512270768",
                                    "128512268824",
                                    "128512268828",
                                    "128512270791",
                                    "128512270772",
                                    "128512270783",
                                    "128512270784"
                                ]
                            }
                        ]
```

* Json

```json
"streams": [
                            {
                                "cadence": 20,
                                "id": "9ef16f42-baa9-47ba-a936-564ce19fb9ee",
                                "payee": "walmart",
                                "payor": "JOHN DOE",
                                "recency": 20,
                                "earliestObservedDate": null,
                                "latestObservedDate": null,
                                "count": null,
                                "sum": null,
                                "status": "active",
                                "min": null,
                                "max": null,
                                "mean": null,
                                "median": null,
                                "standardDeviation": null,
                                "minimumCadence": null,
                                "maximumCadence": null,
                                "medianCadence": null,
                                "modeCadence": null,
                                "standardDeviationCadence": null,
                                "transactionIds": [
                                    "128512270962",
                                    "128512270955",
                                    "128512270954",
                                    "128512270956",
                                    "128512268805",
                                    "128512270976",
                                    "128512270940",
                                    "128512270960",
                                    "128512268803",
                                    "128512268800",
                                    "128512268799",
                                    "128512270943",
                                    "128512270942",
                                    "128512270938",
                                    "128512268808",
                                    "128512268807",
                                    "128512268793",
                                    "128512270953"
                                ]
                            },
                            {
                                "cadence": 20,
                                "id": "2efb4258-4457-4391-8f40-4bfd973af49a",
                                "payee": "JOHN DOE",
                                "payor": "walmart",
                                "recency": 30,
                                "earliestObservedDate": null,
                                "latestObservedDate": null,
                                "count": null,
                                "sum": null,
                                "status": "inactive",
                                "min": null,
                                "max": null,
                                "mean": null,
                                "median": null,
                                "standardDeviation": null,
                                "minimumCadence": null,
                                "maximumCadence": null,
                                "medianCadence": null,
                                "modeCadence": null,
                                "standardDeviationCadence": null,
                                "transactionIds": [
                                    "128512268809",
                                    "128512270973",
                                    "128512270963",
                                    "128512270935",
                                    "128512268798",
                                    "128512270951",
                                    "128512270961",
                                    "128512270941",
                                    "128512270972",
                                    "128512268801",
                                    "128512270959",
                                    "128512270932",
                                    "128512270939",
                                    "128512268794",
                                    "128512270967",
                                    "128512270952",
                                    "128512270946",
                                    "128512270948",
                                    "128512268802"
                                ]
                            }
                        ]
```

* Json

```json
"streams": [
							{
                                "cadence": 20,
                                "id": "ae6bec67-e1a0-4ff4-8220-8439398a373e",
                                "payee": "walmart",
                                "payor": "JOHN DOE",
                                "recency": 20,
                                "earliestObservedDate": null,
                                "latestObservedDate": null,
                                "count": null,
                                "sum": null,
                                "status": "active",
                                "min": null,
                                "max": null,
                                "mean": null,
                                "median": null,
                                "standardDeviation": null,
                                "minimumCadence": null,
                                "maximumCadence": null,
                                "medianCadence": null,
                                "modeCadence": null,
                                "standardDeviationCadence": null,
                                "transactionIds": [
                                    "128512270764",
                                    "128512270796",
                                    "128512270747",
                                    "128512270771",
                                    "128512270746",
                                    "128512270756",
                                    "128512270773",
                                    "128512270780",
                                    "128512270798",
                                    "128512270758",
                                    "128512268825",
                                    "128512270797",
                                    "128512270776",
                                    "128512268830",
                                    "128512268821",
                                    "128512268816",
                                    "128512268815",
                                    "128512268829"
                                ]
                            },
							{
                                "cadence": 20,
                                "id": "e6ea8ff3-6995-440f-8c6e-9d26bb61b2a4",
                                "payee": "JOHN DOE",
                                "payor": "walmart",
                                "recency": 30,
                                "earliestObservedDate": null,
                                "latestObservedDate": null,
                                "count": null,
                                "sum": null,
                                "status": "inactive",
                                "min": null,
                                "max": null,
                                "mean": null,
                                "median": null,
                                "standardDeviation": null,
                                "minimumCadence": null,
                                "maximumCadence": null,
                                "medianCadence": null,
                                "modeCadence": null,
                                "standardDeviationCadence": null,
                                "transactionIds": [
                                    "128512270757",
                                    "128512270751",
                                    "128512268827",
                                    "128512270770",
                                    "128512270769",
                                    "128512268812",
                                    "128512268817",
                                    "128512268819",
                                    "128512270752",
                                    "128512270753",
                                    "128512270790",
                                    "128512270792",
                                    "128512270768",
                                    "128512268824",
                                    "128512268828",
                                    "128512270791",
                                    "128512270772",
                                    "128512270783",
                                    "128512270784"
                                ]
                            },                            
							{
                                "cadence": 20,
                                "id": "9ef16f42-baa9-47ba-a936-564ce19fb9ee",
                                "payee": "walmart",
                                "payor": "JOHN DOE",
                                "recency": 20,
                                "earliestObservedDate": null,
                                "latestObservedDate": null,
                                "count": null,
                                "sum": null,
                                "status": "active",
                                "min": null,
                                "max": null,
                                "mean": null,
                                "median": null,
                                "standardDeviation": null,
                                "minimumCadence": null,
                                "maximumCadence": null,
                                "medianCadence": null,
                                "modeCadence": null,
                                "standardDeviationCadence": null,
                                "transactionIds": [
                                    "128512270962",
                                    "128512270955",
                                    "128512270954",
                                    "128512270956",
                                    "128512268805",
                                    "128512270976",
                                    "128512270940",
                                    "128512270960",
                                    "128512268803",
                                    "128512268800",
                                    "128512268799",
                                    "128512270943",
                                    "128512270942",
                                    "128512270938",
                                    "128512268808",
                                    "128512268807",
                                    "128512268793",
                                    "128512270953"
                                ]
                            },
                            {
                                "cadence": 20,
                                "id": "2efb4258-4457-4391-8f40-4bfd973af49a",
                                "payee": "JOHN DOE",
                                "payor": "walmart",
                                "recency": 30,
                                "earliestObservedDate": null,
                                "latestObservedDate": null,
                                "count": null,
                                "sum": null,
                                "status": "inactive",
                                "min": null,
                                "max": null,
                                "mean": null,
                                "median": null,
                                "standardDeviation": null,
                                "minimumCadence": null,
                                "maximumCadence": null,
                                "medianCadence": null,
                                "modeCadence": null,
                                "standardDeviationCadence": null,
                                "transactionIds": [
                                    "128512268809",
                                    "128512270973",
                                    "128512270963",
                                    "128512270935",
                                    "128512268798",
                                    "128512270951",
                                    "128512270961",
                                    "128512270941",
                                    "128512270972",
                                    "128512268801",
                                    "128512270959",
                                    "128512270932",
                                    "128512270939",
                                    "128512268794",
                                    "128512270967",
                                    "128512270952",
                                    "128512270946",
                                    "128512270948",
                                    "128512268802"
                                ]
                            }
        ]
```

<br />

#### JSON Fields Description {#json-fields-description-2}

While most of the keys overlap with transactional attributes, the
following are stream attributes-specific keys:

|            Key (Datatype)             |                                                             Description                                                             |
|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
| **cadence** (number)                  | The average number of days elapsed between consecutive transactions in the stream                                                   |
| **id** (string)                       | A randomly generated UUID to uniquely identify the stream                                                                           |
| **payee** (string)                    | The party that is receiving the funds                                                                                               |
| **payor** (string)                    | The party that is sending the funds                                                                                                 |
| **recency** (number)                  | The number of days elapsed since the most recent transaction in the stream                                                          |
| **earliestObservedDate** (string)     | The date-time of the first observed transaction in the stream                                                                       |
| **latestObservedDate** (string)       | The date-time of the last observed transaction in the stream                                                                        |
| **status** (string)                   | Active or inactive, depending on if the duration since the last transaction in the stream exceeds the historically observed cadence |
| **minimumCadence** (number)           | The smallest observed duration of time elapsed between any 2 consecutive transactions in the stream                                 |
| **maximumCadence** (number)           | The largest observed duration of time elapsed between any 2 consecutive transactions in the stream                                  |
| **medianCadence** (number)            | The median number of days elapsed between consecutive transactions in the stream                                                    |
| **modeCadence** (number)              | The most frequently observed number of days elapsed between consecutive transactions in the stream                                  |
| **standardDeviationCadence** (number) | The standard deviation of the number of days elapsed between consecutive transactions in the stream                                 |
| **transactionIds** (object)           | A list of all the transaction IDs that were assigned to the stream                                                                  |

## Testing {#testing}

Refer to [Generating Reports -- Testing](https://developer.mastercard.com/open-finance-us/documentation/products/lend/generating-reports/index.md#testing).

Ensure you use a test profile that contains supported account types such as [Profile_03](https://developer.mastercard.com/open-finance-us/documentation/integration-and-testing/test-the-apis/index.md#oauth-connection-profiles).
