aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/book_bbg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/book_bbg.py b/python/book_bbg.py
index 90795443..82177e75 100644
--- a/python/book_bbg.py
+++ b/python/book_bbg.py
@@ -91,6 +91,7 @@ class Bbg:
if row.get("Block Status") in (
"Rejected",
"Covered",
+ "Passed",
"Other",
):
raise ValueError("Rejected trade")