TST: Reconciles tests with asset management system

This commit is contained in:
jfkirk
2015-06-11 11:35:49 -04:00
parent b84ac01cbf
commit a5d1f79a37
11 changed files with 608 additions and 391 deletions
+1 -2
View File
@@ -44,11 +44,10 @@
> running with minute data, then this will calculate the number of minutes in
> those days, accounting for early closes and the current time and apply the
> transform over the set of minutes. `returns` takes no parameters and will
> return the daily returns of the given security.
> return the daily returns of the given asset.
> Example:
```python
# The standard deviation of the price in the last 3 days.
data[security].stddev(3)
```