Displaying 1 result from an estimated 1 matches for "aucdat".
Did you mean:
aucdate
2005 Feb 18
1
R crashes on Repeated ODBC Queries
...dates){
if (!is.weekend(i)){
the.date <- day.list(i)
tranches <- tranche.find(i,auction.type)
if (tranches$num != 0){
for (j in 1:dim(tranches$data)[1]){
the.tranche <- tranches$data[j,]
the.auc.date <- day.list(the.tranche$aucdate)
the.mat.date <- day.list(the.tranche$matdate)
the.is.date <- day.list(the.tranche$issdate)
#get the data from a given auction/tranche
cmnd <- paste("SELECT submitted_by_fi_id AS fiid , bid_yield AS
yld,bid_amt/100000000 AS amt,bid_allo...