Files
jonathan_richards de34d10188 Upload files to "Solidity-Source"
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
2026-07-26 20:17:49 +00:00
..
2026-07-26 20:17:49 +00:00

Solidity Source Notes

StandardsBasedTransferControl.sol is the self-contained Solidity proof used by the prototype. It contains:

  • IdentityRegistry for synthetic party-control attributes used in the demonstration.
  • RoleRegistry for transfer-agent authorization.
  • PolicyRegistry for active, lockup, and auto-approval threshold policy.
  • TransferControlModule for deterministic approve, reject, and pending-review decisions.
  • TokenizedBond for 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.