[
   {
      "description" : "Report for the last day, generated each night.",
      "id" : "daily",
      "name" : "Daily"
   },
   {
      "description" : "Report for the last week, generated each Monday.",
      "id" : "weekly",
      "name" : "Weekly"
   },
   {
      "description" : "Report for the last month, generated each first day of month.",
      "id" : "monthly",
      "name" : "Monthly"
   },
   {
      "description" : "Report for the last quarter, generated each first day of quarter.",
      "id" : "quarterly",
      "name" : "Quarterly"
   },
   {
      "description" : "Report for the last year, generated at 2 January.",
      "id" : "yearly",
      "name" : "Yearly"
   },
   {
      "description" : "Daily report for the time period since the beginning of the current month.",
      "id" : "daily_mtd",
      "name" : "Daily for the current month"
   },
   {
      "description" : "Report for the time period since the beginning of the current year, generated at first day of each month.",
      "id" : "monthly_ytd",
      "name" : "Monthly for the current year"
   }
]
