de34d10188
TD Bank Payments Innovation team SWIFT 2026 Hackathon Solution Solidity Source for out submission: "Standards-Based Transfer Control For Tokenised Bonds" -See README.md Note: Application Source code available upon request - please contact: Jonathan.richards@tdsecurities.com
Solidity Source Notes
StandardsBasedTransferControl.sol is the self-contained Solidity proof used by the prototype. It contains:
IdentityRegistryfor synthetic party-control attributes used in the demonstration.RoleRegistryfor transfer-agent authorization.PolicyRegistryfor active, lockup, and auto-approval threshold policy.TransferControlModulefor deterministic approve, reject, and pending-review decisions.TokenizedBondfor approval-gated movement and auditable decision events.
The source targets Solidity ^0.8.28 and carries an MIT SPDX identifier. It demonstrates the EVM implementation of a network-portable control model; it is not a production deployment configuration or a claim that the model is restricted to one network.