{
  "id": "armed_forces",
  "name": "Armed Forces pay",
  "sector": "Defence",
  "organisation": "Armed Forces",
  "currency": "GBP",
  "versionNote": "Illustrative; Armed Forces pay is set by the Armed Forces' Pay Review Body with many ranks and trades. Figures are indicative. Check gov.uk armed forces pay.",
  "payBands": [
    {
      "band": "Junior Rank (OR-1 to OR-3)",
      "min": 23000,
      "max": 28000,
      "increment": 1400,
      "typicalRole": "Junior Rank",
      "spinePoints": [23000, 24400, 25800, 27200, 28000],
      "yearsPerPoint": 1
    },
    {
      "band": "Senior Rank (OR-4 to OR-6)",
      "min": 28000,
      "max": 38000,
      "increment": 2000,
      "typicalRole": "Senior Rank",
      "spinePoints": [28000, 30000, 32000, 34000, 36000, 38000],
      "yearsPerPoint": 1
    },
    {
      "band": "Warrant Officer",
      "min": 40000,
      "max": 52000,
      "increment": 2400,
      "typicalRole": "Warrant Officer",
      "spinePoints": [40000, 42400, 44800, 47200, 49600, 52000],
      "yearsPerPoint": 1
    },
    {
      "band": "Officer (OF-1 to OF-3)",
      "min": 35000,
      "max": 55000,
      "increment": 4000,
      "typicalRole": "Officer",
      "spinePoints": [35000, 39000, 43000, 47000, 51000, 55000],
      "yearsPerPoint": 1
    },
    {
      "band": "Senior Officer (OF-4+)",
      "min": 60000,
      "max": 95000,
      "increment": 7000,
      "typicalRole": "Senior Officer",
      "spinePoints": [60000, 67000, 74000, 81000, 88000, 95000],
      "yearsPerPoint": 2
    }
  ],
  "allowances": [
    { "id": "allowances", "label": "Allowances (e.g. specialist, location)", "type": "percentage", "defaultPercent": 0, "maxPercent": 20 }
  ],
  "roleToBand": {
    "junior-rank": "Junior Rank (OR-1 to OR-3)",
    "senior-rank": "Senior Rank (OR-4 to OR-6)",
    "warrant-officer": "Warrant Officer",
    "officer": "Officer (OF-1 to OF-3)",
    "senior-officer": "Senior Officer (OF-4+)"
  }
}
