home / bankproducts

Claims

Bank assertions categorised by identity / safety / digital / convenience / esg / media. Every claim has source and a verifiable flag (1 = independently verifiable, 0 = self-reported).

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

6 rows where bank_id = "hbl" sorted by bank_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: category, valid_from, valid_from (date)

id bank_id ▼ product_id category claim_key claim_value display_text_de display_text_en display_text_fr source source_url verifiable valid_from valid_to
hbl:identity:home_region Hypothekarbank Lenzburg AG hbl   identity home_region Lenzburg, Aargau Hypothekarbank Lenzburg AG (Hypi Lenzburg). Boersengelistete Regionalbank mit Sitz in Lenzburg, Aargau. Eine der letzten unabhaengigen Regionalbanken der Schweiz.     finma.ch + hbl.ch   1 2026-01-01  
hbl:identity:public_listing Hypothekarbank Lenzburg AG hbl   identity stock_listing SIX-listed (HBLN) Boersengelistet an der SIX Swiss Exchange unter dem Ticker HBLN. Aktionaerssparkonto als Aktionaersbindung mit Vorzugskonditionen.     six-group.com https://www.six-group.com/ 1 2026-01-01  
hbl:digital:finstar_platform Hypothekarbank Lenzburg AG hbl   digital core_banking_owner Finstar Eigenes Core-Banking-System Finstar (Eigenentwicklung). Wird auch von Drittbanken und Neobanken (neon) als Banking-as-a-Service-Plattform genutzt.     hbl.ch + finstar.ch   1 2026-01-01  
hbl:safety:sic_participant Hypothekarbank Lenzburg AG hbl   safety sic_participation SIC + euroSIC + Instant participant Vollstaendige Teilnahme am Schweizer Interbank Clearing (SIC), euroSIC und Instant Payments. SIC IID 8307.     six-group.com + swissbanks LEI JSON https://www.six-group.com/ 1 2026-01-01  
hbl:convenience:no_foreign_bank_fee Hypothekarbank Lenzburg AG hbl   convenience foreign_fees_pass_through all-passthrough Alle fremden Bankspesen werden vollumfaenglich weiterbelastet (kein Aufschlag). Exotische Waehrungen auf Anfrage. SEPA-EUR-Zahlungen kostenlos.     Dienstleistungspreise S.13   1 2026-04-01  
hbl:identity:aktionaerssparkonto Hypothekarbank Lenzburg AG hbl   identity shareholder_savings_account Aktionaerssparkonto 0.500% Sparkonto exklusiv fuer HBL-Aktionaerinnen und -Aktionaere mit Vorzugszins 0.500% bis CHF 250000. Einer der hoechsten publizierten Sparkontozinsen der Schweiz (Stand 04.2026).     Zinssaetze Bezahlen Sparen Vorsorgen 04.2026   1 2026-04-01  

Advanced export

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

CSV options:

CREATE TABLE claim (
    id              TEXT PRIMARY KEY,       -- zkb:safety:credit_rating
    bank_id         TEXT NOT NULL REFERENCES bank(id),
    product_id      TEXT,                   -- nullable: bank-level claims have no product
    category        TEXT NOT NULL,          -- safety, digital, convenience, esg, identity, media
    claim_key       TEXT NOT NULL,          -- credit_rating, staatsgarantie, apple_pay, ...
    claim_value     TEXT,                   -- AAA, true, 4.7, https://...
    display_text_de TEXT,
    display_text_en TEXT,
    display_text_fr TEXT,
    source          TEXT,                   -- "S&P Global, March 2026" or "self-reported"
    source_url      TEXT,
    verifiable      INTEGER DEFAULT 0,      -- 1 = independently verifiable, 0 = self-asserted
    valid_from      TEXT,
    valid_to        TEXT
);
CREATE INDEX idx_claim_bank ON claim(bank_id);
CREATE INDEX idx_claim_category ON claim(category);
CREATE INDEX idx_claim_key ON claim(claim_key);
Powered by Datasette · Queries took 23.562ms · Data license: CC-BY-4.0 · Data source: bankproducts.info