Merge pull request #1011 from quantopian/auto-close-docs

DOC: update whatsnew for equity auto closes
This commit is contained in:
Richard Frank
2016-02-25 15:09:06 -05:00
+7
View File
@@ -101,6 +101,13 @@ Enhancements
* It is also now possible to specify custom ``missing_value`` values for
``float``, ``datetime``, and ``bool`` Pipeline terms. (:issue:`962`)
* Added auto-close support for equities. Any positions held in an equity that
reaches its ``auto_close_date`` will be liquidated for cash according to the
equity's last sale price. Furthermore, any open orders for that equity will
be canceled. Both futures and equities are now auto-closed on the morning of
their ``auto_close_date``, immediately prior to ``before_trading_start``.
(:issue:`982`)
Experimental Features
~~~~~~~~~~~~~~~~~~~~~