Package net.commerce.zocalo.claim

These classes describe the claims being traded in the market.

See:
          Description

Class Summary
BinaryClaim BinaryClaims have two positions, commonly "yes" and "no".
Claim The subject of a Prediction Market.
MultiClaim MultiClaims are Claims that support multiple outcomes, and manage the prices of each outcome.
Position One of the Positions of a claim.
 

Package net.commerce.zocalo.claim Description

These classes describe the claims being traded in the market. Claims represent the questions being asked. Positions represent possible outcomes of a claim. BinaryClaim represents claims with two positions. (In the experiment configuration, unary claims are also represented by BinaryClaim; the difference is that traders aren't allowed to hold negative coupons (and so some traders must start with positive coupons.) MultiClaim represents claims with more than two positions.

© Copyright 2007 Chris Hibbert. All rights reserved.
© Copyright 2006 CommerceNet Consortium, LLC.

This software is published under the terms of the MIT license, a copy
of which has been included with this distribution in the LICENSE file.