# bic Code allocated to a receiving institution by the ISO 9362 Registration Authority as described in [ISO 9362 "Banking - Banking telecommunication messages - Business identifier code (BIC)"](https://www.iso.org/standard/60390.html). * Type: `string` * pattern: `^([a-zA-Z0-9_-]){8,11}$` ## JSON schema extract ```json "bic": { "type": "string", "pattern": "^([a-zA-Z0-9_-]){8,11}$", "description": "Code allocated to a receiving institution by the ISO 9362 Registration Authority as described in ISO 9362 'Banking - Banking telecommunication messages - Business identifier code (BIC)'" } ```