records

records

Active filters Clear all

No active filters

Filters

Expenditure exceeding £500 - 2024

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Unique ID
               

No description available for this field.

Name (identifier)
unique_id
Type
integer
Sample
                       
Payment Date
               

No description available for this field.

Name (identifier)
payment_date
Type
date
Sample
                       
Department
               

No description available for this field.

Name (identifier)
department
Type
text
Sample
                       
Beneficiary
               

No description available for this field.

Name (identifier)
beneficiary
Type
text
Sample
                       
Purpose of expenditure
               

No description available for this field.

Name (identifier)
purpose_of_expenditure
Type
text
Sample
                       
Amount
               

No description available for this field.

Name (identifier)
amount
Type
decimal
Unit
£
Sample
                       
VAT
               

No description available for this field.

Name (identifier)
vat
Type
decimal
Unit
£
Sample
                       
VAT code
               

No description available for this field.

Name (identifier)
vat_code
Type
text
Sample
                       
Merchant category
               

No description available for this field.

Name (identifier)
merchant_category
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"expenditure-exceeding-ps500-2024",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/expenditure-exceeding-ps500-2024"
      }
    ]
    ,
  • "definitions":
    {
    • "expenditure-exceeding-ps500-2024":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/expenditure-exceeding-ps500-2024_records"
            }
          }
        }
      }
      ,
    • "expenditure-exceeding-ps500-2024_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "unique_id":
              {
              • "type":"integer",
              • "title":"Unique ID",
              • "description":""
              }
              ,
            • "payment_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Payment Date",
              • "description":""
              }
              ,
            • "department":
              {
              • "type":"string",
              • "title":"Department",
              • "description":""
              }
              ,
            • "beneficiary":
              {
              • "type":"string",
              • "title":"Beneficiary",
              • "description":""
              }
              ,
            • "purpose_of_expenditure":
              {
              • "type":"string",
              • "title":"Purpose of expenditure",
              • "description":""
              }
              ,
            • "amount":
              {
              • "type":"number",
              • "title":"Amount",
              • "description":"",
              • "unit":"£"
              }
              ,
            • "vat":
              {
              • "type":"number",
              • "title":"VAT",
              • "description":"",
              • "unit":"£"
              }
              ,
            • "vat_code":
              {
              • "type":"string",
              • "title":"VAT code",
              • "description":""
              }
              ,
            • "merchant_category":
              {
              • "type":"string",
              • "title":"Merchant category",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets