SYMBOL INDEX (8 symbols across 2 files) FILE: cryptocompare_scraper.py function top_exchange_pairs (line 10) | def top_exchange_pairs(): function binance_connected_pairs (line 24) | def binance_connected_pairs(): function download_snapshot (line 37) | def download_snapshot(pair_dict, outfolder): function create_adj_matrix (line 67) | def create_adj_matrix(pair_dict, snapshot_directory, outfile="snapshot.c... FILE: graph_arbitrage.py function bellman_ford_negative_cycles (line 8) | def bellman_ford_negative_cycles(g, s): function all_negative_cycles (line 60) | def all_negative_cycles(g): function calculate_arb (line 77) | def calculate_arb(cycle, g, verbose=True): function find_arbitrage (line 101) | def find_arbitrage(filename="snapshot.csv", find_all=False, sources=None):