Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/isin.py
Commit message (Collapse)AuthorAgeFilesLines
* Use str.zfill() for padding leading zerosArthur de Jong2022-08-151-2/+1
|
* Fix small typovovavili2022-08-131-1/+1
| | | | | | Improper inflection of plurals. Closes https://github.com/arthurdejong/python-stdnum/pull/299
* Add temporary and internal ISIN country codesArthur de Jong2020-01-121-0/+4
| | | | | | | | This adds a few temporary and internal country codes that are used by various agencies so that they can also be validated. This does not mean that all these numbers are globally valid. Closes https://github.com/arthurdejong/python-stdnum/issues/158
* Add three country codes to ISINanwarbaroudi2020-01-121-27/+31
| | | | | | | | | This adds three missing country codes: 'AN' for 'Netherlands Antilles', 'CS' for 'Serbia and Montenegro' and 'XK' for 'Kosovo'. Closes https://github.com/arthurdejong/python-stdnum/issues/173 Closes https://github.com/arthurdejong/python-stdnum/pull/174 Closes https://github.com/arthurdejong/python-stdnum/pull/176
* Docstring improvementsArthur de Jong2017-09-111-4/+4
|
* Use a slightly more readable weight alternationArthur de Jong2017-04-071-2/+2
| | | | | Switch to a slightly more readable syntax for alternating between two weights in checksums calculations.
* Make more information links consistentArthur de Jong2016-04-111-1/+2
| | | | | Also fix a docstring in stdnum.nl.bsn and add a pointer to stdnum.nl.onderwijsnummer.
* Convert security ids to ISINArthur de Jong2015-10-111-0/+9
| | | | | Allow conversion from national securities identifiers to the international ISIN.
* Add international securities id (ISIN)Arthur de Jong2015-10-101-0/+116
This adds support for handling ISINs (International Securities Identification Number). The can contain a CUSIP but performing this additional validation is currently not performed.