EHN: Make continuous future adjustment style an argument

This commit is contained in:
dmichalowicz
2017-03-29 08:49:12 -04:00
parent 0d0473cb44
commit f0f8bac2ab
6 changed files with 87 additions and 65 deletions
+4 -1
View File
@@ -161,7 +161,10 @@ def build_lookup_generic_cases(asset_finder_type):
]
fof14 = finder.retrieve_asset(fof14_sid)
cf = finder.create_continuous_future(
root_symbol=fof14.root_symbol, offset=0, roll_style='volume',
root_symbol=fof14.root_symbol,
offset=0,
roll_style='volume',
adjustment=None,
)
dupe_0_start = dupe_0.start_date