Skip to content

Commit

Permalink
added notes for new perf fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
fawce committed Jan 8, 2015
1 parent 6c3e1e1 commit 893e8be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/release-notes/zipline-0.7.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,16 @@
> # The standard deviation of the price in the last 3 days.
> data[security].stdev(3)
> ```
* New fields in Performance Period
[PR464](https://github.com/quantopian/zipline/pull/464)

> Performance Period has new fields accessible in return value of to_dict:
> - gross leverage
> - net leverage
> - short exposure
> - long exposure
> - shorts count
> - longs count

0 comments on commit 893e8be

Please sign in to comment.