Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/lending/features/excel-download-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,21 @@

You can also generate and download the **data export** report by clicking the **Export data** button on any of the Lending screens of the Portal.

#### Report retention

Lending reports are subject to two layers of retention:

- **Time-based:** all reports are retained for approximately 90 days from generation, after which they are automatically removed.

Check warning on line 223 in docs/lending/features/excel-download-overview.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'they're' instead of 'they are'. Raw Output: {"message": "[Google.Contractions] Use 'they're' instead of 'they are'.", "location": {"path": "docs/lending/features/excel-download-overview.md", "range": {"start": {"line": 223, "column": 99}}}, "severity": "INFO"}

Check warning on line 223 in docs/lending/features/excel-download-overview.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('are retained'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('are retained').", "location": {"path": "docs/lending/features/excel-download-overview.md", "range": {"start": {"line": 223, "column": 31}}}, "severity": "INFO"}
- **Count-based (categorized bank statements only):** only the most recent report is retained. When a new report is generated, the previous report is immediately deleted, even if it is still within the 90-day window.

Check warning on line 224 in docs/lending/features/excel-download-overview.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'it's' instead of 'it is'. Raw Output: {"message": "[Google.Contractions] Use 'it's' instead of 'it is'.", "location": {"path": "docs/lending/features/excel-download-overview.md", "range": {"start": {"line": 224, "column": 180}}}, "severity": "INFO"}

Check warning on line 224 in docs/lending/features/excel-download-overview.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is generated'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is generated').", "location": {"path": "docs/lending/features/excel-download-overview.md", "range": {"start": {"line": 224, "column": 114}}}, "severity": "INFO"}

Check warning on line 224 in docs/lending/features/excel-download-overview.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is retained'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is retained').", "location": {"path": "docs/lending/features/excel-download-overview.md", "range": {"start": {"line": 224, "column": 83}}}, "severity": "INFO"}

Check warning on line 224 in docs/lending/features/excel-download-overview.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/lending/features/excel-download-overview.md", "range": {"start": {"line": 224, "column": 17}}}, "severity": "INFO"}

Because categorized bank statements are cumulative — each report contains all transactions from connected accounts to date — the latest report always includes all data from prior reports. We recommend fetching the most recent report using the [`/latest` endpoint](/lending-api#/operations/get-categorized-bank-statement) rather than storing and re-requesting a specific `reportId`.

Check failure on line 226 in docs/lending/features/excel-download-overview.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.EmDash] Don't put a space before or after a dash. Raw Output: {"message": "[Google.EmDash] Don't put a space before or after a dash.", "location": {"path": "docs/lending/features/excel-download-overview.md", "range": {"start": {"line": 226, "column": 123}}}, "severity": "ERROR"}

Check failure on line 226 in docs/lending/features/excel-download-overview.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.EmDash] Don't put a space before or after a dash. Raw Output: {"message": "[Google.EmDash] Don't put a space before or after a dash.", "location": {"path": "docs/lending/features/excel-download-overview.md", "range": {"start": {"line": 226, "column": 51}}}, "severity": "ERROR"}

:::note 404 on older report IDs

Requesting a superseded `reportId` via `GET /reports/{reportId}` returns a **404** response. This is expected — the report has been removed by the retention policy, not due to an error. Always use `/latest` to reliably retrieve the current report.

:::

---

## Read next
Expand Down
Loading