Fees
Data license: CC-BY-4.0 · Data source: bankproducts.info
11 rows where bank_id = "globalance" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: product_id, fee_type, amount, frequency, note, valid_from, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| globalance:fund_zukunftbeweger_focused_i_chf:entry | Globalance Zukunftbeweger focused — Anteilsklasse I (CHF) globalance:fund_zukunftbeweger_focused_i_chf | Globalance Bank AG globalance | entry_fee | Einstiegskosten (Zukunftbeweger focused I CHF) | 2.0 | percent | per_txn | KIID 08.01.2025. 2.0% des Werts der Anlage beim Einstieg. | 3 | 2025-01-08 | free | ||
| globalance:fund_sokrates_e_eur:mgmt_fee | Globalance Sokrates Fund — Anteilsklasse E (EUR) globalance:fund_sokrates_e_eur | Globalance Bank AG globalance | mgmt_fee | TER — Verwaltungs- und Betriebskosten (Sokrates E EUR) | 1.5 | percent | per_annum_pct | KIID 08.01.2025. Laufende Kosten: 1.5%/Jahr Verwaltungsgebuehren und sonstige Verwaltungs-/Betriebskosten. | 3 | 2025-01-08 | free | ||
| globalance:fund_zukunftbeweger_focused_i_chf:mgmt_fee | Globalance Zukunftbeweger focused — Anteilsklasse I (CHF) globalance:fund_zukunftbeweger_focused_i_chf | Globalance Bank AG globalance | mgmt_fee | TER — Verwaltungs- und Betriebskosten (Zukunftbeweger focused I CHF) | 1.1 | percent | per_annum_pct | KIID 08.01.2025. Laufende Kosten: 1.1%/Jahr Verwaltungsgebuehren und sonstige Verwaltungs-/Betriebskosten. | 3 | 2025-01-08 | free | ||
| globalance:fund_sokrates_e_eur:entry | Globalance Sokrates Fund — Anteilsklasse E (EUR) globalance:fund_sokrates_e_eur | Globalance Bank AG globalance | entry_fee | Einstiegskosten (Sokrates E EUR) | 1.0 | percent | per_txn | KIID 08.01.2025. 1.0% des Werts der Anlage beim Einstieg. | 3 | 2025-01-08 | free | ||
| globalance:fund_sokrates_e_eur:txn | Globalance Sokrates Fund — Anteilsklasse E (EUR) globalance:fund_sokrates_e_eur | Globalance Bank AG globalance | transaction_commission | Transaktionskosten (Sokrates E EUR) | 0.4 | percent | per_annum_pct | KIID 08.01.2025. 0.4%/Jahr — Schaetzung der Kosten fuer Kauf/Verkauf der zugrundeliegenden Anlagen. | 3 | 2025-01-08 | free | ||
| globalance:fund_zukunftbeweger_focused_i_chf:txn | Globalance Zukunftbeweger focused — Anteilsklasse I (CHF) globalance:fund_zukunftbeweger_focused_i_chf | Globalance Bank AG globalance | transaction_commission | Transaktionskosten (Zukunftbeweger focused I CHF) | 0.3 | percent | per_annum_pct | KIID 08.01.2025. 0.3%/Jahr — Schaetzung der Kosten fuer Kauf/Verkauf der zugrundeliegenden Anlagen. | 3 | 2025-01-08 | free | ||
| globalance:fund_sokrates_e_eur:exit | Globalance Sokrates Fund — Anteilsklasse E (EUR) globalance:fund_sokrates_e_eur | Globalance Bank AG globalance | exit_fee | Ausstiegskosten (Sokrates E EUR) | 0.0 | percent | per_txn | KIID 08.01.2025. 0.0% — keine Ruecknahmegebuehr. | 3 | 2025-01-08 | free | ||
| globalance:fund_sokrates_e_eur:performance | Globalance Sokrates Fund — Anteilsklasse E (EUR) globalance:fund_sokrates_e_eur | Globalance Bank AG globalance | performance_fee | Performance-Gebuehr (Sokrates E EUR) | 0.0 | percent | per_annum_pct | KIID 08.01.2025. Bei diesem Produkt faellt keine Performance-Gebuehr an. | 3 | 2025-01-08 | free | ||
| globalance:fund_zukunftbeweger_focused_i_chf:exit | Globalance Zukunftbeweger focused — Anteilsklasse I (CHF) globalance:fund_zukunftbeweger_focused_i_chf | Globalance Bank AG globalance | exit_fee | Ausstiegskosten (Zukunftbeweger focused I CHF) | 0.0 | percent | per_txn | KIID 08.01.2025. 0.0% — keine Ruecknahmegebuehr. | 3 | 2025-01-08 | free | ||
| globalance:fund_zukunftbeweger_focused_i_chf:performance | Globalance Zukunftbeweger focused — Anteilsklasse I (CHF) globalance:fund_zukunftbeweger_focused_i_chf | Globalance Bank AG globalance | performance_fee | Performance-Gebuehr (Zukunftbeweger focused I CHF) | 0.0 | percent | per_annum_pct | KIID 08.01.2025. Bei diesem Produkt faellt keine Performance-Gebuehr an. | 3 | 2025-01-08 | free | ||
| globalance:wealth_management:mgmt_fee | Globalance Wealth Management — Zukunftbeweger Investing globalance:wealth_management | Globalance Bank AG globalance | mgmt_fee | WM-Mandatsgebuehr (tailored) | percent | per_annum_pct | No public schedule for the core WM mandate. Press release framing: "weist alle Gebuehren transparent aus" — transparency at mandate signing per FIDLEG Art. 8, but no Preisliste published. Cohort sub-pattern: ESG-by-design private bank — tailored WM mandate pricing per client, but fund TERs published in KIIDs (see fund products below). | 2026-06-10 | pro |
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);