[
  {
    "month": 1,
    "balance": 9000,
    "retired": true
  },
  {
    "month": 2,
    "balance": 8000,
    "retired": true
  },
  {
    "month": 3,
    "balance": 7000,
    "retired": true
  },
  {
    "month": 4,
    "balance": 6000,
    "retired": true
  },
  {
    "month": 5,
    "balance": 5000,
    "retired": true
  },
  {
    "month": 6,
    "balance": 4000,
    "retired": true
  },
  {
    "month": 7,
    "balance": 3000,
    "retired": true
  },
  {
    "month": 8,
    "balance": 2000,
    "retired": true
  },
  {
    "month": 9,
    "balance": 1000,
    "retired": true
  },
  {
    "month": 10,
    "balance": 0,
    "retired": true
  },
  {
    "month": 11,
    "balance": 0,
    "retired": true
  },
  {
    "month": 12,
    "balance": 0,
    "retired": true
  }
]