> For the complete documentation index, see [llms.txt](https://docs.vida.id/identity-stack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vida.id/identity-stack/verify/indonesia-verification/mock-data-for-testing/demographic-check.md).

# Demographic Check

The demographic verification score depends on the provided NIK, full name and DOB.

### In Case of Success

| NIK Number       | User fullName | DOB                                |
| ---------------- | ------------- | ---------------------------------- |
| 3511000101806300 | UserGDAA      | <p>YYYY-MM-DD</p><p>1980-01-01</p> |
| 3511000101806301 | UserGDAB      | <p>YYYY-MM-DD</p><p>1980-01-01</p> |

### Invalid Full Name

| NIK Number       | User fullName | DOB                                |
| ---------------- | ------------- | ---------------------------------- |
| 3511000101806300 | UserGDP       | <p>YYYY-MM-DD</p><p>1980-01-01</p> |
| 3511000101806301 | User          | <p>YYYY-MM-DD</p><p>1980-01-01</p> |

### Invalid Date Of Birth

Change the date of birth in any of the above sets also to test the invalid date of the birth error.

| NIK Number       | User fullName | DOB                                |
| ---------------- | ------------- | ---------------------------------- |
| 3511000101806300 | UserGDAA      | <p>YYYY-MM-DD</p><p>1992-05-2</p>  |
| 3511000101806301 | UserGDAB      | <p>YYYY-MM-DD</p><p>1992-05-21</p> |

### Mock data for extended-demographic parameters

To test the extended-demographic parameters, use the mock data as provided in the table. The last 4 characters of the provided mock data are variables and depends upon the last 4 digits of the provided NIK number.&#x20;

Each number 0-9 will map to a character A-J. Example: 0000 is AAAA and 0123 is ABCD.

| Field            | Mock Data                  |
| ---------------- | -------------------------- |
| motherMaidenName | IBUGDAA                    |
| pob              | KotaGDAA                   |
| address          | AddrGDAA                   |
| familyCardNo     | Same as NIK number (govid) |
| village          | VilGDAA                    |
| district         | DistGDAA                   |
| city             | CityGDAA                   |
| province         | ProvGDAA                   |
