Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/isin.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.