@model margin_ratio @{ ViewBag.Title = "预付金系数 | 查看"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section JS{ }
@MyControls.Btn("修改", "window.location.href=('/margin_ratio/margin_ratioEdit/?enid=" + Model.EncryptId + "');") @MyControls.Btn("关闭", "layer.closeMe();")
@Html.HiddenFor(model => model.id)
初始预付金率@(Model.NormalInitialMarginRatio.OtcFormatPercent())
临时预付金率1@(Model.NormalMarginRatio1.OtcFormatPercent())
临时预付金率2@(Model.NormalMarginRatio2.OtcFormatPercent())
临时预付金率3@(Model.NormalMarginRatio3.OtcFormatPercent())
个股预付金率@(Model.RedeemRatio1.OtcFormatPercent())
指数预付金率@(Model.RedeemRatio2.OtcFormatPercent())
个股触发追保跌幅@(Model.RedeemPriceLimit1.OtcFormatPercent())
指数触发追保跌幅@(Model.RedeemPriceLimit2.OtcFormatPercent())
组合预付金率@(Model.GroupRatio.OtcFormatPercent())
总持仓名义本金@(Model.StockEqvNotional)
单一标的持仓名义本金@(Model.SingleStockEqvNotional)
持仓标的分散程度@(Model.PositionUnderlyingAmount)
持仓标的分散程度(自动赎回)@(Model.RedeemPositionUnderlyingAmount)
日期@(Model.ValueDate.OtcFormatDate())