product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
5 rows where product_id = "grkb:privatkonto"
This data as json, CSV (advanced)
Suggested facets: source_page
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| grkb:privatkonto:pf:cancellation_commission | Privatkonto grkb:privatkonto | pricing_condition | 2% cancellation commission on withdrawal-limit excess | Bei Ueberschreitung der Rueckzugslimite ohne Einhaltung der Kuendigungsfrist wird eine Kuendigungskommission von 2% belastet | 16 |
| grkb:privatkonto:pf:fx_conversion | Privatkonto grkb:privatkonto | pricing_condition | FX conversions at booking-day rate | Allfaellige Umrechnungen erfolgen zum Tageskurs der Verbuchung | 7 |
| grkb:privatkonto:pf:savings_payment_surcharge | Privatkonto grkb:privatkonto | pricing_condition | CHF 5 surcharge per payee for payments from savings accounts | Bei Belastungen von Sparkonti wird pro Zahlungsempfaenger/QR-Rechnung eine Zusatzgebuehr CHF 5 verlangt; Kontouebertrag von Sparkonto kostenlos | 13 |
| grkb:privatkonto:pf:sepa_free | Privatkonto grkb:privatkonto | pricing_condition | SEPA EUR-payments free (intra-Euroraum) | SEPA: kostenlos (Fremdbankgebuehren vorbehalten) | 13 |
| grkb:privatkonto:pf:vat_domicile | Privatkonto grkb:privatkonto | pricing_condition | Mandate fees incur Swiss VAT for CH/FL domicile | Zzgl. Mehrwertsteuer fuer Kundinnen/Kunden mit Domizil CH und FL (Wertschriften/Mandate) | 20 |
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);