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
Currently,
pacta.data.validation::validate_financial_data()
andpacta.data.validation::validate_abcd_flags_equity()
throw an error when used in the data.prep process, e.g. #85https://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