A business glossary is the agreed set of definitions for the terms your organisation runs on — active customer, net exposure, delinquent account — with each definition bound to the physical columns that implement it. It is the point where a governance programme stops being a technical exercise and starts requiring decisions that only the business can make.

It is also the phase that programmes underestimate most reliably. Teams budget four weeks for the glossary and spend twelve, because the work is not writing definitions. It is discovering that two departments have been using the same word differently for years, both defensibly, and getting someone to decide which one wins.

That discovery is the point. Resolving it is worth more than the catalog it lives in.

Why definitions are governance rather than documentation

The distinction is easiest to see through a concrete case, and the same one occurs in nearly every bank.

Risk defines an active customer as one with a non-zero balance in the last ninety days. Marketing defines it as one with any interaction in the last twelve months. Regulatory reporting uses a third definition set by the supervisor. All three are correct for their purpose. The organisation has three numbers for "active customers", every one of them defensible, and no way to reconcile a board pack that contains two of them.

Documentation records that this is the situation. Governance changes it — either by declaring one definition canonical and the others explicitly derived, or by giving the three terms distinct names so nobody mistakes one for another. Both are decisions. Neither can be made by IT, and neither happens without someone holding decision rights.

This is why a glossary maintained as a wiki page fails: a wiki records what people believe. A governed glossary records what was decided, by whom, and when.

What a governed term contains

A definition in isolation is nearly useless. A governed term carries six things.

A name and a definition written for a business reader, in one or two sentences, without reference to table names. If the definition mentions a column, it is a data dictionary entry rather than a glossary term.

An owner. A named individual accountable for the definition — normally the business owner of the domain, not the person who typed it in.

Status. Draft, approved, deprecated. A glossary where everything has equal weight cannot be trusted, because readers cannot tell a proposal from a ruling.

Bindings to physical columns. The specific columns, in the specific systems, that implement this concept. This is what converts a glossary from prose into infrastructure: an analyst looking at cst_st_cd sees the approved definition, and a steward looking at the term sees everywhere it is implemented.

Relationships. Which terms this one derives from, contains, or excludes. Active customer relates to customer, dormant account and closed account, and those relationships carry most of the meaning that a standalone sentence loses.

A decision record. What was disputed, what was decided, by whom, on what date, and why. This is the field that experienced governance leads say they wish they had started keeping earlier, because the same argument returns in eighteen months with new people, and without the record it is re-litigated from scratch.

How to run the definition phase

The sequence that works, and the two shortcuts that do not.

Start from reports, not from systems. Take the terms that appear in regulatory submissions and executive dashboards. That is fifty to eighty terms in a domain, not five hundred, and every one of them has a consequence attached, which is what makes people show up to the meeting.

Draft from existing usage, not from first principles. Collect how the term is currently defined in each department — from report specifications, code comments, the analyst who maintains the spreadsheet. Bring the conflicting versions into the room. A glossary written from scratch by a governance team produces definitions nobody recognises, and adoption fails silently.

Time-box the argument. A definition dispute that reaches the forum is settled at that meeting or escalated. Never carried. Definitions carried to the next meeting are carried forever.

Publish deltas, not the whole glossary. When a term changes, notify the people whose reports depend on it — which requires the bindings and the lineage to exist. This is where a glossary stops being passive and starts changing behaviour.

The two shortcuts that fail: defining terms without binding them to columns, which produces a glossary that is technically correct and operationally inert; and defining everything before deciding anything, which produces five hundred draft terms and no rulings.

Multilingual glossaries

In an Azerbaijani institution this is a first-day design requirement rather than a later enhancement.

The organisation runs an Azerbaijani-language core system, a Russian-language legacy application and English-language modern infrastructure. The same concept exists as müştəri, клиент and customer, and no automated matching connects them because they share no characters.

The correct model is one canonical concept carrying language-specific labels, with physical columns from all three system generations bound to that single concept. The incorrect model — and the one that products push you toward if you are not paying attention — is three parallel glossaries, one per language, which immediately drift apart and then require reconciliation nobody has time for.

Retrofitting the correct model after a thousand terms are catalogued is expensive and demoralising, which is why this belongs in the platform evaluation. Ask each vendor to demonstrate a single glossary term with three language labels, bound to columns whose names are in three different scripts, and then to show search working from any of the three. Products that claim localisation will often show a translated interface instead, which solves a different problem entirely.

One practical note: technical terms should stay in English in Azerbaijani and Russian definitions. Data lineage, lakehouse and orchestration are how practitioners in this market actually speak and search, and translating them makes the glossary less usable rather than more.

Keeping it alive after launch

Glossaries decay faster than any other governance artefact, because a definition that was true at approval is silently invalidated by a change in the source system.

Four mechanisms keep one honest.

Review cadence tied to the owner. Each term gets an annual review, staggered so no owner faces fifty at once. A term that has not been reviewed shows its age in the interface.

Change alerts through the bindings. When a bound column is altered or dropped, the term's owner hears about it. This is the practical payoff of binding definitions to physical columns, and it only works if lineage exists.

Usage as a signal. Terms that are never viewed are either wrong, unknown or unnecessary. Usage data tells you which of your definitions are actually load-bearing, and it is the fastest way to prioritise the review effort.

Deprecation rather than deletion. A term that is retired stays visible with a deprecated status and a pointer to its replacement. Deleting it breaks every report specification that referenced it and produces the archaeology problem the glossary was meant to prevent.

What the glossary makes possible

Worth stating, because the glossary is frequently treated as an end in itself.

Approved definitions bound to columns are the precondition for classification, because you cannot decide the sensitivity of a field you cannot name. They are the precondition for meaningful quality rules, because a completeness rule on active customer requires knowing which customers count. And they are increasingly the precondition for AI: a retrieval system or an agent answering questions about business concepts needs the same definitions the humans use, or it produces confidently wrong answers that look plausible — the failure mode behind a large share of shelved AI projects.

An organisation that has settled its fifty most contested definitions has done the hardest part of both its governance and its AI programme, and most of the remaining work is engineering.

Key points

  • A glossary is where governance requires decisions only the business can make. The arguments it starts are the value, not a delay.
  • A governed term carries a definition, an owner, a status, bindings to physical columns, relationships and a decision record. Definitions without bindings are inert.
  • Start from the fifty to eighty terms that appear in regulatory reports and executive decisions, drafted from existing usage rather than from first principles.
  • Time-box disputes. A definition carried to the next meeting is carried forever.
  • Multilingual is a day-one model requirement in this market: one canonical concept, multiple language labels, not three parallel glossaries.
  • Keep technical terms in English in Azerbaijani and Russian definitions — that is how practitioners speak and search.

We implement OvalEdge, including multilingual glossary modelling for Azerbaijani, Russian and English estates. Related reading: data catalog vs data dictionary vs business glossary and metadata management.