Compiles a model's current model-passport-lifecycle and model-validation-cycle artifacts, cited by execution_hash and never recomputed, into a single BCBS 239 SS II / RDARR-shaped bundle: inventory tier, outcome-analysis result, validation status, replication verdict, and test-battery result, each with its citing hash and producing tool. Each of the five stages is optional individually; a caller may not have every stage yet, and the pack reports which stages are cited and which are absent, never fabricating a missing one. No new gate logic, since the two source chains already carry their own gates; this pack is a read-after-the-fact bundler, not a re-router.
compile_model_risk_lineage_pack{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "compile_model_risk_lineage_pack",
"arguments": {
"model_id": "MODEL-CREDIT-PD-01",
"as_of_date": "2026-08-05",
"inventory_ref": {"tool_id": "art-450-model-inventory-entry", "execution_hash": "sha256:..."},
"outcome_ref": {"tool_id": "art-451-model-outcome-analysis", "execution_hash": "sha256:..."},
"validation_status_ref": {"tool_id": "art-453-model-validation-status", "execution_hash": "sha256:..."},
"replication_ref": {"tool_id": "art-488-model-replication-diff", "execution_hash": "sha256:..."},
"test_battery_ref": {"tool_id": "art-489-model-test-battery", "execution_hash": "sha256:..."}
}
},
"id": 1
}