-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
allow technically invalid, but likely intentional ISINs with a warning #69
Comments
closes #18 Most validation errors originally found (below) have been resolved. Validation of `financial_data` and `abcd_flags_equity` has been removed for now and will be added in the future. investigation issues: - #196 - #197 - #198 - #198 relevant fixes in pacta.data.validation: - RMI-PACTA/pacta.data.validation#65 - RMI-PACTA/pacta.data.validation#66 - RMI-PACTA/pacta.data.validation#67 - RMI-PACTA/pacta.data.validation#68 relevant fix in pacta.data.preparation - RMI-PACTA/pacta.data.preparation#18 validation of `financial_data` and `abcd_flags_equity` has been removed from this PR, and future intended implementation is tracked here - #222 - dependent on RMI-PACTA/pacta.data.validation#69
I began experimenting with adding a I could even further dilute the functionality of @jdhoffa I'm tempted to close this... thoughts? |
From what I remember, this was originally opened while trying to implement the The issue opened here with the errenous ISINs was to track the fact that we never implemented Does closing this issue effectively mean we aim to no longer implement |
there are at least a few options:
|
Fair enough, then sounds like option 2 is your preferred option? Ok to close this issue so long as there is an appropriate follow-up issue (somewhere) that tracks option 2 |
closing with tracking of implementing validation as-is here RMI-PACTA/workflow.data.preparation#222 |
Originally posted by @jdhoffa in RMI-PACTA/workflow.data.preparation#196 (comment)
applies to both:
pacta.data.validation::validate_financial_data()
pacta.data.validation::validate_abcd_flags_equity()
related:
pacta.data.validation
workflow.data.preparation#185financial_data
andabcd_flags_equity
when ready workflow.data.preparation#222AB#10854
The text was updated successfully, but these errors were encountered: