# currency Code allocated to identify a currency. * Type: `string` * Pattern: `^[A-Z]{3,3}$` ## JSON schema extract ```json "currency": { "type": "string", "description": "Code allocated to identify a currency", "pattern": "^[A-Z]{3,3}$" } ```