Skip to content

Commit

Permalink
REV revert "BLD build input checker"
Browse files Browse the repository at this point in the history
This reverts commit ab6f052.
  • Loading branch information
eigenfoo authored and twiecki committed Aug 31, 2017
1 parent d32a962 commit 5276bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 120 deletions.
118 changes: 0 additions & 118 deletions pyfolio/check_inputs.py

This file was deleted.

4 changes: 2 additions & 2 deletions pyfolio/tears.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def create_full_tear_sheet(returns,
positions : pd.DataFrame, optional
Daily net position values.
- Time series of dollar amount invested in each position and cash.
- Days where stocks are not held must be represented by 0.
- Days where stocks are not held can be represented by 0 or NaN.
- Non-working capital is labelled 'cash'
- Example:
index 'AAPL' 'MSFT' cash
Expand All @@ -109,7 +109,7 @@ def create_full_tear_sheet(returns,
Executed trade volumes and fill prices.
- One row per trade.
- Trades on different names that occur at the
same time will have identical indices.
same time will have identical indicies.
- Example:
index amount price symbol
2004-01-09 12:18:01 483 324.12 'AAPL'
Expand Down

0 comments on commit 5276bb1

Please sign in to comment.