hjhan
018d7e777f
refactor(swap): InterestCalcRequest 参数对象——GetInterests 双显式入口收敛为单参数
新增 InterestCalcRequest(SwapModule 根):
- 承载 GetInterests 全部有效入参(needPrice/grossPrice 死参数不承载),私有构造;
- 仅两个场景工厂可构造:IntradayUnwind(平仓前剩余/实际平掉额/B语义比例)、
EodPostCloseSettle(平仓后剩余/实际平掉额/恒1全额结息)——工厂形参名即场景语义,
物理上防止两套名义本金语义混传(6fdc7d80 错账的温床);
- GetIntradayUnwindInterests / CalcEodPostCloseSettleInterests 签名收敛为单参数 req,
生产调用点(GetUnwindInterests / SaveAutoEodWithCloseInterestPosition)改工厂构造;
- 原 20 参 GetInterests / 19 参 CalcSwapInterests 保留为底层实现与测试兼容层(十余处测试直调,不动)。
验证:定向 140 测试通过;全量 902(+3 字符化测试)= 145失败/745通过/12跳过,
与基线逐位一致,零回归。
2026-08-14 15:57:52 +08:00
..
2026-08-14 15:31:04 +08:00
2026-08-13 08:51:21 +08:00
2026-08-14 15:31:04 +08:00
2026-08-11 16:59:22 +08:00
2026-07-17 10:59:18 +08:00
2026-08-14 14:24:23 +08:00
2026-08-12 18:23:51 +08:00
2026-07-23 11:16:11 +08:00
2026-07-27 13:18:32 +08:00
2026-07-23 11:16:11 +08:00
2026-08-12 18:02:36 +08:00
2026-07-23 11:16:11 +08:00
2026-07-23 11:16:11 +08:00
2026-08-12 18:02:36 +08:00
2026-08-14 13:37:52 +08:00
2026-08-07 17:44:04 +08:00
2026-08-14 15:57:52 +08:00
2026-08-09 22:28:40 +08:00
2026-08-09 22:28:40 +08:00
2026-08-14 10:05:01 +08:00
2026-07-23 11:16:11 +08:00
2026-08-09 22:28:40 +08:00
2026-07-17 10:59:18 +08:00
2026-07-20 18:41:16 +08:00
2026-08-12 18:08:47 +08:00
2026-07-02 09:37:18 +08:00
2026-07-21 15:28:15 +08:00
2026-07-21 15:28:15 +08:00
2026-07-17 08:23:50 +08:00
2026-08-12 16:26:12 +08:00
2026-07-03 09:38:05 +08:00
2026-07-03 09:26:13 +08:00
2026-07-02 09:20:41 +08:00
2026-07-23 11:16:11 +08:00
2026-08-10 13:17:12 +08:00
2026-08-08 15:46:54 +08:00
2026-07-03 09:38:05 +08:00
2026-08-14 13:13:17 +08:00
2026-07-01 17:07:55 +08:00
2026-08-09 16:06:09 +08:00
2026-06-26 09:13:37 +08:00
2026-02-13 18:12:00 +08:00
2026-07-17 08:40:19 +08:00
2026-07-21 15:28:13 +08:00
2026-07-21 15:28:14 +08:00
2026-08-06 14:44:30 +08:00
2026-08-08 09:31:43 +08:00
2026-08-11 09:57:20 +08:00
2026-07-01 13:38:24 +08:00
2026-08-09 22:28:40 +08:00
2026-07-21 15:28:17 +08:00
2026-07-21 15:28:13 +08:00
2026-08-08 09:31:43 +08:00
2026-08-13 08:51:21 +08:00
2026-07-16 11:09:47 +08:00
2026-08-11 13:00:52 +08:00
2026-08-12 13:40:47 +08:00
2026-08-07 13:46:24 +08:00
2026-07-21 15:28:13 +08:00
2026-07-03 18:12:52 +08:00
2026-08-12 18:23:51 +08:00
2026-07-03 09:26:13 +08:00
2026-07-03 09:20:59 +08:00