← Back

2026-07-21

The Regulatory Correspondence Problem: Why the Data Behind a Single Regulator Inquiry Takes Longer to Reconstruct Than the Answer It Proves

A regulator sends a letter. It references a specific line in a specific submission from Q3 of the previous year. The question is narrow, almost surgical: why does this figure differ from the aggregate reported in another return, or how was this exposure classified given a rule that was clarified six months later.

The answer, on paper, is usually a paragraph. Sometimes a single sentence. The work behind that paragraph is where firms discover what they actually built.

The Output Was Never the Hard Part

Most regulatory pipelines in Turkish banks and insurance companies were engineered for one thing: producing the submission on time, in the correct format, passing the validation rules of the receiving system. That is a real engineering achievement and I do not want to minimize it. XBRL taxonomies change, EGM sigorta bilgi formatları evolve, BDDK adds new fields, and the pipeline keeps delivering.

But ask the same pipeline to answer a question about itself eighteen months later and it goes silent.

None of these changes were wrong. They were correct responses to a moving environment. The problem is that the environment moved without leaving footprints.

What a Regulator Inquiry Actually Requires

When EGM or BDDK asks a targeted question, answering it defensibly requires four things reconstructed to a specific point in time:

  1. The exact input data that fed the submission — not today's version of those tables, not a backup that is close enough, but the rows and values that existed on the extraction date.
  2. The pipeline version that transformed that data — including which stored procedures, which mapping versions, which lookup tables.
  3. The business rules and parameters active at that moment — thresholds, classification hierarchies, exclusion lists, currency conversion sources.
  4. The manual interventions that occurred — the override on record 47,382 that the operations team applied because a customer's TCKN had a legacy formatting issue.

Most firms can produce one of these four with confidence. Some can produce two. Very few can produce all four for a submission made a year ago.

The Concrete Example

A life insurance company receives a question about the reserve calculation for a specific product cohort in a submission from fifteen months earlier. The regulator wants to understand why the reserve moved by a particular amount between two consecutive quarters.

The answer is knowable. The actuarial team reruns the calculation and produces a number. But the number does not match the submitted figure by a small amount — perhaps 0.3 percent. Now the real work begins:

Each of these is defensible on its own. Together, they mean the company cannot reproduce its own reported figure without an archaeological expedition through Git history, DBA change logs, and email threads.

The answer to the regulator will be written. It will be correct. But it will take three weeks of senior analyst time to justify a figure that was generated automatically in twenty minutes.

What Should Have Been Preserved

The fix is not more storage. Firms already store terabytes. The fix is preserving the right things with the submission itself:

None of this is technically difficult. It is architecturally unfashionable because it adds cost and complexity to a pipeline whose visible job is to produce an output. The invisible job — proving the output later — is what most designs neglect.

The Contrarian Point

Data teams tend to measure themselves on delivery. Submissions filed, deadlines met, validation errors resolved. These are the wrong metrics if you also care about defensibility. A pipeline that produces the correct submission but cannot reconstruct its own reasoning is a liability disguised as an asset.

The firms that handle regulator inquiries best are not the ones with the fastest pipelines. They are the ones that treated every submission as a legal artifact from the moment it was produced, and built preservation into the pipeline rather than bolting audit onto the outside.

The question from EGM or BDDK is never really about the answer. It is about whether you can still see what you saw on the day you answered the first time. Most firms cannot. That is the problem worth solving before the next letter arrives.