Constitutional Institution · Sovereign Grade
← Institution

Institutional Divisions

EATG Global Capital operates through seven specialised institutional divisions, each functioning as an independent sovereign desk under the Charter's constitutional framework. Every division maintains its own mandate, risk architecture, and operational sovereignty while adhering to the Enterprise's unified compliance and governance standards.

Divisions
7
Jurisdictions
12+
AUM (est.)
$4.2B
Employees
240+

Sovereign Advisory

Provides strategic counsel to sovereign wealth funds, central banks, and government institutions on cross-border capital deployment, reserve management, and economic infrastructure development. Operates with diplomatic protocol and strict confidentiality.

Mandate

Sovereign Capital Strategy

Strategic asset allocation, liability-driven investment frameworks, and bespoke portfolio construction for institutional sovereign clients across emerging and developed markets.

12 active sovereign mandates
$1.8B advisory AUM
9 jurisdictions represented
Infrastructure

Economic Infrastructure

Project finance and advisory for large-scale infrastructure: energy corridors, port development, digital connectivity, and industrial zones across growth corridors.

8 active infrastructure projects
$640M deployed capital
Energy · Transport · Digital
Diplomatic

Cross-Border Facilitation

Bilateral investment treaty navigation, regulatory liaison, and diplomatic channel coordination for cross-border capital flows and joint venture formation.

14 active treaty corridors
3 multilateral partnerships
UN · World Bank · AfDB

Capital Markets

Full-service capital markets desk covering equity, fixed income, structured products, and derivatives across G20 and select emerging markets. Execution-only and advisory mandates with institutional-grade research and analytics.

Equities

Equity Capital Markets

IPO placements, block trades, accelerated bookbuilds, and secondary market execution across global exchanges. Dedicated sector teams for technology, energy, and financials.

$820M annual ECM volume
24+ exchange access
Algorithmic execution
Fixed Income

Fixed Income & Rates

Government bonds, corporate credit, emerging market debt, and structured rates products. Sovereign-grade execution with deep liquidity access across primary and secondary markets.

$1.6B FI trading volume
Investment grade · HY · EM
Rates advisory desk
Structured

Structured Products

Custom-structured notes, credit-linked notes, total return swaps, and collateralised arrangements tailored to institutional risk-return profiles.

48 structured products live
$340M notional outstanding
Multi-currency issuance

Asset Management

Multi-strategy asset management platform managing institutional capital across public markets, private credit, real assets, and alternative investments. Risk-aware, research-driven allocation with a long-term intergenerational mandate.

Public Markets

Liquid Strategies

Global long-only and long-short equity, macro, and systematic strategies. Fundamental research-driven with quantitative overlay for risk management.

$1.2B liquid AUM
4 core strategies
Since inception: +14.2% p.a.
Private Credit

Private Credit & Lending

Direct lending, mezzanine finance, and special situations credit to middle-market companies across North America, Europe, and select Asian markets.

$680M private credit AUM
22 active loan positions
Weighted avg yield: LIBOR + 450bp
Real Assets

Real Assets & Alternatives

Direct and co-investment in real estate, infrastructure, natural resources, and digital assets. Long-duration capital seeking inflation-hedged, cash-flow-generating assets.

$480M real assets AUM
14 direct investments
Real estate · Energy · Digital

Global Custody

Institutional-grade custody and asset servicing platform providing safekeeping, settlement, corporate actions, and reporting for sovereign, institutional, and family office clients across all major asset classes.

Safekeeping

Asset Safekeeping & Settlement

Multi-asset, multi-jurisdiction custody with segregated accounts, real-time settlement monitoring, and automated corporate action processing. All major depositories and CSDs connected.

$2.8B assets under custody
14 depositories connected
99.99% settlement rate
Digital

Digital Asset Custody

Institutional digital asset custody with multi-signature, hardware security module, and cold storage infrastructure. Supporting major blockchain networks and tokenised securities.

$240M digital assets under custody
HSM · Multi-sig · Cold
SOC 2 Type II certified

Treasury Execution

Centralised treasury execution desk managing foreign exchange, money markets, commodities, and interest rate risk across the Enterprise and its institutional client base. Real-time pricing, deep liquidity access, and best-execution framework.

$
FX

Foreign Exchange

Spot, forward, swap, and options execution across 40+ currency pairs. Dedicated emerging market desk with on-the-ground liquidity relationships.

$2.4B annual FX volume
40+ currency pairs
EM · G10 · NDF
Commodities

Commodities Execution

Precious metals, base metals, energy, and agricultural commodity execution. Physical and derivative markets with warehousing and logistics coordination.

$560M annual commodity volume
Gold · Silver · Copper · Oil
Physical & derivative
Rates

Money Markets & Rates

Short-term funding, repo, commercial paper, and interest rate derivative execution. Central bank counterparty relationship management.

$1.8B money market volume
Repo · CP · IRS · OIS
Central bank counterparty

Private Placement

Exclusive private capital markets desk facilitating institutional-grade private placements, pre-IPO transactions, structured equity, and bespoke debt financing for high-growth enterprises and special purpose vehicles.

Private Equity

Private Equity Placements

Institutional GP-LP matching, fund formation advisory, and secondary market transactions. Deep relationships with family offices, SWFs, and pension funds.

$420M PE placement volume
14 transactions completed
Venture · Growth · Buyout
Structured

Structured Private Deals

Bespoke structured equity, convertible notes, revenue-share financing, and SPV capital raises for institutional and accredited investors.

$180M structured volume
Convertibles · SPVs · Royalty
6 active mandates
Advisory

Placement Advisory

Capital raising strategy, investor targeting, due diligence coordination, and deal structuring for companies seeking institutional private capital.

8 active advisory mandates
Investor network: 240+ LPs
Technology · Healthcare · Energy

Digital Assets

Institutional digital asset division covering blockchain investments, tokenisation, decentralised finance strategies, and digital asset market making. Fully regulated KYC/AML framework with enterprise-grade security infrastructure.

Blockchain

Blockchain Investments

Direct venture investments in blockchain infrastructure, layer-1/2 protocols, DeFi platforms, and Web3 applications. Long-term principal investments with governance participation.

$160M blockchain portfolio
12 protocol investments
L1 · L2 · DeFi · Infrastructure
Tokenisation

Asset Tokenisation

Tokenisation of real-world assets: real estate, commodities, private credit, and art. Full lifecycle from structuring and issuance to secondary market liquidity provision.

$80M tokenised assets
4 tokenisation programmes
Real estate · Credit · Commodities
Markets

Digital Asset Markets

Electronic market making, algorithmic trading, and liquidity provision across digital asset exchanges. Proprietary risk management and execution infrastructure.

$1.2B annual trading volume
12 exchange connections
CeFi · DeFi · OTC
═══════ 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 }); })();