This articlerelies excessively onreferences toprimary sources. Please improve this article by addingsecondary or tertiary sources. Find sources: "International Securities Identification Number" – news ·newspapers ·books ·scholar ·JSTOR(June 2024) (Learn how and when to remove this message) |
AnInternational Securities Identification Number (ISIN) is a code that uniquely identifies asecurity globally for the purposes of facilitatingclearing, reporting andsettlement of trades. Its structure is defined inISO 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 andsettlement.
ISINs were first used in 1981, but did not reach wide acceptance until 1989, when theG30 countries recommended adoption.[1] The ISIN was endorsed a year later by ISO with the ISO 6166 standard.
Initially information was distributed viaCD-ROMs and this was later replaced by distribution over the internet.[citation needed]
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 asSolvency II Directive 2009 increasingly require the ISIN to be reported.[2]
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.[3]
ISO 6166 (or ISO6166:2021 as of the 2021 revision[4]) defines the structure of an International Securities Identification Number (ISIN). An ISIN uniquely identifies afungible security.
Securities with which ISINs can be used are:
ISINs consist of two alphabetic characters, which are theISO 3166-1 alpha-2 code for the issuing country, nine alpha-numeric characters (theNational Securities Identifying Number, or NSIN, which identifies the security, padded as necessary with leading zeros), and one numericalcheck digit. 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 aMIC (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.[citation needed]
Each country has anational numbering agency responsible for issuing ISINs. Often these are nationalstock exchanges,central banks, but alsofinancial regulators or financial data provider orclearing houses and rating agencies. A global governing body is the Association of National Numbering Agencies (ANNA).[5]
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.[citation needed]
This sectiondoes notcite anysources. Please helpimprove this section byadding citations to reliable sources. Unsourced material may be challenged andremoved.(June 2024) (Learn how and when to remove this message) |
The ISIN is included in services sold byfinancial 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.[original research?]
In 2009,Standard & Poor's was charged by theEuropean Commission (EC) with abusing its position in licensing international securities identification codes for United Statessecurities by requiring Europeanfinancial 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".[6][7]
In 2011, Standard and Poor's provided six undertakings[8] to the European Commission to remedy the situation. The agreement is applicable to all consuming companies in theEuropean Economic Area. These expired at the end of 2016.
This sectiondoes notcite anysources. Please helpimprove this section byadding citations to reliable sources. Unsourced material may be challenged andremoved.(June 2024) (Learn how and when to remove this message) |
The examples below describes one approach for applying theLuhn 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. TheLuhn 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.: ISINUS0378331005, expanded fromCUSIP037833100The 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 theLuhn algorithm.
Convert any letters to numbers by taking the ASCII code of the capital letter and subtracting 55:
Collect odd and even characters:
Multiply the group containing the rightmost character (which is theFIRST group) by 2:
Add up the individual digits:
Take the 10s modulus of the sum:
Subtract from 10:
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).
So the ISIN check digit is five.
TREASURY CORP VICTORIA 5 3/4% 2005-2016: ISINAU0000XVGZA3.The check digit is calculated using theLuhn algorithm.
Convert any letters to numbers by taking the ASCII code of the capital letter and subtracting 55:
Collect odd and even characters:
Multiply the group containing the rightmost character (which is theSECOND group) by 2:
Add up the individual digits:
Take the 10s modulus of the sum:
Subtract from 10:
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).
So the ISIN check digit is three.
BAE Systems: ISINGB0002634946, expanded from SEDOL000263494
The main body is theSEDOL, 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.
![]() | This sectionpossibly containsoriginal research. Pleaseimprove it byverifying the claims made and addinginline citations. Statements consisting only of original research should be removed.(June 2024) (Learn how and when to remove this message) |
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)
Collect odd and even characters:
Multiply the group containing the rightmost character (which is theSECOND group) by 2:
Add up the individual digits:
Take the 10s modulus of the sum:
Subtract from 10:
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).
So the ISIN check digit isstill threeeven 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 inIBAN numbers which may also mix letters and digits). Some protocols require the transmission of additional check digits added to the full ISIN number.
{{cite web}}
:Missing or empty|title=
(help)