figi_check | R Documentation |
Given a character vector, check the validity of FIGI (Financial Instrument Global Identifier) for each of its elements.
figi_check(s)
s |
a character vector for whose elements validity of FIGI (Financial Instrument Global Identifier) is checked. |
A logical vector.
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.