|
@@ -73,10 +73,10 @@ def GetEntityNavTask(date) {
|
|
|
* NOTE: 1) 与Java不同的是当月indicator计算每日触发,不必等到Month-end production
|
|
|
* 2) latest performance 尝试用 dolphin 本地数据
|
|
|
*
|
|
|
- * Example: calFundPerformanceTask('MF', 2025.01.17);
|
|
|
- * calFundPerformanceTask('MI', 2024.10.28);
|
|
|
+ * Example: calFundPerformanceTask('HF', 2020.01.23);
|
|
|
+ * calFundPerformanceTask('MI', 2020.10.28);
|
|
|
* calFundPerformanceTask('FI', 2024.10.28);
|
|
|
- * calFundPerformanceTask('MF', get_ini_data_const()['date']); -- 【初始化数据专用】(70min)
|
|
|
+ * calFundPerformanceTask('MF', get_ini_data_const()['date']); -- 【初始化数据专用】(100min)
|
|
|
*/
|
|
|
def calFundPerformanceTask(entityType, date) {
|
|
|
|
|
@@ -112,7 +112,7 @@ def calFundPerformanceTask(entityType, date) {
|
|
|
tb_fund_latest_performance = create_entity_latest_performance();
|
|
|
|
|
|
funds = tb_cal_funds[i : min(tb_cal_funds.size(), i+batch_size)];
|
|
|
-// funds = SELECT * FROM tb_cal_funds WHERE entity_id = 'IN000002L0'
|
|
|
+// funds = SELECT * FROM tb_cal_funds WHERE entity_id = 'MF00004QR9'
|
|
|
if(funds.isVoid() || funds.size() == 0) break;
|
|
|
|
|
|
// 200ms
|