Skip to main content

Start here

This guide contains public integration notes for Jersey. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.

Jersey coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.

Data Sources

All Jersey company data and documents come from the Jersey Financial Services Commission (JFSC).
  • JFSC public register: Basic identity information, including legal name, registration number, status, legal form, and registration date.
  • Entity Profile Report: The official trade register extract. Where offered, it supplies detailed company information and any directors, capital, or shareholders disclosed in the report.
  • Certificate of Business Name Registration: Confirms the registration of a trading name. It is available as a separate document and does not replace the Entity Profile Report for detailed company data.
Document availability depends on what JFSC offers for the individual entity. An active or registered status does not guarantee that an Entity Profile Report exists. Request availableDocuments to see the supported documents available for that entity.

Company Identifiers

Query Identifiers

Preserve prefixes: RBN14929 and 14929 identify different registrations. Use the complete identifier returned by search.

Identifiers in API Response

Once you retrieve company data, the identifiers object contains:

Search Capabilities

Search Performance: Use registration number searches for best performance and exact matching. Name searches include previous names by default and may return many results across all entity types.
Search uses the JFSC API directly. Both name and ID searches query the JFSC Registry Search API in real time. Name searches include previous/historical names to help find renamed entities.

Company Status

Company status is derived deterministically from the JFSC Registry status field, then AI-enriched with standardized status and closure reason.
For inactive entities (Dissolved, Struck Off, Cancelled, Wound Up, Removed), the Entity Profile Report is not available from the JFSC. This means legal representatives, shareholders, capital, and registered address cannot be extracted for inactive companies — only basic data (name, status, legal form, registration date) is returned from the search API.
Jersey entities are classified by type from the JFSC Registry. The local name is preserved verbatim and AI-enriched with an English translation, standardized company type, and ISO 20275 (ELF) code.

Private & Public Companies

Partnerships

Special Entities

Because legal form standardization and ISO 20275 assignment are AI-enriched, exact mappings may evolve. The local JFSC entity type is always preserved verbatim in the localName field.
Legal representatives are extracted from the Entity Profile Report PDF using AI parsing. The report lists directors and secretary in a “Directors and Secretary” or equivalent section.
Corporate directors are supported — when a company serves as a director, it is marked as type company (legal entity). Individual directors include first name, last name, birth date (month/year), nationality, and residence address when available in the document.

Other Key Persons

Legal representatives and other key persons are only available for active entities. Inactive entities (Dissolved, Struck Off, Cancelled) do not have an Entity Profile Report available, so no directors or secretaries can be extracted.

Shareholders

Shareholders are extracted from the Entity Profile Report PDF using AI parsing when shareholder information is disclosed in the document.

Extraction Logic

Ownership Fields

Share Types

Private Jersey companies are not required to publicly disclose shareholders. When shareholder data is not in the Entity Profile Report, an empty array is returned. Shareholder data is never available for inactive entities.
Wholly-Owned Subsidiary Pattern: Many Jersey companies have only 1 share issued despite higher authorized capital. A single shareholder holding 1 share is correctly interpreted as 100% ownership.

Activity Code Mapping

Jersey does not provide activity codes or industry classification through the JFSC Registry. There are no SIC, NACE, or ISIC codes available for Jersey companies.
The JFSC Registry does not include industry classification data in its company records. As a result, no activity codes (NACE, ISIC, SIC, or local classification) are returned for Jersey entities.

Data Availability Matrix

Legend: ✅ Available | ❌ Not Available | ⚠️ Conditionally Available | Sync = Synchronous | Async = Asynchronous

Documents by Company Type

The certificate carries subType: "business_name_registration_certificate". A business name is a trading name registered by an individual or a company; its registration does not establish which legal form the holder has.
Some active business names have a registration certificate but no Entity Profile Report. The document list reflects the supported products currently offered by JFSC for the requested entity. Inactive entities generally have no Entity Profile Report; basic company information remains available from the public register.
Retrieved documents are reused for 24 hours. Set X-Topograph-No-Cache: true to request a fresh retrieval.

Example API Responses

All examples use placeholder data. Query: POST /v2/company with { "id": "<id>", "countryCode": "JE", "dataPoints": ["company", "legalRepresentatives"] }
Note: Inactive companies return only basic data (name, status, legal form, registration date). No legal representatives, shareholders, address, or capital — the Entity Profile Report is not available for inactive entities.
Documents are returned when "dataPoints": ["availableDocuments"] is requested.
All documents are PDF format in English.

Quirks & Gotchas