Browse Source

小修小补

Joey 4 months ago
parent
commit
fa79acf20c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      modules/rbsaCalculator.dos

+ 2 - 0
modules/rbsaCalculator.dos

@@ -151,6 +151,8 @@ def cal_rolling_rbsa(ret, index_ret, is_long, window, step) {
  *  
  *  @return <TABLE>: entity_id, effective_date, price_date, index_id, weights, alternative_id, level, alpha, r2, adj_r2
  *  
+ *  TODO: 数字与界面和数据库都对不上
+ *  
  *  Example: cal_entity_RBSA('MF', 'MF00003PW1', ['IN00000008', 'IN00000077', 'IN0000007G', 'IN0000009M'], 'w', 1900.01.01, 2024.11.15, true, 24, 24);
  *           cal_entity_RBSA('PF', 166002, ['FA00000VML', 'FA00000VMM', 'FA00000VMN', 'FA00000VMO', 'IN0000007G'], 'w', 2020.01.01, 2024.11.08, true, 24, 24);
  *           cal_entity_RBSA('MF', 'MF000200KQ', ['IN00000008', 'IN00000077', 'IN0000007G', 'IN0000009M'], 'w', 1900.01.01, 2024.11.16, true, 24, 24);