aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/headers.py')
-rw-r--r--python/report_ops/headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/headers.py b/python/report_ops/headers.py
index 07d02287..dec239da 100644
--- a/python/report_ops/headers.py
+++ b/python/report_ops/headers.py
@@ -378,7 +378,7 @@ def get_bny_headers(trade_type):
match trade_type:
case "repo":
return BNY_REPO_HEADER
- case "cls":
+ case "spot":
return BNY_CLS_HEADER
case "bond" | "stock":
return BNY_SECURITY_HEADER