TimeSeriesAverageRateCurve
Package: PowerCoreOpenAPIModels · Source: Core/common.json
A time-series-backed average rate curve. The static counterpart is AverageRateCurve.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
curve_type | string | yes | — | — |
function_data | FunctionData | yes | — | Only TIME_SERIES_LINEAR or TIME_SERIES_PIECEWISE_STEP is admissible here; all other FunctionData variants, static or time-series-backed, are rejected by the consuming constructor. |
initial_input_association_id | integer or null | — | — | Store-minted id of the time series supplying the initial input value, or null. |
input_at_zero_association_id | integer or null | — | — | Store-minted id of the time series supplying the input at zero output, or null. |