Skip to content

Commit

Permalink
T2 simulation endpoints InstructingAgent BIC
Browse files Browse the repository at this point in the history
* Fixed BICs
  • Loading branch information
ClearlyEleanor authored Jan 10, 2025
1 parent d0ad1c1 commit 78545a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/endpoints/t2-v1-sim.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,9 @@
"maxLength": 11,
"minLength": 11,
"type": "string",
"pattern": "^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}[A-Z0-9]{3,3}\\z"
"pattern": "^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}[A-Z0-9]{3,3}\\z",
"description": "The instructing agent's BIC. For testing, must be CLRBNL2AXXX.",
"example": "CLRBNL2AXXX"
},
"lei": {
"type": "string",
Expand Down

0 comments on commit 78545a7

Please sign in to comment.