Home > freetb4matlab > time > thirdwednesday.m

thirdwednesday

PURPOSE ^

%

SYNOPSIS ^

function [wednesdays, enddate] = thirdwednesday (month, year)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[begindate, enddate]} = thirdwednesday (month, year)
%
% Find the third Wednesday of the month specified by the @var{month}
% and @var{year}.  The @var{begindate} is the third Wednesday of the
% month, and the @var{enddate} is three months after that.  Outputs are
% in the form of datenums.
%
% The third Wednesday is used for Eurodollar futures.
%
% @seealso{nweekdate, datenum}
% @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