product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "reyl:reyl_overseas_us"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| reyl:reyl_overseas_us:pf:us_sec_first | REYL Overseas US (SEC-registered Investment Advisor) reyl:reyl_overseas_us | pricing_condition | FIRST atom #274 cohort member with documented US SEC registration | REYL Overseas Ltd (subsidiary of REYL Intesa Sanpaolo) opened a Santa Barbara branch ~2020. Registered as Investment Advisor with the US Securities and Exchange Commission (SEC). Operates near Silicon Valley targeting entrepreneurs + cross-border investors. First atom #274 cohort member with explicit US SEC presence. Adds US SEC as the 7th potential disclosure-regulator parallel (extending the atom #274 generalisation). |
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);