Suvarna Garge (Editor)

Unique Master Citizen Number

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Unique Master Citizen Number (Croatian and Bosnian: Jedinstveni matični broj građana, JMBG, Macedonian: Единствен матичен број на граѓанинот, ЕМБГ, Serbian and Montenegrin: Јединствени матични број грађана, ЈМБГ, Jedinstveni matični broj građana, JMBG, Slovene: Enotna matična številka občana, EMŠO) is a unique identification number that was assigned to every citizen of former Yugoslav republics of the SFR Yugoslavia. Today it continues to be used in all of the countries that were created after the dissolution of Yugoslavia – Bosnia and Herzegovina, Macedonia, Montenegro, Serbia and Slovenia use it in its original form, while Croatia has started switching to a different scheme.

Contents

History

The JMBG was introduced on January 8, 1977 and applied to all citizens born before then and alive at the time. All six republics passed a law on the Unique Master Citizen Number.

Although the Republic of Croatia continued to use the JMBG after the independence in 2002 the official name of the number there was changed to Matični broj građana (Master Citizen Number), acronym MBG. Advocates of the right to privacy argued that JMBG was a piece of personally identifiable information that needed to be protected by information privacy law, mostly because it was unique and it included the person's date of birth. When the law to that effect was passed in 2003 it was no longer possible to use JMBG on identity cards, driver's licenses and similar documents. Even though law hid MBG from personal documents, various institutions (e.g. banks, schools, insurance companies ...) continued to demand citizens to give their MBG while signing various contracts, since MBG was natural unique identifier of each citizen. Seeing flaw of hiding MBG, on January 1, 2009 Croatia passed a new law that introduced a different unique identifier called the Personal Identification Number (Croatian: Osobni identifikacijski broj, acronym OIB). The OIB consists of 11 randomly chosen digits and has been assigned to all Croatian citizens, companies registered in Croatia and foreign nationals residing in Croatia. Although the OIB is in use, the MBG law remains in effect, and the MBG number is still issued. It is used for data coordination among government registries. MBG no longer appears on Croatian identity cards since 2003, instead OIB does, since 2013.

Composition

The number is made up of 13 digits in a form "DD MM YYY RR BBB K" (whitespaces are for convenience; digits are written without separation) where:

Checksum calculation

The checksum is calculated from the mapping DDMMYYYRRBBBK = abcdefghijklm, using the formula:

m = 11 − (( 7*(a+g) + 6*(b+h) + 5*(c+i) + 4*(d+j) + 3*(e+k) + 2*(f+l) ) mod 11)
  • If m is between 1 and 9, the number K is the same as the number m
  • If m is 10 or 11 K becomes 0 (zero)
  • Note: there has been a small number of JMBGs that were assigned by valid authorities but which had an invalid checksum. Also, there are a few duplicate JMBGs in existence. The common anecdotal explanation for these is simple operator error. Reportedly these mistakes happened more often in the early 1990s. The chances of running into exceptions are reportedly low, and whether such exceptions justify questioning the use of JMBG as a unique identifier has not been scientifically analyzed.

    Microsoft Excel formula

  • A1 - data (first 12 digits stored as text)
  • B1 - checksum calculation
  • C1 - full number with checksum
  • B1 =11-(MOD(((7*(MID(A1;1;1)+MID(A1;7;1)))+(6*(MID(A1;2;1)+MID(A1;8;1)))+(5*(MID(A1;3;1)+MID(A1;9;1)))+(4*(MID(A1;4;1)+MID(A1;10;1)))+(3*(MID(A1;5;1)+MID(A1;11;1)))+(2*(MID(A1;6;1)+MID(A1;12;1))));11)) C1 =CONCATENATE(A1;IF(B1<10;B1;0))

    Example

    As an example, a valid identification number is 0101006500006; it is the number of the first male baby registered in Slovenia on January 1, 2006.

  • Online validation checking and details of Unique Master Citizen Number
  • References

    Unique Master Citizen Number Wikipedia