valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 8055bbf5647be3ede3e4a3d90e4fec450b740ba3
parent 8b74d34a08083ad0ce0d6cce83205b69955b1aae
Author: Bob Haugen <bob.haugen@gmail.com>
Date:   Mon,  5 Aug 2019 10:08:54 -0500

Merge pull request #537 from valueflows/principles

fixes: principles and flows
Diffstat:
Mdocs/introduction/flows.md | 2+-
Mdocs/introduction/principles.md | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/introduction/flows.md b/docs/introduction/flows.md @@ -1,6 +1,6 @@ # Flows -Flows are a fundamental construct in the ValueFlows ontology. When put in chronological order, they form a progression: +Flows are a fundamental construct in the ValueFlows ontology. When the types of flows are considered in chronological order, they form a progression from potential to scheduled to realized: 1. Intents which can lead to Commitments 2. Commitments which can lead to Economic Events (or Intents can lead directly to Economic Events) diff --git a/docs/introduction/principles.md b/docs/introduction/principles.md @@ -4,10 +4,10 @@ These principles are about the model behind the vocabulary. 1. The model must enable collaboration between different people in different organizations using different software on different platforms using different human and programming languages. 2. The model must be able to form global networks which can track the flows of resources (values) forwards and backwards. Or maybe it would be better to say "in any direction", but forwards means in the direction of value creation, and backwards means in the direction of return or compensation. -3. Corollary: the model must be able to support value equations that distribute income (rewards) according to peoples' contributions to the creation of the values that generated the income or rewards, regardless of where and when in the network configuration those contributions occurred. +3. Corollary: the model must be able to support various fair methods of distribution of resources. The ability to find contributions to the network or the economy regardless of where and when in the network configuration those contributions occurred is key. 4. The model must also be able to support coordinating work between different people in different organizations. People who are not concerned with rewards may still want to coordinate work. -5. The model must be able to support circular economies, value flows where resources come full cycle to be fed into the same set or other processes so that recycling, re-use, and other ways to encourage resources not becoming waste. +5. The model must be able to support circular economies, value flows where resources come full cycle to be fed into the same set or other processes. Recycling, re-use, and other ways to encourage resources not becoming waste, must be supported. Flows currently considered "externalities" should be able to be internalized in the model. 5. The model must be fractal. It must support global views of networks in aggregate as well as drilling down to lower and lower levels of detail. Those lower levels of detail, for example inside one organization, may require permissions. 6. The model must also work on the Knowledge, Plan and Observation levels, where the objects on each level are linked appropriately to the other levels. 7. The model must support non-business-as-usual organizational forms and economic relationships in addition to traditional business organizations and relationships. These organizational forms can be as varied as the people and groups who create them want. VF in particular embraces this experimentation towards next-economy / solidarity-economy / commons-based-economy / P2P-economy/etc. in this transitional time. -8. The model must support systems where all the contributors can get shares of the outcome to allocate as they wish. In other words, a group can choose to introduce various monetary currencies into their flows but can also do all the coordination and accounting without introducing such artifacts. +8. The model must support systems where all the people involved can get shares of the outcome to allocate as they wish. The shared outcome could be resources produced by the contributors, like food, or it could be income (reciprocal resources exchanged for resources produced). A group can choose to introduce various monetary currencies into their flows but can also do all the coordination and accounting without introducing such artifacts.