The billing app is intended to support the commercial part of MarMix. Customers, users, credits, etc. are managed through this app.
A customer is the entity who is contractually linked to MarMix. It’s usually a Higher Ed institution. Users are members of customers’ organizations.
Parameters: |
|
---|
Simulations are games that are run by a teacher during a specific class. A simulation can be run in parallel with an ERPsim game or in standalone mode. This app is used to store the configuration parameters of each simulation.
Stocks are unique in a given simulation.
Orders are made by teams and posted in the order book. They are then processed by the order manager. BID is the highest price that a buyer is willing to pay for a stock. ASK is the lowest price that a seller is willing to accept for a stock.
Parameters: |
|
---|
Quotes are the price of a given stock at a certain time.
Parameters: |
|
---|
Stocks are shares of a company that are automatically generated during the simulation setup.
Parameters: |
|
---|
Transactions are the result of order placed that are fulfilled.
Parameters: |
|
---|
TransactionLine(id, transaction_id, stock_id, team_id, quantity, price, amount, asset_type)
Parameters: |
|
---|
Fulfill two matching orders.
Note
This is called by check_matching_orders()
Parameters: |
|
---|---|
Returns: | Nothing. |
This is a template app that should get a great new description...
Ticker(id, created, modified, simulation_id, nb_companies, initial_value, state, with_drift, nb_rounds, nb_days, day_duration, dividend_payoff_rate, transaction_costs, interest_rate, fixed_interest_rate)
Parameters: |
|
---|
Quotes are the price of a given stock at a certain time.
Parameters: |
|
---|
Stocks are shares of a company that are automatically generated during the simulation setup.
Parameters: |
|
---|
Stocks are shares of a company that are automatically generated during the simulation setup.
Parameters: |
|
---|
User(id, password, last_login, is_superuser, username, first_name, last_name, email, is_staff, is_active, date_joined)
Parameters: |
|
---|