diff --git a/protocol/0014-ORDT-order_types.md b/protocol/0014-ORDT-order_types.md
index 4f814320a..687871866 100644
--- a/protocol/0014-ORDT-order_types.md
+++ b/protocol/0014-ORDT-order_types.md
@@ -392,6 +392,7 @@ In Spot market, for multiple iceberg orders submitted as a batch of orders with
- All stop orders for a specific party can be cancelled by a single stop order cancellation. (0014-ORDT-072). For spot products (0014-ORDT-155)
- All stop orders for a specific party for a specific market can be cancelled by a single stop order cancellation. (0014-ORDT-073). For spot products (0014-ORDT-156)
- If a stop order is placed with a position_fraction equal to 0.5 and the position size is 5 then the rounding should be equal to 3 (0014-ORDT-138)
+- A party with a long position can enter a buy stop order, and a party with a short position can enter a sell stop order increasing their position. (0014-ORDT-137)
## Stop Orders - Negative Cases
@@ -402,7 +403,6 @@ In Spot market, for multiple iceberg orders submitted as a batch of orders with
- GFA Stop orders submitted are rejected. (0014-ORDT-077). For spot products (0014-ORDT-160)
- Stop orders once triggered can not be cancelled. (0014-ORDT-078). For spot products (0014-ORDT-161)
- If a stop order is placed with a position_fraction equal to 0 the order should be rejected. (0014-ORDT-139)
-- A party with a long position cannot enter a buy stop order, and a party with a short position cannot enter a sell stop order (0014-ORDT-137)
## Stop Orders - Snapshots