Package edu.cuny.cat.market

Classes concerning how a market/specialist behaves.

See:
          Description

Interface Summary
Auctioneer An interface representing an auctioneer managing shouts in an auction.
QuoteProvider  
 

Class Summary
AuctioneerPolicy A class representing a policy that GenericDoubleAuctioneer may use on some aspect.
EfficiencyCalculator A class calculating efficiency, convergence coefficient, and profit dispersion based on a EquilibriumCalculator with true shouts from traders and a set of actual transactions.
EquilibriumCalculator A class calculating equilibrium-related quantity, price, etc.
GenericDoubleAuctioneer A generic implementation of Auctioneer framework.
Helper A class representing a helper component for market mechanisms.
MarketQuote A price quote summarising the current status of an auction.
MaxEfficienciesCalculator A class calculating the maximal allocative efficiency given any possible trading volume in an auction, based on a given ThetaShoutEngine instance.
 

Exception Summary
DuplicateShoutException  
 

Package edu.cuny.cat.market Description

Classes concerning how a market/specialist behaves.