product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
5 rows where product_id = "dukascopy:trading_account"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| dukascopy:trading_account:pf:auto_close | Dukascopy Trading Account dukascopy:trading_account | pricing_condition | Bank closes accounts with insufficient balance for due fees without notice | Without further notice, Dukascopy Bank closes accounts with insufficient balance to pay due fees. | |
| dukascopy:trading_account:pf:fx_conversion | Dukascopy Trading Account dukascopy:trading_account | pricing_condition | Commissions converted at Dukascopy spot rate adjusted by 0.5% fee | All volume commissions are converted to client account base currency at trade execution time; settlement at Dukascopy Bank current spot adjusted by 0.5%. | |
| dukascopy:trading_account:pf:maintenance_refund | Dukascopy Trading Account dukascopy:trading_account | pricing_condition | Maintenance fees refundable as cashback on request | After day 180 max CHF 100 per 180-day inactivity period (max 2x/year). Refundable only as cashback on future fees or binaries premiums. | |
| dukascopy:trading_account:pf:swiss_banking_secrecy | Dukascopy Trading Account dukascopy:trading_account | pricing_condition | Demo account opening waives Swiss banking secrecy across worldwide group entities | Per the demo-registration disclaimer: opening a demo account waives Swiss banking secrecy with respect to Dukascopy group subsidiaries/branches/representative offices worldwide. | |
| dukascopy:trading_account:pf:volume_commission_basis | Dukascopy Trading Account dukascopy:trading_account | pricing_condition | Commission rates set daily at settlement; applied next trading day | Volume commission tier is determined daily based on Net Deposit / Equity / 30-day Traded Volume. Best-of-three applied. |
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);