Hi Hector,
Yes I think this is possible. The issue with the model file is that the transition equations block doesn't contain any dynamics. Writing equity1 = equity1 may be a true statement (a tautology even) but basically means that all of your coefficient matrices in the state equation are going to be zeros. If you don't want any persistence in the latent factor that's fine, but you at least need something non-zero in the leading coefficient matrix. E.g., if you write instead
equity1 = a*equity{-1} + shk
then things work. No state space singularity. You can set the AR coefficient to zero if you want, or estimate it. See attached.
Best,
Mike