MCPcopy Create free account

hub / github.com/Omnis-Labs/hunch-it / functions

Functions2,578 in github.com/Omnis-Labs/hunch-it

↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task34_taiyi/pipeline/orchestrator.py:30
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task22_congress/pipeline/orchestrator.py:35
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task27_bazi/pipeline/orchestrator.py:41
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task17_quality/pipeline/orchestrator.py:37
↓ 2 callersFunction_fetch
(ticker: str)
Fundamental_analysis_agent/task11_fundamentals_trend/pipeline/orchestrator.py:38
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task19_anomaly/pipeline/orchestrator.py:34
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task31_tieban/pipeline/orchestrator.py:36
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task14_volatility/pipeline/orchestrator.py:33
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task25_astro/pipeline/orchestrator.py:38
↓ 2 callersFunction_fetch
(ticker: str)
Fundamental_analysis_agent/task7_relative/pipeline/orchestrator.py:45
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task33_liuren/pipeline/orchestrator.py:31
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task30_qizheng/pipeline/orchestrator.py:38
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task32_qimen/pipeline/orchestrator.py:30
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task18_events/pipeline/orchestrator.py:35
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task26_meihua/pipeline/orchestrator.py:43
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task29_suimei/pipeline/orchestrator.py:41
↓ 2 callersFunction_fetch
(t: str)
Fundamental_analysis_agent/task24_contagion/pipeline/orchestrator.py:39
↓ 2 callersFunction_fetch
(ticker: str)
Fundamental_analysis_agent/task8_earnings/pipeline/orchestrator.py:45
↓ 2 callersFunction_fetch_prices
(ticker: str)
Fundamental_analysis_agent/task6_insider/pipeline/orchestrator.py:50
↓ 2 callersFunction_fetch_safe
(ticker: str)
Fundamental_analysis_agent/task21_ranker/pipeline/orchestrator.py:45
↓ 2 callersFunction_fetch_safe
(ticker: str)
Fundamental_analysis_agent/task7_relative/pipeline/orchestrator.py:49
↓ 2 callersFunction_fetch_safe
(ticker: str)
Fundamental_analysis_agent/task10_portfolio/pipeline/orchestrator.py:46
↓ 2 callersFunction_fetch_zip_csv
(url: str)
Fundamental_analysis_agent/tools/fama_french.py:44
↓ 2 callersFunction_fit_platt
Fit Platt scaling via gradient descent on log-loss. Implementation note: we avoid sklearn here for zero-dep deployment. Standard scaled-input
Fundamental_analysis_agent/task2_10k_extractor/pipeline/calibration.py:114
↓ 2 callersFunction_form4
(owner: str, code: str, ad: str, shares: int, price: int, *, officer: bool = False, tdate: str = "2
Fundamental_analysis_agent/task6_insider/tests/test_signals.py:23
↓ 2 callersFunction_full_gaap
(improving=True)
Fundamental_analysis_agent/task17_quality/tests/test_quality.py:36
↓ 2 callersFunction_fund_shares_asof
(points: list[tuple[date, float]], d: date)
Fundamental_analysis_agent/task9_institutional/pipeline/holdings.py:24
↓ 2 callersFunction_get
(client: httpx.AsyncClient, url: str, *, as_json: bool)
Fundamental_analysis_agent/task9_institutional/pipeline/funds.py:59
↓ 2 callersFunction_get_backend
()
Fundamental_analysis_agent/shared/artifacts.py:107
↓ 2 callersFunction_half_life
Mean-reversion half-life from an AR(1): Δs_t = a + b·s_{t-1}. ∞ if non-mean-reverting.
Fundamental_analysis_agent/task23_pairs/pipeline/pairs.py:34
↓ 2 callersFunction_industry_from_sic
Map a SEC SIC code to a coarse industry bucket, or 'unknown'.
Fundamental_analysis_agent/task2_10k_extractor/eval/edgar_lookup.py:113
↓ 2 callersFunction_is_trustworthy_body
A body anchor we can lean on as a gap-fill boundary: not a TOC stub, and long enough to plausibly be a real section.
Fundamental_analysis_agent/task2_10k_extractor/pipeline/recover.py:131
↓ 2 callersFunction_is_turn_of_month
True if bar i is within `before` trading days of month-end or `after` of month-start.
Fundamental_analysis_agent/task12_seasonality/pipeline/signals.py:17
↓ 2 callersFunction_load_labels
()
Fundamental_analysis_agent/task2_10k_extractor/pipeline/calibration.py:107
↓ 2 callersFunction_load_prompt
(name: str)
Fundamental_analysis_agent/task2_10k_extractor/pipeline/l3_llm.py:47
↓ 2 callersFunction_neutral
(releases: list[EarningsRelease])
Fundamental_analysis_agent/task8_earnings/pipeline/classify.py:37
↓ 2 callersFunction_normalize_id
Item id normalization: '01' → '1', '1a' → '1A'.
Fundamental_analysis_agent/task2_10k_extractor/pipeline/l1_anchor.py:160
↓ 2 callersFunction_num
(s: object)
Fundamental_analysis_agent/task16_short/pipeline/short_interest.py:69
↓ 2 callersFunction_parse_daily
Parse a Ken-French daily CSV: find the header row, then YYYYMMDD rows until a blank line.
Fundamental_analysis_agent/tools/fama_french.py:51
↓ 2 callersFunction_parse_infotable
Sum (shares, value_usd) across rows matching the issuer core. 13F value is in $1000s → ×1000.
Fundamental_analysis_agent/task9_institutional/pipeline/funds.py:75
↓ 2 callersFunction_path
Cumulative return of: stock when signal (known at prior close), else SPY-or-cash. 10bps on switch.
Fundamental_analysis_agent/tools/signal_or_market.py:40
↓ 2 callersFunction_percentile
(vals: list[float], p: int)
Fundamental_analysis_agent/task6_insider/eval/runner.py:50
↓ 2 callersFunction_pick_10k_filing
Return (accession_number, primary_doc, filed_date, fiscal_year) for a 10-K. If `fiscal_year` is None → return the most recently filed 10-K. O
Fundamental_analysis_agent/task2_10k_extractor/eval/edgar_lookup.py:265
↓ 2 callersFunction_precompute
(prices: list[PricePoint])
Fundamental_analysis_agent/task19_anomaly/pipeline/signals.py:14
↓ 2 callersFunction_rahu_lon
(d: date)
Fundamental_analysis_agent/task35_jyotish/pipeline/jyotish.py:50
↓ 2 callersFunction_read_ticker_cache
Load the cached ticker→CIK map, or None if absent/stale/corrupt. `max_age_s=None` ignores age — used as a last-resort fallback when SEC is th
Fundamental_analysis_agent/task2_10k_extractor/eval/edgar_lookup.py:163
↓ 2 callersFunction_realized_vol
(rets: list[float], i: int, window: int)
Fundamental_analysis_agent/task14_volatility/pipeline/backtest.py:25
↓ 2 callersFunction_rets
(closes: list[float])
Fundamental_analysis_agent/task14_volatility/pipeline/backtest.py:20
↓ 2 callersFunction_run_case
(case: dict[str, Any])
Fundamental_analysis_agent/task2_10k_extractor/eval/runner.py:131
↓ 2 callersFunction_separation
(a: float, b: float)
Fundamental_analysis_agent/task25_astro/pipeline/astro.py:62
↓ 2 callersFunction_series
(closes, start=date(2024, 1, 1))
Fundamental_analysis_agent/task15_buyback/tests/test_buyback.py:23
↓ 2 callersFunction_series
(closes, start=date(2024, 1, 1))
Fundamental_analysis_agent/task11_fundamentals_trend/tests/test_fundtrend.py:54
↓ 2 callersFunction_series_prices
(closes: list[float], start: date = date(2023, 1, 1))
Fundamental_analysis_agent/task9_institutional/tests/test_holdings.py:28
↓ 2 callersFunction_sharpe_from
(agg)
Fundamental_analysis_agent/tools/pbo.py:117
↓ 2 callersFunction_slice_content
(text: str, start: int, end: int)
Fundamental_analysis_agent/task2_10k_extractor/pipeline/l2_structural.py:113
↓ 2 callersFunction_sma
(closes: list[float], window: int)
Fundamental_analysis_agent/task3_strategy/pipeline/backtest.py:39
↓ 2 callersFunction_sma
(fi: int)
Fundamental_analysis_agent/task16_short/pipeline/backtest.py:109
↓ 2 callersFunction_ticker_cache_path
()
Fundamental_analysis_agent/task2_10k_extractor/eval/edgar_lookup.py:158
↓ 2 callersFunction_trigger_bar
The bar whose close is the decision point — the last bar with date <= filing_date. Entry then fills at the NEXT open (strictly after the filing).
Fundamental_analysis_agent/task8_earnings/pipeline/backtest.py:38
↓ 2 callersFunction_wants_long
(spec: BuybackSpec, shares: list[SharePoint], d: date)
Fundamental_analysis_agent/task15_buyback/pipeline/backtest.py:14
↓ 2 callersFunction_wants_long
(spec: FundTrendSpec, quarters: list[QuarterPoint], d: date)
Fundamental_analysis_agent/task11_fundamentals_trend/pipeline/backtest.py:25
↓ 2 callersFunction_wants_long
(spec: RelativeSpec, i: int, rs: list[float | None], rs_sma: list[float | None], rs_high: list
Fundamental_analysis_agent/task7_relative/pipeline/backtest.py:24
↓ 2 callersFunction_wants_to_be_long
Desired position at the *close* of bar i (acted on at open of i+1). Returns None when the signal is undefined (warm-up) → treat as flat.
Fundamental_analysis_agent/task3_strategy/pipeline/backtest.py:72
↓ 2 callersFunction_wants_to_be_long
Desired position at the *close* of bar i (acted on at open of i+1). Returns None when the entry signal is undefined (warm-up) → treat as flat.
Fundamental_analysis_agent/task4_technical/pipeline/backtest.py:63
↓ 2 callersFunction_yoy
(cur: float | None, prev: float | None)
Fundamental_analysis_agent/task11_fundamentals_trend/pipeline/signals.py:25
↓ 2 callersFunctionactive_gate
The 值使門 of the day — index into MEN. 陽遁 順行 / 陰遁 逆行 from the 局.
Fundamental_analysis_agent/task32_qimen/pipeline/qimen.py:42
↓ 2 callersFunctionanalysis
()
apps/web/lib/grill/drafts.test.ts:10
↓ 2 callersFunctionanomaly_readings
(prices: list[PricePoint])
Fundamental_analysis_agent/task19_anomaly/pipeline/signals.py:55
↓ 2 callersFunctionapplyMarkPricesToPortfolioPositions
( positions: PortfolioPosition[], markPrices: ReadonlyMap<string, number>, )
apps/web/lib/portfolio/holdings.ts:26
↓ 2 callersFunctionapply_calibration
Return (calibrated_score, used_calibration). If no trained model exists yet, returns the raw score unchanged with used_calibration=False so c
Fundamental_analysis_agent/task2_10k_extractor/pipeline/calibration.py:82
↓ 2 callersFunctionapply_max_weight
Clip any weight above `cap` and redistribute the excess to uncapped names, iterating until no weight exceeds the cap (or it's infeasible).
Fundamental_analysis_agent/task10_portfolio/pipeline/sizing.py:82
↓ 2 callersFunctionasof_factor_readings
Factor-agnostic as-of universe stats the LLM sees before picking ONE factor: dispersion of 12-1 momentum, trailing vol, and proximity-to-high acro
Fundamental_analysis_agent/task21_ranker/pipeline/rank.py:108
↓ 2 callersFunctionaspects_for
(d: date, orb: float = 6.0)
Fundamental_analysis_agent/task25_astro/pipeline/astro.py:76
↓ 2 callersFunctionauspicious
(d: date, day_stem_elem: str)
Fundamental_analysis_agent/task33_liuren/pipeline/liuren.py:60
↓ 2 callersFunctionauthor_strategy
( *, trace_id: str, ticker: str, extraction: FilingExtraction, prices: list[PricePoint], filing_date:
Fundamental_analysis_agent/task3_strategy/pipeline/autoresearch.py:150
↓ 2 callersFunctionavgMonths
(months: readonly number[])
apps/web/lib/grill/analysis.ts:820
↓ 2 callersFunctionbacktestNote
(m: BacktestMetrics)
Fundamental_analysis_agent/web/app/technical/page.tsx:256
↓ 2 callersFunctionbacktestNote
(m: BacktestMetrics)
Fundamental_analysis_agent/web/app/strategy/page.tsx:228
↓ 2 callersFunctionbarBucketUnix
(publishTimeUnix: number, barCloseSeconds: number)
apps/ws-server/src/signals/base-analysis-refresh.ts:33
↓ 2 callersFunctionbaziDayPillar
(date: Date)
apps/web/lib/grill/analysis.ts:2789
↓ 2 callersFunctionbaziYearElement
(date: Date)
apps/web/lib/grill/analysis.ts:2903
↓ 2 callersFunctionbuildDeps
(overrides: Partial<DelegatedExecutionDeps> = {})
apps/ws-server/src/orders/delegated-execution.test.ts:27
↓ 2 callersFunctionbuildDiagnostics
(step: string, response: unknown, errorDetail?: unknown)
apps/web/app/dev-tools/dev-tools-client.tsx:441
↓ 2 callersFunctionbuildGrillProposalRequest
(analysis: GrillAnalysisResult)
apps/web/lib/grill/proposal-policy.ts:29
↓ 2 callersFunctionbuildOwnedDevTriggerPayload
(input: { userId: string; orderId: string; })
apps/web/lib/dev-tools/server.ts:503
↓ 2 callersFunctionbuildPortfolioResponse
(input: { positions: PortfolioResponsePositionRow[]; trades: PortfolioResponseTradeRow[]; markPrices: Re
apps/web/lib/portfolio/summary.ts:100
↓ 2 callersFunctionbuildSummary
(step: string, payload: unknown, response?: unknown, error?: unknown)
apps/web/app/dev-tools/dev-tools-client.tsx:646
↓ 2 callersFunctionbuild_membership
For every bar, rank eligible names by `factor` and mark the top-N as in-market. Returns (in_market_by_name, score_by_name, latest_factor_value, l
Fundamental_analysis_agent/task21_ranker/pipeline/rank.py:67
↓ 2 callersFunctioncancelPendingBuyTx
( tx: Tx, input: { userId: string; orderId: string }, )
packages/db/src/lifecycle/position-lifecycle.ts:250
↓ 2 callersFunctionchoosePairAssetId
(assetId: string)
apps/web/lib/grill/analysis.ts:468
↓ 2 callersFunctionchunkPythLatestPriceFeedIds
(ids: readonly T[])
packages/shared/src/pyth-latest-prices.ts:6
↓ 2 callersFunctionclearGrillAnalysisDraftsForTests
()
apps/web/lib/grill/drafts.ts:58
↓ 2 callersFunctioncloseActivePositionTx
( tx: Tx, input: CloseActivePositionInput, )
packages/db/src/lifecycle/position-lifecycle.ts:885
↓ 2 callersFunctionclosePositionDiagnosticResponse
(input: { positionId: string; ticker?: string | null; decimals: number; requestedTokenAmount?: number
apps/web/lib/runtime/close-position-diagnostics.ts:17
↓ 2 callersFunctionclosePositionExecutionEvidence
(input: { positionId: string; ticker?: string | null; decimals: number; requestedTokenAmount?: number
packages/shared/src/synthetic-order-execution.ts:242
↓ 2 callersFunctioncollectAiAnalysts
(ids: readonly string[])
apps/web/lib/grill/catalog.ts:200
↓ 2 callersFunctioncompactDiagnosticError
(err: unknown)
apps/web/lib/dev-tools/client-diagnostics.ts:103
↓ 2 callersFunctioncompactError
(err: unknown)
apps/web/app/api/dev-tools/privy-delegated-ultra-swap/route.ts:17
↓ 2 callersFunctioncompactGrantStatus
(status: DelegatedAccessGrantStatus | null)
apps/web/lib/delegated-execution/settings-state.ts:148
↓ 2 callersFunctionconfidenceTone
(c: number)
Fundamental_analysis_agent/web/app/jobs/[jobId]/page.tsx:117
← previousnext →501–600 of 2,578, ranked by callers