Identifier
A module to parse, validate and reformat standard identifiers and codes in different formats.
ISIN
Check if ISIN is valid. This checks the length, format and check digit. Returns back ISIN, if valid.
Generate check digit. Input expected 11 character string.
Generate dummy ISINs (development usecase). Output as list.
CUSIP
Check if CUSIP is valid. This checks the length, format and check digit. Returns back CUSIP, if valid.
Generate check digit. Input expected 8 character string.
Generate dummy CUSIPs (development usecase). Output as list.
SEDOL
Check if SEDOL is valid. This checks the length, format and check digit. Returns back SEDOL, if valid.
Generate check digit. Input expected 6 character string.
Generate dummy SEDOLs (development usecase). Output as list.