Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LLMQuant/quant-mind
/ Factor
Class
Factor
quantmind/knowledge/factor.py:13–23 ·
view source on GitHub ↗
A single factor card (stub).
Source
from the content-addressed store, hash-verified
11
12
13
class
Factor(FlattenKnowledge):
14
""
"A single factor card (stub)."
""
15
16
item_type: Literal[
"factor"
] =
"factor"
17
18
factor_name: str
19
universe: str | None = None
Callers
4
test_factor
Method · 0.90
test_minimal
Method · 0.90
test_embedding_text
Method · 0.90
test_embedding_text_default_universe
Method · 0.90
Calls
no outgoing calls
Tested by
4
test_factor
Method · 0.72
test_minimal
Method · 0.72
test_embedding_text
Method · 0.72
test_embedding_text_default_universe
Method · 0.72