product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
3 rows where product_id = "ce_courtelary:compte_courant"
This data as json, CSV (advanced)
Suggested facets: source_page
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| ce_courtelary:compte_courant:pf:compte_courant_kontokorrent_040_ecriture_max_50chf_novel_max_cap | Compte courant ce_courtelary:compte_courant | pricing_condition | CEC Compte courant Kontokorrent Ecriture-Preisung mit Cap: **CHF 0.40 par ecriture (Buchung), Maximum CHF 50/Monat**. Kontrast zu compte prive (aucun Ecriture-Kosten) und compte epargne (aucun). Novel: Buchungs-Preis mit expliziten monatlichen Cap. | Novel Cross-Bank-Muster: Buchungs-Preis mit Monats-Cap. Signal: schuetzt gegen unpredictable Firmen-Kosten (Bank Cap = CHF 600/Jahr max fuer aktive Kontokorrent). Cross-Bank-Vergleich: BEKB Kontokorrent CHF 0.35 ohne Cap (Batch 28), BLKB CHF 0.20 (Batch 31). CEC-Cap ist Kunden-freundlich fuer hoch-volume Firmen. | 1 |
| ce_courtelary:compte_courant:pf:ordre_paiement_3_kanal_dual_ausland_inland_novel_kanal_matrix | Compte courant ce_courtelary:compte_courant | pricing_condition | CEC Ordre-Paiement Dual-Kanal-Matrix: **Inland-Standard: Ordre rapide gratis, Ordre libre CHF 10**. **Ausland CHF: Manuel CHF 15, E-Banking CHF 9, Permanent CHF 10**. **Ausland EUR SEPA: Manuel CHF 10, E-Banking CHF 5, Permanent CHF 8**. **Ausland MOE (übrige Waehrungen): CHF 15/9/10**. **OUR-Zuschlag CHF 20 zusaetzlich**. Novel Cross-Bank-Muster: 3-Kanal-Preisungs-Matrix + Waehrungs-Differenzierung. | Novel Cross-Bank-Muster: 3-Kanal-Preisung (Manuel/E-Banking/Permanent) mit Waehrungs-Differenzierung (CHF/EUR-SEPA/MOE). Signal: transparent Ueberblick fuer Kunden bei jedem Bezahlkanal + Waehrungs-Kombination. CEC granular strukturiert. | 1 |
| ce_courtelary:compte_courant:pf:pay_per_ecriture_50chf_max | Compte courant ce_courtelary:compte_courant | pricing_condition | Compte courant: frais d'ecriture CHF -.40 par ecriture, MAX CHF 50/mois (= 125 Ecritures maximal fakturiert). Ab 125+ Ecritures pro Monat sind alle weiteren Ecritures gratis (impliziter Volumen-Rabatt) | **Novel: pay-per-transaction mit HARD CAP**. Bei 40 Rappen pro Ecriture ist die Cap CHF 50 erreicht bei 125 Ecritures/Monat. Kunden mit sehr hoher Transaktionsdichte (Firmen, Verwaltungen) zahlen automatisch weniger pro Einzeltransaktion. Vergleich Baloise Batch 5 (Buchungsgebuehr CHF 0.60 pro Buchung ohne Cap). CE Courtelary ist Cap-Design-orientiert. Source: CEC Prix et frais Fev 2026 | 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);