home / bankproducts

bank_iban

Data license: CC-BY-4.0 · Data source: bankproducts.info

1 row where bank_id = "raiffeisen_schweiz"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: iid_ranges (array)

bank_id ▼ clearing_number iban_pattern qr_iban_pattern iid_ranges qr_iid
raiffeisen_schweiz 80000 CHxx 8000 0xxx xxxx xxxx x   ["80000", "80002", "80005", "80027", "80037", "80051", "80059", "80073", "80094", "80097", "80098", "80102", "80105", "80129", "80139", "80159", "80181", "80187", "80210", "80237", "80241", "80272", "80280", "80283", "80287", "80290", "80317", "80333", "80340", "80344", "80350", "80362", "80365", "80375", "80379", "80387", "80401", "80414", "80430", "80434", "80442", "80445", "80451", "80454", "80460", "80472", "80479", "80485", "80496", "80521", "80527", "80532", "80539", "80553", "80572", "80581", "80588", "80595", "80598", "80606", "80611", "80615", "80626", "80652", "80666", "80690", "80691", "80696", "80698", "80700", "80701", "80702", "80704", "80705", "80706", "80719", "80721", "80723", "80728", "80736", "80740", "80744", "80746", "80747", "80748", "80773", "80774", "80775", "80776", "80779", "80780", "80808", "80816", "80817", "80819", "80820", "80842", "80843", "80856", "80860", "80862", "80867", "80875", "80882", "80888", "80895", "80896", "80905", "80911", "80912", "80914", "80918", "80930", "80938", "80939", "80947", "80962", "80965", "80970", "80971", "80976", "81011", "81012", "81023", "81031", "81045", "81054", "81063", "81072", "81073", "81084", "81103", "81144", "81165", "81168", "81169", "81170", "81177", "81179", "81186", "81187", "81194", "81196", "81203", "81204", "81211", "81212", "81214", "81223", "81232", "81241", "81251", "81256", "81259", "81261", "81262", "81271", "81274", "81281", "81284", "81287", "81289", "81291", "81295", "81296", "81297", "81298", "81302", "81304", "81307", "81313", "81314", "81317", "81319", "81320", "81323", "81324", "81325", "81344", "81351", "81356", "81360", "81361", "81371", "81377", "81378", "81380", "81382", "81384", "81398", "81401", "81402", "81412", "81414", "81416", "81417", "81431", "81432", "81454", "81455", "81456", "81457", "81459", "81471", "81474", "81475", "81477", "81479", "81481", "81485", "81486", "81487", "81488", "81490", "81491"]  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE bank_iban (
    bank_id          TEXT PRIMARY KEY REFERENCES bank(id),
    -- 5-digit clearing number / Bankleitzahl (BC). Same as `sic_iid` for most
    -- banks but stored separately because:
    --   1. some banks have multiple IIDs (a federation umbrella + its members)
    --   2. sic_iid is the SIX interbank-clearing participant number; clearing_number
    --      is the IBAN-routing number — usually equal, occasionally different
    clearing_number  TEXT,
    iban_pattern     TEXT,        -- "CHxx 0076 1xxx xxxx xxxx x"
    qr_iban_pattern  TEXT,        -- "CHxx 3076 1xxx xxxx xxxx x" (QR-IBAN format)
    iid_ranges       TEXT,        -- JSON array of 5-digit IIDs, e.g. '["00761"]'
                                  -- Multiple values for banks with multiple BC numbers
    qr_iid           INTEGER      -- Numeric QR-IBAN IID, e.g. 30761
                                  -- (Range 30000-31999 is reserved for QR-bills)
);
Powered by Datasette · Queries took 20.332ms · Data license: CC-BY-4.0 · Data source: bankproducts.info