Home > freetb4matlab > time > holidays.m

holidays

PURPOSE ^

%

SYNOPSIS ^

function hol = holidays (sd, ed)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {h =} holidays (startdate, enddate)
%
% Return a vector of datenums that were holidays between
% @var{startdate} and @var{enddate}, inclusive.  These holidays are
% trading holidays observed by the NYSE according to its rule 51.10. It
% does not take into account the exceptions for 'unusual business
% conditions' or for additional days that have been called as holidays
% for one-time purposes.
%
% The complete list can be found at
% http://www.chronos-st.org/NYSE_Observed_Holidays-1885-Present.html
%
% @seealso{busdate, lbusdate, isbusday, fbusdate}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003