Fees
Data license: CC-BY-4.0 · Data source: bankproducts.info
15 rows where bank_id = "ce_nyon" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: product_id, fee_type, amount, currency, frequency, access_tier, valid_from (date)
| id | product_id | bank_id | fee_type | label | amount ▲ | currency | frequency | tier | channel | note | source_page | valid_from | access_tier |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ce_nyon:credit_or:annual | Carte de Crédit Visa Mastercard Or ce_nyon:credit_or | Caisse d'Epargne de Nyon (CEN) ce_nyon | annual_fee | Carte Or annuelle | 200.0 | CHF | annual | 2 | 2025-10-01 | free | |||
| ce_nyon:credit_argent:annual | Carte de Crédit Visa Mastercard Argent ce_nyon:credit_argent | Caisse d'Epargne de Nyon (CEN) ce_nyon | annual_fee | Carte Argent annuelle | 100.0 | CHF | annual | 2 | 2025-10-01 | free | |||
| ce_nyon:debit_mastercard:blocage | Carte Debit Mastercard CEN ce_nyon:debit_mastercard | Caisse d'Epargne de Nyon (CEN) ce_nyon | service_fee | Frais de blocage carte Debit | 75.0 | CHF | per_use | Maximum, en fonction de l'année d'échéance. | 2 | 2025-10-01 | free | ||
| ce_nyon:coffre_fort:min | Location de coffre-fort ce_nyon:coffre_fort | Caisse d'Epargne de Nyon (CEN) ce_nyon | annual_fee | Location coffre-fort (petit) | 75.0 | CHF | annual | 7 dimensions disponibles, CHF 75-600/an. | 2 | 2025-10-01 | free | ||
| ce_nyon:prepaid:annual | Carte de Crédit Visa Mastercard Prepaid ce_nyon:prepaid | Caisse d'Epargne de Nyon (CEN) ce_nyon | annual_fee | Carte Prepaid annuelle | 50.0 | CHF | annual | Gratuit jusqu'à 30 ans révolus. | 2 | 2025-10-01 | free | ||
| ce_nyon:debit_mastercard:annual | Carte Debit Mastercard CEN ce_nyon:debit_mastercard | Caisse d'Epargne de Nyon (CEN) ce_nyon | annual_fee | Carte Debit Mastercard CEN | 40.0 | CHF | annual | Disponible uniquement pour comptes courants CHF/EUR. | 2 | 2025-10-01 | free | ||
| ce_nyon:debit_mastercard:replacement | Carte Debit Mastercard CEN ce_nyon:debit_mastercard | Caisse d'Epargne de Nyon (CEN) ce_nyon | replacement_card | Remplacement carte Debit | 20.0 | CHF | per_use | 2 | 2025-10-01 | free | |||
| ce_nyon:courant_prive:gestion_chf | Compte Courant Privé ce_nyon:courant_prive | Caisse d'Epargne de Nyon (CEN) ce_nyon | account_mgmt | Gestion du compte courant CHF | 3.0 | CHF | quarterly | CHF 3/bouclement trimestriel. Frais de port CHF 1.40/envoi (gratuit via e-banking). | 2 | 2025-10-01 | free | ||
| ce_nyon:courant_prive_euro:gestion_eur | Compte Courant Privé Euro ce_nyon:courant_prive_euro | Caisse d'Epargne de Nyon (CEN) ce_nyon | account_mgmt | Gestion du compte courant EUR | 3.0 | EUR | quarterly | EUR 3/bouclement trimestriel. Frais de port EUR 1.50/envoi (gratuit via e-banking). | 2 | 2025-10-01 | free | ||
| ce_nyon:courant_prive:ordre_permanent | Compte Courant Privé ce_nyon:courant_prive | Caisse d'Epargne de Nyon (CEN) ce_nyon | service_fee | Ordre permanent | 2.0 | CHF | per_use | 2 | 2025-10-01 | free | |||
| ce_nyon:debit_mastercard:fx_markup_abroad | Carte Debit Mastercard CEN ce_nyon:debit_mastercard | Caisse d'Epargne de Nyon (CEN) ce_nyon | fx_markup | Retraits/paiements à l'étranger | 1.5 | percent | per_use | Maximum 1.5% par transaction. Retraits/paiements en Suisse: aucun frais supplémentaire. | 2 | 2025-10-01 | free | ||
| ce_nyon:travel_cash:loading_fee | Carte TravelCash ce_nyon:travel_cash | Caisse d'Epargne de Nyon (CEN) ce_nyon | service_fee | Carte TravelCash commission au chargement | 1.0 | percent | per_use | Pas de cotisation annuelle (prime assurance perte/vol incluse). | 2 | 2025-10-01 | free | ||
| ce_nyon:titres:courtage | Compte Titres ce_nyon:titres | Caisse d'Epargne de Nyon (CEN) ce_nyon | transaction_fee | Courtage titres | 0.5 | percent | per_use | Min CHF 120. Frais de bourse et timbre fédéral en sus. | 2 | 2025-10-01 | pro | ||
| ce_nyon:titres:droits_garde | Compte Titres ce_nyon:titres | Caisse d'Epargne de Nyon (CEN) ce_nyon | custody_fee | Droits de garde annuels | 0.15 | percent | per_annum_pct | Plus CHF 15 par position, minimum CHF 70/année. Obligations de caisse CEN et cédules hypothécaires SANS frais. | 2 | 2025-10-01 | pro | ||
| ce_nyon:epargne_salaire:gestion | Compte Épargne Salaire ce_nyon:epargne_salaire | Caisse d'Epargne de Nyon (CEN) ce_nyon | account_mgmt | Gestion du compte épargne | 0.0 | CHF | monthly | Offert. Ordre permanent: CHF 2/exécution. | 2 | 2025-10-01 | free |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE fee (
id TEXT PRIMARY KEY, -- zkb:privatkonto:account_mgmt
product_id TEXT NOT NULL REFERENCES product(id),
bank_id TEXT NOT NULL REFERENCES bank(id), -- denormalized
fee_type TEXT NOT NULL, -- standardized key
label TEXT, -- human-readable German label from PDF
amount REAL, -- NULL if text-only or varies
currency TEXT DEFAULT 'CHF', -- CHF, EUR, USD, percent
frequency TEXT, -- monthly, annual, quarterly, per_txn, one_time, per_annum_pct
tier TEXT, -- for tiered pricing: "3rd card onwards", "vol:>250k", "member"
channel TEXT, -- ebanking, paper, counter, atm, app, post_office, all
note TEXT, -- conditions, fine print
source_page INTEGER,
valid_from TEXT,
access_tier TEXT NOT NULL DEFAULT 'free' -- freemium gating; propagated from parent product
CHECK (access_tier IN ('free', 'pro', 'business'))
);
CREATE INDEX idx_fee_product ON fee(product_id);
CREATE INDEX idx_fee_bank ON fee(bank_id);
CREATE INDEX idx_fee_type ON fee(fee_type);
CREATE INDEX idx_fee_category ON fee(fee_type, bank_id);
CREATE INDEX idx_fee_access_tier ON fee(access_tier);