rebuild(stage-9): deliver deterministic intelligent screening
This commit is contained in:
@@ -116,6 +116,9 @@ class EastmoneyProvider:
|
||||
) -> ProviderResult:
|
||||
raise ProviderError("The display provider cannot supply calculation snapshots")
|
||||
|
||||
def screener_inputs(self, trade_dates: tuple[str, ...]) -> dict[str, ProviderResult | None]:
|
||||
raise ProviderError("The display provider cannot supply screener factors")
|
||||
|
||||
@staticmethod
|
||||
def _secid(entity_type: str, identifier: str) -> str:
|
||||
if entity_type == "index" and identifier in INDEX_CODES:
|
||||
|
||||
Reference in New Issue
Block a user