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

Contracts #71

Closed
duncandewhurst opened this issue Sep 6, 2022 · 3 comments
Closed

Contracts #71

duncandewhurst opened this issue Sep 6, 2022 · 3 comments
Labels
Milestone

Comments

@duncandewhurst
Copy link
Collaborator

duncandewhurst commented Sep 6, 2022

The draft data model proposed by the technical working group includes the following fields related to contracts:

image
image
image

The supply side research did not surface any examples of structured data on contracts nor did the demand side research surface any specific demands for this data. Presumably, these fields were proposed for a reason and the supply side research did surface examples of publication of contract documents (New Zealand) and contract summaries (UK), so we should not omit contract related fields from the data model entirely and we should ensure that multiple documents can be linked for each contract.

Proposal

Add a contracts property to Network and reuse the following properties from the Open Contracting Data Standard's Contract:

  • id
  • title
  • description
  • value
  • dateSigned
  • documents

Add a Contract.type property with a codelist based on the World Bank Public-Private Partnership Legal Resource Centre's categorisation of contract types as public, private or public-private partnership.

Add a Contract.relatedPhase property to link contracts to phases.

Example

{
  "contracts": [
    {
      "id": "1",
      "title": "Network Infrastructure Project Agreement",
      "description": "Contractual arrangement between Crown Infrastructure Partners and Chorus for the delivery of UFB. This agreement was signed prior to the demerger of Chorus and Telecom (1 December 2011), therefore Telecom is the signatory.",
      "type": "ppp",
      "relatedPhase": "1",
      "documents": [
        {
          "id": "1",
          "title": "Network Infrastructure Project Agreement",
          "url": "https://www.crowninfrastructure.govt.nz/wp-content/uploads/2018/07/Network-Infrastructure-Project-Agreement-NIPA-24-May-2011.pdf"
        },
        {
          "id": "2",
          "title": "Fact sheet - agreement with chorus",
          "url": "https://www.crowninfrastructure.govt.nz/wp-content/uploads/2018/07/fact-sheet-agreement-with-chorus.pdf"
        }
      ]
    }
  ]
}
@duncandewhurst duncandewhurst added this to the Alpha milestone Sep 6, 2022
@lgs85
Copy link
Contributor

lgs85 commented Sep 6, 2022

+1 to this

@duncandewhurst
Copy link
Collaborator Author

The alpha schema and codelists added in #101 reflect the latest proposal in this issue.

This issue will remain open against the beta milestone to gather feedback from the alpha consultation.

@duncandewhurst
Copy link
Collaborator Author

We've not heard any further feedback on this issue so I'm going to close it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants