Corporate Overview

v4.2.1 • Schema Registry Active • Last Sync: 2026-01-15T08:30:00Z

Entity Count

412

ParentSubsidiaryJoint Venture

Active Schemas

89

JSON-LDOpenAPIXML

Compliance Status

98.4%

GDPRSOXISO27001

Organization Graph (Core Nodes)

Entity IDNameTypeStatusSchema Version
AZ-0001Aevum Zenth ConglomerateParent CorpActive4.2.0
AZ-0142Zenth Digital SystemsDivisionActive3.1.4
AZ-0389Aevum Energy & PowerDivisionActive2.8.1
AZ-0217Zenth Health SciencesDivisionAudit Pending4.0.0

Core Organization Schema (JSON-LD / Schema.org)

{ "@context": "https://schema.org", "@graph": [ { "@type": "Organization", "name": "Aevum Zenth Conglomerate", "legalName": "Aevum Zenth Global Holdings Ltd.", "identifier": { "@type": "PropertyValue", "name": "LEI", "value": "AZ-LEI-8940217X" }, "subOrganization": [ { "@type": "Organization", "name": "Zenth Digital Systems", "divisionType": "Technology" }, { "@type": "Organization", "name": "Aevum Energy & Power", "divisionType": "Utilities" }, { "@type": "Organization", "name": "Zenth Health Sciences", "divisionType": "Healthcare" } ], "contactPoint": { "@type": "ContactPoint", "contactType": "Corporate Registry", "availableLanguage": ["en", "zh", "ar", "es"] } }, { "@type": "DefinedTerm", "name": "AZTaxonomy", "inDefinedTermSet": { "@type": "DefinedTermSet", "name": "Internal Entity Classification" } } ] }

Divisional Schema Contract (OpenAPI 3.0 Excerpt)

/ "/api/v2/divisions": { "get": { "operationId": "listDivisions", "responses": { "200": { "description": "Paginated division entities", "content": { "application/json": { "schema": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/Division" } }, "meta": { "$ref": "#/components/schemas/Pagination" } } } } } } } } }, "components": { "schemas": { "Division": { "type": "object", "properties": { "divisionId": { "type": "string", "format": "uuid" }, "legalName": { "type": "string" }, "taxClass": { "type": "string", "enum": ["Operating", "Holding", "JV", "Trusted"] }, "governanceLevel": { "type": "integer", "minimum": 1, "maximum": 5 } } } } } }

Compliance Frameworks

StandardScopeNext Audit
ISO 27001Information Security2026-06-15
SOC 2 Type IIData Privacy & Operations2026-04-22
SOX 404Financial Reporting2026-03-30
GDPR / CCPAConsumer DataContinuous

Reporting Hierarchy

  • └── Board of Directors
  • │ └── Executive Committee (ExCo)
  • │ ├── Chief Corporate Officer
  • │ ├── Chief Technology Officer
  • │ └── Chief Compliance Officer
  • └── Divisional General Managers → Schema Owners

Internal API Endpoints

EndpointMethodAuthDescription
/api/v2/entitiesGETOAuth2 (Service)Query organization graph
/api/v2/schemas/validatePOSTBearer TokenValidate division payload against registry
/api/v2/compliance/reportsGETRBAC (Admin)Fetch audit logs & compliance status
/webhooks/entity-updatesPOSTSignature VerificationStream real-time org changes

SDK & Documentation

npm install @aevumzenth/sdk-ts

TypeScript client for schema validation & entity sync

pip install aevum-zenth-core

Python wrapper for governance APIs & report generation