@model QuotationsExportModel @{ Layout = null; } @{ var tIndex = 0;} @foreach (var quo in Model.selectedQuotation) { var isFirst = true; foreach (var item in quo.flat_price_quotations) { string showName = item.ShortName.TrimToNull() ?? item.UnderlyingType; @if (isFirst) { isFirst = false; } } }
申银万国智富投资有限公司
   报价日期:  @(Model.ValueDate.ToString("yyyy/MM/dd")) 一个月平值场外报价表
类别 品种 合约 标的价格 客户卖价 客户买价
绝对值 百分比% 绝对值 百分比%
@(quo.AssetType)@(showName) @(item.UnderlyingCode) @(item.SpotPrice) @(item.BuyOptionPrice?.ToString("N")) @((item.BuyOptionPrice / item.SpotPrice)?.ToString("P")) @(item.SellOptionPrice?.ToString("N")) @((item.SellOptionPrice / item.SpotPrice)?.ToString("P"))
免责声明:此价格为参考价格,具体承做请详细咨询申银万国智富投资有限公司。 到期日:@(Model.EndDate?.ToString("yyyy/MM/dd"))