Merged
Merged
Conversation
eigenfoo
changed the title
Risk tear sheet
Risk, perf attrib tear sheet
| return longed_threshold, shorted_threshold, grossed_threshold | ||
|
|
||
|
|
||
| def plot_volume_exposures_longshort(longed_threshold, shorted_threshold, |
| ax.plot(tot_sfe.index, tot_sfe, label=factor_name) | ||
| avg = tot_sfe.mean() | ||
| ax.axhline(avg, linestyle='-.', label='Mean = {:.3}'.format(avg)) | ||
| ax.axhline(0, color='k', linestyle='-') |
Labels
None yet