isIsin | R Documentation |
This function check validity of ISIN code by comparing calculated checksum digit based on first 11 characters of CUSIP code with 12th character of CUSIP code - checksum digit
isIsin(isin)
isin |
twelve-character string with ISIN code to validate |
Logical value indicating validity of ISIN number: TRUE
if ISIN number is valid, FALSE
if ISIN number is invalid
library(SEC13Flist)
isIsin("US0378331009") #invalid ISIN example
isIsin("US0378331005") #valid ISIN example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.