Hi Rachna,
I assume that you are trying to display the stock value as it is if the ageing is '0' otherwise the stock value should be multiplied by 0.5.
(ageing of years ==0) * stock value + (ageing of years > 0) * stock value * 0.5
Is ageing calculated in a KF? else convert to KF using replacement path.
Thanks,
Benedict