Skip to content

EducationalInstitution entity

Generate educational institutions with programmes, accreditation, staffing, facilities, and contact data.

Why: Use EducationalInstitution when education scenarios need coherent programmes, accreditation, staffing, facilities, and contact data; use Company for a generic organization.

1
<variable name="value" entity="EducationalInstitution"/>

Output: Typed EducationalInstitution value.

Parameters

  • dataset: str | null; Default None — Country dataset used for programme, accreditation, and contact conventions.

Attributes

  • accreditations (list[str]): Accreditation bodies or certifications.
  • address (dict): Structured postal address fields.
  • email (str): Primary email address.
  • facilities (list[str]): Facilities or amenities available.
  • founding_year (int): Year the institution was founded.
  • institution_id (str): Synthetic identifier with EDU prefix.
  • level (str): Primary education level offered.
  • name (str): Institution display name.
  • phone (str): Generic contact phone number.
  • programs (list[str]): Programs or curricula offered.
  • staff_count (int): Approximate staff headcount.
  • student_count (int): Approximate number of enrolled students.
  • type (str): Institution type (school, college, university, …).
  • website (str): Institution website URL.

Limits

The available attributes and values depend on the registered entity, its dataset, and its documented constructor options.