Skip to content

Commit

Permalink
tweaked roll cals for COPPER, VIX
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Feb 6, 2025
1 parent 723ae5a commit 7681d07
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions sysinit/futures/adjustedprices_from_db_multiple_to_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ def process_adjusted_prices_single_instrument(
# )

for instr in [
"CAD_micro",
"COPPER",
"IBEX_mini",
"JGB",
"JPY",
"VIX",
]:
print(f"Starting adjusted for {instr}")
Expand Down
3 changes: 2 additions & 1 deletion sysinit/futures/contract_prices_from_split_freq_csv_to_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ def write_prices_for_contract_at_frequency(
# init_db_with_split_freq_csv_prices(datapath)

for instr in [
"JGB",
"COPPER",
"VIX",
]:
init_db_with_split_freq_csv_prices_for_code(
instr, datapath, csv_config=BARCHART_CONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,7 @@ def add_phantom_row(
# )

for instr in [
"CAD_micro",
"COPPER",
"IBEX_mini",
"JGB",
"JPY",
"VIX",
]:
print(f"Starting multiple for {instr}")
Expand Down

0 comments on commit 7681d07

Please sign in to comment.