Introduction: The Regulatory Imperative for Beneficial Ownership Transparency

In recent years, global financial watchdogs—including the Financial Action Task Force (FATF)—and domestic regulators such as the Central Bank of Nigeria (CBN) and the Corporate Affairs Commission (CAC) have placed corporate transparency at the center of Anti-Money Laundering (AML) enforcement.

Under the Companies and Allied Matters Act (CAMA 2020), any individual who holds 5% or more of shares, voting rights, or significant control over a registered corporate entity qualifies as a Person with Significant Control (PSC). Financial institutions and enterprise service providers are legally obligated to verify beneficial ownership before opening corporate accounts or issuing business loans.

The Limitation of Basic CAC Searches

Legacy corporate lookup APIs typically return only surface-level company metadata:

  • Company RC, BN, or IT Registration Number
  • Registration Name and Business Status (Active / Inactive)
  • Registration Date and Registered Office Address

While useful, basic data fails to reveal complex ownership structures, shell company setups, or nominee directors who shield true controlling beneficiaries from regulatory oversight.

Enter NiNCheck CAC Premium GraphQL API

NiNCheck’s `cacpremiumVerification` GraphQL service solves this data deficit by interfacing directly with the CAC central database to extract full corporate governance, shareholding allocations, and affiliate profiles in a single sub-second query execution.

Sample CAC Premium GraphQL Query GraphQL Endpoint
mutation {
  cacpremiumVerification(rcNumber: "RC1234567") {
    status
    company {
      rcNumber
      companyName
      status
      registrationDate
      headOfficeAddress
      shareCapital
    }
    directors {
      name
      designation
      address
      shareholdings
    }
    affiliates {
      affiliateName
      rcNumber
      relationshipType
    }
  }
}

What CAC Premium Returns

Directors & Key Personnel

Full names, registered residential addresses, appointment dates, and assigned roles for all active board directors.

Share Capital & Ownership

Total authorized share capital breakdown, paid-up shares, and exact percentage distribution across equity holders.

PSC Disclosures

Identification of individuals holding significant control or voting rights, enabling instant PEP & Sanctions screening.

Subsidiary & Affiliate Entities

Cross-linked business entities, parent holding companies, and registered business names (BN).

Use Cases for Financial & Legal Institutions

  1. Automated B2B Bank Account Opening: Streamline corporate customer onboarding by auto-populating corporate governance details and eliminating manual document upload delays.
  2. Commercial Loan Underwriting: Evaluate parent-subsidiary relationships and capital structure before granting credit lines to commercial entities.
  3. Vendor Due Diligence: Validate government contractors and enterprise suppliers against official CAC records to prevent shell organization procurement fraud.

Integrate CAC Premium Search Today

Empower your compliance team with sub-second corporate beneficial ownership data.

Request API Keys