Skip to content
CityAM
Main navigation
  • News
    • News
      • Latest Business News
      • Economics
      • Politics
      • Tech
      • Banking
      • FTSE 100 Live
      • Retail
      • Insurance
      • Legal
      • Property
      • Transport
      • Markets
    • From our partners
      • AON
      • Bayes Business School
      • Canada BIDs
      • Central London Alliance CIC
      • Destination City
      • Halkin
      • Olympia
      • Inside Saudi
      • Tottenham Hotspur Stadium
      • Santander X
      • YEAR SIX Dividend
    • Featured

      The next person to shop your store may not be a person at all

      AI shopping agents are rewriting the rules of online retail across North America

      Submit a story

      Tell us your story.

      Submit
  • Opinion
  • Sport
    • Latest Sports News
      • Sport
      • Sport Business
    • From our partners
      • The Morning Briefing: SBS x CityAM
      • Aramco Team Series
      • LIV Golf
    • Featured

      Cohere's Aidan Gomez bets the house on 'sovereign AI' with Aleph Alpha merger valuing the group at $20bn

      Cohere CEO Aidan Gomez on stage discussing the Toronto AI lab's strategy

      Submit a story

      Tell us your story.

      Submit
  • Life&Style
    • Life&Style
      • Life&Style
      • Toast the City Awards
      • The Magazine
      • Travel
      • Culture
      • Motoring
      • Wellness
      • The RED BULLETiN
      • Do it with Shared Ownership
      • Media Speak Hub
    • Featured

      Moonvalley's Naeem Talukdar is selling Hollywood the one thing rival AI video tools cannot: legal cover

      Moonvalley's Marey AI video model produces Hollywood-grade footage trained on licensed data

      Submit a story

      Tell us your story.

      Submit
  • Investec
  • Events
  • Latest Paper
Wednesday 11 March 2015 2:49 am

Cameron looks to increase defence spending – for free

By: Billy Ehrenberg

Add as a preferred source on Google

There is more than one way to skin a cat – and, it seems, plump up a defence budget. David Cameron has instructed ministers to find out whether the budgets of intelligence agencies can be lumped in as part of defence spending.

The UK has come under pressure recently from the US to maintain its defence spending at two per cent of GDP, the level expected of a NATO power. In reality, many states do not pay their way.

These are austere times, and injecting money into the defence budget when there is a cost of living debate to be won may not be smart politics. Instead, the Financial Times reports, Cameron has asked Oliver Letwin, his head of policy, to investigate exactly what spending can be counted under the heading of defence.

Currently, Britain’s three intelligence agencies, MI5, MI6, and GSHQ, are all funded by a single intelligence account, whose details are (unsurprisingly) classified.

This shows how much different countries spend on defence. 

 

 

 

 

var x = d3.scale.linear() .domain([0,700000]) .range([margin, width-margin]);

var y = d3.scale.linear() .domain ([12,0]) .range ([margin,height-margin]);

var r = d3.scale.linear() .domain ([0,640221]) .range ([4,5]);

var c = d3.scale.category10() .domain(["up","down"]);

var xAxis = d3.svg.axis() .scale(x) .orient("bottom");

var yAxis = d3.svg.axis() .scale(y) .orient("left");

svg.append("g") .attr("class", "axis") .attr("transform", "translate(0," + (height - margin) + ")") .call(xAxis) .append("text") .attr("y", -16) .attr("dy", ".71em") .attr ("x",width -50) .style("text-anchor", "end") .text("Total spend, US$ 2013");

svg.append("g") .attr("class", "axis") .attr("transform", "translate(" + margin + ",0)") .call(yAxis) .append("text") .attr("transform", "rotate(-90)") .attr("y", 6) .attr("dy", ".71em") .attr ("x",-56) .style("text-anchor", "end") .text("% % of GDP 2013");

// Define 'div' for tooltips var tooltip = d3.select("body") .append("div") // declare the tooltip div .attr("class", "tooltip") // apply the 'tooltip' class .style("opacity", 0); // set the opacity to nil

