Actors and Accounts
This section details the actor hierarchy (Enterprises, Firms, Users) and the trading/external account model used in MarketGrid.
The following diagram illustrates the Actor and Product hierarchies and how they are both segregated by Venue.
graph TD
subgraph VA[Venue A]
subgraph A1[Market A1]
IMA1[InstrumentMarkets...]
end
subgraph A2[Market A2]
IMA2[InstrumentMarkets...]
end
subgraph E1[Enterprise 1]
subgraph F1[Firms...]
U1[Users...]
end
end
subgraph E2[Enterprise 2]
subgraph F2[Firms...]
U2[Users...]
end
end
end
graph TD
subgraph VB[Venue B]
subgraph B1[Market B1]
IMB1[InstrumentMarkets...]
end
subgraph E3[Enterprise 3]
subgraph F3[Firms...]
U3[Users...]
end
end
end