Given a random variable $X$ with support $(a,b)$ and a value $d\in (a,b)$ (the "deductible"), the cost-per-loss random variable associated to $X$ is given by $$Y=\begin{cases}0&\text{if }X\le d\\ X&\text{if }X>d\end{cases}$$
According to this PDF, the pdf of $Y$ is $$f_Y(x)=\begin{cases}F_X(d)&\text{if }x=0,\\f_X(x)&\text{if }x>d\end{cases}$$ but I am having a hard time seeing why this is true. I have shown that the cdf of $Y$ is given by $$F_Y(x)=F_X(d)+F_X(t)-F_X(\min\{x,t\}).$$ So, I think the first condition in the pdf $f_Y$ above should be changed to $x\le d$ rather than $x=0$. Am I mistaken? Could someone please point out what the correct definition of $F_Y$ and $f_Y$ should be, in case I calculated it wrong? Also, is the support of $Y$ the interval $[d,b)$?