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)

ModuleDescription
kalshi_economyKalshi Economics contract resolver (per-series agency-NAME routing).
kalshi_nhighKalshi NHIGH contract spec (daily HIGH temperature settlement).
kalshi_nlowKalshi NLOW contract spec (daily LOW temperature settlement).
kalshi_stationsKalshi NHIGH / NLOW settlement station whitelist.