OBJECT

Agreement

Any type of agreement among economic agents.

link GraphQL Schema definition

  • type Agreement {
  • commitments: [Commitment!]
  • # The date and time the agreement was created.
  • created: DateTime
  • economicEvents: [EconomicEvent!]
  • id: ID!
  • involvedAgents: [Agent!]
  • # An informal or formal textual identifier for an agreement. Does not imply
  • # uniqueness.
  • name: String
  • # A textual description or comment.
  • note: String
  • }