pycopancore.data_model.master_data_model.culture module¶
Master data model for culture.
- class Culture[source]¶
Bases:
object- acquaintance_network = variable 'acquaintance network' (Basic undirected social network of acquaintance between Individuals. Most other social networks will be subgraphs of this.), ref=https://en.wikipedia.org/wiki/Interpersonal_relationship#Stages, not None, scale=nominal, datatype=<class 'networkx.classes.graph.Graph'>¶
- friendship_network = variable 'friendship/intimate/family network' (Smaller (and typically slower-changing) undirected network of actual friendships and other intimate relationships such as close familiar ties etc. May have a significantly different structure, e.g. a qualitatively (less heavy-tailed) degree distribution and a higher transitivity.), ref=https://en.wikipedia.org/wiki/Intimate_relationship, not None, scale=nominal, datatype=<class 'networkx.classes.graph.Graph'>¶
- group_membership_network = variable 'group membership network' (Directed network from individual to group that signifies membership (to avoid problems due to n to n relation)), not None, scale=nominal, datatype=<class 'networkx.classes.digraph.DiGraph'>¶
- inter_group_network = variable 'inter group network' (Basic undirected social network between Groups.), ref=https://en.wikipedia.org/wiki/Social_network#Meso_level, not None, scale=nominal, datatype=<class 'networkx.classes.graph.Graph'>¶
- intersocietal_coalition_structure = variable 'intersocietal coalition structure' ((a set of sets of social systems)), not None, scale=nominal, datatype=<class 'set'>¶
- is_environmentally_friendly = variable 'is environmentally friendly' (whether the entity is environmentally friendly or not), not None, scale=ordinal, datatype=<class 'float'>, levels=[False, True]¶
- supply_chain_network = variable 'supply chain network' (Directed network of actual (not potential) supplier-customer relationships through the economic supply chain, including the final end customer link and potentially initial links from social systems.), ref=https://en.wikipedia.org/wiki/Supply_chain, not None, scale=nominal, datatype=<class 'networkx.classes.digraph.DiGraph'>¶
- trusted_business_network = variable 'trusted business partners/colleagues network' (Similar undirected network for the business side of life, may overlap. Not meant to include all business contacts such as competitors, customers etc. which should rather be represented by a network between firms), ref=https://en.wikipedia.org/wiki/Interpersonal_relationship#Types, not None, scale=nominal, datatype=<class 'networkx.classes.graph.Graph'>¶
- trusted_competitor_network = variable 'trusted competitor network' (Undirected network of basic trust relationships between competiting firms, to be used in cartel formation model components. Represents the prerequisites of forming a cartel, not the actually formed cartel structure (which is rather a set of sets of firms).), ref=https://en.wikipedia.org/wiki/Cartel, not None, scale=nominal, datatype=<class 'networkx.classes.graph.Graph'>¶
- trusted_diplomatic_network = variable 'trusted diplomatic network' (Undirected network of basic trust relationships between social_systems, to be used in (intersocietal) coalition formation model components. Represents the prerequisites of forming a coalition, not the actually formed coalition structure (which is rather a set of sets of social systems).), ref=https://en.wikipedia.org/wiki/Coalition#International_relations, not None, scale=nominal, datatype=<class 'networkx.classes.graph.Graph'>¶