OBJECT
EconomicEvent
An observed economic flow, as opposed to a flow planned to happen in the future. This could reflect a change in the quantity of an economic resource. It is also defined by its behavior in relation to the economic resource (see Action
)
link GraphQL Schema definition
- type EconomicEvent {
- # Relates an economic event to a verb, such as consume, produce, work, improve,
- # etc.
- Action! :
- # Reference to an agreement between agents which specifies the rules or policies
- # or calculations which govern this economic event.
- URI :
- Appreciation!] : [
- Appreciation!] : [
- # The place where an economic event occurs. Usually mappable.
- SpatialThing :
- # The value calculation (if any) used to generate this event.
- ValueCalculation :
- # The economic event can be safely deleted, has no dependent information.
- Boolean :
- # The amount and unit of the work or use or citation effort-based action. This is
- # often a time duration, but also could be cycle counts or other measures of
- # effort or usefulness.
- Measure :
- # The commitment which is completely or partially fulfilled by an economic event.
- Fulfillment!] : [
- # The beginning of the economic event.
- DateTime :
- # The end of the economic event.
- DateTime :
- # The date/time at which the economic event occurred. Can be used instead of
- # beginning and end.
- DateTime :
- ID! :
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- AccountingScope!] : [
- # Defines the process to which this event is an input.
- Process :
- # A textual description or comment.
- String :
- # Defines the process for which this event is an output.
- Process :
- # The economic agent from whom the actual economic event is initiated.
- Agent! :
- # This economic event occurs as part of this agreement.
- Agreement :
- # The economic agent whom the actual economic event is for.
- Agent! :
- # References one or more concepts in a common taxonomy or other classification
- # scheme for purposes of categorization or grouping.
- URI!] : [
- # The primary resource specification or definition of an existing or potential
- # economic resource. A resource will have only one, as this specifies exactly what
- # the resource is.
- ResourceSpecification :
- # Economic resource involved in the economic event.
- EconomicResource :
- # The amount and unit of the economic resource counted or inventoried. This is the
- # quantity that could be used to increment or decrement a resource, depending on
- # the type of resource and resource effect of action.
- Measure :
- # An intent satisfied fully or partially by an economic event or commitment.
- Satisfaction!] : [
- # Tags/Categories in a taxonomy, linked to resourceClassifiedAs:
- # References one or more concepts in a common taxonomy or other classification
- # scheme for purposes of categorization or grouping.
- AnyContext] : [
- # Additional economic resource on the economic event when needed by the receiver.
- # Used when a transfer or move, or sometimes other actions, requires explicitly
- # identifying an economic resource on the receiving side.
- EconomicResource :
- # Arguments
- # recurseLimit: [Not documented]
- Int): [ProductionFlowItem!] ( :
- # Arguments
- # recurseLimit: [Not documented]
- Int): [ProductionFlowItem!] ( :
- # References another economic event that implied this economic event, often based
- # on a prior agreement.
- EconomicEvent :
- }
link Require by
- AgentA person or group or organization with economic agency.
- AgreementAny type of agreement among economic agents.
- AppreciationA way to tie an economic event that is given in loose fulfilment for another economic event, without commitments or expectations. Supports the gift economy.
- ClaimA claim for a future economic event(s) in reciprocity for an economic event that already occurred. For example, a claim for payment for goods received.
- EconomicEventAn observed economic flow, as opposed to a flow planned to happen in the future. This could reflect a change in the quantity of an economic resource. It is also defined by its behavior in relation to the economic resource (see `Action`)
- EconomicEventPageA page of Economic Events
- EconomicEventResponsenull
- EventOrCommitmentnull
- FulfillmentRepresents many-to-many relationships between commitments and economic events that fully or partially satisfy one or more commitments.
- OrganizationA formal or informal group, or legal organization.
- PersonA natural person.
- ProcessAn activity that changes inputs into outputs. It could transform or transport economic resource(s).
- ProductionFlowItemnull
- RootQueryTypenull
- SettlementRepresents many-to-many relationships between claim and economic events that fully or partially settle one or more claims.