#EQD-5888 国联民生-预付金返息计算错误
This commit is contained in:
@@ -394,7 +394,7 @@ namespace YLErp.Modules.SwapModule
|
||||
}
|
||||
|
||||
// 获取利率
|
||||
decimal rate = GetFixedRate(position, startDate);
|
||||
decimal rate = GetFixedRate(position, unwindDate);
|
||||
decimal floatRate = GetFloatRate(position, preEodPosition, td.StartDate.Value, endDate, interestPeriod, swap, positionClone);
|
||||
|
||||
// 根据场景计算利息
|
||||
|
||||
Reference in New Issue
Block a user