diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/markit_tranche_quotes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/markit_tranche_quotes.py b/python/markit_tranche_quotes.py index a50ee560..21415260 100644 --- a/python/markit_tranche_quotes.py +++ b/python/markit_tranche_quotes.py @@ -138,10 +138,10 @@ for d in csv.DictReader(f, fieldnames=headers): d["attachment"], d["detachment"], d["upfront_bid"], - d.get("upfront_mid"), + d["upfront_mid"], d["upfront_ask"], d["spread_bid"], - d.get("spread_mid"), + d["spread_mid"], d["spread_ask"], d.get("indexrefprice"), d.get("indexrefspread"), |
