Normal
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]
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]
Hello and welcome to Aussie Stock Forums!
To gain full access you must register. Registration is free and takes only a few seconds to complete.
Already a member? Log in here.