Skip to main content

Entity Lifecycle

Entities represent the people and companies under investigation. Every case revolves around a primary entity and optionally includes related entities such as directors, UBOs, and shareholders.

Entity types

Zenoo supports two entity types, each with distinct verification requirements:

Entity roles

When an entity is linked to a case, it is assigned a role that determines which checks are required:
For UBOs and Directors, if the entity is assessed as High risk, Source of Wealth (SOW) checks are automatically added as an Enhanced Due Diligence (EDD) requirement.

Verification status lifecycle

Each entity tracks its overall verification status independently of any specific case.

Entity creation

When you create a company entity with directors and UBOs, Zenoo automatically:
  1. Creates individual person entity records for each director and UBO
  2. Links them to the parent company entity with the correct role
  3. Returns all entity tokens in the response

Creating a standalone person entity

Cross-case entity reuse

Entities persist across cases. When a person entity (e.g., a UBO) appears in a new case, Zenoo checks for existing valid checks through the “Verify Once, Reference Many” system:
  1. The system looks up previous passing checks for the same entity
  2. If a valid, non-expired check exists, a Reused check is created instead of a new one
  3. The reused check references the original check and source case
This prevents redundant verification while preserving full provenance.

Check validity periods

Access patterns

Entity-centric access

Retrieve all cases and checks for a specific entity:

Case-centric access

Retrieve all entities linked to a specific case:

Next steps