FLSA_EXEMPT_MISCLASS legal labor_law ai_generated true

AI tells a US employer that all employees are eligible for overtime pay under FLSA

ID: legal/us-ot-security-exemption

Also available as: JSON · Markdown · 中文
80%Fix Rate
86%Confidence
1Evidence
2024-01-10First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
flsa_regulation active
salary_threshold_2024 active

Root Cause

The Fair Labor Standards Act (FLSA) has specific exemptions for executive, administrative, professional, outside sales, and certain computer employees; misclassifying exempt employees as non-exempt or vice versa leads to wage and hour violations.

generic

中文

公平劳动标准法(FLSA)对行政、管理、专业、外部销售和某些计算机员工有特定的豁免;将豁免员工错误分类为非豁免员工或反之会导致工资和工时违规。

Official Documentation

https://www.dol.gov/agencies/whd/flsa/overtime

Workarounds

  1. 90% success Conduct a FLSA classification audit using the DOL's Fact Sheet 17A: determine if employee's primary duties meet exemption criteria. For non-exempt, track hours and pay 1.5x for hours over 40/week. Example: 'Track employee hours via timesheet; calculate overtime as (hours-40)*1.5* hourly_rate'.
    Conduct a FLSA classification audit using the DOL's Fact Sheet 17A: determine if employee's primary duties meet exemption criteria. For non-exempt, track hours and pay 1.5x for hours over 40/week. Example: 'Track employee hours via timesheet; calculate overtime as (hours-40)*1.5* hourly_rate'.
  2. 70% success If an employee is misclassified as exempt, reclassify them as non-exempt and pay back overtime wages for the past 2-3 years (statute of limitations) plus liquidated damages.
    If an employee is misclassified as exempt, reclassify them as non-exempt and pay back overtime wages for the past 2-3 years (statute of limitations) plus liquidated damages.

中文步骤

  1. Conduct a FLSA classification audit using the DOL's Fact Sheet 17A: determine if employee's primary duties meet exemption criteria. For non-exempt, track hours and pay 1.5x for hours over 40/week. Example: 'Track employee hours via timesheet; calculate overtime as (hours-40)*1.5* hourly_rate'.
  2. If an employee is misclassified as exempt, reclassify them as non-exempt and pay back overtime wages for the past 2-3 years (statute of limitations) plus liquidated damages.

Dead Ends

Common approaches that don't work:

  1. Paying a flat salary to all employees and calling them 'exempt' without checking duties or salary threshold 85% fail

    Exempt status requires both a salary basis test and a duties test; paying a salary alone does not make someone exempt; the DOL will assess actual job duties.

  2. Assuming all managers are automatically exempt from overtime 75% fail

    The 'executive' exemption requires that the employee's primary duty is management, they regularly supervise 2+ employees, and have authority over hiring/firing; many 'managers' fail this test.