RMI-PACTA / workflow.data.preparation

The goal of `workflow.data.preparation` is to prepare all of the necessary data inputs for the Transition Monitor web application.
Other
2 stars 0 forks source link

implement validation for `financial_data` and `abcd_flags_equity` when ready #222

Open cjyetman opened 6 months ago

cjyetman commented 6 months ago

Currently, pacta.data.validation::validate_financial_data() and pacta.data.validation::validate_abcd_flags_equity() throw an error when used in the data.prep process, e.g. #85

https://github.com/RMI-PACTA/pacta.data.validation/issues/69 intends to change those functions to allow some technically invalid, but likely intentional ISINs with a warning. Once that is complete, we should be able to use them here, as was intended in #85

AB#10860