LGPD Compliance

Right to explanation and accountability for automated decisions.

Key Articles

  • Art. 20 — Right to Explanation: SHAP/LIME values included in every evidence bundle.
  • Accountability: Human interventions are identity-linked with cryptographic signatures.

XASE Implementation

{
  "explanation": {
    "method": "SHAP",
    "values": {"income": 0.35, "debt_ratio": -0.28}
  },
  "intervention": {
    "actor_email": "analyst@company.com",
    "signature": "RSA-SHA256:..."
  }
}
LGPD requires transparency in automated decision-making. XASE provides cryptographic proof of human oversight and explainability.