MCPcopy 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
13class 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_factorMethod · 0.90
test_minimalMethod · 0.90
test_embedding_textMethod · 0.90

Calls

no outgoing calls

Tested by 4

test_factorMethod · 0.72
test_minimalMethod · 0.72
test_embedding_textMethod · 0.72