新增利息端类型字段
This commit is contained in:
@@ -1377,6 +1377,7 @@ namespace YLErp.Modules.SwapModule
|
||||
position.FloatRateUnderlyingCode = swap.FloatRateUnderlyingCode;
|
||||
position.interest_rest_days = swap.interest_rest_days;
|
||||
position.interest_rule = swap.interest_rule;
|
||||
position.category_tag = string.IsNullOrEmpty(swap.category_tag) ? "互换利率" : swap.category_tag;
|
||||
position.InitYtm = swap.InitYtm;
|
||||
if (swap.InitYtm != null && swap.InitYtm > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user