-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Worked example (1.2): Contract suspension #758
Comments
See also long standing issue re status='terminated' #395 which suggests this codelist would benefit from wider revisions. |
Feedback from Afghanistan - there isn't a specific legal definition for a suspended contract in Afghanistan, however contracts are suspended in practice. |
For now, I would recommend putting 'suspended' in a
|
@duncandewhurst Can you review #430 and, if appropriate, merge this issue into that issue? |
Merging this issue into #764 as a worked example. |
Re-opening this issue to be about a worked example or other documentation. Another relevant comment is #430 (comment) |
For OCDS 1.1, if desired, we can add more docs to the status details extension. |
Sounds good. I'll draft an example that we can use in both places. |
Closed by #1344 |
#1344 uses We don't have enough information to resolve this issue. So far, of the requirements in #430 (comment), we've only established that the fact "that there is a suspension" can be determined in Afghanistan. Ideally, it would be better to be able to say when the contract was suspended, e.g. as a period ( In the meantime, the Status Details extension can continue to be used following the old modelling. |
In the ageops system in Afghanistan contracts can have status = suspended (example)
This indicates that the contract is temporarily suspended, for example due to security reasons, and will either be resumed at a later date or cancelled. The system does not capture a reason or description for the suspension.
In OCDS, contract status is a closed codelist with the following codes: pending, active, cancelled, terminated.
Similar to the discussion on suspended tenders in #430, there are two main options we could pursue:
(1) Adding an entry to the contract status codelist
A contract status of 'suspended' could be added to the codelist.
This would mean that:
Contract status is a closed codelist, which means that any changes would have to be made as part of an upgrade to the standard.
(2) Adding a new field via an extension
A true/false
suspended
field could be added to the contract object to indicate whether the contract is suspendedThis would mean that:
Questions
Assuming we pursue option (2), at least until the next standard upgrade:
(1) Do any other systems or legal frameworks use the concept of a suspended contract?
(2) Does a suspended contract fit the description of the
active
code from the contract status codelist:(3) Is 'suspended' the appropriate terminology?
(4) Should an extension also introduce a free text
statusDetails
field where details of the reason for the suspension could be provided.(5) Should an extension also introduce any 'documentType' codelist entries to link to related reasons for suspension or documentation of the suspension of the contract.
(6) Should guidance include any information on including milestones or other free-text descriptions about suspensions?
The text was updated successfully, but these errors were encountered: