每日估值bug修复
This commit is contained in:
@@ -519,7 +519,7 @@ namespace YLErp.Modules.SwapModule
|
||||
{
|
||||
item.TradeFee = item.FlowEvent.TradingFee;
|
||||
item.TradingFee = item.FlowEvent.TradingFeePending;
|
||||
item.PosiPnl= item.FlowEvent.MarkClosePnl- item.FlowEvent.CloseFee-item.FlowEvent.DividendIn;
|
||||
item.PosiPnl= item.FlowEvent.MarkClosePnl- item.TradeFee-item.FlowEvent.DividendIn - item.TradingFee;
|
||||
item.NetSettmentAmount = item.FlowEvent.MarkClosePnl + item.FlowEvent.InterestClosePnL;
|
||||
item.Days = (item.FlowEvent.UnwindDate - item.StartDate).Value.Days;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user