diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/collateral/baml_isda.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral/baml_isda.py b/python/collateral/baml_isda.py index 938481fd..5ddfd8da 100644 --- a/python/collateral/baml_isda.py +++ b/python/collateral/baml_isda.py @@ -129,7 +129,7 @@ def load_excel(fname): content == "" or content.startswith("Credit") or content.startswith("FX") - # or content.startswith("NOP") + or content.startswith("Unspecified") ): i += 1 continue |
