Structure
The initial six digits correspond to the birth date (YYMMDD). Since there are only two digits reserved for the year, only years between 1900 and 1999 can be encoded directly. Other years get represented as follows:
- for births before 1 January 1900, 20 is added to the month
- for births from 31 December 1999 to 31 December 2099, 40 is added to the month
The next three digits designate the birth order number, the third digit being even for males and odd for females. Each district is assigned a range of three-digit numbers, used consecutively, altering even and odd numbers between males and females born on the particular day. In rare cases, numbers are "borrowed" from an adjacent district.
The tenth digit is a checksum, calculated using the following algorithm:
- Each digit is multiplied by its weight (see below)
- The products obtained are added
- The sum is divided by 11 ( use sum % 11, not /, modulus, not division)
- If the remainder is less than 10, the remainder is the checksum digit, otherwise the checksum digit is zero
The weights are the powers of 2, modulo 11. (See also: Galois field applications)
Read more about this topic: Uniform Civil Number
Famous quotes containing the word structure:
“Science is intimately integrated with the whole social structure and cultural tradition. They mutually support one otheronly in certain types of society can science flourish, and conversely without a continuous and healthy development and application of science such a society cannot function properly.”
—Talcott Parsons (19021979)
“Why does philosophy use concepts and why does faith use symbols if both try to express the same ultimate? The answer, of course, is that the relation to the ultimate is not the same in each case. The philosophical relation is in principle a detached description of the basic structure in which the ultimate manifests itself. The relation of faith is in principle an involved expression of concern about the meaning of the ultimate for the faithful.”
—Paul Tillich (18861965)
“Slumism is the pent-up anger of people living on the outside of affluence. Slumism is decay of structure and deterioration of the human spirit. Slumism is a virus which spreads through the body politic. As other isms, it breeds disorder and demagoguery and hate.”
—Hubert H. Humphrey (19111978)