product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "gantrisch:vv_individual"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| gantrisch:vv_individual:pf:vv_all_inclusive_bis_065_pct_inkl_depot_und_steuerverzeichnis_novel_full_bundling | Individuelle Vermoegensverwaltung gantrisch:vv_individual | pricing_condition | Gantrisch Vermoegensverwaltung All-Inclusive: **Individuelle VV ab CHF 1'000'000: bis 0.65% inklusive Vermoegensverwaltungsgebuehren, Depotgebuehren und Steuerverzeichnis**. Gantrisch Portfolio + eco (ab CHF 100'000): bis 0.65% all-inclusive. Guggershoernli Portfolio (ab CHF 50'000): bis 0.75%. Maerit Portfolio (ab CHF 50'000): bis 0.90%. Sense Portfolio + eco + trends (ab CHF 3'500): bis 1.35%, **bis zum 30. Altersjahr verwaltungsgebuehrenfrei**. Novel: 5-Portfolio-Tier + Jugend-Waiver-Kombination. | Novel Cross-Bank-Muster: All-Inclusive-VV-Pricing (Fee + Depot + Steuerverzeichnis buendelt). Cross-Bank-Vergleich: die meisten Banken haben additive-Preisung (VV-Fee + Depot + Steuer-Auszug separat). Gantrisch: alles in einer Zahl. Sense-Portfolio-Jugend-Waiver bis 30. Altersjahr novel: 27 Jahre Gratis-VV fuer Sense-Kunden = aggressives long-lifetime-value-Investment. Cross-Bank-Vergleich: CEN Batch 39 Epargne Jeunesse 1.00% Sparkonto, LEMAN Batch 37 Point Etudiants bis 25 — Gantrisch die grosszuegigste VV-Jugend-Regel. | 6 |
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);