product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
7 rows where product_id = "zweiplus:alpendepot"
This data as json, CSV (advanced)
Suggested facets: feature_key, feature_value
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| zweiplus:alpendepot:pf:min_addl | Alpendepot zweiplus:alpendepot | min_balance | EUR 500 | Mindestbetrag Zusatzinvestition. | 1 |
| zweiplus:alpendepot:pf:min_single | Alpendepot zweiplus:alpendepot | min_balance | EUR 2500 | Mindestanlagebetrag Einmalanlage. | 1 |
| zweiplus:alpendepot:pf:min_system | Alpendepot zweiplus:alpendepot | min_balance | EUR 10000 | Mindestanlagebetrag System-Einmalanlage. | 1 |
| zweiplus:alpendepot:pf:monthly_rate | Alpendepot zweiplus:alpendepot | savings_plan | Monatliche Regelsparrate 0.5% des Vermoegensziels; individuelle Monatsrate min EUR 50. | 1 | |
| zweiplus:alpendepot:pf:no_delivery | Alpendepot zweiplus:alpendepot | included_services | Einlieferungen und Auslieferungen von Fondsanteilen nicht moeglich. | 1 | |
| zweiplus:alpendepot:pf:plan_goal | Alpendepot zweiplus:alpendepot | min_balance | EUR 12500 oder 25000 | Persoenliches Vermoegensziel Aufbauplan: EUR 12,500 oder min EUR 25,000 (teilbar durch EUR 1,000). | 1 |
| zweiplus:alpendepot:pf:withdraw_min | Alpendepot zweiplus:alpendepot | min_balance | EUR 10000 | Anlagebestand vor erster Entnahme min EUR 10,000; Entnahmebetrag min EUR 100 pro Entnahme. | 1 |
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);