GDPR Art. 22 automated decision-making audits: how did your team document the logic chain?
We're preparing for our first Art. 22 audit after a DPA inquiry flagged our automated credit-scoring pipeline. The regulator isn't questioning the model's accuracy — they want to see the full logic chain: what data goes in, what transformations happen, what weights apply, and how a specific decision was reached for a specific data subject. The tricky part: our pipeline uses a gradient-boosted model with feature engineering that includes derived scores from third-party data providers. The "logic" isn't a simple ruleset — it's a feature store → transformer → model → threshold chain, and each step touches personal data. For teams that have actually been through an Art. 22 audit (not just a theoretical DPIA exercise): - How did you map the feature engineering pipeline to the "meaningful information about the logic involved" requirement? - Did you provide the raw model weights, an explanation layer (SHAP/LIME), or a simplified decision-tree approximation? - What documentation format satisfied the DPA? (We're in DE/EU jurisdiction, so expecting a strict reading.) This is peer experience sharing — not asking for legal advice. We have counsel. Looking for operational precedent from teams who've done this before. Jurisdiction: EU/DE. Framework: GDPR Art. 22 + relevant EDPB guidelines.