Hotel: DEFRA πŸ‡¬πŸ‡§

πŸ’‘ High-Level Description

The UK's Department for Environment, Food & Rural Affairs (DEFRA) has been instrumental in pioneering carbon accounting standards across various sectors. In the hotel industry, the DEFRA methodology emphasizes transparency and consistency. Recognizing the varied energy consumption patterns of different hotel types, from luxury resorts to budget motels, DEFRA guidelines are designed to cater to this diversity. They factor in direct energy use, including heating, cooling, and electricity consumption, but also delve into indirect emissions. This includes emissions from supply chain activities, food and beverage services, waste disposal, and guest transportation.

What sets the DEFRA methodology apart is its emphasis on adaptability and continuous improvement. Hotels are encouraged to not just measure and report their carbon footprint but to also undertake actions towards reducing it. By providing specific guidance on carbon reduction strategies, from energy-efficient appliances to waste reduction initiatives, DEFRA's approach ensures that the hotel sector can actively contribute to broader sustainability goals.

Versioning: Add methodology_version to pin a specific Conversion Factors year (e.g., "2024"). If omitted, SQUAKE uses the latest supported year.


Sample API Request

{
  "expand": ["items"],
  "items": [
    {
      "type": "hotel",
      "methodology": "DEFRA",
      "external_reference": "string",
      "country": "GB",
      "city": "London",
      "room_type": "double",
      "number_of_nights": 2,
      "methodology_version": "2024"
    }
  ]
}

API Request Items

  • "type": "hotel" (required)

  • "methodology": "DEFRA" (required)

  • "methodology_version": DEFRA Conversion Factors year (e.g., "2024"). Optional; if omitted β†’ latest supported year.

  • "external_reference": Correlate response to request (max 128 chars).

  • "country": ISO 3166-1 alpha-2/alpha-3 code (min 2, max 3).

  • "city": Only "London" within "GB" is supported.

  • "number_of_nights": Minimum 1.

  • "room_type": "single", "double" (default), "triple", "quad", "queen", "king", "twin", "hollywood_twin", "double-double", "suite", "mini_suite", "president_suite", "connecting_rooms", "murphy_room", "cabana", "adjoining_room", "adjacent_room", "executive_floor".


Default values

  • "country": "GB"

  • "room_type": "double"

  • "methodology_version": latest supported DEFRA year


Sample API Response

{
  "carbon_quantity": 23000,
  "carbon_unit": "gram",
  "items": [
    {
      "carbon_quantity": 23000,
      "carbon_unit": "gram",
      "external_reference": "string",
      "type": "hotel",
      "methodology": "DEFRA",
      "methodology_version": "2024"
    }
  ]
}

Versions

  • Behavior: If methodology_version is omitted, SQUAKE automatically applies the latest supported DEFRA Conversion Factors year. Pin a specific year for reproducibility and auditability.


Bibliography

  • UK Government β€” Greenhouse gas emissions: Research & statistics: https://www.gov.uk/environment/greenhouse-gas-emissions#research_and_statistics

  • Government Greenhouse Gas Conversion Factors for Company Reporting β€” Methodology (latest year).

Last updated

Was this helpful?