home / bankproducts

Category → ACTUS map

Default ACTUS contract type per product category. Per-product resolution may differ for investment wrappers — see actus_resolver.py and journal atom #320.

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

27 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: actus_type

category ▼ actus_type
check Cash / Payment Instrument CSH
credit_card Cash / Payment Instrument CSH
current_account Undefined Maturity Profile UMP
debit_card Cash / Payment Instrument CSH
deposit_account Undefined Maturity Profile UMP
digital_vault Service (non-contract) SVC
ebanking Cash / Payment Instrument CSH
fiduciary_deposit Principal at Maturity PAM
financial_planning Service (non-contract) SVC
fx_subscription Foreign Exchange Outright FXOUT
guarantee Credit Enhancement Guarantee CEG
leasing Annuity ANN
loyalty_program Service (non-contract) SVC
metal_account Commodity COM
mortgage Annuity ANN
package Portfolio / Package Portfolio
personal_loan Annuity ANN
pillar_3a Undefined Maturity Profile UMP
prepaid_card Cash / Payment Instrument CSH
robo_advisory Stock / Investment STK
safe_deposit Service (non-contract) SVC
savings_account Undefined Maturity Profile UMP
securities_trading Stock / Investment STK
self_directed_trading Stock / Investment STK
term_deposit Principal at Maturity PAM
vested_benefits Undefined Maturity Profile UMP
wealth_management Stock / Investment STK

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE category_actus_map (
    category    TEXT PRIMARY KEY,       -- savings_account, current_account, etc.
    actus_type  TEXT NOT NULL REFERENCES actus_contract_type(id)
);
Powered by Datasette · Queries took 9.449ms · Data license: CC-BY-4.0 · Data source: bankproducts.info