mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-11 12:00:50 +08:00
MAINT: make_rotating_asset -> make_rotating_equity.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user