File tree Expand file tree Collapse file tree 2 files changed +2
-120
lines changed Expand file tree Collapse file tree 2 files changed +2
-120
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def create_full_tear_sheet(returns,
9898 positions : pd.DataFrame, optional
9999 Daily net position values.
100100 - Time series of dollar amount invested in each position and cash.
101- - Days where stocks are not held must be represented by 0.
101+ - Days where stocks are not held can be represented by 0 or NaN .
102102 - Non-working capital is labelled 'cash'
103103 - Example:
104104 index 'AAPL' 'MSFT' cash
@@ -109,7 +109,7 @@ def create_full_tear_sheet(returns,
109109 Executed trade volumes and fill prices.
110110 - One row per trade.
111111 - Trades on different names that occur at the
112- same time will have identical indices .
112+ same time will have identical indicies .
113113 - Example:
114114 index amount price symbol
115115 2004-01-09 12:18:01 483 324.12 'AAPL'
You can’t perform that action at this time.
0 commit comments