Skip to content
Monday 10 August 2026London --:--Frankfurt --:--Zurich --:--
NewslettersSearchEN · DE
MorningWire

European business, markets and politics

FTSE 100
10,870.00
-0.29%
DAX
26,355.07
+0.14%
CAC 40
8,727.57
+0.15%
STOXX 50
6,540.08
+0.25%
  • Europe
  • Markets
  • Business
  • Economy
  • Technology
  • Politics
  • Opinion
More
GermanyFranceBankingAIEnergyFintechPropertyCapital Markets
  • Germany
  • France
  • Europe
  • Markets
  • Business
  • Economy
  • Technology
  • Politics
  • Opinion
  • DE
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://morningwire.eu/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

  • Back to basics: Sainsbury’s gradual retreat from the British high street

  • Thames Water faces fresh threat to survival after pensions regulation breach

  • Hargreaves Lansdown orders staff back to office

  • As it happened: Intel, Arm shares slide; Oil climbs higher

  • Nottingham Forest owner Marinakis sues Crystal Palace for defamation

More from Morning Wire

  • Babcock and Rolls-Royce stocks rally after Healey appointment

    Industrials
    Defence secretary John Healey is leading calls for further investment in the sector.
  • Warning for John Healey as key fiscal target missed

    Economics
    Labour MP John Healey in a professional headshot, likely for news or political profile.
  • Rolls-Royce shares rise as Burnham pledges investment in British defence

    Politics
    Andy Burnham speaking at a press conference, wearing a suit and tie, addressing current political issues in Manchester.
  • BAE Systems raises guidance yet Burnham wavers on defence

    Industrials
    Andy Burnham and Volodymyr Zelenskyy walking, with uniformed military personnel in background.
  • Treasury minister: Meeting Nato defence pledge is Burnham’s job

    Politics
    UK defence strategy meeting, officials discussing military advancements and security measures in a conference room setting
  • Burnham ‘aware’ of Healey’s extra £9bn spending demands

    Politics
    Andy Burnham, Mayor of Greater Manchester, in a suit and glasses, with a 10 NORTH logo in the background
  • Burnham vows to ‘get serious’ about slashing welfare bill

    Politics
    Andy Burnham, Mayor of Greater Manchester, speaking and gesturing during an interview
  • AI, drones and data: Defence giants splash record $4.1bn on tech start-ups

    Tech
    Defence
MorningWire

Independent European business, markets and political news for decision-makers.

Morning Briefing

Europe

  • Germany
  • France
  • Europe
  • UK & Ireland

Business

  • Markets
  • Banking
  • Technology
  • Energy
  • Property
  • Fintech

Editorial

  • Opinion
  • Editorial Policy
  • Corrections
  • Contact

Company

  • About Morning Wire
  • Privacy Policy
  • Terms of Use
  • Cookie Policy
© 2026 Morning Wire Ltd · Published by Morning Wire Media, Bahnhofstrasse 65, 8001 Zürich, Switzerland
Privacy · Terms · Cookies · Facebook