d3.csv("https://cityam.ca/wp-content/uploads/custom/15/0306-defence.csv",function(csv) { /* create svg group for circles and text */ var g = svg.append("g").attr("class","bubbleGroup");

/* create variable for our circles */ var circles = g.selectAll("circle") .data(csv) .enter() .append("circle") .attr("class","countryBubble");

circles.attr("cx",function(d) {return 50;}) .attr("cy",function(d) {return y(0);}) .attr("r",function(d) {return r(0);}) .style("stroke","#ffffff") .style("stroke-width", 1) .style("fill",function(d) { switch (d.group) { case "down": return "#d73027"; break; case "up": return "#4575b4"; break; } }) .style("opacity",function(d) { switch (d.colour) { case "steel blue": return "1"; break; case "red": return "0.3"; break; } }) .on("mouseover", mouseover) .on("mouseout", mouseout);

circles.transition() .duration(function(d) { if (d.colour==="steel blue") { return 2500; } else { return d.gdp*100.2; }; }) .attr("cx",function(d) { return x((+d.usm)); }) .attr("cy",function(d) { return y(+d.gdp); }) .attr("r",function(d) { return r((+d.usm)*100); })

function mouseover(d) { // show tooltip fade in tooltip.transition() .duration(500) .style("opacity", 0) .style("stroke-width", 9); tooltip.transition() .duration(200) .style("opacity", .9) .style("stroke-width", 3); tooltip.html("

"+d.country+"
2013 defence spending in millions of $US was :&nbsp"+d.usm+"%
As a % of GDP that is:&nbsp"+d.gdp+"%
Which has gone:&nbsp"+d.group+"&nbsp since 2012 when it was
"+d.gdpx+"%

"); tooltip.style("left", (d3.event.pageX - 230) + "px") .style("top", (d3.event.pageY + 10) + "px"); }

function mouseout(p) { // show tooltip fadeout tooltip.transition().duration(200).style("opacity", .9); tooltip.transition().duration(500).style("opacity", 0); } })

var the_chart = $("#cam-chart-defence"), aspect = the_chart.width() / the_chart.height(), container = the_chart.parent();

$(window).on("resize", function() { var targetWidth = container.width(); the_chart.attr("width", targetWidth); the_chart.attr("height", Math.round(targetWidth / aspect)); }).trigger("resize");

 

Along the bottom is total spending, while the left axis shows spending as a percentage of GDP. Red bubbles mean a country increased its GDP-proportionate spending between 2012 and 2013, the most recent year for which there is full data. Transparent bubbles are non-Nato members, and the size of the bubbles is a second way of visualising the total 2013 dollars spent. All data is from the Stockholm International Peace Research Institute.

Share this article

  • Facebook
  • X
  • LinkedIn
  • WhatsApp
  • Email

Similarly tagged content:

Sections

  • News

Categories

  • Business
  • Politics

Related Topics

  • David Cameron
  • People

Trending Articles

  • As it happened: FTSE 100 relief rally runs out of steam as BP and Shell weigh; Oil hits three-month low

  • London Tech Week sums up everything wrong with UK tech

  • Rolls-Royce shares surge as SMR unit bags multi-billion pound Swedish nuclear contract

  • Rathbones to suspend thousands of client account inflows after FCA probe deals £530m blow

  • KPMG’s Summer Friday half-day rollback signals deeper woes for Big Four giants

More from CityAM

  • ZayZoon, the Calgary fintech born on a fishing boat, posts 1,487% growth as earned wage access goes mainstream

    ZayZoon co-founder Tate Hackert built the Calgary fintech around earned wage access
  • Botpress raises $25m as Quebec's Sylvain Perron pitches his startup as the 'infrastructure layer' for AI agents

    Botpress product UI: the Quebec startup pitches itself as the infrastructure layer for enterprise AI agents
  • Starmer prepares for leadership battle as Streeting declares UK must rejoin EU

    Politics
    Keir Starmer delivering a speech on May 11, addressing political issues, in a formal setting with an audience.
  • FluidAI wins US FDA clearance for its surgical monitor as Waterloo's Youssef Helwa targets 100,000 operations

    FluidAI's Origin surgical monitor wins FDA clearance for use in US hospitals
  • NATO military chief presses UK to accelerate defence pledges

    Politics
    Keir Starmer discussing UKs defense strategy with BAE Systems executives in a formal meeting setting
  • Starmer dodges questions on funding for defence spending

    Politics
    Keir Starmer
  • Starmer clings on as defence spending plan in disarray after resignations

    Politics
    Breaking news concept with digital world map and glowing data streams, symbolizing global communication and technology tre...
  • Donald Tusk says Nato is falling apart

    Politics
    European leaders discussing strategic partnerships at a summit in Brussels, featuring key figures in formal attire
  • Terms & Conditions
  • Privacy Policy
  • Cookie Policy
  • News
  • Markets & Economics
  • Politics
  • Opinion
  • Life&Style
  • Personal Finance

Follow us for breaking news and latest updates

  • Facebook
  • X
  • Instagram
  • LinkedIn
Copyright 2026 CityAM Limited