I would like to gain some intuition on the differences between models using various fixed effects specifications. This question relates to this one by me: Three way fixed effects vs combining two of the effects
Consider that I have panel data on firms $i$ across two time periods $t$. Firms can belong to, let's say, subsector $s$. These subsectors are included in a broader economic classification $e$, which I call a sector. I explore the impacts of variation in tariff rates $\tau_{st}$ on relevant economic outcomes $y_{ist}$. $\beta_j$ is my parameter of interest
The first regression model I consider is of the following form, considering time and sector fixed effects : $$y_{it} = \beta_1 \cdot \tau_{st} + \gamma' X_{it} + \eta' Z_{st} + \lambda_t + \mu_e + \epsilon_{it}$$
Two alternative specifications include sector-year fixed effects:
$$y_{it} = \beta_2 \cdot \tau_{st} + \gamma' X_{it} + \eta' Z_{st} + \delta_{te} + \mu_e + \epsilon_{it}$$ $$y_{it} = \beta_3 \cdot \tau_{st} + \gamma' X_{it} + \eta' Z_{st} + \lambda_t + \delta_{te} + \epsilon_{it}$$ $$y_{it} = \beta_4 \cdot \tau_{st} + \gamma' X_{it} + \eta' Z_{st} + \delta_{te} + \epsilon_{it}$$
$X_{it}$ are time-varying firm controls, $Z_{st}$ are time-varying subsector controls It is clear that my $\beta$'s are not all equal. Are all of these models even estimable?
I know that one-way fixed effects models identify relative impacts within a certain group. Is it clear what kinds of unobservables am I controlling for in each case?
For instance, how could I control for differential time trends in each sector $e$?