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,
98
98
positions : pd.DataFrame, optional
99
99
Daily net position values.
100
100
- 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 .
102
102
- Non-working capital is labelled 'cash'
103
103
- Example:
104
104
index 'AAPL' 'MSFT' cash
@@ -109,7 +109,7 @@ def create_full_tear_sheet(returns,
109
109
Executed trade volumes and fill prices.
110
110
- One row per trade.
111
111
- Trades on different names that occur at the
112
- same time will have identical indices .
112
+ same time will have identical indicies .
113
113
- Example:
114
114
index amount price symbol
115
115
2004-01-09 12:18:01 483 324.12 'AAPL'
You can’t perform that action at this time.
0 commit comments