Strategic Capital.
Long-Term Value.

GA Link Investment Office is the internal investment and strategic capital division of PT GA Link Group, supporting disciplined capital allocation, portfolio oversight, strategic partnerships, and long-term value creation across the group’s business ecosystem.

As part of GA Link Group, we help strengthen the group’s investment direction across technology, insurance agency support, digital education, tax advisory, sustainability, energy, mining, environment, and strategic institutional sectors.

Internal Investment Office

Strategic Capital Division

Part of GA Link Group

Technology-Driven Holding Company

5 Key Business Pillars

Across Group Ecosystem

Portofolio Oversight

Governance & Performance Monitoring

Strategic Partnerships

Institutional & Business Collaboration

Prudent Mandate

Risk-Aware Capital Allocation

About GA Link Investment Office

Internal Investment & Strategic Capital Division of PT GA Link Group

GA Link Investment Office is established as the internal investment and strategic capital division of PT GA Link Group. Its role is to support the group’s long-term growth through disciplined capital allocation, portfolio development, strategic investment evaluation, and governance oversight. As GA Link Group continues to build a diversified technology-driven business ecosystem, GA Link Investment Office provides an integrated framework to align investment decisions with the group’s vision, risk appetite, and long-term value creation objectives.

Capital Allocation

We support structured decision-making on how capital is allocated across existing subsidiaries, new ventures, strategic partnerships, and long-term growth initiatives.

Portfolio Oversight

We monitor business performance, risk exposure, and strategic progress across the group’s portfolio to support stronger accountability and sustainable growth.

Strategic Investment

We assess potential investments, joint ventures, acquisitions, and venture-building opportunities that align with GA Link Group’s business direction.

Governance & Risk

We help ensure investment decisions are supported by clear mandates, prudent analysis, risk awareness, and responsible governance.

Portfolio Ecosystem

Supporting GA Link Group’s Strategic Business Pillars

Insurance Agency Support

Hegar Abadi Jaya

Supporting management consulting and facilitation for insurance agency office development, with a focus on business growth and agency ecosystem support.

Software House, AI, Cloud & Big Data

Nexira Teknologi Nusantara

Supporting AI-powered SaaS, cloud infrastructure, big data analytics, and scalable technology solutions for enterprises and SMEs.

Digital Education & School Technology

Mataram Edukasi Bangsa

Supporting digital school ecosystem development, education technology, school management systems, and technology-enabled learning infrastructure.

Tax Advisory & Risk Management

Mataram Tunggal Abadi

Supporting tax advisory, restitution advisory, tax risk management, compliance-oriented advisory, and governance-based corporate tax solutions.

Energy, Mining, Environment & Government Relations

Global Navigator Nusantara

Supporting strategic consulting for energy, natural resources, environment, investment sectors, licensing, governance, legal mapping, and data-driven institutional solutions.

Investment Mandate

Disciplined Capital for Long-Term Group Growth

GA Link Investment Office serves as the internal strategic function of PT GA Link Group, supporting disciplined capital allocation, portfolio development, opportunity evaluation, and long-term value creation across the group’s business ecosystem.

We do not offer public investment products. Our mandate is focused on strengthening the group’s internal capital strategy, governance, and sustainable business growth.

Group Capital Strategy

Aligning capital deployment with GA Link Group’s strategic priorities, business direction, and long-term growth objectives.

Portfolio Development

Supporting subsidiaries and business units through growth planning, performance review, and investment discipline.

New Opportunity Evaluation

Assessing new ventures, partnerships, and investment opportunities through structured analysis and due diligence.

Strategic Value Creation

Helping business units unlock value through operational improvement, technology adoption, partnerships, and scalable growth initiatives.

Our Investment Approach

A Structured Approach to Building Long-Term Value

1. Identify

Description: Identify opportunities aligned with group strategy.

2. Evaluate

Description: Conduct in-depth analysis and due diligence.

3. Structure

Description: Design investment structure and terms.

4. Support

Description: Provide strategic and operational support.

5. Monitor

Description: Monitor performance and manage risks proactively.

