Operations

If your compliance data needs a browser, it is not really available

A dashboard is a way to look at data. It is not a way to use it.

Platforms serving regulated lenders usually expose their record through a web interface, sometimes with CSV export. That is enough to answer a question. It is not enough to build a control.

The difference matters because the useful applications of compliance data are continuous, not occasional: your own monitoring, your warehouse, your board reporting, your model inputs, your auditors' sampling. All of those need the data to arrive without a person clicking.

What a browser-only record costs

  • Monitoring becomes a person's recurring calendar entry, so it degrades the first busy week.
  • Your warehouse holds a stale copy assembled by hand, and the reconciliation between it and the source is somebody's side project.
  • Auditors sample from an export you produced, which is a weaker artifact than one they pulled themselves.
  • Anything you want to automate has to be automated against a user interface, which breaks whenever the interface improves.

What to require instead

Read access to your own records through a programmatic interface, scoped to your organization, with credentials distinct from the ones that write. Specifically:

  • Read-only credentials that genuinely cannot write. Refused on every state-changing request before it reaches a handler, not merely lacking a documented write endpoint.
  • Scoped to you. Your programs, your merchants, your loans, and nothing else — including other lenders on the same platform.
  • Attributed. Every read recorded against the credential that made it, so your own access is as auditable as anyone else's.
  • Complete. If a screen shows something the interface cannot return, the record is not really available.

If a number appears on a dashboard and nowhere else, you cannot monitor it. You can only look at it.

The test

Ask whether you could rebuild the vendor's compliance dashboard yourself from their read interface. If yes, the record is available to you. If it needs a screen, you are renting a view of your own data.

The practical version

Ask for read-only credentials during evaluation, not after signing. What you can pull in an afternoon tells you what you will be able to monitor.

Related

All 20 articles

Ask us for the audit pack.

Pick a closed project. We will show you the document you would hand a regulator. If it does not answer the question, nothing else matters.