test(swap): 修正平仓利息复现用例标的代码为 2500002.IB
- 将 GLMS20260703CloseInterestTest 中 UnderlyingCode 由 511160.SH 更正为真实标的 2500002.IB - 核心复现用例(复利真实FR007→-13667.85 / 单利→-13668.02)保留, 作为代码级验算样例
This commit is contained in:
@@ -188,7 +188,7 @@ namespace YLErp.Modules.SwapModule
|
||||
FloatRateUnderlyingCode = "FR007", // 真实浮动利率腿
|
||||
FloatRate = 0m,
|
||||
PosiNotionalValue = Notional,
|
||||
UnderlyingCode = "511160.SH",
|
||||
UnderlyingCode = "2500002.IB",
|
||||
InterestSwapInterval = JsonConvert.SerializeObject(intervalModels)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user