Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 9593 invoked from network); 14 Nov 2007 14:57:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 14:57:17 -0000 Received: (qmail 6164 invoked by uid 500); 14 Nov 2007 14:57:03 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 6095 invoked by uid 500); 14 Nov 2007 14:57:03 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 6086 invoked by uid 99); 14 Nov 2007 14:57:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 06:57:03 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 14:57:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F28F67141EB for ; Wed, 14 Nov 2007 06:56:42 -0800 (PST) Message-ID: <19592241.1195052202988.JavaMail.jira@brutus> Date: Wed, 14 Nov 2007 06:56:42 -0800 (PST) From: "Niall Pemberton (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (VALIDATOR-250) Banking CheckDigit implementations: ABA, CUSIP, IBAN, ISIN and Sedol MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Banking CheckDigit implementations: ABA, CUSIP, IBAN, ISIN and Sedol -------------------------------------------------------------------- Key: VALIDATOR-250 URL: https://issues.apache.org/jira/browse/VALIDATOR-250 Project: Commons Validator Issue Type: New Feature Affects Versions: 1.3.1 Release Reporter: Niall Pemberton Assignee: Niall Pemberton Fix For: 1.4 I've had a number of CheckDigit implementations sitting on my hard drive for a while - which I created just for fun (sad I know!). I haven't used them in anger (and am unlikely to) so I didn't commit them when I checked in the rest of the CheckDigit stuff. Thought I would post them here in case anyone else thinks they would be good to add or would find a use for them 1) ABA Number ============ ABA Numbers (or Routing Transit Numbers) are a nine digit numeric code used to identify American financial institutions for things such as checks or deposits (ABA stands for the American Bankers Association). http://en.wikipedia.org/wiki/Routing_transit_number 2) CUSIP ======== CUSIP Numbers are 9 character alphanumeric codes used to identify North American Securities. http://en.wikipedia.org/wiki/CUSIP 3) IBAN ======= IBAN (International Bank Account Number) Check Digit calculation/validation based on the ISO 7064 Mod 97,10 check digit caluclation routine. http://en.wikipedia.org/wiki/International_Bank_Account_Number 4) ISIN ======= ISIN (International Securities Identifying Number) Numbers are 12 character alphanumeric codes used to identify Securities. http://en.wikipedia.org/wiki/ISIN 5) SEDOL ======== SEDOL Numbers are 7 character alphanumeric codes used to identify UK Securities (SEDOL stands for Stock Exchange Daily Official List). http://en.wikipedia.org/wiki/SEDOL -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.