{
  "Company": {
    "Name": "Northbridge Solutions Inc.",
    "Location": "Chicago, IL, USA",
    "Phone": "+1-312-555-0198",
    "Email": "contact@northbridge.com"
  },
  "ReportDate": "2025-09-09T00:00:00",
  "Departments": [
    {
      "DepartmentName": "Department D01 – Engineering",
      "Employees": [
        {
          "EmployeeId": 101,
          "Name": "Alice Turner",
          "Branch": "Chicago Headquarters",
          "DateOfJoining": "2018-06-15",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 102,
          "Name": "Michael O'Brien",
          "Branch": "Chicago Headquarters",
          "DateOfJoining": "2019-04-01",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 103,
          "Name": "Emily Chen",
          "Branch": "Remote",
          "DateOfJoining": "2020-01-20",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 104,
          "Name": "Devon Patel",
          "Branch": "Remote",
          "DateOfJoining": "2021-08-12",
          "DateOfLeaving": "2023-03-01"
        },
        {
          "EmployeeId": 105,
          "Name": "Samantha Lopez",
          "Branch": "Chicago Headquarters",
          "DateOfJoining": "2022-11-05",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 106,
          "Name": "Liam Brooks",
          "Branch": "Chicago Headquarters",
          "DateOfJoining": "2023-02-14",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 107,
          "Name": "Nina Ahmed",
          "Branch": "Remote",
          "DateOfJoining": "2024-05-01",
          "DateOfLeaving": null
        }
      ]
    },
    {
      "DepartmentName": "Department D02 – Marketing",
      "Employees": [
        {
          "EmployeeId": 201,
          "Name": "Jason Reed",
          "Branch": "Chicago Headquarters",
          "DateOfJoining": "2017-10-25",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 202,
          "Name": "Veronica Hughes",
          "Branch": "New York Office",
          "DateOfJoining": "2020-03-11",
          "DateOfLeaving": "2024-01-10"
        },
        {
          "EmployeeId": 203,
          "Name": "Carlos Rivera",
          "Branch": "Remote",
          "DateOfJoining": "2019-07-01",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 204,
          "Name": "Rachel Kim",
          "Branch": "New York Office",
          "DateOfJoining": "2021-06-18",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 205,
          "Name": "David Lee",
          "Branch": "Chicago Headquarters",
          "DateOfJoining": "2023-09-01",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 206,
          "Name": "Melissa Young",
          "Branch": "Remote",
          "DateOfJoining": "2024-04-22",
          "DateOfLeaving": null
        }
      ]
    },
    {
      "DepartmentName": "Department D03 – Human Resources",
      "Employees": [
        {
          "EmployeeId": 301,
          "Name": "Ethan Gray",
          "Branch": "Chicago Headquarters",
          "DateOfJoining": "2016-02-01",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 302,
          "Name": "Jessica Owens",
          "Branch": "Chicago Headquarters",
          "DateOfJoining": "2018-09-14",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 303,
          "Name": "Tanya Simmons",
          "Branch": "Remote",
          "DateOfJoining": "2021-01-05",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 304,
          "Name": "Andrew Bennett",
          "Branch": "Chicago Headquarters",
          "DateOfJoining": "2019-05-20",
          "DateOfLeaving": "2022-12-01"
        },
        {
          "EmployeeId": 305,
          "Name": "Grace Morgan",
          "Branch": "Remote",
          "DateOfJoining": "2024-06-10",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 306,
          "Name": "Tom Sullivan",
          "Branch": "Chicago Headquarters",
          "DateOfJoining": "2025-01-03",
          "DateOfLeaving": null
        },
        {
          "EmployeeId": 307,
          "Name": "Brittany Fields",
          "Branch": "Remote",
          "DateOfJoining": "2023-10-01",
          "DateOfLeaving": null
        }
      ]
    }
  ]
}