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
Creating a company entity with related persons
- Creates individual person entity records for each director and UBO
- Links them to the parent company entity with the correct role
- 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:- The system looks up previous passing checks for the same entity
- If a valid, non-expired check exists, a
Reusedcheck is created instead of a new one - The reused check references the original check and source case
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
- Case Lifecycle. How cases flow from creation to closure.
- Check Orchestration. How checks are auto-created for entity roles.
- Entities Data Model. Full field reference for entity resources.