powered by
Given a character vector, compute for each string the FIGI (Financial Instrument Global Identifier) checksum digit.
figi_compute_checksum(v)
A character vector of single character strings.
a character vector for whose elements the FIGI (Financial Instrument Global Identifier) checksum digit is computed.
figi_compute_checksum("BBG000BLNQ1") figi_compute_checksum("NRG92C84SB3") figi_compute_checksum(c("BBG000BLNQ1", "NRG92C84SB3"))
Run the code above in your browser using DataLab