rwa_multichain.product_reference_data is the product catalog behind tokenized RWAs. Grain: one row per product_id. deployments is an array of (chain, token_address) pairs from the product token registry — empty (never null) when the product has no registered on-chain identity yet.
This is the inverse of tokens_reference_data: that table is token grain with product fields attached; this table is product grain with chain deployments nested. Join the two on product_id.
Table schema
Product identity
Asset classification
Mechanics and legal structure
Blank versus NOT_APPLICABLE
- Blank means the value is unknown or not yet verified.
NOT_APPLICABLEmeans the field has been shown not to apply — a basket product has no singleunderlying_ticker, a non-SEC issuer has noissuer_cik.
WHERE custodian_entity <> '' gives products with a known custodian; WHERE custodian_entity = 'NOT_APPLICABLE' gives products that genuinely have none.
asset_class values
Shared withrwa_hyperliquid.markets:
cash_equivalent is a maturity test, not a credit-quality test. A 20-year Treasury is fixed_income. fx is the currency pair or index; denomination is denomination_currency.
Selected asset_type values
asset_type is validated independently of asset_class. Common pairings:
energy and fixed_income_diversified can appear under more than one parent. Filter on the pair when that matters.
legal_wrapper_type values
DIRECT_TOKENIZED_EQUITY, LEDGER_BASED_SECURITY, SPECIAL_PURPOSE_VEHICLE, REGISTERED_FUND, UNREGISTERED_FUND, ETF_PASSTHROUGH_WRAPPER, STRUCTURED_NOTE, STRUCTURED_CREDIT_TRANCHE, DERIVATIVE_CONTRACT, CUSTODIAL_RECEIPT, WRAPPED_RWA_TOKEN, DEFI_VAULT_SHARE, OTHER.
eligible_investors values
UNRESTRICTED, US_RETAIL, US_ACCREDITED, US_QUALIFIED_PURCHASER, PROFESSIONAL_QUALIFIED, NON_US_PERSON, INSTITUTIONAL_ONLY.
PROFESSIONAL_QUALIFIED is jurisdiction-neutral (MiFID II, Swiss CISA, UK FCA, and similar tests). Which regime supplies the test is a regulatory_framework fact.
Issuer, platform, and asset manager
issuer_nameis the legal entity that issues the product. Attribute AUM here for asset-manager rankings.platform_nameis the venue that brought it onchain. Ondo Global Markets is the platform for tokenized iShares ETFs whose issuer is BlackRock.asset_manager_entityruns the underlying portfolio when that is a third party.