Updates to support calculated betas in the fundamental feed.
This commit is contained in:
@@ -394,6 +394,8 @@ CREATE TABLE Fundamentals
|
||||
source VARCHAR(15),
|
||||
next_earnings_date DATE,
|
||||
beta NUMERIC(19,2),
|
||||
beta_calc_36 NUMERIC(19,2),
|
||||
beta_calc_06 NUMERIC(19,2),
|
||||
low52 NUMERIC(19,2),
|
||||
high52 NUMERIC(19,2),
|
||||
volume BIGINT,
|
||||
|
||||
Reference in New Issue
Block a user