From 2f53c2fe050dc3352c893d80c7c31d4c791e2ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=A4=E6=97=BA?= Date: Tue, 11 Jun 2024 17:42:24 +0800 Subject: [PATCH] =?UTF-8?q?#TRS-ZS-110=20=E4=BA=A4=E6=98=93=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E4=B9=A6=E4=B8=AD=E7=9A=84=E6=A0=87=E7=9A=84=E6=9C=9F?= =?UTF-8?q?=E5=88=9D=E5=85=A8=E4=BB=B7=3D=E6=A0=87=E7=9A=84=E6=9C=9F?= =?UTF-8?q?=E5=88=9D=E4=BA=A4=E5=89=B2=E5=85=A8=E4=BB=B7=EF=BC=88=E6=8B=BF?= =?UTF-8?q?=E4=B8=8D=E5=B8=A6=E7=99=BE=E5=88=86=E5=8F=B7=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=BF=9B=E8=A1=8C=E8=AE=A1=E7=AE=97=EF=BC=89*?= =?UTF-8?q?=E5=90=8D=E4=B9=89=E6=9C=AC=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DocumentGenerator/TradeConfirmationGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/YLErp.Plugins.ZheShang/DocumentGenerator/TradeConfirmationGenerator.cs b/Plugins/YLErp.Plugins.ZheShang/DocumentGenerator/TradeConfirmationGenerator.cs index 265d4a05..a64028e0 100644 --- a/Plugins/YLErp.Plugins.ZheShang/DocumentGenerator/TradeConfirmationGenerator.cs +++ b/Plugins/YLErp.Plugins.ZheShang/DocumentGenerator/TradeConfirmationGenerator.cs @@ -136,7 +136,7 @@ namespace YLErp.Plugins.ShanXi.DocumentGenerator { dic["初始预付金支付日"] = ""; } - FormatToDict("标的期初全价", trade.StockEqvNotionalReal * (double)((swapPosition?.PosiGrossPrice) ?? 0) * 100, dic); + FormatToDict("标的期初全价", trade.StockEqvNotionalReal * (double)((swapPosition?.PosiGrossPrice) ?? 0), dic); var basicFee = trade.StockEqvNotionalReal == 0 ? 0 : ((double)((swapPosition?.PosiTradingFeePending) ?? 0) / trade.StockEqvNotionalReal) * 100; dic["基本费率"] = (basicFee * 2).ToString("f4"); var initialMarginSum = initialMarginQuery.Sum(x =>