| date | TIMESTAMP_NTZ(9) | Snapshot date this daily supply record represents. |
| asset_class | VARCHAR(16777216) | RWA asset class of the token. |
| asset_type | VARCHAR(16777216) | RWA asset type classification of the token. |
| product_id | VARCHAR(16777216) | Identifier of the RWA product this token represents. |
| product_name | VARCHAR(16777216) | Name of the RWA product this token represents. |
| chain | VARCHAR(16777216) | Blockchain this record belongs to; always stellar. |
| token_address | VARCHAR(16777216) | Asset identifier of the RWA token. |
| token_name | VARCHAR(16777216) | Full name of the RWA token. |
| token_symbol | VARCHAR(16777216) | Ticker symbol of the RWA token. |
| token_decimals | NUMBER(38,0) | Number of decimal places used to normalize the token’s raw amounts. |
| total_supply_source | VARCHAR(16777216) | Source from which the total supply figure was obtained. |
| total_supply | FLOAT | Total supply of the token on this date. |
| total_supply_usd | FLOAT | USD value of the total supply on this date. |
| circulating_supply | FLOAT | Circulating supply of the token on this date. |
| circulating_supply_usd | FLOAT | USD value of the circulating supply on this date. |
| price_usd | FLOAT | USD price per unit of the token used for the supply valuations. |
| price_source | VARCHAR(16777216) | Source of the price used for valuation. |
| price_source_detail | VARCHAR(16777216) | Additional detail about the price source. |
| price_level | VARCHAR(16777216) | Price level or granularity used for valuation. |
| price_methodology | VARCHAR(16777216) | Methodology used to derive the price. |
| issuer_id | VARCHAR(16777216) | Identifier of the token’s issuer. |
| issuer_name | VARCHAR(16777216) | Name of the token’s issuer. |
| platform_id | VARCHAR(16777216) | Identifier of the platform that issued the token. |
| platform_name | VARCHAR(16777216) | Name of the platform that issued the token. |
| total_supply_details | VARIANT | Structured breakdown of how the total supply was derived. |
| circulating_supply_details | VARIANT | Structured breakdown of how the circulating supply was derived. |
| unique_id | VARCHAR(16777216) | Synthetic unique identifier for this row. |
| _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. |