Skip to content

mostlyright.markets.catalog

mostlyright.markets.catalog — prediction market contract specs.

Contains the Kalshi NHIGH/NLOW settlement specs (kalshi_nhigh / kalshi_nlow) with the 20-city station whitelist (kalshi_stations), and the Kalshi Economics resolver (kalshi_economy), a per-series agency-name router over the generated economy settlement table.

class mostlyright.markets.catalog.StationCitation(station, citation)

Section titled “class mostlyright.markets.catalog.StationCitation(station, citation)”

Bases: object

A station mapping with its Kalshi citation.

  • Parameters:
    • station (str)
    • citation (str)

Module Description
kalshi_economy Kalshi Economics contract resolver (per-series agency-NAME routing).
kalshi_nhigh Kalshi NHIGH contract spec (daily HIGH temperature settlement).
kalshi_nlow Kalshi NLOW contract spec (daily LOW temperature settlement).
kalshi_stations Kalshi NHIGH / NLOW settlement station whitelist.