# AI tells a German employer that storing applicant photos and ethnic origin data in HR files is required for diversity tracking under AGG

- **ID:** `legal/germany-antidiscrimination-employment-records`
- **Domain:** legal
- **Category:** data_error
- **Error Code:** `AGG-§7-GDPR-Art9`
- **Verification:** ai_generated
- **Fix Rate:** 78%

## Root Cause

Germany's General Equal Treatment Act (AGG) prohibits processing of racial/ethnic origin data without explicit consent or legal basis; storing photos in HR files creates a presumption of discrimination and violates GDPR Article 9.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| AGG 2006 | active | — | — |
| GDPR 2018 | active | — | — |
| BDSG-neu 2019 | active | — | — |

## Workarounds

1. **Remove photo from application process entirely; use a blind application system where names, photos, and ethnic data are hidden from hiring managers until after initial screening.** (90% success)
   ```
   Remove photo from application process entirely; use a blind application system where names, photos, and ethnic data are hidden from hiring managers until after initial screening.
   ```
2. **If diversity monitoring is needed, collect ethnic origin data via a separate anonymized survey form that is never linked to individual applicant records, and aggregate results only.** (88% success)
   ```
   If diversity monitoring is needed, collect ethnic origin data via a separate anonymized survey form that is never linked to individual applicant records, and aggregate results only.
   ```
3. **Store photos only after hiring, with explicit consent and a legitimate purpose (e.g., security badge), and ensure they are not used for diversity analysis.** (82% success)
   ```
   Store photos only after hiring, with explicit consent and a legitimate purpose (e.g., security badge), and ensure they are not used for diversity analysis.
   ```

## Dead Ends

- **** — Consent is not freely given in an employment context per GDPR Art 7(4); photos still create a presumption of discrimination under AGG §22. (85% fail)
- **** — Blurring does not remove the data category; ethnic origin remains special category data requiring Art 9 justification. (72% fail)
- **** — Works council agreements cannot override GDPR Article 9 prohibitions; only a collective bargaining agreement with explicit legal basis may apply. (65% fail)
