Validates an MIC (Market Identifier Code).
static bool isValidMIC(String mic) => RegExp(r'^[A-Z]{4}$').hasMatch(mic);