aboutsummaryrefslogtreecommitdiffstats
path: root/python/quote_parsing/parse_emails.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/quote_parsing/parse_emails.py')
-rw-r--r--python/quote_parsing/parse_emails.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/quote_parsing/parse_emails.py b/python/quote_parsing/parse_emails.py
index 9c7eea74..0b3ac91e 100644
--- a/python/quote_parsing/parse_emails.py
+++ b/python/quote_parsing/parse_emails.py
@@ -487,7 +487,7 @@ def parse_cs(fh, indextype, series, quotedate):
d = {"quotedate": quotedate, "index": indextype, "series": series}
regex_str = r"Ref:\s*([\d.]+)\s*Fwd: ([\d.]+)\s*Expiry: (\d{2}-\w{3}-\d{2})"
if indextype == "IG":
- regex_str += r"\s*Fwd dv01: ([\d.]+).*"
+ regex_str += r"\s*Fwd dv01:\s*([\d.]*).*"
pat = re.compile(regex_str)
for line in fh: