|
|
@@ -167,7 +167,6 @@ export const useHazardRates = (positions: Ref<QueryTradePositionRsp[]>) => {
|
|
|
const { usedmargin, mortgagecredit } = taaccount
|
|
|
// 风险净值
|
|
|
const riskValue = handleRiskValue(taaccount)
|
|
|
- console.log('riskValue', riskValue)
|
|
|
const decimalplace = getDecimalplace()
|
|
|
// 风险率 根据系统参数“132 风险率计算公式”:
|
|
|
// 1. 风险率=占用/风险净值
|