diff options
Diffstat (limited to 'python/bbg_newids.py')
| -rw-r--r-- | python/bbg_newids.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bbg_newids.py b/python/bbg_newids.py index 7a2d3fee..e93ad09d 100644 --- a/python/bbg_newids.py +++ b/python/bbg_newids.py @@ -15,7 +15,7 @@ bloomberg_corp = meta.tables['bloomberg_corp'] s = select([Column('cusip'), Column('loanxid')]).\ select_from(func.et_latestdealinfo(bindparam('dealname'))).where(Column('cusip')!=None) -# we build a dictionary with cusips as keys and values is a set of lonxids mapped to this cusip +# we build a dictionary with cusips as keys and values is a set of loanxids mapped to this cusip result = select([deal_indicative.c.dealname]).execute() d = defaultdict(set) for r in result: |
