Australian (ASX) Stock Market Forum

Reply to thread

I think you want to calculate the cash value by multiplying the share holding at ex-date and the cash dividend. I.e. 10000 shares x 20 cent dividend if the stock held at ex-date. another consideration is the franking credits if held for the 45 day post ex-date. I'm sure this could be done but you would need accurate financial data and a good AFL programmer.


[CODE]Dividend = GetFnData("DividendPerShare");

DividendExDate = GetFnData("ExDividendDate");

DividendPayDate = GetFnData("DividendPayDate");[/CODE]


Top