Serialized Form
Package net.sourceforge.jasa.agent |
description
java.lang.String description
quantity
int quantity
- The number of shares held by the agent.
owner
TradingAgent owner
- The agent whose inventory we are tracking.
Package net.sourceforge.jasa.agent.valuation |
value
double value
- The current valuation.
distribution
AbstractContinousDistribution distribution
- The probability distribution to use for drawing valuations.
agent
TradingAgent agent
history
TimeSeriesWindow history
windowSizeDistribution
AbstractContinousDistribution windowSizeDistribution
sampleInterval
int sampleInterval
minValueMin
double minValueMin
minValueMax
double minValueMax
rangeMin
double rangeMin
rangeMax
double rangeMax
prng
RandomEngine prng
value
double value
fundamentalPrice
java.lang.Number fundamentalPrice
currentPrice
double currentPrice
initialPrice
double initialPrice
wienerProcess
double wienerProcess
drift
double drift
volatility
double volatility
dt
double dt
priceWrapper
MutableDoubleWrapper priceWrapper
prng
RandomEngine prng
noiseDistribution
Normal noiseDistribution
forecasters
ReturnForecasterWithTimeHorizon[] forecasters
weights
double[] weights
distributions
AbstractContinousDistribution[] distributions
scaling
double scaling
noiseDistribution
AbstractContinousDistribution noiseDistribution
prng
RandomEngine prng
timeHorizon
double timeHorizon
historicalPredictions
TimeSeriesWindow historicalPredictions
historicalPrices
TimeSeriesWindow historicalPrices
currentPrediction
double currentPrediction
totalSquaredError
double totalSquaredError
alpha
double alpha
market
Market market
forecaster
ReturnForecaster forecaster
Package net.sourceforge.jasa.market |
funds
double funds
owner
java.lang.Object owner
bIn
java.util.PriorityQueue<E> bIn
- Matched bids in ascending order
bOut
java.util.PriorityQueue<E> bOut
- Unmatched bids in descending order
sIn
java.util.PriorityQueue<E> sIn
- Matched asks in descending order
sOut
java.util.PriorityQueue<E> sOut
- Unmatched asks in ascending order
ask
java.lang.Double ask
- The current ask-quote. Buyers need to beat this in order for their offers
to get matched.
bid
java.lang.Double bid
- The current bid-quote. Sellers need to ask less than this in order for
their offers to get matched.
quantity
int quantity
- The volume of this order.
price
double price
- The price of this offer.
agent
TradingAgent agent
- The agent placing this order.
isBid
boolean isBid
- True if this order is a bid. False if this order is an ask.
timeStamp
SimulationTime timeStamp
- The time that this order was placed.
child
Order child
- The child of this order.
Package net.sourceforge.jasa.market.auctioneer |
market
Market market
orderBook
OrderBook orderBook
currentQuote
MarketQuote currentQuote
clearingQuote
MarketQuote clearingQuote
pricingPolicy
PricingPolicy pricingPolicy
clearingPolicy
ClearingPolicy clearingPolicy
reservePrice
double reservePrice
- The reservation price.
seller
TradingAgent seller
- The seller.
account
Account account
quantity
int quantity
- The number of items for sale.
account
ZeroFundsAccount account
account
ZeroFundsAccount account
expectedHighestAsk
double expectedHighestAsk
- Deprecated.
expectedLowestBid
double expectedLowestBid
- Deprecated.
delta
double delta
- Deprecated.
- A parameter used to adjust the equilibrium price estimate so as to relax
the restriction.
memorySize
int memorySize
- Deprecated.
- A parameter used to adjust the number of recent transaction prices to be
memorized so as to compute the average as the equilibrium price estimate
memory
FixedLengthQueue memory
- Deprecated.
account
ZeroFundsAccount account
clearingCondition
MarketClearingCondition clearingCondition
acceptingPolicy
OrderAcceptancePolicy acceptingPolicy
shoutNumEachPeriod
int shoutNumEachPeriod
- Deprecated.
shoutNum
int shoutNum
- Deprecated.
acceptedShouts
java.util.HashSet<E> acceptedShouts
- The set of shouts that have been matched in the current round.
lastAsk
Order lastAsk
lastBid
Order lastBid
lastShout
Order lastShout
Package net.sourceforge.jasa.market.rules |
auctioneer
AbstractAuctioneer auctioneer
k
double k
n
int n
queue
FixedLengthQueue queue
Package net.sourceforge.jasa.report |
auction
Market auction
- The market we are keeping statistics on.
stats
SummaryStats stats
dailyStats
java.util.Vector<E> dailyStats
askQuoteLog
DataWriter askQuoteLog
- output for the ask component of market quotes as time series.
bidQuoteLog
DataWriter bidQuoteLog
- output for the bid component of market quotes as time series.
bidLog
DataWriter bidLog
- output for bid data as time series.
askLog
DataWriter askLog
- output for ask data as time series.
transPriceLog
DataWriter transPriceLog
- output for transaction price time series.
equilibriaStats
EquilibriumReportVariables equilibriaStats
- The historicalDataReport used to calculate the equilibrium price.
quantity
int quantity
- The quantity that each agent can theoretically trade per day. This should
normally be set equal to agents' trade entitlement.
alpha
double alpha
equilibriumPrice
double equilibriumPrice
devSquareSum
double devSquareSum
equilibriaStats
EquilibriumReportVariables equilibriaStats
- The historicalDataReport used to calculate the equilibrium price.
surplusTable
gnu.trove.map.hash.TObjectDoubleHashMap<K> surplusTable
- Total theoretically available profits per agent. This table maps
AbstractTradingAgent keys onto double values.
quantity
int quantity
- The quantity that each agent can theoretically trade per day. This should
normally be set equal to agents' trade entitlement.
efficiency
double efficiency
asks
java.util.LinkedList<E> asks
- Deprecated.
bids
java.util.LinkedList<E> bids
- Deprecated.
sortedShouts
java.util.TreeSet<E> sortedShouts
- Deprecated.
acceptedShouts
java.util.HashSet<E> acceptedShouts
- Deprecated.
memorySize
int memorySize
- Deprecated.
currentMemoryCell
int currentMemoryCell
- Deprecated.
memoryBids
int[] memoryBids
- Deprecated.
memoryAsks
int[] memoryAsks
- Deprecated.
lowestAskPrice
double lowestAskPrice
- Deprecated.
highestBidPrice
double highestBidPrice
- Deprecated.
highestUnacceptedBid
Order highestUnacceptedBid
- Deprecated.
lowestUnacceptedAsk
Order lowestUnacceptedAsk
- Deprecated.
accelerator
HistoricalDataReport.IncreasingQueryAccelerator accelerator
- Deprecated.
view
HistoricalDataReport.SortedView view
- Deprecated.
observableProxy
java.util.Observable observableProxy
- Deprecated.
price
double price
time
int time
askQuoteStats
SummaryStats askQuoteStats
bidQuoteStats
SummaryStats bidQuoteStats
bidStats
SummaryStats bidStats
askStats
SummaryStats askStats
transPriceStats
SummaryStats transPriceStats
allStats
SummaryStats[] allStats
round
int round
table
java.util.HashMap<K,V> table
- Maps keys representing groups onto the PayoffStats for that group.
stats
SummaryStats[] stats
equilPrice
double equilPrice
- Deprecated.
transPriceMemory
FixedLengthQueue transPriceMemory
- Deprecated.
transPriceDay
net.sourceforge.jasa.report.ReportVariableBoardUpdater.TransactionPriceTracker transPriceDay
- Deprecated.
transPriceAuction
net.sourceforge.jasa.report.ReportVariableBoardUpdater.TransactionPriceTracker transPriceAuction
- Deprecated.
pCE
double pCE
- Deprecated.
eA
double eA
- Deprecated.
alpha
double alpha
- Deprecated.
csvWriter
CSVWriter csvWriter
baseFilename
java.lang.String baseFilename
n
int n
veracity
SummaryStats veracity
Package net.sourceforge.jasa.view |
listeners
java.util.LinkedList<E> listeners
auctioneer
Auctioneer auctioneer
currentDepth
int currentDepth
bids
java.util.List<E> bids
asks
java.util.List<E> asks
maxDepth
int maxDepth
priceFormat
java.text.DecimalFormat priceFormat
qtyFormat
java.text.DecimalFormat qtyFormat
tradeNetwork
TradeNetworkReport tradeNetwork
viewer
viewer
layout
layout
updates
int updates
dyadsCheckBox
javax.swing.JCheckBox dyadsCheckBox
dyadsOnly
boolean dyadsOnly
interactions
int interactions
updateFrequency
int updateFrequency
myGraph
myGraph
fileName
java.lang.String fileName