| date | TIMESTAMP_NTZ(9) | Calendar date (UTC) this daily record aggregates. |
| product_id | VARCHAR(16777216) | Identifier of the RWA product. |
| chain | VARCHAR(16777216) | Name of the blockchain network this record belongs to. |
| token_address | VARCHAR(16777216) | Allium-composed identifier for the XRPL token: the currency code joined with the issuer account (currency.issuer). XRP itself is represented as xrp. |
| 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_raw | VARCHAR(16777216) | Reconciled total supply, unnormalized |
| 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. |
| adjusted_circulating_supply | FLOAT | total_supply minus adjusted_non_circulating_supply |
| adjusted_circulating_supply_usd | FLOAT | USD value of the adjusted circulating supply |
| price_usd | FLOAT | USD price of one unit of the asset for this record. |
| 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. 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. |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since the last full data refresh. |