SwapCloseAmount分红重复计算
This commit is contained in:
@@ -491,7 +491,7 @@ namespace YLErp.Modules.SwapModule
|
||||
unwindData.PosiNotionalValue = curEodPositions.Sum(x => x.PosiNotionalValue);
|
||||
unwindData.PayDate = dividendPayDate;
|
||||
unwindData.SwapDividendPnl = dividendTotal;
|
||||
unwindData.SwapCloseAmount = dividendTotal;//需要算上分红
|
||||
unwindData.SwapCloseAmount = 0;
|
||||
unwindData.SwapMarginRebatePnl = 0;
|
||||
unwindData.SwapRealizedPnL = dividendTotal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user