Files
catalyst/tests
Eddie Hebert ccdc815526 ENH: Write dividend payouts to adjustments db.
To prepare for querying for payouts from SQLite, write the dividend
payouts to a new table `dividend_payouts`.

Change the expected columns of the passed dividend frame to contain the
payout data, and use that data to calculate the ratios (this moves
internal code that was calcualting the ratios into Zipline.)

The end result is that instead of just a `dividends` table with the
backward looking adjustment ratios, also write a `dividend_payouts`
table and a `stock_dividend_payout` table.
2015-10-13 14:02:26 -04:00
..
2015-04-16 17:09:14 -04:00
2015-10-01 18:03:53 -04:00
2012-05-09 13:34:13 -04:00
2015-10-01 18:03:53 -04:00
2015-04-30 14:31:01 -04:00