Let $X_1,\cdots,X_n$ be independent random variables with density$$f_{X_i}(x;\theta)=\begin{cases}e^{i\theta-x},&i\theta\leqslant x\\ 0,&\text{otherwise}\end{cases}$$ where $-\infty<\theta<\infty$, $i=1,2,\cdots,n$.
Find the complete and sufficient statistic for $\theta$ and compute the unique minimum variance unbiased estimator of $\theta$.
My approach: $$f_{X_i}(x;\theta)= e^{i\theta-x}I_{(i\theta\leqslant x)}\\ L(x;\theta)=\prod_{i=1}^{n} e^{i\theta-x}I_{(i\theta\leqslant x)}$$ which on solving tells me that $Y= \min\dfrac{X_i}{i}$ is the sufficient statistic of $\theta$. Also, how to prove completeness?
Now, my question is in order to find UMVUE, we need to have pdf of $Y$. How to go about that?