ForecastDefinition interface

The definition of a forecast.

Properties

dataset

Has definition for data in this forecast.

includeActualCost

A boolean determining if actualCost will be included.

includeFreshPartialCost

A boolean determining if FreshPartialCost will be included.

timeframe

The time frame for pulling data for the forecast. If custom, then a specific time period must be provided.

timePeriod

Has time period for pulling data for the forecast.

type

The type of the forecast.

Property Details

dataset

Has definition for data in this forecast.

dataset: ForecastDataset

Property Value

includeActualCost

A boolean determining if actualCost will be included.

includeActualCost?: boolean

Property Value

boolean

includeFreshPartialCost

A boolean determining if FreshPartialCost will be included.

includeFreshPartialCost?: boolean

Property Value

boolean

timeframe

The time frame for pulling data for the forecast. If custom, then a specific time period must be provided.

timeframe: string

Property Value

string

timePeriod

Has time period for pulling data for the forecast.

timePeriod?: ForecastTimePeriod

Property Value

type

The type of the forecast.

type: string

Property Value

string