Skip to content
Recorded

All notes  /  Legal

Teams Across Jurisdictions

One system, several legal regimes, and rules that genuinely conflict. Designing for the strictest rather than for the average.

Analysis

An organisation with people in several countries cannot run one set of time rules and call it compliance. The requirements differ in ways that matter.

General orientation, not legal advice.

Where the differences bite

Whether daily working time must be recorded at all, and to what standard.

Retention periods, which range from a couple of years to a decade.

Overtime definitions and thresholds, which differ by country and frequently by sector agreement.

Break entitlements and whether they are paid.

Rest period minimums between shifts and across a week.

Maximum weekly hours and whether an individual opt-out exists.

Whether biometric clocking is permitted, and on what basis.

Works council or representative agreement as a precondition for the system itself.

The design principle

Configure to the strictest applicable rule where a single configuration is needed, and to the local rule where the system supports it.

Not to the average, which is compliant nowhere.

Not to the headquarters jurisdiction, which is the most common error and produces a system that is lawful in one country and not in the others.

Where the strictest rule is disproportionate elsewhere — recording breaks in detail where no duty exists — that is usually acceptable. The reverse never is.

Rules that must be per-jurisdiction

Retention. A single global period either deletes records someone is required to keep, or keeps records someone is required to delete.

Overtime calculation.

Break and rest handling.

Whether the system may operate at all, where works council agreement is required and has not been obtained.

Encode these as configuration, versioned, with the source noted, rather than as logic buried in a report.

Data transfer

Time records are personal data, and moving them between jurisdictions engages transfer rules.

A central system processing European employees' records outside the region needs a transfer mechanism.

Ask the vendor where processing occurs and where data rests, and get it in the contract.

Some organisations keep the statutory record local and transfer only aggregate project effort, which is a clean arrangement and worth considering before the architecture is fixed.

Practical arrangement

One record of duration, locally configured rules, rather than several systems.

A jurisdiction field on every worker, driving the rule set.

A rules table with an owner, reviewed when anything changes legislatively, which in this area is frequently.

Local consultation where required, which cannot be done centrally and cannot be skipped.

What goes wrong

One global retention period.

Overtime calculated on the headquarters rule.

A works council discovering the system after deployment, which in some jurisdictions means it cannot be used.

Break deduction applied globally where some jurisdictions require recording.

A single notice describing the system in one language and one legal frame.

Each of these is cheap to avoid at design time and expensive to unwind, which is the argument for mapping the jurisdictions before choosing the tool.

Mapping before choosing

A table that should exist before any product is evaluated.

Per jurisdiction: is daily recording required, retention period, overtime rules, break treatment, rest minimums, biometric position, works council requirement.

Owned by someone, versioned, with the source noted.

Reviewed when anything changes legislatively, which in this area is frequent.

Then evaluate products against it, because several cannot support per-jurisdiction retention or rules at all — and discovering that after purchase is expensive.

Keeping the statutory record local

An architecture worth considering before the tooling is chosen.

The statutory record stays in its jurisdiction.

Only aggregate project effort is transferred centrally.

Which removes most of the transfer analysis and keeps the retention rules local where they belong.

It costs a more complicated integration and simplifies everything else.

Ask about it during procurement, because retrofitting it to a centralised product is usually impossible.

A useful implementation prompt

During configuration, remote workforce management software can be used as a prompt for questions about fields, ownership and output. Confirm current capabilities with the provider and document any plan, integration or policy assumption behind the decision.