{% extends "base.html" %} {% block title %} MDD Imports {% endblock %} {% block nav %} MDD Imports {% endblock %} {% block content %}
Import MDD ZIP File

Latest MDD version imported is: {{mdd_version}}.

{% if process_ids %} {% endif %}

The Market Domain Data (MDD) changes over time, and so needs to be regularly updated. Unfortunately Elexon don't provide the MDD for automated download, so you have to manually download it now and again and manually import it into Chellow. The MDD has a version number, so you only need to do an update if the version number has been incremented. The files within the zip that are recognized are:

  1. Market_Participant
  2. Market_Role
  3. Market_Participant_Role
  4. Line_Loss_Factor_Class
  5. Meter_Timeswitch_Class
  6. MTC_Meter_Type
  7. MTC_in_PES_Area
  8. Standard_Settlement_Configuration
  9. Valid_MTC_LLFC_Combination
  10. Valid_MTC_SSC_Combination
  11. Valid_MTC_LLFC_SSC_Combination
  12. Valid_MTC_LLFC_SSC_PC_Combination
{% endblock %}