From 7142fc956ce67546850cbfc4d1087ebf50da41bf Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Thu, 17 Aug 2023 13:07:14 +0100 Subject: [PATCH] chore(positions): spec updates for positions table changes (#4568) --- specs/7004-POSI-positions.md | 41 ++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/specs/7004-POSI-positions.md b/specs/7004-POSI-positions.md index d3ee1ca3b..3bcb69493 100644 --- a/specs/7004-POSI-positions.md +++ b/specs/7004-POSI-positions.md @@ -4,30 +4,37 @@ - **Must** be able to view the following columns (7004-POSI-002): - - market - - notional - - open volume - - mark price - - settlement asset - - entry price - - leverage - - margin allocated - - realised PNL - - unrealised PNL - - Updated + - Market + - Code + - Settlement asset symbol + - Product type + - Size / Notional + - Size + - Notional + - Entry / Mark + - Entry + - Mark + - Margin + - Allocated + - Leverage + - Liquidation + - Realised PNL + - Unrealised PNL - **Must** be able to sort each column by asc and dsc (7004-POSI-003) + - If the cell shows two values the primary (top value) is used to sort (7004-POSI-014) + - **Must** be able to scroll horizontally to see all columns if screen resolution isn't wide enough (7004-POSI-004) - **Must** be able to drag and drop column names to re order (7004-POSI-005) +- **Must** be able to remove columns by dragging headers out of the table (7004-POSI-015) + - **Must** be able to resize the width of the columns (7004-POSI-006) - **Must** The columns 'Open volume', 'realised PNL' and 'Unrealised PNL' must change color and have a + or - suffix depending on being positive/negative (7004-POSI-007) -- **Must** be able to select settlement asset to view asset details (7004-POSI-008) - - **Must** be able to select the 3 dots to view asset details (7004-POSI-009) - **Must** be able to select the close button to close my position (7004-POSI-010) @@ -37,3 +44,11 @@ - **Must** retain previous column sizing on refresh (7004-POSI-012) - **Must** notional column has a tooltip on hover (7004-POSI-013) + +- **Must** be able to see worst case liquidation price (7004-POSI-016) + +- **Must** be able to see best and worst case liquidation price when hovering (7004-POSI-017) + +- **Must** be able to see if your realised PnL was affected by loss socialisation (7004-POSI-018) + +- **Must** Must be able to see what type of product the position was opened on (7004-POSI-019)