aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/citco_ops/bowdst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/citco_ops/bowdst.py b/python/citco_ops/bowdst.py
index 5f8c013a..0c4a6506 100644
--- a/python/citco_ops/bowdst.py
+++ b/python/citco_ops/bowdst.py
@@ -38,7 +38,7 @@ class BowdstWire(Wire, fund="BOWDST"):
entry_date=line["Cash Entry Date"],
value_date=line["Cash Value Date"],
pay_date=line["Settle / Pay Date"],
- currency=line["Reporting Currency Code"],
+ currency=line["Local Currency Code"],
amount=line["Local Amount"],
wire_details=line["Transaction Description 1"]
if line["Transaction Type Code"] == "CW"