Bank Risk Report
Identifies receipts currently at risk with the remittance bank, showing remittance batch, receipt, and amount by bank branch and account.
Sample build of the Bank Risk Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Bank Branch | Remittance Batch | Receipt | Amount | Risk Status |
|---|---|---|---|---|
| Main Branch | Sample | Sample | $1,240,500.00 | Open |
| Downtown | — | — | $842,150.75 | Posted |
| Main Branch | Sample | Sample | $96,400.00 | Validated |
| Westside | — | — | $1,005,233.10 | Open |
| Main Branch | Sample | Sample | $58,720.40 | Paid |
| Main Branch | Sample | Sample | $1,240,500.00 | Open |
The report identifies receipts currently at risk with the remittance bank — factored with recourse.
$3.1M is at risk, concentrated at one branch — recourse exposure if those receipts dishonor.
Monitor the concentrated branch; factored-with-recourse receipts are a contingent liability until they clear.
This is the report's BI Publisher data model — the SQL data set BI Publisher runs against Oracle tables to produce the output. The same SQL becomes a dbt model in your warehouse, so one definition drives both the formatted report and the analytics layer.
Data sources
The data-warehouse model — one fact surrounded by conformed dimensions (what you slice by) and measures (what you aggregate), expressed as dbt so it migrates with you. Grain: one row per source transaction.
| Element | Type | Definition |
|---|---|---|
| CE_BANK_ACCOUNTS | dimension | dimension |
| AR_RECEIVABLE_APPLICATIONS_ALL | dimension | dimension |
| Amount | measure | measure |
Every source object behind this report. Each linked table has its own page with full column descriptions, drawn from the Oracle BICC lineage and articulated for practitioners.
| Table | Reporting columns | Subject areas |
|---|---|---|
| AR_CASH_RECEIPTS_ALL | 25 | 9 |
| CE_BANK_ACCOUNTS | 9 | 12 |
| AR_RECEIVABLE_APPLICATIONS_ALL | 35 | 2 |
Customization note At-risk exposure is typically rolled into a treasury view alongside maturity and recourse terms. Irvine rebuilds these on your data.