Whether you’re managing day-to-day customs processes or shaping long-term trade strategy, our knowledge hub provides the information you need to stay ahead.
Practical guidance for trade operators
TLDR Trade shocks are a constant in global trade, driven by policy, price, and geopolitics. They directly affect margins, supply chains, and market access. Leading cross-border firms respond by building early warning systems, combining policy tracking, data analysis, and horizon scanning, to anticipate disruption and act before it materialises. Key insights Trade shock exposure varies significantly by supply chain design, market footprint, and regulatory dependency. Policy, price, and geopolitics interact to create faster, more complex disruptions. Early warning systems have become a core capability for protecting margin and market access. Trade shocks are a defining feature of the modern global economy. Tariff escalations, export controls, shipping disruption, and commodity price fluctuations are all now recurring realities. Disruption that might once have been considered isolated is now embedded in how global trade operates. For firms, this changes the commercial equation directly affecting pricing, contracts, delivery timelines, and strategic planning. Why this matters Trade shocks directly shape commercial outcomes, from pricing and contracts to supply chain continuity and market access. Disruption can emerge quickly and from multiple directions. Firms anticipating shocks proactively protect margin and maintain operational control; while those that don’t face cost, delay, and strategic exposure. Independent, expert trade strategy & horizon scanning → What are trade shocks? Trade shocks, or sudden changes in the conditions that govern international trade, may originate from policy decisions, price movements, or shifts in global demand – but their defining characteristics are speed and impact. Practically, trade shocks include: Tariff changes and trade policy interventions Export controls and regulatory restrictions Price shocks in commodities, energy, or industrial inputs Sudden shifts in demand across regions or industries Shocks like these create fluctuations across the global trading system and have become part of the fabric of a fragmented and strategically competitive global economy. An export price can shift overnight. Goods imports may become more expensive or restricted. Entire supply chains can be reconfigured in response. Early warning systems for trade shocks: what leading firms do differently Trade shocks cannot be prevented. But they can be anticipated. At a leadership level, international firms treat early warning systems for trade shocks as a core strategic capability. Monitor policy and regulatory signals Trade policy can often signal its direction before it is implemented. Track: Government announcements and trade strategy documents Legislative proposals and consultations Shifts in diplomatic relationships These signals provide early visibility of potential shocks, particularly in tariffs, sanctions, and export controls. Track price and demand shifts Changes in demand and export price dynamics can often precede broader disruption. Commodity markets, trade flows, and macroeconomic indicators can highlight emerging pressure points. Organisations lean on (trustworthy) global financial data to identify trends before they translate into price shocks. Map trade exposure across supply chains In terms of supply chain exposure, firms assess: Dependency on specific countries or suppliers Exposure to regulated components, materials, or complex goods Vulnerability to trade restrictions or disruptions This allows them to identify where shocks are most likely to occur, and where contingency planning is required. Plan scenarios and adjust Ultimately, preparedness depends on accurate horizon scanning, and sound planning for multiple eventualities. This means modelling: Best-case and worst-case scenarios Policy-driven market access restrictions Supply chain reconfiguration strategies Risk mitigation in international trade Lessons from the early 2020s and the road to 2030 Read now → Lessons from recent trade shocks in the global economy U.S. IEEPA tariff regime overturned and replaced with Section 122 (February 2026): legal foundations shifted overnight. Duty exposure changed within weeks, forcing firms to reprice contracts and reassess margin assumptions mid-quarter. Steel and aluminium tariffs escalate under U.S. Section 232 expansion (2025-26): input costs rose sharply in the U.S., while excess supply diverted into Europe. The result was a two-speed market and growing compliance pressure around origin rules. Red Sea / Suez disruption (2024-26): shipping routes diverted via the Cape of Good Hope. Freight costs, insurance premiums, and working capital requirements all increased before any formal trade restriction was imposed. Semiconductor export controls (ongoing): trade restrictions extend through supply chains via component-level controls. Firms find themselves subject to foreign policy decisions based on embedded technology. China export rerouting amid tariffs (2025-26): rather than reducing volume, tariffs redirected trade flows into ASEAN, Africa, and Europe. Result: increased import competition and more complex origin and valuation scrutiny. Jaguar Land Rover cyber disruption (2025): production halted across multiple regions. Export schedules and customs compliance processes broke down simultaneously – demonstrating how operational shocks translate directly into trade disruption. Trade shocks create uneven exposure across firms and regions Trade shocks do not affect all firms equally. Exposure varies depending on supply chains, markets, territories, and industry structure. This is how uneven commercial exposure can surface. Some firms operate in relatively insulated environments, while others are deeply embedded in global trade flows – and therefore more vulnerable to disruption. The same applies at a regional level. Exposed regions (those reliant on specific industries or trade corridors) can experience disproportionate impact when shocks occur. Regional import exposure and supply chain concentration Regions with high regional import dependency are particularly sensitive to trade shocks. Where supply chains rely heavily on complex goods imported from a limited number of countries, disruption can cascade quickly. Import competition, regulatory change, or geopolitical risk can all affect availability, pricing, and delivery. This is especially visible in industries such as: Automotive and advanced manufacturing Aerospace and defence Metals and industrial inputs Electronics and semiconductors In these sectors – often tied to industrial capacity and sovereign capability – even a single disruption can affect multiple tiers of suppliers, creating system-wide instability. How trade shocks impact businesses For multinational firms, the impact of trade shocks can be both immediate and commercial: Margin pressure from rising input costs or tariff exposure Supply chain disruption affecting production and delivery timelines Customs compliance complexity driven by new regulatory procedures Market access constraints limiting export trade opportunities Exposure can also vary within the same industry. Firms with diversified supply chains and flexible sourcing models are better positioned to absorb shocks, while those reliant on single markets or suppliers face greater risk. Trade shocks are a permanent feature of global trade. Detect warning signals early to stay ahead Now a permanent feature of the global trading system, trade shocks reshape pricing, redirect demand, and expose structural weaknesses in supply chains. For firms operating internationally, the challenge is not simply to respond, but to anticipate. Those that invest in forecasting, governance, and early warning systems will be better positioned to navigate volatility. Those that do not will find themselves reacting to events after the fact. In modern trade, advantage lies not in avoiding shocks, but in seeing them coming first. Independent, expert trade strategy and horizon scanning Speak to our team →
In this article Hide 01 Key insights 02 What is foreign trade policy? 03 Lessons from recent events 04 Trade policy is foreign policy 05 How foreign trade policy regulates international markets – Trade agreements and market access – Trade remedies and defensive measures – Export controls, licensing, and restrictions 06 Why trade policy is becoming less predictable 07 Trade policy forecasting techniques – Political and regulatory signal tracking – Supply chain exposure mapping – Scenario planning and stress testing 08 What this means for exporters and international businesses 09 Final thoughts (function(){ function ready(fn){ if(document.readyState!=='loading') fn(); else document.addEventListener('DOMContentLoaded',fn); } ready(function(){ var toc = document.querySelector('.cb-toc'); if(!toc) return; var headings = [].slice.call(document.querySelectorAll('h2, h3')) .filter(function(h){ return !h.closest('table') && (h.textContent||'').trim().length>0; }); var links = [].slice.call(toc.querySelectorAll('a[data-toc-match]')); var n = 0; links.forEach(function(link){ var needle = (link.getAttribute('data-toc-match')||'').toLowerCase().trim(); if(!needle) return; var match = headings.find(function(h){ return (h.textContent||'').toLowerCase().indexOf(needle)!==-1; }); if(!match) return; if(!match.id){ var base = (match.textContent||'').toLowerCase().replace(/[^a-z0-9]+/g,'-').replace(/^-|-$/g,'').slice(0,48) || 'section'; var id = 'cb-'+base; while(document.getElementById(id)){ id = 'cb-'+base+'-'+(++n); } match.id = id; } match.style.scrollMarginTop = '96px'; link.setAttribute('href','#'+match.id); link.style.cursor = 'pointer'; }); links.forEach(function(link){ if(!link.getAttribute('href')){ var item = link.closest('[role="listitem"]'); if(item) item.remove(); } }); toc.querySelectorAll('a[data-toc-match]').forEach(function(a){ var original = a.style.color; a.addEventListener('mouseenter', function(){ a.style.color = '#c8102e'; }); a.addEventListener('mouseleave', function(){ if(!a.dataset.active) a.style.color = original; }); }); var toggle = toc.querySelector('.cb-toc__toggle'); var list = toc.querySelector('#cb-toc-list'); if(toggle && list){ toggle.addEventListener('click', function(){ var expanded = toggle.getAttribute('aria-expanded')==='true'; toggle.setAttribute('aria-expanded', String(!expanded)); toggle.textContent = expanded ? 'Show' : 'Hide'; list.style.display = expanded ? 'none' : ''; }); } toc.querySelectorAll('a[href^="#"]').forEach(function(link){ link.addEventListener('click', function(e){ var id = link.getAttribute('href').slice(1); var target = document.getElementById(id); if(!target) return; e.preventDefault(); target.scrollIntoView({ behavior:'smooth', block:'start' }); history.pushState(null,'','#'+id); }); }); var targets = [].slice.call(toc.querySelectorAll('a[href^="#"]')) .map(function(a){ return { link:a, target:document.getElementById(a.getAttribute('href').slice(1)) }; }) .filter(function(x){ return x.target; }); if('IntersectionObserver' in window && targets.length){ var map = {}; targets.forEach(function(x){ map[x.target.id] = x.link; }); var current = null; var io = new IntersectionObserver(function(entries){ entries.forEach(function(entry){ if(entry.isIntersecting){ if(current){ current.style.color = '#0b1f33'; current.style.fontWeight = ''; delete current.dataset.active; } var link = map[entry.target.id]; if(link){ link.style.color = '#c8102e'; link.style.fontWeight = '600'; link.dataset.active = '1'; current = link; } } }); }, { rootMargin:'-30% 0px -60% 0px', threshold:0 }); targets.forEach(function(x){ io.observe(x.target); }); } }); })(); TLDR Foreign trade policy is a dynamic instrument of government strategy, shaping market access, supply chains, and commercial risk. For global businesses, a competitive advantage lies in forecasting and horizon scanning, to gain visibility on how policy will shift – and prepare before it does. Key insights Market access and commercial viability are increasingly being shaped by geopolitics – not just “supply and demand”. Policy volatility is rising, driven by international relations, security, defence, and supply chain pressures. Organisations that treat trade policy forecasting as a core strategic capability gain a competitive advantage. For trading nations, exporters, and cross-border businesses, a commercial advantage lies in anticipating how foreign trade policy behaves – and how quickly it might change. It is often presented as a set of tools: tariffs, quotas, agreements and procedures. But in practice, it goes further: shaping economic outcomes, controlling market access, and projecting influence beyond national borders. As the geopolitical environment fragments, foreign trade policy has become more dynamic, more politicised, and less predictable. For organisations operating internationally, that changes the question – from “what is trade policy?” to “how will it move next?” Why this matters Foreign trade policy directly shapes how you operate, compete, and grow across borders. Regulatory shifts alter market access, cost structures, and supply chain viability with little notice. In a more volatile environment, anticipating policy change is critical to protecting margins, maintaining compliance, and securing long-term positioning. Independent, expert trade strategy & horizon scanning → What is foreign trade policy? Foreign trade policy is the framework set by governments to regulate international trade. It defines how goods, services, and investments move across borders, and under what conditions. It therefore shapes supply chains, influences investment flows, and determines how economic power is exercised. This framework would include: Tariffs and duties applied to imports and exports Trade agreements governing market access Trade remedies such as anti-dumping measures Export controls and licensing procedures In practical terms, foreign trade policy determines: Who can trade What can be traded On what terms → For example, the European Union manages its trade and investment relations with non-EU countries through a structured system of agreements, regulatory alignment, and enforcement mechanisms. Lessons from recent events… Foreign trade policy operates inside a wider risk environment, where regulatory decisions, geopolitical tension, and supply chain fragility intersect. Commercial resilience depends upon good governance and the ability to adapt. AUKUS and ITAR show that trade policy is closely tied to sovereignty, alliance politics, and operational control. Even where capability is shared, export controls and licensing requirements shape how that technology can be deployed, modified, commercialised, or transferred. The rapid reconfiguration of U.S. tariff authority – pivoting from one legal basis to another – shows that statutory foundations matter as much as headline rates. Duty exposure can change quickly, even where political objectives remain consistent. Elsewhere, policy is being rewritten in response to scale and distortion. EU eCommerce customs reform reflects a shift from facilitation to enforcement; at the same time, China’s trade surplus and rerouting patterns show that tariffs don’t always reduce trade flows, but may redirect them, creating fresh origin, valuation, and enforcement risks. Trade policy is foreign policy: how governments use trade as leverage Trade policy is one of the most effective tools of statecraft, and is used to: Reward allies through preferential trade agreements Restrict adversaries through sanctions and export controls Influence global markets Trade agreements, treaties, and regulatory alignment, therefore, reflect strategic intent. They allow governments to exert pressure, shape behaviour, and protect national interests without direct confrontation. For businesses operating across borders, this means that trade policy is inherently political – and therefore subject to rapid change, uneven enforcement, and strategic deployment. How does foreign trade policy regulate international markets? Trade agreements and market access Trade agreements are central to international trade policy, including: Free trade agreements (FTAs) Bilateral and multilateral treaties WTO frameworks These agreements typically aim to reduce barriers, enable export trade, and create structured access between economies. However, they may also be used to define the limits of access. 1. Trade remedies and defensive measures When governments perceive unfair competition or economic harm, they might deploy trade remedies such as: Anti-dumping duties Countervailing measures Safeguard tariffs 2. Export controls, licensing, and restrictions Governments may also control trade through regulatory procedures, such as: Export licensing requirements Restrictions on sensitive goods or technologies Compliance obligations tied to end-use and end-user These controls are particularly relevant in strategic sectors, like aerospace and defence, where the trade of complex goods may impact national security. Why trade policy is becoming less predictable For decades, international trade policy operated within a relatively stable global system. That stability has eroded. Today, trade policy is increasingly shaped by: Geopolitical fragmentation Strategic competition between major economies Supply chain vulnerabilities Shifts in financial and exchange policies This has led to a more fluid environment, where policy decisions can be introduced, amended, or enforced with limited notice. For example: Export controls can expand to include new technologies Sanctions regimes shift in response to political developments Investment restrictions can be tightened under national security frameworks (such as the National Security and Investment Act, or the US Committee on Foreign Investment). For nations – and for cross-border businesses – this creates a more uncertain, variable operating environment. Trade policy forecasting techniques: how to anticipate change Beyond static compliance protocols, the boardrooms of leading global firms deploy more dynamic forecasting capabilities. This enables them to identify signals early, assess probabilities, and prepare for commercial impacts. Political and regulatory signal tracking Policy direction is sometimes visible before it is implemented. Signals include: Government statements and strategic reviews Legislative proposals and regulatory consultations Shifts in diplomatic or trade relationships Trade data and economic indicators Trade flows, investment patterns, and macroeconomic data provide early indicators of policy pressure. Organisations (such as the IMF) publish data that can highlight emerging imbalances or strategic priorities. Changes in export volumes, for example, may precede regulatory intervention. Supply chain exposure mapping Knowing where your dependencies sit is critical. Assess: Reliance on specific countries / suppliers Exposure to regulated components / materials Vulnerability to trade restrictions / disruptions Scenario planning and stress testing Assume global instability will endure. Model disruptive scenarios, such as: Best-case and worst-case trade incidents Policy shifts that affect market access Regulatory changes impacting cost and timelines What this means for exporters and international businesses Exporters and globally active businesses should maintain constant visibility on foreign trade policy, as it is a live variable that directly affects operations. Key implications include: Market access can change rapidly due to policy shifts Customs compliance requirements can increase operational complexity Export restrictions can limit growth opportunities Supply chain disruption can impact delivery and cost Trade law, procedures, and regulations are integral to commercial strategy. Cross-border businesses must navigate not just economic conditions, but policy environments that are increasingly shaped by political and strategic priorities. Final thoughts No longer a static backdrop to international business, foreign trade policy is an active force – reshaping markets, redirecting demand, and redefining risk in real time. For organisations operating across borders, the advantage lies in anticipating: How policy will shift Where exposure sits How quickly it translates into commercial impact The importance lies not in understanding what foreign trade policy is, but in preparing for what it might do next. Independent, expert trade strategy and horizon scanning Speak to our team →
TLDR In trade, politics, and defence, sovereign capability is a practical constraint on how organisations operate. As Christopher Salmon explains, capability without control is conditional. In an environment defined by export controls, supply chains, and geopolitical friction, sovereignty must be actively managed. Not assumed. Key insights Defence leaders should prioritise foresight, resilience, and real freedom of action over rhetorical “self-sufficiency.” Sovereign capability is not absolute. It exists on a spectrum defined by control, not ownership. Capability can be constrained by external permissions, particularly via export controls and licensing regimes. Industrial capacity (not just advanced technology) is central to credible sovereignty. The real cost of sovereignty often emerges in supply chains, compliance, and commercial limitations. In this article Hide 01 An illusion of control? 02 The compliance infrastructure behind sovereignty 03 Cost that doesn’t sit on the balance sheet 04 What the strongest organisations do differently 05 Sovereignty as a managed condition (function(){ function ready(fn){ if(document.readyState!=='loading') fn(); else document.addEventListener('DOMContentLoaded',fn); } ready(function(){ var toc = document.querySelector('.cb-toc'); if(!toc) return; var headings = [].slice.call(document.querySelectorAll('h2, h3')) .filter(function(h){ return !h.closest('table') && (h.textContent||'').trim().length>0; }); var links = [].slice.call(toc.querySelectorAll('a[data-toc-match]')); var n = 0; links.forEach(function(link){ var needle = (link.getAttribute('data-toc-match')||'').toLowerCase().trim(); if(!needle) return; var match = headings.find(function(h){ return (h.textContent||'').toLowerCase().indexOf(needle)!==-1; }); if(!match) return; if(!match.id){ var base = (match.textContent||'').toLowerCase().replace(/[^a-z0-9]+/g,'-').replace(/^-|-$/g,'').slice(0,48) || 'section'; var id = 'cb-'+base; while(document.getElementById(id)){ id = 'cb-'+base+'-'+(++n); } match.id = id; } match.style.scrollMarginTop = '96px'; link.setAttribute('href','#'+match.id); link.style.cursor = 'pointer'; }); links.forEach(function(link){ if(!link.getAttribute('href')){ var item = link.closest('[role="listitem"]'); if(item) item.remove(); } }); toc.querySelectorAll('a[data-toc-match]').forEach(function(a){ var original = a.style.color; a.addEventListener('mouseenter', function(){ a.style.color = '#c8102e'; }); a.addEventListener('mouseleave', function(){ if(!a.dataset.active) a.style.color = original; }); }); var toggle = toc.querySelector('.cb-toc__toggle'); var list = toc.querySelector('#cb-toc-list'); if(toggle && list){ toggle.addEventListener('click', function(){ var expanded = toggle.getAttribute('aria-expanded')==='true'; toggle.setAttribute('aria-expanded', String(!expanded)); toggle.textContent = expanded ? 'Show' : 'Hide'; list.style.display = expanded ? 'none' : ''; }); } toc.querySelectorAll('a[href^="#"]').forEach(function(link){ link.addEventListener('click', function(e){ var id = link.getAttribute('href').slice(1); var target = document.getElementById(id); if(!target) return; e.preventDefault(); target.scrollIntoView({ behavior:'smooth', block:'start' }); history.pushState(null,'','#'+id); }); }); var targets = [].slice.call(toc.querySelectorAll('a[href^="#"]')) .map(function(a){ return { link:a, target:document.getElementById(a.getAttribute('href').slice(1)) }; }) .filter(function(x){ return x.target; }); if('IntersectionObserver' in window && targets.length){ var map = {}; targets.forEach(function(x){ map[x.target.id] = x.link; }); var current = null; var io = new IntersectionObserver(function(entries){ entries.forEach(function(entry){ if(entry.isIntersecting){ if(current){ current.style.color = '#0b1f33'; current.style.fontWeight = ''; delete current.dataset.active; } var link = map[entry.target.id]; if(link){ link.style.color = '#c8102e'; link.style.fontWeight = '600'; link.dataset.active = '1'; current = link; } } }); }, { rootMargin:'-30% 0px -60% 0px', threshold:0 }); targets.forEach(function(x){ io.observe(x.target); }); } }); })(); Sovereign capability is politically and strategically necessary but, at times, operationally mishandled. As a phrase, sovereign capability is gaining significant attention across defence and policy circles. Christopher Salmon (clearBorder’s Chief Executive and former adviser to UK Cabinet Ministers on trade and border policy) has spent years working at the intersection of defence, regulation, and procurement. He makes clear that its meaning – and its limits – are often more complex than the language might suggest. “It is a bit of a buzzword,” he says candidly. “But the central concept isn’t new. What’s changed is the context. We’re no longer thinking in a ‘post-war’ environment. Increasingly, people are talking in ‘pre-war’ terms. That changes how seriously you take questions of control.” At its simplest, sovereign capability is intuitive. “It’s the technology you can use,” he explains, “without being restricted by somebody else.” The challenge for aerospace, defence, and other sector leaders – in a fragmenting geopolitical world – is that simplicity rarely survives contact with reality. Why this matters For defence organisations especially, sovereign capability directly shapes both strategic and commercial outcomes. Procurement decisions today define operational freedom years down the line Supply chain dependencies introduce hidden geopolitical and regulatory risk Export controls and licensing frameworks can constrain growth and market access Getting to grips with the parameters of capability and sovereignty is essential for protecting delivery timelines, commercial viability, and long-term strategic autonomy. Independent, expert trade strategy & horizon scanning → An illusion of control? “Sovereign capability is not an absolute concept,” he says. “You’re not either sovereign capable or not sovereign capable. The more of the chain you control, the better. But you’re never going to control all of it. “People can slip into quite comforting language,” he continues. “We’ll build this, we’ll own that, we’ll be sovereign. But the reality is much more constrained.” In practice, capability and control are not the same thing. “You can own a system,” he says, “you can operate it, you can deploy it. But if there are restrictions on how you use it, modify it, or transfer it, then your sovereignty is already conditional.” Programmes such as AUKUS (and SSN-AUKUS submarines) illustrate this clearly: advanced capability can be delivered through alliance, while still operating within layers of shared control, regulatory constraint, and partner alignment. That conditionality is often overlooked at boardroom level, where strategic narratives can run ahead of operational detail. “There’s always been a desire for states to control their advantage,” he adds. “That hasn’t changed. What changes is what counts as strategic, and who controls it.” And, sometimes, the issue is less about advanced technology than it is about something far more fundamental. “It’s a question of capacity. It doesn’t matter how clever your system is if you can’t produce it at scale. If you’ve only got a million shells and you’re firing a million a week, you’ve got a problem very quickly.” The compliance infrastructure behind sovereignty “People often think of sovereign capability in terms of hardware,” Christopher says. “In practice, it’s governed by legal and regulatory frameworks, just as much as anything else.” Export controls, licensing regimes, national security interventions… these are not peripheral considerations. They define the boundaries of what is possible. Frameworks such as ITAR (International Traffic in Arms Regulations), for example, can extend control well beyond national borders. “You can buy something, integrate it, make it part of your system,” Christopher says. “But if it’s subject to external control, then the permission structure doesn’t sit with you.” In the UK, mechanisms such as the National Security and Investment (NSI) Act reinforce this further, embedding government oversight directly into transactions, ownership structures, and strategic supply chains. This is where sovereign capability becomes less about ownership and more about good governance. For smaller organisations, this can show up as uncertainty. “Maybe they know they’re dealing with something sensitive,” he notes. “They know it’s dual-use, say, or regulated, or restricted. But they don’t always have the infrastructure to manage that properly.” For larger defence organisations, the stakes are higher – and more strategic. “The question becomes: do we build around something that gives us capability now, but constrains us later? Or do we invest in something that gives us more freedom of action long term?” That is not a compliance question. It’s a strategic one. Cost that doesn’t sit on the balance sheet Because sovereign capability is often overestimated in principle, it is frequently undercosted in practice. “Organisations will model the upfront cost,” Christopher says. “They won’t always model the downstream constraints.” And those constraints don’t always appear immediately. “They show up later,” he explains. “When you try to sell something and can’t. When you try to redeploy something and need permission. When your supply chain turns out to be more fragile than you thought.” In some cases, the issue is visibility. “Control lists change. Sanctions change. The environment shifts,” he says. “You may not even realise that something you’re dependent upon has become restricted.” In others, it is structural. “If you’re reliant on a particular component, or a particular material, or a particular jurisdiction,” he says, “then you are exposed. Whether you planned for that or not.” That kind of dependency is an expensive knot to untie. “The market will find alternatives,” he notes. “But it won’t be quick. And it won’t be cheap.” And then there’s the cost of reaction. “I think a lot of organisations are still responding to events,” he says. “The world is moving faster than they are. That’s where the real risk sits.” Not in the headline capability, but in the constraints beneath it. Because – by the time a constraint becomes visible – it is, often, already embedded. What the strongest organisations do differently Despite this complexity, sovereign capability is not an abstract problem, but a management discipline, and it requires a paradigm shift in how organisations conceptualise their operating environment. “The first thing is foresight,” he says. “You have to look ahead. You can’t just react.” “For a long time, businesses were forging ahead happily. New technology, new markets, new opportunities. Geopolitics was kind of in the background,” he explains. “That’s changed. Politics is now a much bigger part of business decision-making.” The implication is that supply chains, compliance, and geopolitical exposure all need to be treated as core operational concerns. “You manage your finances carefully. You need to manage your international supply chains in the same way. It’s more important to make sure they can hold up under pressure.” And it requires accepting that uncertainty is here to stay. “Doubt and ambiguity are part of the international system now,” he adds. “You have to plan for it.” Sovereignty as a managed condition The conversation around sovereign capability is not going away – if anything, it’s becoming more important – but, as Christopher makes clear, it needs to be understood on more realistic terms. “There’s no country in the world that doesn’t need to trade,” he says. “You’re always going to be dependent on something.” In the modern world, that renders ‘real’ sovereignty as something conditional. “Essentially, it’s about how much of the chain you control,” he says. “And what that allows you to do.” For defence leaders, the question isn’t “are we sovereign?” – but: Where are we constrained? Where are we exposed? And where does control actually sit? Because sovereignty is something that has to be built, tested, and managed – continuously. As Christopher puts it, “the more of it you can genuinely hold onto… the better.” Borders For the Boardroom: the clearBorder podcast Hear more from Christopher and the clearBorder team on defence, geopolitics, industrial capacity, supply chain risks, and more. Listen now on Spotify → Listen now on Apple →
Real-world stories of cross-border trading
A US-owned business manufacturing sustainable motor systems in the UK
Reduced directors’ risks and liabilities. We supported the company’s leadership, ensuring they were well-prepared to face the audit.
Our support optimised the import process, improving efficiency and minimizing future risks. We identified customs facilitations and duty management options to deliver cost reductions on future imports.
Aviation design consultancy
Reduced risks of violation and a greater understanding of working with ITAR across the business. Included specific T&C’s within the TAA. Supported successful transactions with US customers.