records

records

Active filters Clear all

No active filters

Filters

Contracts December 2019

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Procurement Team
               

No description available for this field.

Name (identifier)
procurement_team
Type
text
Sample
                       
Contract Number
               

No description available for this field.

Name (identifier)
contract_number
Type
text
Sample
                       
Name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Classification
               

No description available for this field.

Name (identifier)
classification
Type
text
Sample
                       
Contract Description
               

No description available for this field.

Name (identifier)
contract_description
Type
text
Sample
                       
Contract Value excl Variations (£)
               

No description available for this field.

Name (identifier)
contract_value_excl_variations_ps
Type
text
Sample
                       
Contract Value Excl Variations (Notes)
               

No description available for this field.

Name (identifier)
contract_value_excl_variations_notes
Type
text
Sample
                       
TOTAL Contract Value excl Variations (£)
               

No description available for this field.

Name (identifier)
total_contract_value_excl_variations_ps
Type
decimal
Unit
£
Sample
                       
TOTAL Contract Value excl Variations ($)
               

No description available for this field.

Name (identifier)
total_contract_value_excl_variations
Type
decimal
Unit
$
Sample
                       
Variations To Date (£)
               

No description available for this field.

Name (identifier)
variations_to_date_ps
Type
decimal
Unit
£
Sample
                       
Revised TCV (£)
               

No description available for this field.

Name (identifier)
revised_tcv_ps
Type
decimal
Unit
£
Sample
                       
Revised TCV ($)
               

No description available for this field.

Name (identifier)
revised_tcv
Type
decimal
Unit
$
Sample
                       
Revised TCV (Notes)
               

No description available for this field.

Name (identifier)
revised_tcv_notes
Type
text
Sample
                       
One off Intial Cost
               

No description available for this field.

Name (identifier)
one_off_intial_cost
Type
decimal
Unit
£
Sample
                       
Contract Signature Date
               

No description available for this field.

Name (identifier)
contract_signature_date
Type
date
Sample
                       
Start Date
               

No description available for this field.

Name (identifier)
start_date
Type
date
Sample
                       
Go Live (Term Start Date)
               

No description available for this field.

Name (identifier)
go_live_term_start_date
Type
date
Sample
                       
Annual Renewal Date
               

No description available for this field.

Name (identifier)
annual_renewal_date
Type
date
Sample
                       
Annual Renewal Date (Notes)
               

No description available for this field.

Name (identifier)
annual_renewal_date_notes
Type
text
Sample
                       
Annual Contract Value (£)
               

No description available for this field.

Name (identifier)
annual_contract_value_ps
Type
decimal
Unit
£
Sample
                       
Annual Contract Value ($)
               

No description available for this field.

Name (identifier)
annual_contract_value
Type
decimal
Unit
$
Sample
                       
Annual Contract Value (Notes)
               

No description available for this field.

Name (identifier)
annual_contract_value_notes
Type
text
Sample
                       
First break Point Date
               

No description available for this field.

Name (identifier)
first_break_point_date
Type
date
Sample
                       
First break Point Date (notes)
               

No description available for this field.

Name (identifier)
first_break_point_date_notes
Type
text
Sample
                       
Next Break Point Date
               

No description available for this field.

Name (identifier)
next_break_point_date
Type
date
Sample
                       
Ultimate End Date
               

No description available for this field.

Name (identifier)
ultimate_end_date
Type
date
Sample
                       
Ultimate End Date (notes)
               

No description available for this field.

Name (identifier)
ultimate_end_date_notes
Type
text
Sample
                       
Procurement Route
               

No description available for this field.

Name (identifier)
procurement_route
Type
text
Sample
                       
Division
               

No description available for this field.

Name (identifier)
division
Type
text
Sample
                       
Department
               

No description available for this field.

Name (identifier)
department
Type
text
Sample
                       
Contract value
               

No description available for this field.

Name (identifier)
contract_value
Type
decimal
Unit
£
Sample
                       
Review date
               

No description available for this field.

Name (identifier)
review_date
Type
date
Sample
                       
Supplier address
               

No description available for this field.

Name (identifier)
supplier_address
Type
text
Sample
                       
Postcode
               

No description available for this field.

Name (identifier)
postcode
Type
text
Sample
                       
Small or medium sized enterprise
               

No description available for this field.

Name (identifier)
small_or_medium_sized_enterprise
Type
text
Sample
                       
Voluntary or community sector organisation
               

No description available for this field.

Name (identifier)
voluntary_or_community_sector_organisation
Type
text
Sample
                       
Review date notes
               

No description available for this field.

