From 494a7a06cc8cdd13f00a16519187665b6ebd866b Mon Sep 17 00:00:00 2001 From: hjhan Date: Mon, 20 Jul 2026 18:41:16 +0800 Subject: [PATCH] =?UTF-8?q?test(swap):=20=E4=BF=AE=E6=AD=A3=E5=B9=B3?= =?UTF-8?q?=E4=BB=93=E5=88=A9=E6=81=AF=E5=A4=8D=E7=8E=B0=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E6=A0=87=E7=9A=84=E4=BB=A3=E7=A0=81=E4=B8=BA=202500002.IB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 GLMS20260703CloseInterestTest 中 UnderlyingCode 由 511160.SH 更正为真实标的 2500002.IB - 核心复现用例(复利真实FR007→-13667.85 / 单利→-13668.02)保留, 作为代码级验算样例 --- .../Modules/SwapModule/GLMS20260703CloseInterestTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTestProject/Modules/SwapModule/GLMS20260703CloseInterestTest.cs b/UnitTestProject/Modules/SwapModule/GLMS20260703CloseInterestTest.cs index 159fbd83..bb29f270 100644 --- a/UnitTestProject/Modules/SwapModule/GLMS20260703CloseInterestTest.cs +++ b/UnitTestProject/Modules/SwapModule/GLMS20260703CloseInterestTest.cs @@ -188,7 +188,7 @@ namespace YLErp.Modules.SwapModule FloatRateUnderlyingCode = "FR007", // 真实浮动利率腿 FloatRate = 0m, PosiNotionalValue = Notional, - UnderlyingCode = "511160.SH", + UnderlyingCode = "2500002.IB", InterestSwapInterval = JsonConvert.SerializeObject(intervalModels) }; }