Stocks_PredictAnalysis
简述
股票类资产-假设情景分析
Stocks_PredictAnalysis(w:array;IndexId:String;BegT:TdateTIME;EndT:TdateTIME;MethodType:Integer;conditions:String;MinTradeDays:integer;MethodForNoEnoughData:Integer;rf:real)
名称 | 类型 | 说明 |
---|
w | array | 数据表类型 |
IndexId | String | 指数 |
BegT | TdateTIME | 日期 |
EndT | TdateTIME | 日期 |
MethodType | Integer | 用户自定义
|
conditions | String | 字符串 |
MinTradeDays | integer | 整数 |
MethodForNoEnoughData | Integer | 用户自定义
|
rf | real | 实数,无风险收益率(%) |
W:=array(
("代码":"SH600048","名称":"保利地产","市值":1000000.0),
("代码":"SH600383","名称":"金地集团","市值":2000000.0),
("代码":"SZ000002","名称":"万 科A","市值":3200000.0),
("代码":"SZ000031","名称":"中粮地产","市值":4500000.0));
return Stocks_PredictAnalysis(w,'SH000300',20110101T,20111231T,0,'-5;-5;-10',10,0,5);
返回:
