| date | TIMESTAMP_NTZ(9) | Calendar date (UTC) this daily record aggregates. |
| asset_class | VARCHAR(16777216) | Real-world-asset class of the product (e.g. treasuries, private credit). |
| asset_type | VARCHAR(16777216) | Real-world-asset type of the product. |
| product_id | VARCHAR(16777216) | Identifier of the RWA product. |
| product_name | VARCHAR(16777216) | Name of the RWA product. |
| chain | VARCHAR(16777216) | Name of the blockchain network this record belongs to. |
| token_address | VARCHAR(16777216) | Contract address of the token. On EVM chains native currency is represented as the zero address. |
| token_name | VARCHAR(16777216) | Human-readable name of the token. |
| token_symbol | VARCHAR(16777216) | Ticker symbol of the token. |
| token_decimals | NUMBER(38,0) | Number of decimal places used to convert the token’s raw integer amount to a human-readable amount. |
| total_supply_source | VARCHAR(16777216) | Source used to determine the total supply. |
| total_supply | FLOAT | Decimal-adjusted total supply of the product on this date. |
| total_supply_usd | FLOAT | USD value of the total supply. |
| circulating_supply | FLOAT | Decimal-adjusted circulating supply of the product on this date. |
| circulating_supply_usd | FLOAT | USD value of the circulating supply. |
| price_usd | FLOAT | USD price of one unit of the asset for this record. |
| price_source | VARCHAR(16777216) | Source of the product’s price. |
| price_source_detail | VARCHAR(16777216) | Additional detail about the price source. |
| price_level | VARCHAR(16777216) | Price level classification used for valuation. |
| price_methodology | VARCHAR(16777216) | Methodology used to determine the product’s price. |
| issuer_id | VARCHAR(16777216) | Identifier of the product’s issuer. |
| issuer_name | VARCHAR(16777216) | Name of the product’s issuer. |
| platform_id | VARCHAR(16777216) | Identifier of the issuance platform. |
| platform_name | VARCHAR(16777216) | Name of the issuance platform. |
| total_supply_details | VARIANT | Structured breakdown of how total supply was computed. |
| circulating_supply_details | VARIANT | Structured breakdown of how circulating supply was computed. |
| unique_id | VARCHAR(16777216) | Allium’s deterministic unique identifier for this row, generated from the fields that uniquely identify the record. Stable across full refreshes. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |