OpenChainGraph Suite · CONTRACT A3 · arch #5

Allocation/Affirmation Timing & Message Conformance

Allocation/confirmation timing + format conformance vs the 23:00 CET trade-date mandate (ART-81) -> ISO 20022 securities-settlement message linting (ART-82) -> Merkle integrity (cry-04). Covers the binding Dec-2026 same-day machine-readable requirement.

OpenChainGraph · 3 Steps cryptographic mandate Hash-Anchored §4 chain_depth:3 Client-Side · Zero PII
Chain Topology — Allocation/Affirmation Conformance Checker → Securities-Settlement Message Linter (ISO 20022 sese/semt) → Merkle Batch Verifier
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 3 Steps
1 ROOT · D0 node
Allocation/Affirmation Conformance Checker art-81-allocation-affirmation-conformance
on-time rate + flagged events (H1) feed the message linter
MCP Call · check_allocation_affirmation
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "check_allocation_affirmation",
    "arguments": {}
  },
  "id": 1
}
2 D2 node
Securities-Settlement Message Linter (ISO 20022 sese/semt) art-82-securities-settlement-message-linter
message validation (H2) feeds the verifier
MCP Call · lint_securities_settlement_message
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "lint_securities_settlement_message",
    "arguments": {}
  },
  "id": 1
}
3 TERMINAL · D3 node
Merkle Batch Verifier cry-04-merkle-batch-verifier
Exports composite allocation/affirmation artifact with Merkle-root execution_hash (H3) -- final stage
MCP Call · verify_merkle_batch
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "verify_merkle_batch",
    "arguments": {}
  },
  "id": 1
}
Export Artifacts
Download the §4 chain definition artifact (hash-anchored composite JSON) or the §13.11 W3C Verifiable Credentials view. Both derive from the chain definition — no new hash is minted. Available after hash computation.