Skip to content

Adds a field to the amendment object to classify the rationale for the amendment.

License

Notifications You must be signed in to change notification settings

open-contracting-extensions/ocds_amendment_rationale_classifications_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amendment rationale classifications

Adds a field to the amendment object to classify its rationale.

Legal context

In the European Union, this extension's fields correspond to eForms BT-140 (Change Reason Code) and BT-200 (Modification Reason Code). For correspondences to eForms fields, see OCDS for eForms.

Example

{
  "tender": {
    "id": "1",
    "amendments": [
      {
        "rationaleClassifications": [
          {
            "id": "update-add",
            "description": "Information updated",
            "scheme": "eu-change-corrig-justification"
          }
        ]
      }
    ]
  }
}

Issues

Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.

Changelog

2025-02-11

  • Update the +itemClassificationScheme.csv codelist patch:
    • Fix the Title, Description and Source of 'eu-change-corrig-justification'
    • Add 'eu-modification-justification'

About

Adds a field to the amendment object to classify the rationale for the amendment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published