Using OLS, the starting aim of my analysis is to study how different types of credit card contracts affect the dependent variable (y: use of credit cards). I have generated three dummies (v1, v2, v3) to reflect each of those types. As this previous post recommends, the three dummies should be included in a unique model. Following this, my model would be:
y = a + b * v1 + c * v2 + d * v3 + control variables + e
So far so good. However, an essential part of my analysis is to use interaction terms to analyze how other variables might moderate the effect of the type of contract. When I do this, I start having troubles caused by multicollinearity.
Given this, should I perform different analyises for each contract? Is this were correct, should I do this since the beginning or when multicollinearity problems arise? Is there another way to proceed? Thanks in advance.