diff --git a/YLErpWeb/Views/Pricing/Structure_DZ.cshtml b/YLErpWeb/Views/Pricing/Structure_DZ.cshtml deleted file mode 100644 index af6dcf67..00000000 --- a/YLErpWeb/Views/Pricing/Structure_DZ.cshtml +++ /dev/null @@ -1,910 +0,0 @@ -@using Microsoft.AspNetCore.Html -@using YLErp.QdpModule.Constants -@model PricingModel -@{ - ViewBag.Title = "期权定价"; - - if (Model.IsImport) - { - Layout = "~/Views/Shared/_InfoLayout.cshtml"; - } - else - { - Layout = "~/Views/Shared/_MainLayout.cshtml"; - } - var assetunits = JsDataModel.GetAssetUnits(CurUser); - var traders = JsDataModel.GetTraders(assetunits); - var pageObj = new - { - assetunits = assetunits, - trade = new trade() { Strike = 0 }, - traders = JsDataModel.GetTraders(assetunits), - tradeMarginTemplateItems = new tradeController().GetMarginTemplateItems(), - tradeMarginTemplates = new tradeController().GetMarginTemplates(), - engineNames = new[] { "abc", "xyz" }, - structureTypes = ViewBag.StructureTypeMap?.Keys, - PropertyMap = ViewBag.StructureTypeMap, - IsPVIncludePrincipal = PS.Config.ErpElement.IsPVIncludePrincipal - }; - var pageData = new - { - showCCR = PS.Config.Company == CompanyEnum.国海, - is厦门象屿 = PS.Config.Company == CompanyEnum.厦门象屿, - }; -} -@section CSS{ - - @switch (PS.Config.Company) - { - case CompanyEnum.光大光子: - - break; - case CompanyEnum.国泰君安: - - break; - } - -} -@section JS{ - - - - - - - - - - - @if (PS.Config.Company == CompanyEnum.伴兴) - { - - } - else if (PS.Config.Company == CompanyEnum.茂川资本) - { - - } - else if (PS.Config.Company == CompanyEnum.弘业) - { - - } - - - -} - -@await Html.PartialAsync("_CouponDayCount") - -
- - -
-
-
- -
- -
-
- - - - @if (CurUser.交易管理_交易新增) - { - - } - -
- - -
- - - @if (CurUser.交易管理_分组设置) - { - - } -
-
-
-
- -
- -
- - - - - - - - - @**@ - - - - - - - - - - - - - - @**@ - - - - - - - - - - -
对冲手数组合成交金额组合预付金Day1PnlPVDeltaGammaCashThetaVegaRho
- {{DeltaHands}} - @if (Model.HedgingOrder && Model.IsTrader) - { - - } - {{summary.TotalTradePrice| FixNumber}}{{summary.TotalMargin| FixNumber}}{{summary.TotalDay1Pnl| FixNumber}}{{summary.Pv| FixNumber}}{{summary.Delta| FixNumber}}{{summary.GammaCash| FixNumber}}{{summary.Theta| FixNumber}}{{summary.Vega| FixNumber}}{{summary.Rho| FixNumber}}
-
- -
- - -
-
-
-
@(Model.CompanyName) 付 0.000
-
-
组合单价
-
-
-
-
-
-
-
-
-
-
- -
- - - - - -@await Html.PartialAsync("_PricingItemTpl_dz") - - - - - - - - - - - - - - - - - - - - -
- -
- -@await Html.PartialAsync("_SyntheticPrice") -@await Html.PartialAsync("/Views/trade/_part/SalesCommission.cshtml", new SalesCommissionModel() { Disabled = false, ViewType = "期权" }) - - - - diff --git a/YLErpWeb/Views/Pricing/_PricingItemTpl_dz.cshtml b/YLErpWeb/Views/Pricing/_PricingItemTpl_dz.cshtml deleted file mode 100644 index f51a95fd..00000000 --- a/YLErpWeb/Views/Pricing/_PricingItemTpl_dz.cshtml +++ /dev/null @@ -1,905 +0,0 @@ -@*定价模板*@ -@model PricingModel -@{ Layout = null;} - - \ No newline at end of file