• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Use of seasonally adjusted inflation data?

Joined
1/30/12
Messages
9
Points
11
Hi,

I have seen some people use seasonally adjusted inflation indices. I am trying to understand when one needs seasonally adjusted inflation data.

Thanks.
 
It's useful to look at seasonally adjusted economic data because some things, like retail sales, are obviously seasonal. It is silly to look at November sales compared to December sales and say December was the stronger month in the economy because December will always have more sales. Data where you can pretty easily recognize why the time of year would matter should be seasonally adjusted, but it is less necessary for things like Treasury rates because they are not really affected by time of year.
 
Back
Top