-
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
'No Objection' certificates (and/or approvals or milestones) #403
Comments
Thanks @agm3dc. This is an interesting use case. We've been thinking about a possible
This has come up from the PPP extension work, where it is useful to know that an organisation has been cleared through a competition check, or some other process. The idea was that approvals could then belong to a process, or to an organisation, and that it would be possible to provide the supporting documentation. This would be captured as an extension to OCDS, rather than in core. Would there be value for your use-cases in this more detailed extension? Or would the simple flag be all you are aiming for? |
For donor funded procurement e.g. World Bank, African Development Bank etc etc the 'no objection' process is also applicable and will normally be a date field in the procurement plan agreed with the recipient government. |
Thanks @timgdavies. The use case I have in mind is a simple 1,0 to signify whether no objection certificate has been provided. This way, an authority can detect easily, for example, if a restrictive procuring method has been used when a no objection certificate has not been sought. The "approval type" category you have defined should work as far as i'm aware. |
I've been doing some work on the This introduces milestones to the That would mean that the no-objection certificate could be modelled as: "planning": {
"milestones":[
{
"id":"1",
"type":"approval",
"code":"noObjection",
"status":"met",
"dateMet":"2016-12-02T00:00:00Z"
}
]
} I know this is not as simple as a single flag, but I think it gives us a more flexible model - as it allows:
Thoughts? |
@chriscrownagents Good question on other development institutions signing up to OCDS. That's one I might have to ping over to the Open Contracting Partnership policy team. |
@timgdavies Your approach sounds reasonable; probably better than that which I had in mind previously as it's more flexible. FYI, I've also come across the case of Guinea, where as many as 10 or 12 no objection certificates can be required (essentially all documents produced by the PE need a certificate from the proc authority). This would likely change in the event that they adopt electronic tools, but it goes to show that the use of no objection is varied. @mpostelnicu please weigh in if you have any concerns. |
Approval just came up in a CoST-PPP technical discussion. Here are some "conceptual" reasons that could potentially justify a new building block for approvals:
As for the suggested data model, it is great that it takes into consideration that there might be multiple approvals. "planning": {
"milestones":[
{
"id":"1",
"type":"approval",
"code":"noObjection",
"status":"met",
"dateMet":"2016-12-02T00:00:00Z"
}
]
} I have some questions about:
|
hmm... now i am re-reading my other issue about "certificate" and your suggestion for it to be an extension. (I missed to see the reference earlier). do you still think certificate is the good answer for this issue? |
The milestones proposal seems to have satisfied the early use cases. There are outstanding questions, but no proposed solution. With no new participants since 2017, I am closing this issue. |
I'm reopening the issue as per CRM-8367. In Nigeria, they also have the document of no objection itself. I think no |
I think no objection is different from approval, legally. It could be that the issuer does not have the power to approve, but does have the power to object. For example, your neighbor can't approve a renovation to your house, but they can object to it if it affects their own property, etc. I figure there are similar scenarios in procurement. So, we can just call it 'noObjectionCertificate' |
And if it is in the tender level will mean that it is a non-objection to the tender and if it is at the award level no objection to the award, right? |
Yes |
@yolile Based on the work in Nigeria, should this code be a candidate for OCDS 1.2? |
Yes, I think it should. |
In West Africa, and likely elsewhere, procurement authorities issue "no objection" certificates as part of the procurement process.
In Nigeria, these certificates are sought:
A. When a procuring entity requests if it wants to use a restricted procurement method (in practice, for anything that is not national competitive procurement).
B. When a procuring entity requests to award a contract above a certain price threshold;
In Liberia, the procuring authority issues a no objection certificate:
C. when a procuring entity requests to award a contract above a certain price threshold (this threshold varies depending on the nature of the procurement). It is during the approval of procurement plan that the authority would usually approve the use of restricted procurement methods.
I would propose including no objection as a binary field in tender phase to meet use case A, in the award phase to meet use case B, and in the planning phase in case C. I recognize this is a number of new fields, but thought it worth raising.
The text was updated successfully, but these errors were encountered: