Stakeholder Rebuttals
& Demo Pathway
Six architectural rebuttals to the hardest questions raised by CFO, Group Controller, CTO, CISO, External Auditor, and Transfer Pricing Counsel — followed by a scripted three-minute demonstration that shows the system working end-to-end[cite: 14].
Stakeholder Rebuttals
Architectural responses to the six hardest questions raised across finance, technology, security, audit, and legal functions[cite: 14].
Demo Pathway
A scripted three-minute end-to-end demonstration[cite: 14]. Six steps (Step 0 = setup, Steps 1–5 = live) from SAP mock to BigQuery audit trail — showing the IC Reconciliation Agent operating live[cite: 14].
2026-03-31T23:59:01.118Z INFO [ic-agent] SAP extraction started entity_pair=NL→DE period=2026-03
2026-03-31T23:59:01.843Z INFO [ic-agent] Transactions extracted count=47 open_mismatches=3
2026-03-31T23:59:02.011Z INFO [ic-agent] Anomaly scoring — transaction IC-NL-DE-20260331-0012
2026-03-31T23:59:02.284Z WARN [ic-agent] Anomaly score: 0.87 threshold=0.70 → FLAG
2026-03-31T23:59:02.301Z INFO [ic-agent] SHAP generation started model=lightgbm-ic-v3.2.1
2026-03-31T23:59:02.589Z INFO [ic-agent] SHAP values computed
transfer_price_rate_delta: +0.34
agreement_ref_mismatch: +0.28
counterparty_hist_pattern: +0.15
amount_vs_forecast: +0.10
2026-03-31T23:59:02.614Z INFO [ic-agent] SHAP written to BigQuery table=ic_shap_log row_id=shap-20260331-0012
2026-03-31T23:59:02.630Z INFO [ic-agent] HITL checkpoint created hitl_id=HITL-IC-01 status=PENDING_REVIEW
2026-03-31T23:59:02.631Z INFO [ic-agent] Group Controller queue notified controller@claravis-medical.corp.internal
FROM `claravis.af.ic_transactions` t
JOIN `claravis.af.ic_shap_log` s USING (hitl_id)
JOIN `claravis.af.hitl_checkpoints` h USING (hitl_id)
WHERE h.hitl_id = 'HITL-IC-01';[cite: 14]
| hitl_id | entity_pair | amount_eur | tp_rate | agreement_ref | top_shap_factor | approved_by | sap_journal_ref |
|---|---|---|---|---|---|---|---|
| HITL-IC-01 | VLD-NL → VLD-DE | 2,340,000 | 8.2% (exp 7.8%) | IC-MF-2024-003 | tp_rate_delta +0.34 | controller@claravis-medical.corp.internal | SAP-JE-20260331-0441 |
Three-minute demonstration — regulatory encoding visible at every step: Assuming classification as a high-risk AI system under EU AI Act Annex III, the SHAP-before-HITL sequence in Step 2 satisfies Art. 13 (transparency) and addresses the External Auditor's concern structurally[cite: 14]. The write gate in Step 3 satisfies Art. 14 (human oversight)[cite: 14]. The BigQuery evidence package in Step 5 satisfies OECD BEPS Action 13 for Transfer Pricing Counsel — no data engineer required, queryable on demand[cite: 14]. All six stakeholder rebuttals are observable live in the three-minute sequence[cite: 14].