> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Consensus Income Daily 🌱

### Table Details

| Property            | Value                                           |
| ------------------- | ----------------------------------------------- |
| Table Name          | `beacon_hoodi.validator.consensus_income_daily` |
| Table Status        | Beta 🌱                                         |
| Clustering Key(s)   | `date, round(validator_index, -3)`              |
| Search Optimization | `validator_index`                               |

### Table Columns

| Column Name                     | Data Type         | Description                                                           |
| ------------------------------- | ----------------- | --------------------------------------------------------------------- |
| date                            | DATE              | Date of the consensus income aggregation.                             |
| validator\_index                | NUMBER(38,0)      | Unique index of the validator.                                        |
| raw\_consensus\_income          | FLOAT             | Raw consensus income                                                  |
| consensus\_income               | FLOAT             | Consensus income normalized.                                          |
| reward\_count                   | NUMBER(18,0)      | Number of reward entries aggregated for this date.                    |
| \_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. |
