The SPLIT_RATIO_MARKET_DATA table contains market data related to stock splits. It is an isolated table and not part of any cube facts.Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
| Column Name | Type | Not Null | Default Value1 | Description |
|---|---|---|---|---|
| AS_OF_DATE | DATE | Y | Timestamp (at close of business) for the data. | |
| INSTRUMENT_ID | STRING | Y | The ID of the instrument to which the split relates. | |
| QUOTE | DOUBLE | Y | The split value. |
Unique Key
| Columns |
|---|
| AS_OF_DATE |
| INSTRUMENT_ID |
- If the default value is marked as empty, it means that the default value is ‘null’ for nullable fields, and that a value needs to be explicitly set for non-nullable fields. ↩︎