Name (identifier)
review_date_notes
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"contracts-december-2019",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/contracts-december-2019"
      }
    ]
    ,
  • "definitions":
    {
    • "contracts-december-2019":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/contracts-december-2019_records"
            }
          }
        }
      }
      ,
    • "contracts-december-2019_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "procurement_team":
              {
              • "type":"string",
              • "title":"Procurement Team",
              • "description":""
              }
              ,
            • "contract_number":
              {
              • "type":"string",
              • "title":"Contract Number",
              • "description":""
              }
              ,
            • "name":
              {
              • "type":"string",
              • "title":"Name",
              • "description":""
              }
              ,
            • "classification":
              {
              • "type":"string",
              • "title":"Classification",
              • "description":""
              }
              ,
            • "contract_description":
              {
              • "type":"string",
              • "title":"Contract Description",
              • "description":""
              }
              ,
            • "contract_value_excl_variations_ps":
              {
              • "type":"string",
              • "title":"Contract Value excl Variations (£)",
              • "description":""
              }
              ,
            • "contract_value_excl_variations_notes":
              {
              • "type":"string",
              • "title":"Contract Value Excl Variations (Notes)",
              • "description":""
              }
              ,
            • "total_contract_value_excl_variations_ps":
              {
              • "type":"number",
              • "title":"TOTAL Contract Value excl Variations (£)",
              • "description":"",
              • "unit":"£"
              }
              ,
            • "total_contract_value_excl_variations":
              {
              • "type":"number",
              • "title":"TOTAL Contract Value excl Variations ($)",
              • "description":"",
              • "unit":"$"
              }
              ,
            • "variations_to_date_ps":
              {
              • "type":"number",
              • "title":"Variations To Date (£)",
              • "description":"",
              • "unit":"£"
              }
              ,
            • "revised_tcv_ps":
              {
              • "type":"number",
              • "title":"Revised TCV (£)",
              • "description":"",
              • "unit":"£"
              }
              ,
            • "revised_tcv":
              {
              • "type":"number",
              • "title":"Revised TCV ($)",
              • "description":"",
              • "unit":"$"
              }
              ,
            • "revised_tcv_notes":
              {
              • "type":"string",
              • "title":"Revised TCV (Notes)",
              • "description":""
              }
              ,
            • "one_off_intial_cost":
              {
              • "type":"number",
              • "title":"One off Intial Cost",
              • "description":"",
              • "unit":"£"
              }
              ,
            • "contract_signature_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Contract Signature Date",
              • "description":""
              }
              ,
            • "start_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Start Date",
              • "description":""
              }
              ,
            • "go_live_term_start_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Go Live (Term Start Date)",
              • "description":""
              }
              ,
            • "annual_renewal_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Annual Renewal Date",
              • "description":""
              }
              ,
            • "annual_renewal_date_notes":
              {
              • "type":"string",
              • "title":"Annual Renewal Date (Notes)",
              • "description":""
              }
              ,
            • "annual_contract_value_ps":
              {
              • "type":"number",
              • "title":"Annual Contract Value (£)",
              • "description":"",
              • "unit":"£"
              }
              ,
            • "annual_contract_value":
              {
              • "type":"number",
              • "title":"Annual Contract Value ($)",
              • "description":"",
              • "unit":"$"
              }
              ,
            • "annual_contract_value_notes":
              {
              • "type":"string",
              • "title":"Annual Contract Value (Notes)",
              • "description":""
              }
              ,
            • "first_break_point_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"First break Point Date",
              • "description":""
              }
              ,
            • "first_break_point_date_notes":
              {
              • "type":"string",
              • "title":"First break Point Date (notes)",
              • "description":""
              }
              ,
            • "next_break_point_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Next Break Point Date",
              • "description":""
              }
              ,
            • "ultimate_end_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Ultimate End Date",
              • "description":""
              }
              ,
            • "ultimate_end_date_notes":
              {
              • "type":"string",
              • "title":"Ultimate End Date (notes)",
              • "description":""
              }
              ,
            • "procurement_route":
              {
              • "type":"string",
              • "title":"Procurement Route",
              • "description":""
              }
              ,
            • "division":
              {
              • "type":"string",
              • "title":"Division",
              • "description":""
              }
              ,
            • "department":
              {
              • "type":"string",
              • "title":"Department",
              • "description":""
              }
              ,
            • "contract_value":
              {
              • "type":"number",
              • "title":"Contract value",
              • "description":"",
              • "unit":"£"
              }
              ,
            • "review_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Review date",
              • "description":""
              }
              ,
            • "supplier_address":
              {
              • "type":"string",
              • "title":"Supplier address",
              • "description":""
              }
              ,
            • "postcode":
              {
              • "type":"string",
              • "title":"Postcode",
              • "description":""
              }
              ,
            • "small_or_medium_sized_enterprise":
              {
              • "type":"string",
              • "title":"Small or medium sized enterprise",
              • "description":""
              }
              ,
            • "voluntary_or_community_sector_organisation":
              {
              • "type":"string",
              • "title":"Voluntary or community sector organisation",
              • "description":""
              }
              ,
            • "review_date_notes":
              {
              • "type":"string",
              • "title":"Review date notes",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets