figi_compute_checksum | R Documentation |
Given a character vector, compute for each string the FIGI (Financial Instrument Global Identifier) checksum digit.
figi_compute_checksum(v)
v |
a character vector for whose elements the FIGI (Financial Instrument Global Identifier) checksum digit is computed. |
A character vector of single character strings.
figi_compute_checksum("BBG000BLNQ1")
figi_compute_checksum("NRG92C84SB3")
figi_compute_checksum(c("BBG000BLNQ1", "NRG92C84SB3"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.