Constitutional Institution · Sovereign Grade
← Institution

Legal, Governance & Trust Framework

The constitutional architecture of EATG Global Capital — a sovereign enterprise framework built on treaty-grade legal instruments, layered governance, and an immutable trust covenant.

A Sovereign Charter for Intergenerational Stewardship

The Charter

EATG operates under an original sovereign charter that establishes the enterprise as an autonomous institutional entity. The Charter defines the purpose, powers, and limitations of the enterprise across generations, binding all successors to the founding covenant.

Intergenerational Covenant

The Covenant is the supreme governing instrument, ranking above all operational documents. It establishes the permanent mission, ethical boundaries, and structural safeguards that no generation may alter. The Covenant is enforced by the Board of Governors.

Regulatory Architecture

The constitutional framework integrates with global regulatory standards including FATF recommendations, EU AML Directives, and equivalent regimes across all jurisdictions of operation. Enterprise law takes precedence where compatible with host-state obligations.

Succession & Perpetuity

Constitutional provisions govern leadership succession, ensuring continuity of mission and preservation of institutional memory. The Charter encodes a perpetual governance mechanism that survives changes in management, ownership, or domicile.

Treaty-Grade Legal Instruments

The enterprise is bound by a hierarchy of legal instruments that together form the complete governance framework. Each instrument addresses a distinct domain of institutional authority and obligation.

Instrument Domain Authority Amendment
Intergenerational Covenant Mission, Ethics, Structural Limits Unanimous Board of Governors Prohibited
Charter of Establishment Powers, Governance, Succession Board of Governors Supermajority & Covenant Review
Trust Deed Beneficial Ownership, Asset Segregation Trust Protector & Board Protector Consent Required
Governance Protocol Decision Rights, Committee Structure Executive Committee Board Approval
Compliance Mandate AML/CFT, Sanctions, Regulatory CCO & Compliance Committee Regulatory Alignment Review
Risk Framework Risk Appetite, Limits, Reporting Risk Committee Annual Board Confirmation

Layered Authority & Distributed Oversight

Governance is structured across four authority layers, each with defined powers, accountabilities, and checks. No single layer exercises sovereign authority — power is distributed by design.

Layer I

Board of Governors

Supreme authority for constitutional interpretation, Covenant enforcement, and appointment of senior officers. Composed of independent members with intergenerational tenure.

Layer II

Executive Committee

Operational governance authority. Directs enterprise strategy, approves major transactions, and oversees risk appetite within constitutional boundaries.

Layer III

Independent Oversight Bodies

CCO, Chief Risk Officer, Trust Protector, and Internal Audit operate independently of executive management with direct reporting lines to the Board.

Layer IV

Operational Management

Day-to-day execution within clearly defined delegations, subject to oversight and control frameworks. No operational decision may contravene constitutional limits.

Asset Segregation & Beneficial Ownership

Structure

Segregated Trusts

Each asset class is held in a legally distinct trust structure. Trust assets are ring-fenced from enterprise liabilities and are not available to creditors of the enterprise.

Protection

Trust Protector

An independent Trust Protector monitors compliance with trust deeds and has authority to block any action that would breach the terms of the trust or prejudice beneficiary interests.

Accounting

Beneficial Ownership Register

A confidential register of beneficial owners is maintained in accordance with the trust deed and applicable regulatory requirements, subject to governance access protocols.

Custody

Independent Custodians

Assets are held by regulated third-party custodians selected through a rigorous due diligence process. No enterprise officer may directly control trust assets.

Verification

Periodic Attestation

External auditors verify asset existence, segregation, and custody arrangements on a quarterly basis. Attestation reports are submitted directly to the Board of Governors.

Continuity

Succession Protocols

In the event of dissolution or succession, trust assets pass directly to designated beneficiaries, bypassing enterprise administration. This ensures intergenerational integrity.

Independent Oversight & Constitutional Enforcement

Active

Chief Compliance Officer

The CCO operates with full independence from executive management, reporting directly to the Board of Governors. The CCO has authority to halt any activity that presents material compliance or constitutional risk.

Reporting Line Board of Governors
Veto Power Constitutional & Compliance Risks
Budget Independent of Management
Active

Internal Audit

Internal Audit provides independent assurance on governance, risk management, and control processes. All findings are reported directly to the Audit Committee without management filter.

Reporting Line Audit Committee
Scope Unrestricted Access
Frequency Continuous & Quarterly
Active

Risk Management

Enterprise-wide risk management framework identifying, measuring, monitoring, and reporting all material risks. The Risk Committee sets limits independent of business lines.

Framework Three Lines of Defense
Risk Appetite Conservative
Stress Testing Quarterly Scenarios
Active

AML/CFT Program

A comprehensive anti-money laundering and counter-financing of terrorism program aligned with FATF standards, covering customer due diligence, transaction monitoring, and suspicious activity reporting.

Alerts (MTD) 2,847
SARS Filed 142
Testing Completion 100%

All oversight mechanisms operate under the authority of the Intergenerational Covenant and may not be suspended, reduced, or overridden by executive action.

