Description Usage Arguments Value Examples
Given a character vector, compute for each string the FIGI (Financial Instrument Global Identifier) checksum digit.
1 |
v |
a character vector for whose elements the FIGI (Financial Instrument Global Identifier) checksum digit is computed. |
A character vector of single character strings.
1 2 3 | 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.