I have a data set which consists of 305 trading days (dailywise) per year. I have written the code for reading the data like this. Is the following is correct?
Code: Select all
CALENDAR(PPY=305) 2006:03
DATA(FORMAT=XLSX,ORG=COLUMNS) 2006:03 2013:305 FP SP
With sincere regards,
Upananda