toquarterly
Convert to quarterly
toquarterly
is not recommended. Use convert2quarterly
instead.
Syntax
newfts = toquarterly(oldfts) newfts = toquarterly(oldfts,'ParameterName',ParameterValue, ...)
Arguments
| Financial time series object |
Description
newfts = toquarterly(oldfts)
converts a financial time series of any
frequency to a quarterly frequency. The default quarterly days are the last business day of
March, June, September, and December. toquarterly
uses
holidays.m
to determine valid trading days.
Note
If oldfts
contains time-of-day information, newfts
displays the time-of-day as 00:00
for those days that did not previously
exist in oldfts
.
Empty ([ ]
) passed as inputs for parameter pair values for
toquarterly
triggers the use of the defaults.
newfts = toquarterly(oldfts,'ParameterName',ParameterValue, ...)
accepts parameter name/parameter value pairs as input, as specified in the following table.
Parameter Name | Parameter Value | Description |
---|---|---|
|
| Returns the cumulative sum of the values between each quarter. Data for
missing dates are given the value |
| Returns the exact value at the end-of-quarter date. No data manipulation occurs. | |
| (Default) Returns the values located at the end-of-quarter date. If there
is missing data, | |
| Returns an averaged quarterly value that only takes into account dates
with data (non- | |
| This mode is compatible with previous versions of this function (Version
2.1.x and earlier). It returns an averaged end-of-quarter value using a previous
| |
Note If you set | ||
|
| Generates a financial time series that ranges from (or between) the first
date to the last date in |
| (Default) Generates a financial time series that ranges from the first
date to the last date in NYSE market closures, holidays, and weekends are observed if
| |
|
| (Default) Returns all quarterly dates between the start and end dates of
Note The default is to create a time series with every date at the specified
periodicity, which is with
|
| Returns only quarterly dates that exist in | |
|
| (Default) The end-of-quarter date is the last day (or last business day) of the quarter. |
| Specifies a particular end-of-quarter day. Months that do not contain the
specified end-of-quarter day return the last day of the quarter instead (for
example, | |
| 1 - 12 | Last month of the first quarter. All subsequent quarterly dates are based
on this month. The default end-of-first-quarter month is March
( |
| [ | Denotes the minimum number of days that constitute an odd quarter at the endpoints of the time series (before the first whole period and after the last whole period).
A single value input for
|
The following diagram is a general depiction of the factors involved in the determination of endpoints for this function. | ||
|
| Returns only the observation that occurs at the first (earliest) time for a specific date. |
| (Default) Returns only the observation that occurs at the last (latest) time for a specific date. | |
| Vector of dates specifying an alternate set of market closure dates. | |
| Excludes all holidays. | |
| Vector of length 7 containing 0's and 1's. The value |