HOME

TheInfoList



OR:

An International Securities Identification Number (ISIN) is a code that uniquely identifies a security globally for the purposes of facilitating clearing, reporting and settlement of trades. Its structure is defined in
ISO The International Organization for Standardization (ISO ; ; ) is an independent, non-governmental, international standard development organization composed of representatives from the national standards organizations of member countries. Me ...
6166. The ISIN code is a 12-character alphanumeric code that serves for uniform identification of a security through normalization of the assigned National Number, where one exists, at trading and settlement.


History

ISINs were first used in 1981, but did not reach wide acceptance until 1989, when the G30 countries recommended adoption. The ISIN was endorsed a year later by ISO with the ISO 6166 standard. Initially information was distributed via
CD-ROM A CD-ROM (, compact disc read-only memory) is a type of read-only memory consisting of a pre-pressed optical compact disc that contains computer data storage, data computers can read, but not write or erase. Some CDs, called enhanced CDs, hold b ...
s and this was later replaced by distribution over the internet. ISINs slowly gained traction worldwide and became the most popular global securities identifier. Trading, clearing and settlement systems in many countries adopted ISINs as a secondary measure of identifying securities. Some countries, mainly in Europe, moved to using the ISIN as their primary means of identifying securities. European regulations such as Solvency II Directive 2009 increasingly require the ISIN to be reported. In 2004, the European Union mandated the use of instrument identifiers in some of its regulatory reporting with ISIN as one of the valid identifiers.


Description

''
ISO The International Organization for Standardization (ISO ; ; ) is an independent, non-governmental, international standard development organization composed of representatives from the national standards organizations of member countries. Me ...
6166'' (or ISO6166:2021 as of the 2021 revision) defines the structure of an International Securities Identification Number (ISIN). An ISIN uniquely identifies a fungible security. Securities with which ISINs can be used are: * Equities (shares, units, depository receipts) * Debt instruments ( bonds and debt instruments other than international, international bonds and debt instruments, stripped coupons and principal, treasury bills, and others) *Entitlements (
rights Rights are law, legal, social, or ethics, ethical principles of freedom or Entitlement (fair division), entitlement; that is, rights are the fundamental normative rules about what is allowed of people or owed to people according to some legal sy ...
, warrants) * Derivatives ( options, futures, and
exchange-traded fund An exchange-traded fund (ETF) is a type of investment fund that is also an exchange-traded product, i.e., it is traded on stock exchanges. ETFs own financial assets such as stocks, bonds, currencies, debts, futures contracts, and/or comm ...
s) *Others (commodities, currencies, indices, interest rates) ISINs consist of two alphabetic characters, which are the
ISO 3166-1 alpha-2 ISO 3166-1 alpha-2 codes are two-letter country codes defined in ISO 3166-1, part of the ISO 3166 standard published by the International Organization for Standardization (ISO), to represent countries, dependent territories, and special ...
code for the issuing country, nine alpha-numeric characters (the National Securities Identifying Number, or NSIN, which identifies the security, padded as necessary with leading zeros), and one numerical
check digit A check digit is a form of redundancy check used for Error detection and correction, error detection on identification numbers, such as bank account numbers, which are used in an application where they will at least sometimes be input manually. It ...
. They are thus always 12 characters in length. When the NSIN changes due to corporate actions or other reasons, the ISIN will also change. An ISIN does not specify a particular trading location. Typically a MIC ( Market Identifier Code) or the three-letter exchange code, will have to be specified in addition to the ISIN for this. The currency of the trade will also be required to uniquely identify the instrument using this method.


Who assigns

Each country has a national numbering agency responsible for issuing ISINs. Often these are national
stock exchange A stock exchange, securities exchange, or bourse is an exchange where stockbrokers and traders can buy and sell securities, such as shares of stock, bonds and other financial instruments. Stock exchanges may also provide facilities for ...
s,
central bank A central bank, reserve bank, national bank, or monetary authority is an institution that manages the monetary policy of a country or monetary union. In contrast to a commercial bank, a central bank possesses a monopoly on increasing the mo ...
s, but also financial regulators or financial data provider or clearing houses and rating agencies. A global governing body is the Association of National Numbering Agencies (ANNA). Since existing national numbering schemes administered by the various NNAs form the basis for ISINs, the methodology for assignment is not consistent across agencies globally.


Commercial model

The ISIN is included in services sold by financial data vendors and intermediaries. The issuer of a security will include the ISIN in issuance papers or other documentation for identification purposes. These services are paid services as more value added data is included with the information of the ISIN.


Controversy

