Before I spend time writing syntax to do this, I was
wondering whether anyone has written syntax to adjust dollar
amounts to constant dollars.
I am looking at 1980 to the present. -- Art Kendall Social Research Consultants
Art Kendall
Social Research Consultants |
Art, If I understand your question, you want to calculate dollars across the years 1980-2013* so that each amount is in the same metric (i.e. 2014 dollars or 1980
dollars) When we did this we created an calculation based on CPI for the year (http://www.bls.gov/cpi/cpid1402.pdf
Table 24). *2014 would need to be by month or average for the currently reported months. By multiplying the value of the dollar in the year by the percent to put it all
in 1980$ The exact syntax would depend on your data layout, but if you have year, $ amount, and do a table lookup on year for the CPIAPC index to add it to each row,
you could simply multiply the dollar value by the CPIAPC. Going backwards, i.e. putting it all in 2013 or 2014 dollars, multiply by the CPIAND. I don’t actually have the file I used, but this data should be good to start. Year; CPIAPC* AnnAve CPIAND**
*CPI Average percent change from past year. (current year – prior year) **CPI Average percent difference from next year (current year – next year) If you need 2014, you would need to get the current average for whatever has elapsed (Jan: 233.9; Feb: 234.8; Average=234.3, change from next year: -1.3) From: SPSSX(r) Discussion [mailto:[hidden email]]
On Behalf Of Art Kendall Before I spend time writing syntax to do this, I was wondering whether anyone has written syntax to adjust dollar amounts to constant dollars. -- Art Kendall Social Research Consultants Art Kendall View this message in context:
syntax to adjust to constant dollars This correspondence contains proprietary information some or all of which may be legally privileged; it is for the intended recipient only. If you are not the intended recipient you must not use, disclose, distribute, copy, print, or rely on this correspondence and completely dispose of the correspondence immediately. Please notify the sender if you have received this email in error. NOTE: Messages to or from the State of Connecticut domain may be subject to the Freedom of Information statutes and regulations. |
Free forum by Nabble | Edit this page |