═══════ const railData = [ { sym: 'COMPLIANCE', status: 'ACTIVE' }, { sym: 'AML/CFT', status: 'OPERATIONAL' }, { sym: 'SANCTIONS', status: 'MONITORED' }, { sym: 'REGULATORY', status: 'COMPLIANT' }, { sym: 'TESTING', status: '100%' }, { sym: 'TRAINING', status: '100%' }, { sym: 'SARS', status: '142' }, { sym: 'ALERTS', status: '2,847' }, { sym: 'INTEGRITY', status: '99.99%' }, { sym: 'CCO', status: 'INDEPENDENT' }, ]; function buildRail() { const track = document.getElementById('railTrack'); if (!track) return; const render = () => railData.map(r => `
${r.sym}${r.status}
` ).join(''); track.innerHTML = render() + render(); } buildRail(); // ═══════════ LIVE DATA SIMULATION ═══════════ function updateDataValue(id, value) { const el = document.getElementById(id); if (!el) return; const old = el.textContent; if (old !== value) { el.textContent = value; el.classList.remove('flash-up', 'flash-down'); void el.offsetWidth; el.classList.add(Math.random() > 0.5 ? 'flash-up' : 'flash-down'); } } setInterval(() => { const alerts = 2840 + Math.floor(Math.random() * 20); updateDataValue('amlAlerts', alerts.toLocaleString()); const sars = 140 + Math.floor(Math.random() * 5); updateDataValue('sarsFiled', sars.toString()); const highRisk = 0; updateDataValue('highRisk', highRisk.toString()); const testing = 100; updateDataValue('testingCompletion', testing.toString() + '%'); }, 5000); // ═══════════ SMOOTH SCROLL ═══════════ document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { const target = document.querySelector(this.getAttribute('href')); if (target) { e.preventDefault(); target.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }); }); (function() { 'use strict'; const triggers = document.querySelectorAll('.sov-trigger'); const megas = document.querySelectorAll('.sov-mega'); const nav = document.getElementById('sovNav'); const mobileToggle = document.getElementById('mobileToggle'); const mobileDrawer = document.getElementById('mobileDrawer'); const mobileTriggers = document.querySelectorAll('.sov-mobile-trigger'); let activeMega = null; let closeTimeout = null; let isMobile = window.innerWidth <= 1024; function openMega(name) { if (isMobile) return; clearTimeout(closeTimeout); megas.forEach(m => m.classList.remove('is-visible')); triggers.forEach(t => t.classList.remove('is-open')); const mega = document.getElementById('mega-' + name); const trigger = document.querySelector('[data-mega="' + name + '"]'); if (mega && trigger) { mega.classList.add('is-visible'); trigger.classList.add('is-open'); trigger.querySelector('.sov-trigger-btn').setAttribute('aria-expanded', 'true'); activeMega = name; } } function closeAllMegas() { megas.forEach(m => m.classList.remove('is-visible')); triggers.forEach(t => { t.classList.remove('is-open'); t.querySelector('.sov-trigger-btn').setAttribute('aria-expanded', 'false'); }); activeMega = null; } function scheduleClose() { clearTimeout(closeTimeout); closeTimeout = setTimeout(closeAllMegas, 180); } triggers.forEach(trigger => { const name = trigger.getAttribute('data-mega'); trigger.addEventListener('mouseenter', () => { openMega(name); }); trigger.addEventListener('mouseleave', () => { scheduleClose(); }); }); megas.forEach(mega => { mega.addEventListener('mouseenter', () => { clearTimeout(closeTimeout); }); }); document.addEventListener('click', (e) => { if (!e.target.closest('.sov-trigger') && !e.target.closest('.sov-mega')) { closeAllMegas(); } }); document.addEventListener('keydown', (e) => { if (e.key === 'Escape') { closeAllMegas(); closeMobileDrawer(); } }); function openMobileDrawer() { mobileDrawer.classList.add('is-open'); mobileToggle.classList.add('is-open'); document.body.style.overflow = 'hidden'; } function closeMobileDrawer() { mobileDrawer.classList.remove('is-open'); mobileToggle.classList.remove('is-open'); document.body.style.overflow = ''; mobileTriggers.forEach(t => { t.classList.remove('is-open'); const links = t.nextElementSibling; if (links) links.classList.remove('is-open'); }); } mobileToggle.addEventListener('click', () => { if (mobileDrawer.classList.contains('is-open')) { closeMobileDrawer(); } else { openMobileDrawer(); } }); mobileTriggers.forEach(trigger => { trigger.addEventListener('click', () => { const isOpen = trigger.classList.contains('is-open'); mobileTriggers.forEach(t => { t.classList.remove('is-open'); const links = t.nextElementSibling; if (links) links.classList.remove('is-open'); }); if (!isOpen) { trigger.classList.add('is-open'); const links = trigger.nextElementSibling; if (links) links.classList.add('is-open'); } }); }); mobileDrawer.addEventListener('click', (e) => { if (e.target.classList.contains('sov-mobile-link')) { closeMobileDrawer(); } }); function checkResponsive() { const wasMobile = isMobile; isMobile = window.innerWidth <= 1024; if (wasMobile && !isMobile) { closeMobileDrawer(); } else if (!wasMobile && isMobile) { closeAllMegas(); } } let resizeTimer; window.addEventListener('resize', () => { clearTimeout(resizeTimer); resizeTimer = setTimeout(checkResponsive, 150); }); let lastScroll = 0; window.addEventListener('scroll', () => { const currentScroll = window.pageYOffset; if (currentScroll > 100) { nav.style.background = 'rgba(5, 7, 10, 0.95)'; } else { nav.style.background = 'rgba(5, 7, 10, 0.88)'; } lastScroll = currentScroll; }, { passive: true }); })();