In 2009,
Standard & Poor's S&P Global Ratings (previously Standard & Poor's and informally known as S&P) is an American credit rating agency (CRA) and a division of S&P Global that publishes financial research and analysis on stocks, bonds, and commodities. S&P is co ...
was charged by the
European Commission The European Commission (EC) is the primary Executive (government), executive arm of the European Union (EU). It operates as a cabinet government, with a number of European Commissioner, members of the Commission (directorial system, informall ...
(EC) with abusing its position in licensing international securities identification codes for United States
securities A security is a tradable financial asset. The term commonly refers to any form of financial instrument, but its legal definition varies by jurisdiction. In some countries and languages people commonly use the term "security" to refer to any for ...
by requiring European financial firms and data vendors to pay licensing fees for their use. "This behaviour amounts to unfair pricing," the EC said in its statement of objections which lays the groundwork for an adverse finding against S&P. "The (numbers) are indispensable for a number of operations that financial institutions carry out – for instance, reporting to authorities or clearing and settlement – and cannot be substituted". In 2011, Standard and Poor's provided six undertakings to the European Commission to remedy the situation. The agreement is applicable to all consuming companies in the
European Economic Area The European Economic Area (EEA) was established via the ''Agreement on the European Economic Area'', an international agreement which enables the extension of the European Union's single market to member states of the European Free Trade Asso ...
. These expired at the end of 2016.


Examples

The examples below describes one approach for applying the Luhn algorithm on two different ISINs. The difference in the two examples has to do with if there are an odd or even number of digits after converting letters to number. Since the NSIN element can be any alpha numeric sequence (9 characters), an odd number of letters will result in an even number of digits and an even number of letters will result in an odd number of digits. For an odd number of digits, the approach in the first example is used. For an even number of digits, the approach in the second example is used. The Luhn algorithm can also be applied in the same manner for both types or lengths (alternating multiply the string of digits by 1 and 2, starting from the end of the string), being more generic.


Apple, Inc.

Apple, Inc.: ISIN US0378331005, expanded from CUSIP 037833100 The main body of the ISIN is the original CUSIP, assigned in the 1970s. The country code "US" has been added on the front, and an additional check digit at the end. The country code indicates the country of issue. The check digit is calculated using the Luhn algorithm. Convert any letters to numbers by taking the ASCII code of the capital letter and subtracting 55: : U = 30, S = 28. US037833100 -> 30 28 037833100 Collect odd and even characters: : 3028037833100 = (3, 2, 0, 7, 3, 1, 0), (0, 8, 3, 8, 3, 0) Multiply the group containing the rightmost character (which is the FIRST group) by 2: : (6, 4, 0, 14, 6, 2, 0) Add up the individual digits: : (6 + 4 + 0 + (1 + 4) + 6 + 2 + 0) + (0 + 8 + 3 + 8 + 3 + 0) = 45 Take the 10s modulus of the sum: : 45 mod 10 = 5 Subtract from 10: : 10 − 5 = 5 Take the 10s modulus of the result (this final step is important in the instance where the modulus of the sum is 0, as the resulting check digit would be 10). : 5 mod 10 = 5 So the ISIN check digit is five.


Treasury Corporation of Victoria

TREASURY CORP VICTORIA 5 3/4% 2005-2016: ISIN AU0000XVGZA3. The check digit is calculated using the Luhn algorithm. Convert any letters to numbers by taking the ASCII code of the capital letter and subtracting 55: : A = 10, G = 16, U = 30, V = 31, X = 33, Z = 35. AU0000XVGZA -> 10 30 0000 33 31 16 35 10. Collect odd and even characters: : 103000003331163510 = (1, 3, 0, 0, 3, 3, 1, 3, 1), (0, 0, 0, 0, 3, 1, 6, 5, 0) Multiply the group containing the rightmost character (which is the SECOND group) by 2: : (0, 0, 0, 0, 6, 2, 12, 10, 0) Add up the individual digits: : (1 + 3 + 0 + 0 + 3 + 3 + 1 + 3 + 1) + (0 + 0 + 0 + 0 + 6 + 2 + (1 + 2) + (1 + 0) + 0) = 27 Take the 10s modulus of the sum: : 27 mod 10 = 7 Subtract from 10: : 10 − 7 = 3 Take the 10s modulus of the result (this final step is important in the instance where the modulus of the sum is 0, as the resulting check digit would be 10). : 3 mod 10 = 3 So the ISIN check digit is three.


BAE Systems

BAE Systems BAE Systems plc is a British Multinational corporation, multinational Aerospace industry, aerospace, military technology, military and information security company, based in London. It is the largest manufacturer in Britain as of 2017. It is ...
: ISIN GB0002634946, expanded from SEDOL 000263494 The main body is the SEDOL, padded on the front with the addition of two zeros. The country code "GB" is then added on the front, and the check digit on the end as in the example above.


Check-digit flaw in ISIN

The Treasury Corporation of Victoria ISIN illustrates a flaw in ISIN's check digit algorithm which allows transposed letters: Suppose the ISIN was mis-typed as AU0000VXGZA3 (instead of AU0000XVGZA3) : A = 10, G = 16, U = 30, V = 31, X = 33, Z = 35. "AU0000VXGZA" -> 10 30 00 00 31 33 16 35 10". Collect odd and even characters: : 103000003133163510 = (1, 3, 0, 0, 3, 3, 1, 3, 1), (0, 0, 0, 0, 1, 3, 6, 5, 0) Multiply the group containing the rightmost character (which is the SECOND group) by 2: : (0, 0, 0, 0, 2, 6, 12, 10, 0) Add up the individual digits: : (1 + 3 + 0 + 0 + 3 + 3 + 1 + 3 + 1) + (0 + 0 + 0 + 0 + 2 + 6 + (1 + 2) + (1 + 0) + 0) = 27 Take the 10s modulus of the sum: : 27 mod 10 = 7 Subtract from 10: : 10 − 7 = 3 Take the 10s modulus of the result (this final step is important in the instance where the modulus of the sum is 0, as the resulting check digit would be 10). : 3 mod 10 = 3 So the ISIN check digit is ''still'' three even though two letters have been transposed. Such flaw against a single transposed pair of letters or digits would have been avoided using two check digits instead of just one (i.e., a 97 modulus instead of the 10 modulus, like in IBAN numbers which may also mix letters and digits). Some protocols require the transmission of additional check digits added to the full ISIN number.


See also

* Approved Publication Arrangement * Central Index Key * CUSIP * ISO 10383 * ISO 10962 * LEI * NSIN * Request for quote * Ticker symbol * System for Award Management


References


External links


ISIN
at the
International Organization for Standardization The International Organization for Standardization (ISO ; ; ) is an independent, non-governmental, international standard development organization composed of representatives from the national standards organizations of member countries. M ...

ISIN History
– describes in detail ISIN code history {{ISO standards Financial metadata Financial regulation ISO standards Security identifier types