MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / TickerPeriod

Class TickerPeriod

quantmind/configs/earnings.py:10–15  ·  view source on GitHub ↗

Ticker + reporting period (e.g. ``AAPL`` / ``2026Q1``).

Source from the content-addressed store, hash-verified

8
9
10class TickerPeriod(BaseInput):
11 """Ticker + reporting period (e.g. ``AAPL`` / ``2026Q1``)."""
12
13 type: Literal["ticker_period"] = "ticker_period"
14 ticker: str
15 period: str # e.g. "2026Q1"
16
17
18class TranscriptText(BaseInput):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected