Joey 6 ماه پیش
والد
کامیت
cc780e1e26
1فایلهای تغییر یافته به همراه5 افزوده شده و 7 حذف شده
  1. 5 7
      codes/Sample_cal_indicators.dos

+ 5 - 7
codes/Sample_cal_indicators.dos

@@ -6,16 +6,17 @@ use fundit::fundCalculator
 use fundit::dataPuller
 use fundit::returnCalculator
 use fundit::indicatorCalculator
+use fundit::task_fundPerformance
 
 
 end_day = 2024.06.28
 //end_day = today()
 
-/* TEST CASE 1  */
+/* TEST CASE 1.1  */
 
 fund_ids = "'HF000004KN','HF000103EU','HF00018WXG'";
 
-/* TEST CASE 2 
+/* TEST CASE 1.2
 tb_updated_funds = get_fund_list_by_nav_updatetime(null, 2024.07.19T10:00:00);
 
 // take 1000 funds for testing
@@ -34,10 +35,7 @@ d_indicators['PBI-5Y']
 d_indicators['MS-3Y']
 d_bfi_indicators['BFI-INCEP']
 
-/* TEST CASE 3 */
+/* TEST CASE 2 */
 
-
-d_bfi_indicators = cal_fund_bfi_indicators('MF', "'MF00003RS0'", 2024.08.31, true);
-//d_bfi_indicators = cal_fund_bfi_indicators('MF', "'MF00003PW2', 'MF00003PW1', 'MF00003PXO'", 2024.08.31, true);
-SELECT * FROM d_bfi_indicators['BFI-1Y'] ORDER BY entity_id, benchmark_id, end_date
+d_indicators = calFundPerformance('MF', 2024.09.25);