product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "clientis_thal:sparkonto18"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| clientis_thal:sparkonto18:pf:sparheft_50_chf_jahr_gratis_bei_minderjaehrigen_keine_neuausstellungen | Sparkonto18 clientis_thal:sparkonto18 | pricing_condition | BIT Sparheft-Legacy-Klausel: **Jaehrliche Abschlussgebuehr CHF 50.00, exkl. bei Minderjaehrigen. Keine Neuausstellungen**. Novel: publizierte Sunset-Klausel fuer Sparheft-Produkt (keine Neuausstellungen). | Novel Cross-Bank-Muster: publizierte Sparheft-Sunset-Klausel. Cross-Bank-Vergleich: die meisten Banken haben stillschweigend keine Neuausstellungen (Sparheft ist runoff-Produkt seit 20 Jahren). BIT publiziert explizit "Keine Neuausstellungen" + Legacy-Fee CHF 50/Jahr. Minderjaehrigen-Waiver = historische Klausel (Sparheft-Geschenk fuer Kinder, viele Jahrgaenge noch bestehend). Signal: Bank hat systematisches Legacy-Product-Handling. Cross-Bank-Vergleich: kein anderer Batch-Bank hat Sparheft-Sunset expliziert (klare Novelheit). | 2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE product_feature (
id TEXT PRIMARY KEY,
product_id TEXT NOT NULL REFERENCES product(id),
feature_key TEXT NOT NULL, -- withdrawal_limit_free, notice_period, daily_limit, monthly_limit,
-- interest_late_payment, max_balance, included_services, ...
feature_value TEXT,
note TEXT,
source_page INTEGER
);
CREATE INDEX idx_product_feature_product ON product_feature(product_id);
CREATE INDEX idx_product_feature_key ON product_feature(feature_key);