Skip to content

Common Control Layer

A control is rarely one thing. It is usually several duties bundled into one record because they were written in one paragraph.

The Common Control Layer lets you address those duties individually.


Control elements

A control element is a single clause within a control, with its own normalised statement, its own kind, and its own evidence expectation.

Take a privileged access control:

"Privileged access is granted only through an approved request, is restricted to named individuals, is time-bound to 90 days, is reviewed quarterly, and is revoked immediately on termination."

That is five elements:

ElementKind
Granted only through an approved requestapproval
Restricted to named individualsrestriction
Time-bound to 90 daysrestriction
Reviewed quarterlyreview
Revoked on terminationrevocation

Why elements matter

An obligation about revoking access on termination should map to the revocation clause, not to the whole control.

Mapping to the whole control asserts that everything in it addresses that obligation, which is untrue and produces two specific problems:

  1. Over-claimed coverage. The obligation looks addressed by a five-part control when only one part is relevant.
  2. Unclear evidence. What evidence proves the mapping? Evidence of quarterly reviews does not prove revocation on termination.

Element-level mapping fixes both. The mapping points at the revocation clause, and the evidence expected is evidence of revocation.


Element kinds

KindWhat the clause does
approvalRequires an authorisation before something happens
restrictionConstrains who, what, when or how much
reviewRequires periodic examination
revocationRequires removal or withdrawal
monitoringRequires ongoing observation
reconciliationRequires comparison between two records
reportingRequires information to be provided to someone
escalationRequires a matter to be raised to a higher authority
trainingRequires people to be trained
communicationRequires something to be communicated
resourcingRequires resources to be allocated
oversightRequires a governance body to supervise
recordkeepingRequires records to be created or retained
remediationRequires identified issues to be fixed
otherNone of the above

The first six describe what an access or transaction control does. The governance kinds were added because a compliance charter, a board reporting line or a training mandate had no accurate word among them and everything organisational fell into other, carrying no information.


Elements and evidence

Each element can carry an evidence hint — what would demonstrate this clause operating.

ElementEvidence hint
Granted only through an approved requestApproval records for each grant in the period
Time-bound to 90 daysExpiry configuration and a report of grants exceeding 90 days
Reviewed quarterlyCompleted recertification per in-scope system
Revoked on terminationReconciliation between HR terminations and access removals

Writing these is the fastest route to a realistic expected evidence set, because it forces the question: what would actually prove this?


Element lineage

Elements extracted from a source document carry lineage back to the text they came from, so a reviewer can see the original wording alongside the normalised statement.

Elements have their own status and version, so a clause can be revised without rewriting the whole control.


When to use elements

SituationUse elements?
A control with several distinct dutiesYes
One obligation maps to one clause of a multi-clause controlYes
A single-purpose controlNo — element decomposition adds nothing
A control you are about to split into several controls anywaySplit the control instead

Elements are not a substitute for splitting a control

If two clauses have different owners, different frequencies and different evidence, they are probably two controls, not one control with two elements. Elements are for clauses that genuinely belong to one operational control.


Permissions

ActionPermission
View control elementsmapping.read
Propose a mapping to an elementmapping.propose
Approve an element-level mappingmapping.review

Example

Control CTL-2026-0044 — Privileged Access Management, five elements.

Three obligations from two frameworks map to it:

ObligationMaps toRelationship
"Privileged access shall be approved by the system owner"Element 1, approvalequivalent
"Access rights shall be reviewed at planned intervals"Element 4, reviewsubset — covers the planned interval, not change of employment
"Access shall be removed promptly on termination"Element 5, revocationequivalent

The second mapping is subset at the element level, which is far more informative than a whole-control mapping would be. It says precisely which part of the obligation the element covers, and by implication which part is still unaddressed — change of employment other than termination.

That gap became a finding, and a sixth element was added to the control covering role changes.


Troubleshooting

"I cannot see elements on a control." The control may have none. Elements are created by extraction or added deliberately; not every control has them.

"An element mapping does not appear in the SoA." Only approved mappings appear, whether they target a control or an element.

"Elements duplicate what our control descriptions already say." That is expected. Elements do not replace the description; they make its clauses individually addressable.


OrviQ Enterprise Governance, Risk & Compliance Platform