diff options
Diffstat (limited to 'python/markit_tranche_quotes_csv.py')
| -rw-r--r-- | python/markit_tranche_quotes_csv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/markit_tranche_quotes_csv.py b/python/markit_tranche_quotes_csv.py index 6393edc1..b73d2cdd 100644 --- a/python/markit_tranche_quotes_csv.py +++ b/python/markit_tranche_quotes_csv.py @@ -10,7 +10,7 @@ index_mapping = {'ITRAXX-Europe': 'EU', 'CDX-NAIG': 'IG', 'CDX-NAHY': 'HY'} -sql_str = f"""INSERT INTO tranche_quotes_test(quotedate, index, series, version, tenor, attach, detach, +sql_str = f"""INSERT INTO tranche_quotes_csv(quotedate, index, series, version, tenor, attach, detach, trancheupfrontbid, trancheupfrontmid, trancheupfrontask, trancherunningbid, trancherunningmid, trancherunningask, indexrefprice, indexrefspread, tranchedelta, quotesource, markit_id) |
