product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "leerau:swiss_bankers_travel"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| leerau:swiss_bankers_travel:issuer_partner | Swiss Bankers Travel Karte leerau:swiss_bankers_travel | partner_program | Swiss Bankers AG | ||
| leerau:swiss_bankers_travel:pf:hidden_compound_cost | Swiss Bankers Travel Karte leerau:swiss_bankers_travel | pricing_condition | Prepaid-Karte: 1.50% Aufladekommission + Bargeldbezug 2.00% (mind. CHF/EUR/USD 2.00 Inland / 7.50 Ausland) + Bargeldlos-Zuschlag CHF/EUR/USD 1.00 pro Karteneinsatz | Hidden compound cost: Prepaid-Karten scheinen gratis (Kartengebuehr = 0), aber jeder Nutzungsakt loest eine separate Gebuehr aus. Beispiel Reise mit CHF 1'000 Aufladung + 10 mal 100 CHF Bargeld: 15 CHF (Aufladung) + 10x2 CHF Bezug + 10x1 CHF Karteneinsatz = ~45 CHF, effektiv 4.5% Kostenquote. Muster ist typisch fuer alle CH-Reiseprepaid-Karten (Swiss Bankers). Source: Preise-und-Gebuehren_Zahlen-Karten-Allg_202601-Privatkunden.pdf | 3 |
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);