{
  "emp_id": "EMP-10042",
  "first_name": "Sarah",
  "last_name": "Thornton",
  "date_of_birth": "1988-03-14",
  "gender": "Female",
  "contact": {
    "email": "sarah@hartwell.com",
    "phone": "4045550192",
    "home_address": {
      "street": "412 Peachtree Circle",
      "city": "Atlanta",
      "state": "GA",
      "zip": "30301",
      "country": "US"
    }
  },
  "employment": {
    "job_title": "Senior Accountant",
    "department": "Finance",
    "employment_type": "Full-Time",
    "employment_status": "Active",
    "start_date": "2019-06-10",
    "end_date": null,
    "work_location": "Atlanta HQ",
    "cost_center": "CC-4400",
    "business_unit": "Corporate Services"
  },
  "compensation": {
    "salary_amount": 87500.00,
    "currency": "USD",
    "pay_frequency": "Bi-Weekly",
    "effective_date": "2024-01-01"
  }
}