SecurePoint USA
SecurePoint USAEnterprise Compliance
Request Demo

The OFAC 50% Rule: Beneficial Ownership and Sanctions Blocking

If an entity is 50% or more owned by SDN-listed persons, it is blocked — even if the entity itself does not appear on any sanctions list. Here is how the rule works, what it means for your compliance program, and how to screen for it.

The rule in plain language

Since August 2014, OFAC has applied the 50% Rule to determine whether an entity is blocked under U.S. sanctions. The rule is straightforward: if one or more persons on the SDN list own, directly or indirectly, 50% or more of an entity in aggregate, that entity is treated as if it were on the SDN list itself.

This means U.S. persons are prohibited from transacting with the entity, even though the entity's name may not appear on any published list. The obligation falls on the screener to identify the ownership relationship.

Strict liability

OFAC violations do not require intent. If you transact with a 50%-owned entity without knowing, the violation still occurred. Having a documented screening program is a mitigating factor — not having one is an aggravating factor.

How aggregate ownership is calculated

OFAC uses two types of ownership for the 50% calculation:

All three types can be combined. A company with 20% direct ownership by one SDN entity, plus 35% indirect ownership through a holding structure by another SDN entity, totals 55% and is blocked.

Example: aggregate indirect ownership

SDN ENTITY A
owns 30%
SDN ENTITY B
owns 25%
TARGET COMPANY X
Aggregate: 30% + 25% = 55% — exceeds 50%. BLOCKED

OFAC vs. BIS: two rules, one methodology

The OFAC 50% Rule and the BIS 50% / Affiliates Rule use the same ownership threshold and similar calculation logic. The key differences:

A single screening system should cover both rules simultaneously. SecurePoint's ownership calculator classifies each hit as either OFAC_50_PERCENT or BIS_AFFILIATE based on which list the sanctioned owner appears on.

What your program needs

  1. Ownership data sources — ICIJ OffshoreLeaks, SEC 13D filings, Companies House, Open Ownership BODS, and manual entries.
  2. Multi-hop graph traversal — recursive algorithm that multiplies ownership at each layer and sums all paths from sanctioned entities.
  3. Aggregate calculation — sum ownership from all SDN/Entity List sources, not just the largest single owner.
  4. Red flag detection — opaque jurisdictions, unknown ownership percentages, shell company indicators.
  5. Documented evidence — the full ownership chain, calculation, and disposition decision in an immutable audit log. This is what you show OFAC in an examination.

How SecurePoint handles OFAC 50%

The SecurePoint Screening API runs ownership traversal automatically on every screening call (when enabled in shadow or enforced mode). The traversal uses a Postgres recursive CTE that walks up to 10 hops through the entity_ownership_edges table, multiplying percentages at each layer and aggregating all paths from SDN-listed entities.

In shadow mode (the default), the ownership result is included in the API response but does not affect risk level or blocking. In enforced mode, entities with aggregate sanctioned ownership ≥ 50% are automatically blocked with full audit trail.

Frequently Asked Questions

What is the OFAC 50% Rule?

The OFAC 50% Rule states that any entity owned 50% or more, in aggregate, by one or more persons on the Specially Designated Nationals (SDN) list is itself considered blocked. The entity does not need to appear on the SDN list by name — the ownership relationship alone triggers blocking obligations.

How does OFAC calculate aggregate ownership?

OFAC aggregates ownership from all SDN-listed persons with a stake in the entity. If SDN Party A owns 30% and SDN Party B owns 25%, the aggregate is 55% — exceeding the 50% threshold. Indirect ownership through intermediaries is calculated by multiplying percentages through each layer (e.g., 80% of 65% = 52%).

How is the OFAC 50% Rule different from the BIS 50% Rule?

The OFAC 50% Rule is enforced by the Treasury Department and applies to the SDN list. The BIS 50% Rule is enforced by the Commerce Department and applies to the Entity List and MEU List. Both use the same ownership threshold and calculation methodology, but they cover different lists and carry different penalty structures.

What happens if I transact with a 50%-owned entity without knowing?

OFAC operates on a strict liability standard — intent is not required for a violation. However, OFAC considers the adequacy of your compliance program when determining penalties. Demonstrating that you have ownership-aware screening in place is a mitigating factor in enforcement actions.

Screen for OFAC 50% ownership automatically

The Screening API performs recursive ownership traversal, aggregate ownership calculation, and returns audit-ready evidence on every call.