product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "ca_nextbank:savings_3a"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| ca_nextbank:savings_3a:pf:liberty_foundation_partnership | Savings 3a (via Liberty 3a Retirement Savings Foundation) ca_nextbank:savings_3a | pricing_condition | Pillar 3a via Liberty Foundation partnership (0.70% all-in) | CA Next Bank operates Pillar 3a via foundation partnership with Liberty 3a Retirement Savings Foundation (and Lealta for vested benefits). 0.40% foundation fee + 0.30% bank fee = 0.70% all-in p.a., deducted monthly. Same shape as VIAC/Frankly foundation-fund pattern. Different from Scobag's direct-investment 3a (atom #292) or cantonal-bank Vorsorgestiftungen. | |
| ca_nextbank:savings_3a:pf:pilla_app | Savings 3a (via Liberty 3a Retirement Savings Foundation) ca_nextbank:savings_3a | pricing_condition | Pilla app — 100% digital pension management | CA Next Bank promotes "Pilla" app for 100% digital Pillar 3A / vested benefits management. Separate brand (pilla.swiss) — likely a partnership or subsidiary. Digital-pension positioning aligns with VIAC/Frankly/finpension neobank-3a wave. |
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);