From 3dfc20ec1ccf1e4225bde52ce99bc3f24a5c7d90 Mon Sep 17 00:00:00 2001 From: Freddie Vargus Date: Sat, 25 Mar 2017 19:37:10 -0400 Subject: [PATCH] DOC: Show exchange required for equities --- zipline/assets/asset_writer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zipline/assets/asset_writer.py b/zipline/assets/asset_writer.py index ec3c79de..b2cb38f4 100644 --- a/zipline/assets/asset_writer.py +++ b/zipline/assets/asset_writer.py @@ -388,7 +388,7 @@ class AssetDBWriter(object): The first date we have trade data for this asset. auto_close_date : datetime, optional The date on which to close any positions in this asset. - exchange : str, optional + exchange : str The exchange where this asset is traded. The index of this dataframe should contain the sids. @@ -408,7 +408,7 @@ class AssetDBWriter(object): The last date we have trade data for this asset. first_traded : datetime, optional The first date we have trade data for this asset. - exchange : str, optional + exchange : str The exchange where this asset is traded. notice_date : datetime The date when the owner of the contract may be forced