Merge branch 'glms/feature/0812_zmr_divPower' into glms/feature/1.4.2
This commit is contained in:
@@ -3719,7 +3719,7 @@ namespace YLErp.Modules.SwapModule
|
||||
else if (isEtf)
|
||||
{
|
||||
item.PeriodAmount = null;
|
||||
item.DividendAmount = pendingDividend;
|
||||
item.DividendAmount = -pendingDividend; // 每日估值报告是客户视角 取值与日终持仓风险相反
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user