Markets
Parameters
Trader Count (int, default: 10)
The number of traders to create.
Firm Count (int, default: 5)
The number of firms to create.
Initial Firm Value Minimum (double, default: 100000)
Initial Firm Value Maximum (double, default: 1000000)
Earning Movement Factor Minimum (double, default: .99)
Earning Movement Factor Maximum (double, default: 1.01)
Firm Shares per Instrument (int, default: 1000)
Share Price Adjustment Minimum (double, default: .98)
Share Price Adjustment Maximum (double, default: 1.02)
Initial Firm Price Minimum (double, default: 10.0)
Initial Firm Price Maximum (double, default: 30.0)
Initial Trader Funds Minimum (double, default: 50000)
Initial Trader Funds Maximum (double, default: 50000)
Firm Shares Count (int, default: 10000)
Trader
Attributes
Strategy (StrategyEnum, default: Random)
Funds (double, default: 100000)
Instrument Count (int, default: )
Behaviors
Initialize
Initialize Initialization. Executed once at the beginning of each model run.
Ask
Ask Rule. Executed every period.
Buy
Buy Rule. Executed every period.
Execute
Execute Rule. Executed every period.
Firm
Attributes
Shares Outstanding (int, default: 0)
Last Earnings (double, default: )
Last Price (double, default: 1.0)
Shares Internal (int, default: 50000)
Price Earnings Ratio (double, default: )
Behaviors
Initialize
Initialize Initialization. Executed once at the beginning of each model run.
Modify Earnings
Modify Earnings Rule. Executed every period.
Offer Shares
Offer Shares Initialization. Executed once at the beginning of each model run.
Derive Price Earnings Ratio
Derive Price Earnings Ratio.
Clear Offers
Clear Offers Rule. Executed every period.
Instrument
Attributes
Shares (int, default: )
Status (StatusEnum, default: Ask)
Offer Price (double, default: )
Total Price (double, default: )
Firm Price Earnings Ratio (double, default: )
Behaviors
Derive Total Price
Derive Total Price.
Derive Firm Price Earnings Ratio
Derive Firm Price Earnings Ratio.
Projections
InstrumentHolders (Network)
FirmInstruments (Network)
Target Buy Firms (Network)
Generated by AMF.