home / bankproducts

product_feature

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

2 rows where product_id = "slw:kontokorrent"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
slw:kontokorrent:pf:ausland_zahlung_3_tier_sepa_12_giro_15_our_30_publizierte_escalation Kontokorrent slw:kontokorrent pricing_condition SLW Ausland-Zahlung 3-Tier-Escalation: **pro Auftrag SEPA CHF 12.00; pro Auftrag Giro international CHF 15.00; pro Auftrag z.L. Auftraggeber (OUR) CHF 30.00**. Zusaetzliche Fremdkosten werden belastet. Novel: publizierte 3-Tier-Escalation (nicht 2-Tier wie CBT/SPC). Novel Cross-Bank-Muster: 3-Tier-Ausland-Escalation mit OUR-Uplift. Cross-Bank-Vergleich: SPC Batch 44 hatte "OUR-Zusatzkosten CHF 20" als Aufschlag; SLW OUR direkt als 3. Tier CHF 30 (150% Standard-Rate). SEPA CHF 12 vs Giro CHF 15 = 25% Aufpreis fuer non-SEPA Ausland. Signal: SLW positioniert alle 3 Zahlungs-Typen mit klaren Preis-Steps. Cross-Bank-Vergleich: SLB Batch 43 hatte SWIFT CHF 6 e-Banking / CHF 26 Papier + Fremdspesen; SLW alle e-Banking-only-basierend. Kein separater digital-vs-Papier-Split = signal fuer e-Banking-erste-Bank. 1
slw:kontokorrent:pf:finanzierungsnachweis_250_wird_bei_abschluss_zurueckerstattet_novel_reverse_refund Kontokorrent slw:kontokorrent pricing_condition SLW Finanzierungsnachweis Reverse-Refund-Klausel: **Finanzierungsnachweis CHF 250 (wird bei Abschluss zurueckerstattet)**. Kreditpruefung und Eroeffnung CHF 250; Umwandlung/Verlaengerung Festhypothek CHF 150; Saldierung/Abloesung CHF 150. Novel: publizierte Rueckerstattungs-Klausel bei erfolgreicher Kunden-Konversion. Novel Cross-Bank-Muster: Reverse-Refund fuer Vor-Kredit-Nachweis. Cross-Bank-Vergleich: Gantrisch Batch 40 hatte BAK-Reverse-Pricing (2x-Fee wenn NICHT-Finanzierung); SLW anders: Fee wird zurueckerstattet WENN Finanzierung folgt. Signal: unterschiedliche Anreiz-Struktur (Gantrisch straft Nicht-Konversion, SLW belohnt Konversion). Beide sind Retention-Investments. Cross-Bank-Vergleich: die meisten Banken haben nur Standard-Kreditpruefungs-Fee ohne Rueckerstattungs-Mechanismus. Signal: SLW aggressiv um Hypothek-Abschluesse (Finanzierungsnachweis-Fee entfaellt bei Kunden-Bindung). 2

Advanced export

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

CSV options:

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);
Powered by Datasette · Queries took 9.361ms · Data license: CC-BY-4.0 · Data source: bankproducts.info