diff options
| -rw-r--r-- | python/parse_emails.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/parse_emails.py b/python/parse_emails.py index 4bb44d27..aa59b44b 100644 --- a/python/parse_emails.py +++ b/python/parse_emails.py @@ -407,7 +407,7 @@ def parse_citi(fh, indextype, series, quotedate): subject_baml = re.compile(r"(?:Fwd:){0,2}(?:BAML )?(\w{2})([0-9]{1,2})\s") subject_ms = re.compile(r"[^$]*\$\$ MS CDX OPTIONS: (IG|HY)(\d{2})[^-]*- REF[^\d]*([\d.]+)") subject_nom = re.compile(r"(?:Fwd:)?CDX (IG|HY)(\d{2}).*- REF:[^\d]*([\d.]+)") -subject_gs = re.compile(r"(?:FW: )?GS (IG|HY)(\d{2}) 5y.*- Ref [^\d]*([\d.]+)") +subject_gs = re.compile(r"(?:FW: |Fwd: )?GS (IG|HY)(\d{2}) 5y.*- Ref [^\d]*([\d.]+)") subject_sg = re.compile(r"SG OPTIONS - CDX (IG|HY) S(\d{2}).* REF[^\d]*([\d.]+)") subject_citi = re.compile(r"(?:Fwd:)?Citi Options: (IG|HY)(\d{2}) 5Y") |
