From 6951cc7e425ca9657d4459db4b5e5393998db258 Mon Sep 17 00:00:00 2001 From: Dominic Gifford <77539570+dominicgifford@users.noreply.github.com> Date: Mon, 12 Jul 2021 15:16:13 +0100 Subject: [PATCH 1/2] Update position.schema.json Removed the requirement to have a minimum holding of 0 as this does not support short positions --- src/context/schemas/position.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/schemas/position.schema.json b/src/context/schemas/position.schema.json index 77657db73..07ce27f5a 100644 --- a/src/context/schemas/position.schema.json +++ b/src/context/schemas/position.schema.json @@ -7,7 +7,7 @@ "properties": { "type": { "const": "fdc3.position" }, "instrument": { "$ref": "instrument.schema.json#" }, - "holding": { "type": "number", "minimum": 0 } + "holding": { "type": "number" } }, "required": ["instrument", "holding"] } From cef541a1c0b09e1df10afacf012e9ceb783a73e1 Mon Sep 17 00:00:00 2001 From: Dominic Gifford <77539570+dominicgifford@users.noreply.github.com> Date: Wed, 4 Aug 2021 12:06:46 +0100 Subject: [PATCH 2/2] Update position.schema.json added line break to trigger re-evaluation of CCLA on Pull Request --- src/context/schemas/position.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/context/schemas/position.schema.json b/src/context/schemas/position.schema.json index 07ce27f5a..262cbbc95 100644 --- a/src/context/schemas/position.schema.json +++ b/src/context/schemas/position.schema.json @@ -11,3 +11,4 @@ }, "required": ["instrument", "holding"] } +