R/id.R
is_figi.Rd
Validates FIGI (Financial Instrument Global Identifier) format including Luhn check digit verification.
is_figi(x)
(any) Object to check.
any
TRUE if x is a valid FIGI string, FALSE otherwise.
TRUE
x
FALSE
https://en.wikipedia.org/wiki/Financial_Instrument_Global_Identifier https://www.openfigi.com/about/overview
is_figi("BBG000BLNNH6") #> [1] TRUE