diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/process_queue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/process_queue.py b/python/process_queue.py index a688af92..3f6b537e 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -390,7 +390,7 @@ def get_bbg_data( if bbg_data.get("MTG_FACTOR_SET_DT", 0) == 0: bbg_data["MTG_FACTOR_SET_DT"] = 1 bbg_data["INT_ACC"] = 0 - if len(fields) > 2: # we don't have the data in the securities table + if len(fields) > 3: # we don't have the data in the securities table sql_fields = [ "identifier", "cusip", |
