@{ ViewBag.Title = "T型报价"; Layout = "~/Views/Shared/_MainLayout.cshtml"; if (Context.Request.Query["display"] == "info") { Layout = "~/Views/Shared/_InfoLayout.cshtml"; } } @section CSS{ } @section JS { }
*
*
*

看涨期权 {{Underlying.UnderlyingCode}} 看跌期权
买价Bid 卖价Ask 执行价格 买价Bid 卖价Ask
% {{record.CallBidPricePercent|percentVol}}% @*绝对价格*@ {{record.CallBidPrice | FixNumber}} @*波动率*@ % @*百分比*@ {{ record.CallAskPricePercent|percentVol}}% @*绝对价格*@ {{record.CallAskPrice | FixNumber}} {{record.Strike}} {{record.Strike}} @*波动率*@ % @*百分比*@ {{percentVol(record.PutBidPricePercent)}}% @*绝对价格*@ {{record.PutBidPrice | FixNumber}} @*波动率*@ % @*百分比*@ {{percentVol(record.PutAskPricePercent)}}% @*绝对价格*@ {{record.PutAskPrice | FixNumber}}

期权到期日: {{Model.ExerciseDate}}