From 1c03d2259ab208c885f3aabc7009e878ad7011c1 Mon Sep 17 00:00:00 2001 From: Pete Barrow Date: Thu, 14 Mar 2024 14:55:46 +0000 Subject: [PATCH] fix: Updating wording --- protocol/0032-PRIM-price_monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/0032-PRIM-price_monitoring.md b/protocol/0032-PRIM-price_monitoring.md index ac702701f..480b05572 100644 --- a/protocol/0032-PRIM-price_monitoring.md +++ b/protocol/0032-PRIM-price_monitoring.md @@ -137,7 +137,7 @@ to the risk model and obtains the range of valid up/down price moves per each of - Specifying a non-positive auction extension results in an error. (0032-PRIM-017). For product spot: (0032-PRIM-036) - Settlement price outside the current price monitoring bounds does not trigger an auction (0032-PRIM-018) - A network trade (during closeout) with a price outside price monitoring bounds does not trigger an auction. (0032-PRIM-019) -- Persistent order causing trade with the price outwith both bands triggers an auction. Initial auction duration is equal to the extension period of the first trigger. Once the initial period ends the auction gets extended by the extension period of the second trigger. No other orders placed during auction, auction terminates with a trade from order that originally triggered the auction. (0032-PRIM-020). For product spot: (0032-PRIM-037) +- 2 persistent orders with prices outside both trigger price bands triggers an auction. Initial auction duration is equal to the extension period of the first trigger. Once the initial period ends the auction gets extended by the extension period of the second trigger. No other orders placed during auction, auction terminates with a trade from order that originally triggered the auction. (0032-PRIM-020). For product spot: (0032-PRIM-037) - Same as above, but more matching orders get placed during the auction extension. The volume of the trades generated by the later orders is larger than that of the original pair which triggered the auction. Hence the auction concludes generating the trades from the later orders. The overall auction duration is equal to the sum of the extension periods of the two triggers. (0032-PRIM-021). For product spot: (0032-PRIM-038) - For all available mark price calculation methodologies: the price history used by the price monitoring engine is in line with market's mark price history. (0032-PRIM-039) - For all available mark-price calculation methodologies: the mark price update candidate gets rejected if it violates the price monitoring engine bounds. (0032-PRIM-040)