ISIN_VALID¶
Info
New in Atfinity 17.
Description¶
ISIN_VALID checks whether a string is a valid ISIN (International Securities Identification Number, ISO 6166) â the 12-character code identifying a security such as a share or bond. It verifies the format and the Luhn check digit. It does not verify that the security actually exists.
Syntax¶
Returns: true if the ISIN is structurally valid, false if not, unknown if the argument is not a string.
Example¶
Returns true â a valid ISIN.
Returns false â the check digit does not match.