Payment Pools
<CappedPool>
<CappedPool>A pool that has a cap and will create negative payment for anyone in CapFromBonus to get under the cap.
Attribute  | Description  | 
|---|---|
  | The element name.  | 
  | The volume to use for this pool.  | 
  | The Bonuses to pull from if over the cap.  | 
  | The percent of   | 
  | The name of the capped bonus.  | 
Example
<Pools>
  <CappedPool Name="" TreeVolume="" VolumePercent="" CapFromBonus="" CappedBonusName="" />
</Pools><GVPaymentPool>
<GVPaymentPool>A pool based on the percent of total volume.
Attribute  | Description  | 
|---|---|
  | The element name.  | 
  | The volume to use for this pool.  | 
  | The percent of   | 
Example
<Pools>
   <GVPaymentPool GVPercent="50" TreeVolume="TS" Name="MasterPool" />
 </Pools><PointBucketPool>
<PointBucketPool>A pool that divided evenly by all points in the pool.
Attribute  | Description  | 
|---|---|
  | The element name.  | 
  | The volume to use for this pool.  | 
  | The percent of   | 
  | The maximum amount that a single associate can be paid from this pool.  | 
Example
<Pools>
  <PointBucketPool Name="MasterPool" TreeVolume="TS" GVPercent="3" />
</Pools>Updated 5 months ago
