{"id":19189006,"url":"https://github.com/openprocurement/ocds_guarantee_extension","last_synced_at":"2026-03-01T13:37:38.482Z","repository":{"id":71324913,"uuid":"167165545","full_name":"openprocurement/ocds_guarantee_extension","owner":"openprocurement","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-23T12:48:17.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T03:42:37.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openprocurement.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-23T10:39:13.000Z","updated_at":"2019-01-23T12:48:18.000Z","dependencies_parsed_at":"2023-03-07T14:45:20.669Z","dependency_job_id":null,"html_url":"https://github.com/openprocurement/ocds_guarantee_extension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openprocurement/ocds_guarantee_extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openprocurement%2Focds_guarantee_extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openprocurement%2Focds_guarantee_extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openprocurement%2Focds_guarantee_extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openprocurement%2Focds_guarantee_extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openprocurement","download_url":"https://codeload.github.com/openprocurement/ocds_guarantee_extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openprocurement%2Focds_guarantee_extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29970518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T13:32:00.443Z","status":"ssl_error","status_checked_at":"2026-03-01T13:32:00.084Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T11:27:09.732Z","updated_at":"2026-03-01T13:37:38.455Z","avatar_url":"https://github.com/openprocurement.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Guarantee\nThis extension shows a sum of money which the Economic Operator  may set out in \ntender documentation and which the Participant (Award of Tender/Lot) shall \npay in case of a refusal to sign the Contract, or in other cases foreseen in \nthe Law.\n# Overview\nThe fields introduced by this extension are:\n- `guarantee/currency` - The currency of the guarantee in a 3-letter ISO 4217 format. \nIt should be string value.\n- `guarantee/amount` - The amount of the guarantee as a number. \nIt should be float value.\n# Examples\nThe following extract illustrates these properties in use within the \n`tender/guarantee` and `lots/guarantee` blocks.\n```\n{\n    \"tender\": {\n        \"id\": \"ocds-213czf-lots-00001-01-tender\",\n        \"title\": \"Architecture and engineering services\",\n        \"description\": \"The authority is seeking support to construct a new public building.\",\n        \"procurementMethod\": \"open\",\n        \"status\": \"active\",\n        \"guarantee\": {\n          \"currency\": \"GBP\",\n          \"amount\": 0.0\n        },\n        \"items\": [\n          {\n            \"id\": \"0001\",\n            \"description\": \"Architectural advice\",\n            \"classification\": {\n              \"scheme\": \"CPV\",\n              \"id\": \"71210000\",\n              \"description\": \"Advisory architectural services\"\n            },\n            \"relatedLot\": \"lot-1\"\n          },\n          {\n            \"id\": \"0002\",\n            \"description\": \"Architectural design\",\n            \"classification\": {\n              \"scheme\": \"CPV\",\n              \"id\": \"71220000\",\n              \"description\": \"Architectural design services\"\n            },\n            \"relatedLot\": \"lot-1\"\n          },\n          {\n            \"id\": \"0003\",\n            \"description\": \"Civil engineering consultant\",\n            \"classification\": {\n              \"scheme\": \"CPV\",\n              \"id\": \"71311000\",\n              \"description\": \"Civil engineering consultancy services\"\n            },\n            \"relatedLot\": \"lot-2\"\n          },\n          {\n            \"id\": \"0004\",\n            \"description\": \"Structural engineering services\",\n            \"classification\": {\n              \"scheme\": \"CPV\",\n              \"id\": \"71312000\",\n              \"description\": \"Structural engineering consultancy services\"\n            },\n            \"relatedLot\": \"lot-1\"\n          }\n        ],\n        \"value\": {\n          \"amount\": 1200000,\n          \"currency\": \"GBP\"\n        },\n        \"lots\": [\n          {\n            \"id\": \"lot-1\",\n            \"title\": \"Architectural services\",\n            \"description\": \"For architectural services delivered in the project\",\n            \"status\": \"active\",\n            \"value\": {\n              \"currency\": \"GBP\",\n              \"amount\": 200000\n            },\n            \"guarantee\": {\n              \"currency\": \"GBP\",\n              \"amount\": 0.0\n            }\n          },\n          {\n            \"id\": \"lot-2\",\n            \"title\": \"Civil engineering services\",\n            \"description\": \"For civil engineering services delivered in the project\",\n            \"status\": \"active\",\n            \"value\": {\n              \"currency\": \"GBP\",\n              \"amount\": 600000\n            }\n          },\n          {\n            \"id\": \"lot-3\",\n            \"title\": \"Structural engineering\",\n            \"description\": \"For structural engineering consultancy delivered in the project\",\n            \"status\": \"active\",\n            \"value\": {\n              \"currency\": \"GBP\",\n              \"amount\": 600000\n            }\n          }\n        ],\n        \"lotGroups\": [\n          {\n            \"id\": \"lot-group-1\",\n            \"relatedLots\": [\n              \"lot-2\",\n              \"lot-3\"\n            ],\n            \"optionToCombine\": true,\n            \"maximumValue\": {\n              \"currency\": \"GBP\",\n              \"amount\": 1000000\n            }\n          }\n        ],\n        \"lotDetails\": {\n          \"maximumLotsBidPerSupplier\": 4,\n          \"maximumLotsAwardedPerSupplier\": 2\n        }\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenprocurement%2Focds_guarantee_extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenprocurement%2Focds_guarantee_extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenprocurement%2Focds_guarantee_extension/lists"}