Skip to content
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

schema/codelists/partyRole.csv: Clarify description of interestedParty #1644

Merged
merged 8 commits into from
Oct 11, 2023
2 changes: 1 addition & 1 deletion docs/guidance/map/milestones.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The contract milestones block is used to describe:
The contract implementation milestones block is used to describe:
* Any events related to the delivery of the contract, for example, the agreed date by which goods will be delivered.

The nature of the milestone is indicated by the [milestone type codelist](../../schema/codelists.md#milestone-type), for example, to distinguish between milestones in the planning section which relate to events in the pre-procurement phase and those which relate to contract implementation.
The nature of the milestone is indicated by the [milestone type codelist](../../schema/codelists.md#milestone-type), for example, to distinguish between milestones that relate to bid submission and others that relate to contract implementation.

At the point of contract signature, a comparison between `tender/milestones` and `contract/implementation/milestones` with a `milestone/type` of 'delivery' or 'reporting' should reveal how the negotiated contract differs from what was set out at tender time.

Expand Down
10 changes: 7 additions & 3 deletions docs/history/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Per the [normative and non-normative content and changes policy](../governance/n
* 'procurement'
* 'contractClose'
* [#1353](https://github.com/open-contracting/standard/pull/1353) Replace "tender submissions" with "bid submissions".
* [#1644](https://github.com/open-contracting/standard/pull/1644) Replace "pre-procurement phase" with "planning process".

* `partyRole.csv`:
* [#1187](https://github.com/open-contracting/standard/pull/1187) Add 'contractImplementationManager'
Expand All @@ -135,9 +136,12 @@ Per the [normative and non-normative content and changes policy](../governance/n
* 'lender'
* 'equityInvestor'
* [#1182](https://github.com/open-contracting/standard/pull/1182) Deprecate 'funder'
* [#1163](https://github.com/open-contracting/standard/pull/1163) Clarify the description of 'procuringEntity'.
* [#1182](https://github.com/open-contracting/standard/pull/1182) Clarify the description of 'buyer'.
* [#1232](https://github.com/open-contracting/standard/pull/1232) Clarify the description of 'supplier'.
* Clarify the descriptions of:
* [#1182](https://github.com/open-contracting/standard/pull/1182) 'buyer'
* [#1644](https://github.com/open-contracting/standard/pull/1182) 'enquirer'
* [#1644](https://github.com/open-contracting/standard/pull/1644) 'interestedParty'
* [#1163](https://github.com/open-contracting/standard/pull/1163) 'procuringEntity'
* [#1232](https://github.com/open-contracting/standard/pull/1232) 'supplier'
* [#1352](https://github.com/open-contracting/standard/pull/1352) Replace "party", "entity", etc. with "organization".
* [#1353](https://github.com/open-contracting/standard/pull/1353) Replace "submit a tender" with "submit a bid".

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Check whether your data follows the OCDS correctly

````

The Open Contracting Data Standard is a core product of the [Open Contracting Partnership](https://www.open-contracting.org/) (OCP). If you are interested to learn more about Open Contracting advocacy and how it can be used to support wider reform and measurable improvements in public contracting, please visit www.open-contracting.org.
The Open Contracting Data Standard is a core product of the [Open Contracting Partnership](https://www.open-contracting.org/) (OCP). If you are interested to learn more about Open Contracting advocacy and how it can be used to support wider reform and measurable improvements in public contracting, please visit [www.open-contracting.org](https://www.open-contracting.org/).

```{note}
This is the English (and canonical) version of the OCDS documentation. You can switch to the Spanish and French translations using the language switcher.
Expand Down
2 changes: 1 addition & 1 deletion schema/codelists/milestoneType.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Code,Title,Description
preProcurement,Pre-procurement milestones,"For events during the planning or pre-procurement phase of a process, such as the preparation of key studies."
preProcurement,Pre-procurement milestones,"For events during the planning process, such as the preparation of key studies."
approval,Approval milestones,For events such as the sign-off of a contract or project.
engagement,Engagement milestones,"For engagement milestones, such as a public hearing."
assessment,Assessment milestones,"For assessment and adjudication milestones, such as the meeting date of a committee."
Expand Down
4 changes: 2 additions & 2 deletions schema/codelists/partyRole.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ procuringEntity,Procuring entity,"The organization managing the contracting (or
supplier,Supplier,An organization with which a buyer or a procuring entity decided to conclude a contract.,,
tenderer,Tenderer,An organization that submitted a bid.,,
funder,Funder,The funder is an organization providing money or finance for this contracting process.,,1.2
enquirer,Enquirer,An organization that has made an enquiry during the enquiry phase of a contracting process.,,
enquirer,Enquirer,An organization that submitted an enquiry during the enquiry period of the contracting process.,,
payer,Payer,An organization making a payment from a transaction.,,
payee,Payee,An organization in receipt of a payment from a transaction.,,
reviewBody,Review body,An organization responsible for the review of this procurement process. This organization often has a role in any challenges made to the contract award.,,
interestedParty,Interested party,"An organization that has expressed an interest in the contracting process: for example, by purchasing tender documents or submitting clarification questions.",,
interestedParty,Interested party,"An organization that has expressed an interest in the contracting process: for example, by signing up for notifications about the process, submitting questions or downloading or purchasing procurement documents.",,
duncandewhurst marked this conversation as resolved.
Show resolved Hide resolved
contractImplementationManager,Contract implementation manager,The organization responsible for managing the implementation of the contract on behalf of the buyer. (This may be different from the procuring entity that manages the contracting process.),,
mediationBody,Mediation body,The organization responsible for mediation procedures.,,
processContactPoint,Process contact point,A contact point dedicated to this contracting (or planning) process.,,
Expand Down