From 6aa9b0313b116bc2198e223a76d0f39f24edc696 Mon Sep 17 00:00:00 2001 From: Neelima J <78197684+neelima-j@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:07:13 +0100 Subject: [PATCH 1/2] example.json: Fix logical error in lifecyle cost Closes #521 --- docs/examples/example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/example.json b/docs/examples/example.json index 46dce6a1..500a851e 100644 --- a/docs/examples/example.json +++ b/docs/examples/example.json @@ -233,7 +233,7 @@ "date": "2024-05-01T00:00:00Z", "lifeCycleCosting": { "value": { - "amount": 10000000, + "amount": 60000000, "currency": "USD" } }, @@ -245,7 +245,7 @@ { "id": "1", "value": { - "amount": 50000000, + "amount": 5000000, "currency": "USD" }, "classification": { From 4aee7ecf171e1f0d7c96a86a26f3238b24685776 Mon Sep 17 00:00:00 2001 From: Neelima J <78197684+neelima-j@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:58:38 +0100 Subject: [PATCH 2/2] Update changelog.md --- docs/reference/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 2ee6d072..419d7147 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -1,5 +1,11 @@ # Changelog +## [X.X.X] - YYYY-MM-DD + +### Documentation + +* [#287](https://github.com/open-contracting/infrastructure/pull/522) - correct `costMeasurements` so that the sum of cost groups is less than `lifeCycleCosting` in example file. + ## [0.9.5] - 2025-04-02 ### Documentation