|
@@ -32,7 +32,7 @@ scheduleJob('daily_nav_sync', "Sync NAV for fund and index", GetEntityNavTask{no
|
|
|
|
|
|
// index and factor calculations go first
|
|
// index and factor calculations go first
|
|
scheduleJob('daily_market_index_performance', "Market Index return and indicator calculation", calFundPerformanceTask{'MI', now().temporalAdd(-3d)}, 22:00m, today(), today()+30, 'D');
|
|
scheduleJob('daily_market_index_performance', "Market Index return and indicator calculation", calFundPerformanceTask{'MI', now().temporalAdd(-3d)}, 22:00m, today(), today()+30, 'D');
|
|
-scheduleJob('daily_fundit_index_performance', "FundIT Index return and indicator calculation", calFundPerformanceTask{'FI', now().temporalAdd(-3d)}, 22:00m, today(), today()+30, 'D');
|
|
|
|
|
|
+scheduleJob('daily_fundit_index_performance', "FundIT Index return and indicator calculation", calFundPerformanceTask{'FI', now().temporalAdd(-3d)}, 22:30m, today(), today()+30, 'D');
|
|
scheduleJob('daily_factor_performance', "Factor nav, return and indicator calculation", CalFactorPerformanceTask{now().temporalAdd(-3d)}, 23:00m, today(), today()+30, 'D');
|
|
scheduleJob('daily_factor_performance', "Factor nav, return and indicator calculation", CalFactorPerformanceTask{now().temporalAdd(-3d)}, 23:00m, today(), today()+30, 'D');
|
|
|
|
|
|
// standard return and indicator calculation
|
|
// standard return and indicator calculation
|
|
@@ -66,31 +66,31 @@ scheduleJob('weekly_portfolio_bfi_indicator', "Portfolio BFI indicator calculati
|
|
/* ------------- MONTHLY JOBS ---------------------------*/
|
|
/* ------------- MONTHLY JOBS ---------------------------*/
|
|
|
|
|
|
// manager & company nav
|
|
// manager & company nav
|
|
-scheduleJob('monthly_manager_nav', "Manager NAV calculation", CalMCMonthlyNavTask{'PL', now().temporalAdd(-1M).temporalAdd(-2d)}, 18:00m, today(), today()+30, 'M', [2, 3]);
|
|
|
|
-scheduleJob('monthly_company_nav', "Company NAV calculation", CalMCMonthlyNavTask{'CO', now().temporalAdd(-1M).temporalAdd(-2d)}, 20:00m, today(), today()+30, 'M', [2, 3]);
|
|
|
|
|
|
+scheduleJob('monthly_manager_nav', "Manager NAV calculation", CalMCMonthlyNavTask{'PL', now().temporalAdd(-1M).temporalAdd(-2d)}, 18:00m, today(), today()+30, 'M', [5, 6]);
|
|
|
|
+scheduleJob('monthly_company_nav', "Company NAV calculation", CalMCMonthlyNavTask{'CO', now().temporalAdd(-1M).temporalAdd(-2d)}, 20:00m, today(), today()+30, 'M', [5, 6]);
|
|
|
|
|
|
// manager & company indicator
|
|
// manager & company indicator
|
|
-scheduleJob('monthly_manager_indicator', "Manager indicator calculation", CalMCIndicatorTask{'PL', now().temporalAdd(-1M).temporalAdd(-2d)}, 22:00m, today(), today()+30, 'M', [2, 3]);
|
|
|
|
-scheduleJob('monthly_company_indicator', "Company indicator calculation", CalMCIndicatorTask{'CO', now().temporalAdd(-1M).temporalAdd(-2d)}, 23:00m, today(), today()+30, 'M', [2, 3]);
|
|
|
|
|
|
+scheduleJob('monthly_manager_indicator', "Manager indicator calculation", CalMCIndicatorTask{'PL', now().temporalAdd(-1M).temporalAdd(-2d)}, 22:00m, today(), today()+30, 'M', [5, 6]);
|
|
|
|
+scheduleJob('monthly_company_indicator', "Company indicator calculation", CalMCIndicatorTask{'CO', now().temporalAdd(-1M).temporalAdd(-2d)}, 23:00m, today(), today()+30, 'M', [5, 6]);
|
|
|
|
|
|
// manager BFI matching
|
|
// manager BFI matching
|
|
-scheduleJob('monthly_manager_bfi_matching', "Manager bfi matching", MatchManagerBFITask{now().temporalAdd(-1M).temporalAdd(-2d)}, 00:00m, today(), today()+30, 'M', [3, 4]);
|
|
|
|
|
|
+scheduleJob('monthly_manager_bfi_matching', "Manager bfi matching", MatchManagerBFITask{now().temporalAdd(-1M).temporalAdd(-2d)}, 00:00m, today(), today()+30, 'M', [6, 7]);
|
|
|
|
|
|
// manager BFI indicator
|
|
// manager BFI indicator
|
|
-scheduleJob('monthly_manager_bfi_indicator', "Manager bfi indicator calculation", CalManagerBfiIndicatorTask{now().temporalAdd(-1M).temporalAdd(-2d)}, 02:00m, today(), today()+30, 'M', [3, 4]);
|
|
|
|
|
|
+scheduleJob('monthly_manager_bfi_indicator', "Manager bfi indicator calculation", CalManagerBfiIndicatorTask{now().temporalAdd(-1M).temporalAdd(-2d)}, 02:00m, today(), today()+30, 'M', [6, 7]);
|
|
|
|
|
|
// manager & company rankings
|
|
// manager & company rankings
|
|
-scheduleJob('monthly_company_ranking', "Company PBI ranking calculation", CalEntityRankingTask{'CO', now().temporalAdd(-1M).month(), true}, 03:00m, today(), today()+30, 'M', [3, 4]);
|
|
|
|
-scheduleJob('monthly_manager_ranking', "Manager PBI ranking calculation", CalEntityRankingTask{'PL', now().temporalAdd(-1M).month(), true}, 04:00m, today(), today()+30, 'M', [3, 4]);
|
|
|
|
|
|
+scheduleJob('monthly_company_ranking', "Company PBI ranking calculation", CalEntityRankingTask{'CO', now().temporalAdd(-1M).month(), true}, 03:00m, today(), today()+30, 'M', [6, 7]);
|
|
|
|
+scheduleJob('monthly_manager_ranking', "Manager PBI ranking calculation", CalEntityRankingTask{'PL', now().temporalAdd(-1M).month(), true}, 04:00m, today(), today()+30, 'M', [6, 7]);
|
|
|
|
|
|
// manager bfi ranking
|
|
// manager bfi ranking
|
|
-scheduleJob('monthly_manager_bfi_ranking', "Manager BFI ranking calculation", CalEntityBfiRankingTask{'PL', now().temporalAdd(-1M).month(), true}, 06:00m, today(), today()+30, 'M', [3, 4]);
|
|
|
|
|
|
+scheduleJob('monthly_manager_bfi_ranking', "Manager BFI ranking calculation", CalEntityBfiRankingTask{'PL', now().temporalAdd(-1M).month(), true}, 06:00m, today(), today()+30, 'M', [10, 11]);
|
|
|
|
|
|
|
|
|
|
// fund rankings
|
|
// fund rankings
|
|
-scheduleJob('monthly_fund_ranking', "Fund PBI ranking calculation", CalEntityRankingTask{'MF', now().temporalAdd(-1M).month(), true}, 19:00m, today(), today()+30, 'M', [5, 6]);
|
|
|
|
-scheduleJob('monthly_fund_bfi_ranking', "Fund BFI ranking calculation", CalEntityBfiRankingTask{'MF', now().temporalAdd(-1M).month(), true}, 20:00m, today(), today()+30, 'M', [5, 6]);
|
|
|
|
|
|
+scheduleJob('monthly_fund_ranking', "Fund PBI ranking calculation", CalEntityRankingTask{'MF', now().temporalAdd(-1M).month(), true}, 19:00m, today(), today()+30, 'M', [10, 11]);
|
|
|
|
+scheduleJob('monthly_fund_bfi_ranking', "Fund BFI ranking calculation", CalEntityBfiRankingTask{'MF', now().temporalAdd(-1M).month(), true}, 20:00m, today(), today()+30, 'M', [10, 11]);
|
|
|
|
|
|
// portfolio rankings (strategy, substrategy, bfi included)
|
|
// portfolio rankings (strategy, substrategy, bfi included)
|
|
-scheduleJob('monthly_portfolio_ranking', "Portfolio ranking calculation", CalRelativeRankingTask{'PF', NULL, now().temporalAdd(-1M).month(), true}, 21:00m, today(), today()+30, 'M', [5, 6]);
|
|
|
|
|
|
+scheduleJob('monthly_portfolio_ranking', "Portfolio ranking calculation", CalRelativeRankingTask{'PF', NULL, now().temporalAdd(-1M).month(), true}, 21:00m, today(), today()+30, 'M', [10, 11]);
|
|
|
|
|