product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "efg_bve:current_account"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| efg_bve:current_account:pf:cohort_with_efg_ch | Standard Account efg_bve:current_account | pricing_condition | 2-bank EFG group: efg (CH stub) + efg_bve (LI substantive) | Cross-jurisdiction sibling load — atom #273 follow-up complete. EFG Bank AG (Zurich) loaded as stub (no_public_pricing pattern); EFG Bank von Ernst AG (Vaduz) loaded substantively from the captured BvE PDF. Atom #273 schema-gap proposal (cross_entity_attribution_warning) now has concrete cross-bank verifiable example. | |
| efg_bve:current_account:pf:ebanking_free | Standard Account efg_bve:current_account | pricing_condition | eBanking payments free (CHF + foreign currencies, inbound + outbound) | All eBanking payment channels free. Paper-channel costs CHF 20-40 depending on currency + destination. Strong digital pricing differential. | 5 |
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);