We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With PR #173 when calling validation_errors = portfolio_exposure.check() the 'Class of business' is checked (feature for cyber model)
validation_errors = portfolio_exposure.check()
If not detected this will always raise an OedException which ignores any validation config options given
OedException
ODS_Tools/ods_tools/oed/common.py
Lines 182 to 192 in 39f4ee6
From:
ODS_Tools/ods_tools/oed/exposure.py
Lines 171 to 174 in 39f4ee6
The text was updated successfully, but these errors were encountered:
sstruzik
No branches or pull requests
With PR #173 when calling
validation_errors = portfolio_exposure.check()
the 'Class of business' is checked (feature for cyber model)If not detected this will always raise an
OedException
which ignores any validation config options givenODS_Tools/ods_tools/oed/common.py
Lines 182 to 192 in 39f4ee6
From:
ODS_Tools/ods_tools/oed/exposure.py
Lines 171 to 174 in 39f4ee6
The text was updated successfully, but these errors were encountered: