This research demonstrates, empirically, that the long-assumed trade-off between fraud detection accuracy and regulatory transparency is an architectural problem — not a fundamental one. When compliance requirements are embedded into the pipeline from the start rather than bolted on afterward, both goals are simultaneously achievable. The framework produced ROC-AUC of 0.9838 (Stacking Ensemble) and full EU AI Act-compliant documentation within the same pipeline.
Dataset Temporal Scope → Two-day window from 2013; modern fraud patterns (digital wallets, crypto-linked cards) not represented.
PCA Anonymisation → V1–V28 cannot be mapped to business concepts like merchant category or geography by compliance officers.
Static Resampling → SMOTE applied at a single snapshot; no drift detection for shifting fraud distributions.
Performance Gap → F1=0.8586 is 6.26% below the Iqbal et al. baseline (F1=0.9159) due to fixed default hyperparameters.
LIME Instability → Random perturbation sampling produces marginally different outputs per call; reproducibility requires stabilisation.