Bondya commited on
Commit
92acdbe
·
verified ·
1 Parent(s): 76c0c41

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -694,8 +694,7 @@
694
  if (risk === 'CONSERVATIVE') {
695
  // 保守:1y以下利率政金债占15,2y以下利率政金债占15,
696
  // 1yAAA+信用债占15,1yAAA信用债占20,1yAA信用债占50,且不加杠杆
697
- baseReturn = defaultReturns['gov_bond_under_1y'] * 0.15 +
698
- defaultReturns['gov_bond_under_2y'] * 0.15 +
699
  defaultReturns['credit_1y_aaa_plus'] * 0.15 +
700
  defaultReturns['credit_1y_aaa'] * 0.2 +
701
  defaultReturns['credit_1y_aa'] * 0.5;
 
694
  if (risk === 'CONSERVATIVE') {
695
  // 保守:1y以下利率政金债占15,2y以下利率政金债占15,
696
  // 1yAAA+信用债占15,1yAAA信用债占20,1yAA信用债占50,且不加杠杆
697
+ baseReturn = defaultReturns['gov_bond_under_2y'] * 0.15 +
 
698
  defaultReturns['credit_1y_aaa_plus'] * 0.15 +
699
  defaultReturns['credit_1y_aaa'] * 0.2 +
700
  defaultReturns['credit_1y_aa'] * 0.5;