January 14th, 2008, 7:15 am
Hi,I have some trouble to generate a daily schedule only on open day. At the moment my schedule contains all days (even saturday and sundays)Calendar is set to Target, thus I schould have only open days. Could someone tell me what's happen ?Regards ,Calendar l_oCalendar = TARGET();BusinessDayConvention l_oConvention = Unadjusted;Date l_oMaturity= EndDate;Schedule l_oSchedule(Today,Maturity,Period(Frequency), Calendar,Convention,Convention, false,false);