Codes and Frequencies
Can't find the category you are looking for? Try the Detailed codes
Explore how IPUMS created this variable
Most IPUMS data transformations are performed using variable harmonization tables that specify how each value in the source data is recoded. Some variables also require programming logic in addition to the harmonization table. The harmonization documents for this variable are:
- Harmonization table
- Supplemental programming
- Instructions for interpreting harmonization documents
class Mig1_p_by : public Editor {
public:
Mig1_p_by(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::by1999a: {
if (BY1999A_0437() < 1995)
a = 112099;
} break;
case dataset_id::by2009a: {
if (BY2009A_0412() == 398 || BY2009A_0412() == 888)
a = 112097;
if (BY2009A_0412() == 998)
a = 112098;
} break;
}
setData(a);
}
};
Description
MIG1_P_BY indicates the person's region of previous residence within Belarus.
Click on the Source Variables tab for information on place of residence for each sample year. Source variables may contain more geographic unit detail but are not suitable for cross-temporal comparison.
Comparability — General
Where boundaries changed over time, units were harmonized to create units with boundaries that remain stable over time.
Boundary changes:
- Minsk city split from Minsk region.
Note that for 2009, MIG1_P_BY lists persons who have moved region within Belarus less than 5 years ago. 1999 lists persons who migrated to the current place of residence.
Universe
- Belarus 1999: Persons not born in their current place of residence
- Belarus 2009: Persons who arrived in their current district less than 5 years ago
Availability
- Belarus: 1999, 2009

Loading...