UNPKG

kalshi-typescript

Version:
27 lines (19 loc) 908 B
# PercentilePoint ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **percentile** | **number** | The percentile value (0-10000). | [default to undefined] **raw_numerical_forecast** | **number** | The raw numerical forecast value. | [default to undefined] **numerical_forecast** | **number** | The processed numerical forecast value. | [default to undefined] **formatted_forecast** | **string** | The human-readable formatted forecast value. | [default to undefined] ## Example ```typescript import { PercentilePoint } from 'kalshi-typescript'; const instance: PercentilePoint = { percentile, raw_numerical_forecast, numerical_forecast, formatted_forecast, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)