DataQubeDataQube
Customers/Public Financial Institution

Workflow for regulated financial institutions · regulated LSI

A governed path from supervisory request to defensible answer

Supervisory requests often send finance, risk, and regulatory-reporting teams searching through legacy queries, spreadsheets, prior reports, and undocumented conventions under deadline pressure. This representative workflow shows how a bank can turn that work into governed self-service—where each answer remains connected to its source data, access decision, methodology, and audit record.

Up to 70% faster
Supervisory-request turnaround
One governed platform
Finance, risk, treasury, and control functions
Evidence attached
Source data, methodology, access decision, and audit record

The problem: every request is archaeology

Supervisory requests can arrive with short deadlines and touch data across the core banking system, the risk warehouse, reporting files, and decades of conventions that were never written down.

The people who know where the logic lives become a human query interface: translating requests into SQL, reconciling definitions, and explaining the result after the fact. Even when the number is correct, the evidence behind it is often scattered across systems and difficult for a reviewer to reconstruct.

Typical supervisory-request turnaround

typical working days
Capital and RWA
9
Liquidity
7
Exposure detail
11
With a governed workflow
2–3 d

Illustrative turnaround ranges. Actual results depend on source-system readiness, workflow complexity, and review requirements.

A general-purpose AI assistant does not solve this problem. Shared-cloud deployment may be unacceptable for bank data, and an answer the institution cannot defend line by line is worse than no answer.

The issue is not simply getting an answer. It is producing one the bank can explain, evidence, and stand behind.

Working the problem

Here is a supervisory request worked end to end as one governed session, drawn from real customer conversations. Every stage below is a real platform surface: the definitions it recalled, the queries it ran, the evidence it attached.

The question
The supervisor has asked for our commercial real estate exposure — concentration against internal limits, with the methodology behind the numbers. Can you pull this together with the evidence attached?
DataQube
I'll build this as a reviewer-ready answer. Let me recall the validated CRE segment definition, run read-only queries against the risk warehouse, compare each segment to its internal sub-limit, and keep the audit reference for every call.
Based on real customer conversations — all data fictional.

The answer starts from what the bank has already validated—not from a blank query editor.

What the team already knew
Recalled from memory
CRE segment definitionlending secured on income-producing real estate · internal taxonomy v4 · validated
Exposure aggregation templatevalidated · recalled in 23 runs
Reporting-date conventionsupervisory figures use month-end drawn exposure — commitments reported separately

The conventions that often live in a few experienced employees' heads become validated institutional memory:

  • Reporting-date conventions
  • Product-code mappings
  • Restatement boundaries
  • Approved methodology definitions
  • Desk- and function-specific data-selection rules

Every query runs read-only against the risk warehouse, each with its audit reference—a reviewer can replay the trail.

Governed execution
Click a call to see what ran and why · every call audited
sqlCRE exposure by segment vs sub-limits
done
SELECT l.segment,
       SUM(l.drawn_amount) / 1e9                   AS exposure_bn,
       SUM(l.drawn_amount) / t.loan_book_total     AS share_of_book,
       f.sub_limit_pct,
       f.sub_limit_pct - SUM(l.drawn_amount) / t.loan_book_total AS headroom_pp
FROM   loan_book l
JOIN   limit_framework f USING (segment)
CROSS  JOIN loan_book_totals t
WHERE  l.cre_flag = TRUE AND l.as_of = '2026-09-30'
GROUP  BY l.segment, f.sub_limit_pct, t.loan_book_total
ORDER  BY share_of_book DESC;
SegmentExposure% of bookSub-limitHeadroom (pp)
Office€1.95bn5.5%6.0%+0.5
Retail€0.90bn2.5%4.0%+1.5
Residential€0.75bn2.1%4.0%+1.9
Logistics€0.45bn1.3%3.0%+1.7
Hotels€0.15bn0.4%1.5%+1.1

Drawn exposure · month-end Sep 2026 · loan book €35.6bn

Concentration only means something against the board-approved limits—pulled from the same governed source and computed in the same record.

The analysis
DataQube
Total CRE is €4.2bn — 11.8% of the loan book against the 12.5% internal limit, so the aggregate position is within appetite. The segment to watch is Office: 5.5% of the book against a 6.0% sub-limit, which is 92% utilisation.

Total CRE share of loan book

Six quarters vs 12.5% internal limit

Demo data.

CRE book by LTV band

Drawn exposure · month-end Sep 2026

When a supervisor asks how a figure was produced, the institution can export the complete chain:

  • The question as asked
  • The governed queries and tools that ran
  • The source systems and result-set metadata used
  • The reporting convention or methodology applied
  • The file sections cited
  • The access decision and validation history behind the result
The finding — evidence attached
Key finding

Office CRE is at 92% of its internal sub-limit

Office exposure of €1.95bn is 5.5% of the loan book against a 6.0% sub-limit, driven by drawdowns on two 2024-vintage facilities. Aggregate CRE remains within appetite at 11.8% vs the 12.5% limit, and 84% of the book sits at or below 70% LTV. Every figure carries its query, methodology, and audit reference.

3 audited tool calls · 3 memory items · 3 checks passed · as of Sep 30, 2026 month-end
Saved to memory
Office CRE headroom0.5 pp to sub-limit, driven by two 2024 facilities — candidate, pending your validation
Synthetic illustrative provenance exportjson
{  "claim": "Office CRE utilisation: 92% of sub-limit",  "derived_from": [    {      "query": "evt-4c19d2",      "source": "risk_warehouse.loan_book",      "rows": 18204,      "as_of": "2026-09-30"    },    {      "query": "evt-4c19d3",      "source": "limit_framework",      "version": "current"    },    {      "memory": "def-cre-taxonomy-v4",      "status": "validated",      "validated_by": "Group Risk Methodology"    }  ],  "produced_in": "thread/supervisory-cre-request"}

The export is not a retrospective reconstruction. It is generated from the governed workflow that produced the answer.

The response pack stages itself—exposures, trend, credit quality, and the methodology page, ready for review.

The deliverable
DataQube
I've assembled the supervisory response pack — exposures, concentration, trend, credit quality, and the methodology page. The full evidence chain from question to queries, rows, and audit references exports with it.
PresentationCRE exposure — supervisory response
5 slides
Supervisory request · October 2026CRE exposure & concentration — response pack
ConcentrationOffice is the segment to watch
TrendCRE share has grown 1.4 pp over six quarters
Credit quality84% of the book at or below 70% LTV
MethodologyHow every figure was produced

The deployment: private cloud, the bank's keys

DataQube runs inside the bank's own environment—private cloud, on-premise Kubernetes, or air-gapped infrastructure—with customer-controlled keys and no required external calls.

Read-only database access is enforced at the database layer, with row limits and timeouts. Single sign-on maps the bank's existing identity groups to roles. Need-to-know rules become enforceable policy rather than a spreadsheet maintained by hand.

Typical rollout path
A representative rollout starts with deployment, identity, and audit integration, then brings one live reporting workflow under governance before scaling to additional functions by policy.
Foundation

Deployment, identity, and audit integration

Deploy into the bank's approved environment, integrate with its identity provider, and send structured audit events to the existing SIEM.

First reporting workflow

A live supervisory question, end to end

Connect approved risk and finance sources. Turn a real reporting question into a governed analytical thread with evidence attached.

Controls review

Test the system the way audit will

Review access controls, logging, change tracking, and data minimization. Validate that denials, data reads, and configuration changes are visible and exportable.

Scale by policy

More functions, the same guardrails

Add finance, treasury, controlling, and risk workspaces while applying information barriers and data-access rules consistently across the organization.

Representative deployment profile
Private-cloud, on-premise, or air-gapped Kubernetes, with customer-managed keys end to end and OIDC single sign-on. Database connections are read-only, with mandatory row limits and timeouts, and structured audit events export to the bank's SIEM. Department workspaces and information barriers are expressed as policy - and nothing leaves the environment: no data egress, no telemetry, no license callbacks.

What audit can test

A bank does not become self-service by giving every team a chatbot. It becomes self-service when people can answer questions independently within controls that security, risk, and audit can trust.

A credible platform should make its controls observable—not merely describe them in a security questionnaire.

  • Whether authorization denials are recorded, including the policy that produced them
  • Whether a user can query outside the scope they were granted
  • Whether read-only controls, row limits, and timeouts are enforced at the data layer
  • Whether the audit record is append-only and exportable to the institution's SIEM
  • Whether configuration changes and policy updates are visible and attributable

The goal is not a cleaner compliance narrative. It is evidence that controls operate in the real workflow.

What changes for the bank

Faster supervisory response
Teams spend less time locating logic and rebuilding prior work, and more time reviewing the answer and its implications.
Defensible answers by construction
Every answer can retain the evidence needed to explain how it was produced.
Controls that operate in the workflow
Access policies, read-only scopes, audit events, and data minimization are part of the platform—not a manual process around it.
Institutional knowledge that scales
Validated conventions become durable and available to new teams and new joiners without creating new shadow processes.

A governed answer is a better answer

For regulated reporting, speed without evidence creates risk. Evidence without usable workflows creates delay.

DataQube gives banking teams a governed path from question to answer—inside the bank's own environment, with the controls and provenance needed for review.

Request a walkthrough of the banking workflow.

Deploys in your cluster - nothing leaves

See your data answer questions - without leaving your infrastructure

Thirty minutes with an engineer: live product, deployment options, and your security team's questions answered by someone who wrote the code.