sf_quant.data.get_alpha_names#

sf_quant.data.get_alpha_names() list[str]#

Return the list of available alpha (signal) names.

Returns#

list of str

A list of unique signal names in the alphas dataset.

Examples#

>>> import sf_quant.data as sfd
>>> sfd.get_alpha_names()
["momentum", "reversal", ...]