SEDOL
   HOME

TheInfoList



OR:

SEDOL stands for Stock Exchange Daily Official List, a list of
security" \n\n\nsecurity.txt is a proposed standard for websites' security information that is meant to allow security researchers to easily report security vulnerabilities. The standard prescribes a text file called \"security.txt\" in the well known locat ...
identifiers used in the
United Kingdom The United Kingdom of Great Britain and Northern Ireland, commonly known as the United Kingdom (UK) or Britain, is a country in Europe, off the north-western coast of the continental mainland. It comprises England, Scotland, Wales and ...
and
Ireland Ireland ( ; ga, Éire ; Ulster-Scots: ) is an island in the North Atlantic Ocean, in north-western Europe. It is separated from Great Britain to its east by the North Channel, the Irish Sea, and St George's Channel. Ireland is the s ...
for clearing purposes. The numbers are assigned by the
London Stock Exchange London Stock Exchange (LSE) is a stock exchange in the City of London, England, United Kingdom. , the total market value of all companies trading on LSE was £3.9 trillion. Its current premises are situated in Paternoster Square close to St Pau ...
, on request by the security issuer. SEDOLs serve as the National Securities Identifying Number for all securities issued in the United Kingdom and are therefore part of the security's
ISIN Isin (, modern Arabic: Ishan al-Bahriyat) is an archaeological site in Al-Qādisiyyah Governorate, Iraq. Excavations have shown that it was an important city-state in the past. History of archaeological research Ishan al-Bahriyat was visited ...
as well. The SEDOL Masterfile (SMF) provides reference data on millions of global multi-asset securities each uniquely identified at the market level using a universal SEDOL code.


Description

SEDOLs are seven characters in length, consisting of two parts: a six-place alphanumeric code and a trailing
check digit A check digit is a form of redundancy check used for 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 is analogous to a binary parit ...
.https://www2.lseg.com/SEDOL-masterfile-service-tech-guide-v8.6 SEDOLs issued prior to January 26, 2004 were composed only of numbers. For older SEDOLs, those from Asia and Africa typically begin with 6. Those from the UK and Ireland (until Ireland joined the EU) typically begin with 0 or 3. Those from the rest of Europe typically began with 4, 5, or 7. Those from the Americas began with 2. After January 26, 2004, SEDOLs were changed to be alpha-numeric and are issued sequentially, beginning with B000009. At each character position numbers precede letters and ''vowels are never used''. All new SEDOLs, therefore, begin with a letter. Ranges beginning with 9 are reserved for end user allocation. The check digit for a SEDOL is chosen to make the total weighted sum of all seven characters a multiple of 10. The check digit is computed using a weighted sum of the first six characters. Letters have the value of 9 plus their alphabet position, such that B = 11 and Z = 35. While vowels are never used in SEDOLs, they are not ignored when computing this weighted sum (e.g. H = 17 and J = 19, even though I is not used), simplifying code to compute this sum. The resulting string of numbers is then multiplied by the weighting factor as follows: + First 1 + Second 3 + Third 1 + Fourth 7 + Fifth 3 + Sixth 9 + Seventh 1 (the check digit) The character values are multiplied by the weights. The check digit is chosen to make the total sum, including the check digit, a multiple of 10, which can be calculated from the weighted sum of the first six characters as (10 − (weighted sum
modulo In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the '' modulus'' of the operation). Given two positive numbers and , modulo (often abbreviated as ) is ...
10))
modulo In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the '' modulus'' of the operation). Given two positive numbers and , modulo (often abbreviated as ) is ...
10. For British securities, SEDOLs are converted to ISINs by padding the front with two zeros, then adding the country code on the front and the ISIN check digit at the end. JavaScript code for validating SEDOLs Code: Modified from http://rosettacode.org/wiki/SEDOLs function checkSedol(text)


Example

BAE Systems BAE Systems plc (BAE) is a British multinational arms, security, and aerospace company based in London, England. It is the largest defence contractor in Europe, and ranked the seventh-largest in the world based on applicable 2021 revenue ...
: 0263494 The checksum can be calculated by multiplying the first six digits by their weightings: : (0×1, 2×3, 6×1, 3×7, 4×3, 9×9) = (0, 6, 6, 21, 12, 81) Then summing up the results: : 0 + 6 + 6 + 21 + 12 + 81 = 126 The check digit is then calculated by: : [10 − (126
modulo In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the '' modulus'' of the operation). Given two positive numbers and , modulo (often abbreviated as ) is ...
10)]
modulo In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the '' modulus'' of the operation). Given two positive numbers and , modulo (often abbreviated as ) is ...
10 = (10 − 6)
modulo In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the '' modulus'' of the operation). Given two positive numbers and , modulo (often abbreviated as ) is ...
10 = 4
modulo In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the '' modulus'' of the operation). Given two positive numbers and , modulo (often abbreviated as ) is ...
10 = 4


References

{{Reflist


External links


Official website with SEDOL master file
(requires registration) Security identifier types Financial metadata