diff options
| -rw-r--r-- | python/Dawn/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py index 163b7b75..bf4511d4 100644 --- a/python/Dawn/models.py +++ b/python/Dawn/models.py @@ -576,6 +576,7 @@ class SpotDeal(db.Model): ("IBKRNY", "Interactive Brokers"), ("BAMSNY", "BofA"), ("WELFEI", "Wells Fargo"), + ("BONY", "Bank of New York"), ], "label": "counterparty", }, |
