MAINT: make_rotating_asset -> make_rotating_equity.

This commit is contained in:
Scott Sanderson
2015-11-13 18:26:54 -05:00
parent 4109640acb
commit 9e463fd5d8
3 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -233,11 +233,11 @@ def all_subindices(index):
)
def make_rotating_asset_info(num_assets,
first_start,
frequency,
periods_between_starts,
asset_lifetime):
def make_rotating_equity_info(num_assets,
first_start,
frequency,
periods_between_starts,
asset_lifetime):
"""
Create a DataFrame representing lifetimes of assets that are constantly
rotating in and out of existence.