-
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
review invalid ISINs in FactSet data #196
Comments
Because of pacta.portfolio.audit:::overall_validity_flag(), any ISIN/holding like this will ultimately be flagged as "Invalid or missing ISIN" when the "audit" process is run, e.g. workflow.transition.monitor/web_tool_script_1.R That being said, I exported a sample/test portfolio using all of these invalid ISINs and ran it through My current inclination is to not change the definition of There are 2513 of these invalid ISINs in the current 23Q4 FactSet data that we pull. These don't cause a problem with anything, so it doesn't hurt to leave them in. But equally so, I don't believe there's a significant advantage to prioritizing an exploration of what we can do with them. @jdhoffa thoughts? |
It would be unfortunate to lose validation entirely just because of these handful of ISINs though... I would vastly prefer that you:
and then implement That way we will at least get a record of the presence of these ISINs in the logs every time we run data prep. |
ok... gonna move this over as a task in pacta.data.validation then |
closing in favor of #222 |
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
Originally posted by @jdhoffa in #185 (comment)
pacta.data.validation
#185AB#10378
The text was updated successfully, but these errors were encountered: