OBJECT
Agreement
Any type of agreement among economic agents.
link GraphQL Schema definition
- type Agreement {
- : [Commitment!]
- # The date and time the agreement was created.
- : DateTime
- : [EconomicEvent!]
- : ID!
- : [Agent!]
- # An informal or formal textual identifier for an agreement. Does not imply
- # uniqueness.
- : String
- # A textual description or comment.
- : String
- }
link Require by
- AgreementResponsenull
- CommitmentA planned economic flow that has been promised by an agent to another agent.
- 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`)
- RootQueryTypenull