GA Link Investment Office - Strategic Capital Dashboard `); printDocument.close();let printed = false; const cleanUp = function () { setTimeout(function () { if (printFrame.parentNode) printFrame.parentNode.removeChild(printFrame); }, 800); };const doPrint = function () { if (printed) return; printed = true; printWindow.focus(); printWindow.print(); cleanUp(); };const waitForPrintAssets = function () { const fontsReady = printDocument.fonts && printDocument.fonts.ready ? printDocument.fonts.ready.catch(function () {}) : Promise.resolve();fontsReady.then(function () { setTimeout(doPrint, 250); }); };printFrame.onload = waitForPrintAssets; setTimeout(waitForPrintAssets, 350); setTimeout(doPrint, 1400); }); }function setPrintChartMode(isPrint) { if (typeof Chart === 'undefined') return;const textColor = isPrint ? '#111827' : '#cbd5e1'; const gridColor = isPrint ? 'rgba(17, 24, 39, 0.16)' : 'rgba(203, 213, 225, 0.10)'; const doughnutBorder = isPrint ? '#ffffff' : '#0f172a';Chart.defaults.color = textColor;if (allocationChart) { allocationChart.data.datasets[0].borderColor = doughnutBorder; allocationChart.options.plugins.legend.labels.color = textColor; allocationChart.update('none'); }if (growthBarChart) { growthBarChart.options.plugins.legend.labels.color = textColor; growthBarChart.options.scales.x.ticks.color = textColor; growthBarChart.options.scales.y.ticks.color = textColor; growthBarChart.options.scales.y.grid.color = gridColor; growthBarChart.update('none'); } }window.addEventListener('beforeprint', function () { setPrintChartMode(true); });window.addEventListener('afterprint', function () { setPrintChartMode(false); });function updateCharts(labels, barDatasets) { Chart.defaults.font.family = "'Inter', sans-serif"; Chart.defaults.color = '#cbd5e1';const pieData = { labels: assets.map(asset => `${asset.name} (${asset.weight.toFixed(1)}%)`), datasets: [{ data: assets.map(asset => asset.weight), backgroundColor: assets.map(asset => asset.color), borderColor: '#0f172a', borderWidth: 4, cutout: '68%', hoverOffset: 8 }] };if (allocationChart) { allocationChart.data = pieData; allocationChart.update(); } else { allocationChart = new Chart(document.getElementById('allocationChart').getContext('2d'), { type: 'doughnut', data: pieData, options: { responsive: true, maintainAspectRatio: false, plugins: { legend: { position: 'bottom', labels: { boxWidth: 8, boxHeight: 8, padding: 12, usePointStyle: true, pointStyle: 'circle', font: { size: 10, weight: '700' } } }, tooltip: { callbacks: { label: context => ` ${context.label}: ${context.raw.toFixed(1)}%` } } } } }); }const chartData = { labels, datasets: barDatasets };if (growthBarChart) { growthBarChart.data = chartData; growthBarChart.update(); } else { growthBarChart = new Chart(document.getElementById('growthBarChart').getContext('2d'), { type: 'bar', data: chartData, options: { responsive: true, maintainAspectRatio: false, scales: { x: { stacked: true, grid: { display: false }, ticks: { maxRotation: 0, autoSkip: true, maxTicksLimit: 12 } }, y: { stacked: true, grid: { color: 'rgba(203, 213, 225, 0.10)' }, ticks: { callback: value => formatCurrency(value) } } }, plugins: { legend: { position: 'bottom', labels: { boxWidth: 10, boxHeight: 10, padding: 14, usePointStyle: true, pointStyle: 'circle', font: { size: 10, weight: '700' } } }, tooltip: { callbacks: { label: context => ` ${context.dataset.label}: ${formatCurrency(context.parsed.y)}` } } }, interaction: { mode: 'index', intersect: false } } }); } }window.addEventListener('load', function () { calculatePortfolio(); setTimeout(function () { if (window.__revealGalinkDashboard) window.__revealGalinkDashboard(); }, 220); });

Building Long-Term Value Across GA Link Group

GA Link Investment Office supports PT GA Link Group in strengthening capital strategy, portfolio governance, strategic partnerships, and long-term business growth.

Scroll to Top