Description Usage Arguments Value Examples
Given a character vector, check the validity of FIGI (Financial Instrument Global Identifier) for each of its elements.
1 | figi_check(s)
|
s |
a character vector for whose elements validity of FIGI (Financial Instrument Global Identifier) is checked. |
A logical vector.
1 2 3 | figi_check('BBG000BLNQ16')
figi_check('NRG92C84SB39')
figi_check(c('BBG000BLNQ16', 'NRG92C84SB39'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.