home / bankproducts

product_feature

Data license: CC-BY-4.0 · Data source: bankproducts.info

5 rows where product_id = "yuh:pillar_3a"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
yuh:pillar_3a:esg Yuh 3a yuh:pillar_3a esg_positioning SVVK-ASIR Ausschluesse ESG-Kriterien angewendet; Ausschluesse gemaess SVVK-ASIR-Empfehlungen.  
yuh:pillar_3a:investment_day Yuh 3a yuh:pillar_3a investment_cadence Donnerstags woechentlich Investition jeden Donnerstag, Settlement 3-4 Tage spaeter.  
yuh:pillar_3a:max_2026 Yuh 3a yuh:pillar_3a contribution_limit CHF 7'258 / CHF 36'288 (2026) Mit PK CHF 7'258, ohne PK 20% des Einkommens max CHF 36'288.  
yuh:pillar_3a:min_investment Yuh 3a yuh:pillar_3a min_balance CHF 10 "Mit Yuh 3a bleibst du so flexibel wie die Akrobat*innen beim Cirque du Soleil! Du kannst mit irgendeinem Betrag anfangen. Yuh wird dein Geld anlegen, ab 10 CHF." Einer der niedrigsten 3a-Investitions-Mindestbetraege im Schweizer Markt.  
yuh:pillar_3a:strategies Yuh 3a yuh:pillar_3a investment_strategies 5 Strategien (20-99% Aktien) Aktienanteil zwischen 20% (defensiv) und 99% (offensiv). Risk-Assessment beim Kontoeroeffnen empfiehlt eine Strategie. Wechsel jederzeit moeglich (Wirkung jeweils donnerstags).  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 12.476ms · Data license: CC-BY-4.0 · Data source: bankproducts.info