home / bankproducts

product_feature

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

2 rows where product_id = "ig:cfd_trading"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
ig:cfd_trading:pf:cfd_loss_disclosure CFD Trading ig:cfd_trading pricing_condition 68% of retail investor accounts lose money trading CFDs Regulatory CFD risk disclosure from ig.com (consistent across UK/CH/global pages). Higher than Saxo Switzerland (63%) and UK (59%). Disclosure quantifies retail-trader loss rate at this provider.  
ig:cfd_trading:pf:cohort_4_brokers CFD Trading ig:cfd_trading pricing_condition 4-bank Swiss trading-broker cohort: Swissquote + Dukascopy + Saxo + IG IG completes the 4-bank Swiss trading-broker cohort. Four distinct pricing models: Swissquote (percent + min), Dukascopy (volume tier ladder), Saxo (per-share + per-bps), IG (CFD spread + 0.7% FX cap).  

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 15.662ms · Data license: CC-BY-4.0 · Data source: bankproducts.info