Refactor research pipeline and add webapp
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
"""Shared research utilities for Factor Risk Decomposition."""
|
||||
|
||||
from .research import (
|
||||
FF_FACTOR_COLUMNS,
|
||||
ArtifactError,
|
||||
ArtifactSpec,
|
||||
block_indices,
|
||||
decile_long_returns,
|
||||
fama_french_alpha,
|
||||
fama_french_regression,
|
||||
form_decile_portfolios,
|
||||
marchenko_pastur,
|
||||
momentum_signal,
|
||||
series_metrics,
|
||||
validate_artifacts,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"FF_FACTOR_COLUMNS",
|
||||
"ArtifactError",
|
||||
"ArtifactSpec",
|
||||
"block_indices",
|
||||
"decile_long_returns",
|
||||
"fama_french_alpha",
|
||||
"fama_french_regression",
|
||||
"form_decile_portfolios",
|
||||
"marchenko_pastur",
|
||||
"momentum_signal",
|
||||
"series_metrics",
|
||||
"validate_artifacts",
|
||||
]
|
||||
Reference in New Issue
Block a user