Futures deepdive - From Neighbors to Networks
Community-owned enterprises (COEs) are increasingly recognized as critical actors in building fair, sustainable, and resilient local economies. They emerge in response to unmet needs—whether affordable housing, green mobility, renewable energy, or dignified food access—and pioneer financing strategies that combine solidarity, creativity, and public support. Yet, these models operate within broader political, economic, and legal systems that often privilege conventional market actors. By examining four diverse cases - housing projects within Mietshäuser Syndikat (Germany), SomMobilitat (Spain), Energy Island Samsø (Denmark), and Community Grocery Shop (UK) - this study explores how communities mobilize resources, secure legitimacy, and navigate risks. By explicitly identifying emerging trends, opportunities, and structural risks, the paper aims to provide foresight-oriented insights that can inform both policy and practice in shaping future community-led finance.
$translatableResources = [3, 4, 5, 6];
if (in_array($ResourceType, $translatableResources)) {
$langUser = strtoupper($browserLang);
if (!isset($arrPostLang[$langUser]['Target'])) {
$langUser = 'EN';
}
// on regarde si la langue source est differente de la langue de l'utilisateur ou si on a pas detecte la langue
if (!isset($media['srcLang']) || $media['srcLang'] != $langUser) {
//si la langue de l'utilisateur (browserLang) est disponible dans le tableau
if (isset($arrPostLang[$langUser]['Target'])) {
$translate = $arrPostLang[$langUser]['Target'];
?>
}
}
}
?>