From 37fe25b69c536e669709442b5c54cc8a5a67305c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Mon, 29 Apr 2024 16:35:55 +0200 Subject: [PATCH] Update IBAN registry spec --- schwifty/iban_registry/generated.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/schwifty/iban_registry/generated.json b/schwifty/iban_registry/generated.json index 05f3bdb..677aed7 100644 --- a/schwifty/iban_registry/generated.json +++ b/schwifty/iban_registry/generated.json @@ -1493,6 +1493,24 @@ ] } }, + "OM": { + "country": "OM", + "in_sepa_zone": false, + "bban_spec": "3!n16!c", + "bban_length": 19, + "iban_spec": "OM2!n3!n16!c", + "iban_length": 23, + "positions": { + "account_code": [ + 3, + 19 + ], + "bank_code": [ + 0, + 3 + ] + } + }, "PK": { "country": "PK", "in_sepa_zone": false, @@ -1975,4 +1993,4 @@ ] } } -} \ No newline at end of file +}