Concept: Family Income / Household Income - Extracting from DPIN Application Files
Last Updated: 2023-04-03
Adjusted income $0.00 or greater
1 = $0 to 9,999.99
2 = $10,000.00 to $19,999.99
3 = $20,000.00 to $29,999.99
4 = $30,000.00 to $39,999.99
5 = $40,000.00 to $49,999.99
6 = $50,000.00 to $59,999.99
7 = $60,000.00 to $69,999.99
8 = $70,000.00 to $79,999.99
9 = $80,000.00 to $89,999.99
10= $90,000.00 to $99,999.99
11= $100,000.00 or more
A. Adjusting Incomes for Inflation
When working with income variables over time we need to work with constant dollars so we can make meaningful comparisons. We cannot compare income at time t, Mt, with income at time t1, Mt1, unless we have information about the prices at those points in time.
To be able to compare the income across time, we need to transform the income into "constant" dollars for a particular year, for example we want to express all income earned across time into year 1999 dollars. For this transformation we can use Consumer Price Index (CPI) information available from Statistics Canada.
The CPI is the ratio of the costs of a fixed basket of n goods evaluated with the prices at two different points in time, expressed as a percentage. It reflects how much the prices at time t1 (in the numerator) have changed relative to the prices at time t0 (in the denominator), expressed by the formula:is the Consumer Price Index at time t1 relative to time t0 -- t0 is the base year, i.e. the constant t0 dollars. The CPI data is available from Statistics Canada at national, provincial and city levels. One can argue about using provincial CPI, because that is where people spend most of their money. We may be tempted to use Winnipeg CPI for people living in Winnipeg, but then we might worry about their mobility within the province. We can choose t0. It does not matter which t0 we choose.
We constructed a CPI table using several years of data from Statistics Canada publications that include values for Canada, Manitoba and Winnipeg. In addition, we added columns to the table that allow us to use two different base years: 1992 or 2002. The CPI table we constructed is available: MCHP - CPI Table From Statistics Canada Data - Excel Format.
Now we can transform all the incomes at times ti, M ti , into income values in terms of constant t0 dollars:The subscript indicates the base year t0, the superscript ti refers to the time when the income was earned. If all income variables M ti are transformed with using the above equation, we will work with t0 dollars; all incomes will be in terms of t0 constant dollars, and we can add, subtract, compare, and analyze the income earned at different points in time, ti.B. Estimating Average Family Income / Household Income
In order to estimate average family income / household income we follow three major steps:
Step 1: Calculating Annual Family Income / Household Income from DPIN Data
To calculate the annual family income / household income from the DPIN client application data, we start with a measure of the family income for the year based on the adjusted income range, and then add the dependency deduction to this. The family income measure is assigned using the income value corresponding to the "middle of the adjusted income range" from the Adjusted Income table presented above. For example, someone with the adjusted income range code value of 7 from the table will be assigned an income of $65,000 for the year, corresponding to the "middle" of the income range in the table. The "error" attached to this assignment is at most $5,000 for each family income.
In addition, we let TAXYR1 be the taxation year of the Canada Revenue Agency tax return form that supported the Pharmacare application. We assign TAXYR1 = TAXYRA1 (Taxation Year of Applicant 1) because TAXYRA1 is always present and agrees with TAXYRA2 (Taxation Year of Applicant 2) 99.5% of the time when both are present.
To calculate total family income / household income for the year, we must also add back in the dependency deduction that was subtracted from the original income amount. Given the number of dependents (DEPCOUNT) in the application file, we can reconstruct the family income for the taxation year TAXYR1. We do this by multiplying the fixed dependency credit of $3,000 by DEPCOUNT, and then adding this amount to the "Middle of the Adjusted Income Range" amount. Thus, family Income for taxation year TAXYR1 is calculated using the following formula:Step 2: Adjusting for Inflation
Now we can adjust for inflation using the CPI index values from our CPI table described above. Family Income at time TAXYR1 (Family Income TAXYR1 ) will be transformed into constant dollars at time t0 using the following formula:
where represents Family Income at time TAXYR1 in terms of constant (t0) dollars.Step 3: Estimating Average Family Income / Household Income
We can then compute the average family income in terms of t0 dollars by summing the family income available and dividing by the number of years available, using the formula:
where TAXYRi are the taxation years the family used Pharmacare, and n is the number of application records for the family in the DPIN Client Application file. Now we can make more meaningful comparisons and analyses using Average Family Income, because it is expressed in constant t0 dollars.