@model UnwindData @{ ViewBag.Title = "交易 | 交易平仓"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; bool isUseApproval = ViewBag.isUseApproval; bool isShowReCheckClose = ViewBag.IsShowReCheckClose; bool hideFloatingIncomeDirection = PS.Config.ErpElement.SwapFloatingIncomeReceiveOnlyMode; } @section CSS{ } @section JS { }
| 收支方向 | 资金类别 | 应返还本金 | 利息金额 | 预付金平仓盈亏 |
| {{item.InterestDirection==1?"收取":"支付"}} | {{item.InterestModeStr}} |
|
|
{{formatAmount(item.InterestClosePnL)}} |
| 收支方向 | @*计息基准 | 计息开始日 | 计息结算日 | 利率(年化) | *@其他费用 | 利息金额 | 利息端平仓盈亏 |
| {{item.InterestDirection==1?"收取":"支付"}} | @*{{item.InterestPrincipal}} | {{item.InterestStartDate}} | {{item.InterestEndDate}} | {{item.InterestRate*100}}% | *@
|
|
{{formatAmount(item.InterestClosePnL)}} |