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

5 rows where bank_id = "slb" sorted by bank_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, 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
slb:identity:region Spar- und Leihkasse Bucheggberg AG slb   identity region Solothurn-Bucheggberg Solothurn-Bucheggberg Sparkasse.     slb.ch   1 2024-01-01  
slb:identity:transparency_posture Spar- und Leihkasse Bucheggberg AG slb   identity transparency_posture published Atom #275 17. Instanz: voller Publisher — Gebuehren-Tarife + Kontosortiment-Zinssaetze + Kassenobligation Zinssaetze.     slb.ch /app/uploads/Gebuehren-Tarife-aktuell.pdf   1 2026-03-01  
slb:identity:konto_rates Spar- und Leihkasse Bucheggberg AG slb   identity savings_rates_2026 0.300%/0.200%/0.100% Aktionärs/Anlage/Spar Sparkonten 2026: Aktionärssparkonto 0.300%, Anlagesparkonto 0.200%, Sparkonto 0.100% (jeweils bis CHF 100k). Tier-Bruch bei CHF 100k.     SLB Kontosortiment 1.1.2026   1 2026-01-01  
slb:identity:depot_fee Spar- und Leihkasse Bucheggberg AG slb   identity depot_fee_executive_only 0.25% Depotgebühr Execution Only: 0.25% p.a. Mindestjahresgebühr CHF 40/Depot. SLB-Aktien + Obligationen kostenlos.     SLB Gebühren-Tarife 1.1.2024   1 2024-01-01  
slb:identity:vorsorge_3a Spar- und Leihkasse Bucheggberg AG slb   identity vorsorge_3a_rate 0.300% Rendita Vorsorgekonto 3a: 0.300% Zins.     SLB Kontosortiment 1.1.2026   1 2026-01-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 24.303ms · Data license: CC-BY-4.0 · Data source: bankproducts.info