From e2c2a7055153da237a36a98f1cfb69ce652408df Mon Sep 17 00:00:00 2001 From: Xiaoyu Date: Sun, 19 Nov 2023 17:14:55 +0800 Subject: [PATCH] bump version to-> < 0.22.8 > --- Hastructure.cabal | 1 + swagger.json | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Hastructure.cabal b/Hastructure.cabal index 641f2ba0..95306fbc 100644 --- a/Hastructure.cabal +++ b/Hastructure.cabal @@ -148,6 +148,7 @@ test-suite Hastructure-test UT.InterestRateTest UT.LibTest UT.QueryTest + UT.RateHedgeTest UT.StmtTest UT.UtilTest Paths_Hastructure diff --git a/swagger.json b/swagger.json index db2bdab6..c5fad415 100644 --- a/swagger.json +++ b/swagger.json @@ -10855,10 +10855,6 @@ "rcStartDate": { "$ref": "#/components/schemas/Day" }, - "rcRefBalance": { - "multipleOf": 1.0e-2, - "type": "number" - }, "rcLastStlDate": { "$ref": "#/components/schemas/Day" }, @@ -10893,7 +10889,6 @@ "rcSettleDates", "rcEndDate", "rcReceivingRate", - "rcRefBalance", "rcNetCash" ] },