DSTimeSeriesFrequencyConversion {DatastreamR} | R Documentation |
DSTimeSeriesFrequencyConversion
Description
This list is a supporting attribute for the FrequencyConversion properties of the DSTimeSeriesRequestObject and DSTimeSeriesResponseObjects. This enumeration specifies how to return values if your end users requests the timeseries at a lower frequency. For example: if your timeseries has daily frequency data, and your user requests monthly or quarterly data, the FrequencyConversion property instructs the mainframe how to return monthly or quarterly data.
Usage
DSTimeSeriesFrequencyConversion
Format
An object of class list
of length 4.
Value
numeric
Fields
EndValue
The daily value for the end of the requested period will be returned.
AverageValue
The average of all the values for the requested period will be returned.
SumValues
The sum of all the values for the requested period will be returned.
ActualValue
The actual value for the requested start date will be returned for the same given date in the requested period.