kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::WeatherIndexCalibrationStation Struct Reference

#include <kalshi/models.hpp>

Public Attributes

std::string station_id
 Member station ID (e.g.
 
double weight {}
 Base weight (weights sum to 1.0 across members).
 
double offset_c {}
 Station offset in Celsius (positive = station normally runs warmer than its peers).
 
std::optional< std::string > update_note
 Weekly-calibration disposition, present only on weekly calibration records: updated ... with the residual count, target, and applied adjustment, or insufficient ... when the prior offset was retained.
 

Member Data Documentation

◆ station_id

std::string kalshi::WeatherIndexCalibrationStation::station_id

Member station ID (e.g.

◆ weight

double kalshi::WeatherIndexCalibrationStation::weight {}

Base weight (weights sum to 1.0 across members).

◆ offset_c

double kalshi::WeatherIndexCalibrationStation::offset_c {}

Station offset in Celsius (positive = station normally runs warmer than its peers).

◆ update_note

std::optional<std::string> kalshi::WeatherIndexCalibrationStation::update_note

Weekly-calibration disposition, present only on weekly calibration records: updated ... with the residual count, target, and applied adjustment, or insufficient ... when the prior offset was retained.


The documentation for this struct was generated from the following file: