diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/collateral/baml_isda.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/collateral/baml_isda.py b/python/collateral/baml_isda.py index f389713c..4decf2b5 100644 --- a/python/collateral/baml_isda.py +++ b/python/collateral/baml_isda.py @@ -140,6 +140,7 @@ def load_excel(fname): or content.startswith("Credit") or content.startswith("FX") or content.startswith("Unspecified") + or content.startswith("Equity - Option") ): i += 1 continue |
