Displaying 1 result from an estimated 1 matches for "fiid".
Did you mean:
fid
2005 Feb 18
1
R crashes on Repeated ODBC Queries
...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_allotted_amt/100000000 AS aamt,on_target as
target, on_rate as rate FROM official_bid,rates,auction WHERE
auction.auction_id = ",the.tranche$id," AND auction.auction_id =
official_bid.auction_id AND auction.auction_type_code like
'"...