Payment Pools

<CappedPool>

A pool that has a cap and will create negative payment for anyone in CapFromBonus to get under the cap.

AttributeDescription
NameThe element name.
TreeVolumeThe volume to use for this pool.
CapFromBonusThe Bonuses to pull from if over the cap.
VolumePercentThe percent of TreeVolume to use for the total amount of this pool.
CappedBonusNameThe name of the capped bonus.

Example

<Pools>
  <CappedPool Name="" TreeVolume="" VolumePercent="" CapFromBonus="" CappedBonusName="" />
</Pools>


<GVPaymentPool>

A pool based on the percent of total volume.

AttributeDescription
NameThe element name.
TreeVolumeThe volume to use for this pool.
GVPercentThe percent of TreeVolume to use for the total amount of this pool.

Example

<Pools>
   <GVPaymentPool GVPercent="50" TreeVolume="TS" Name="MasterPool" />
 </Pools>


<PointBucketPool>

A pool that divided evenly by all points in the pool.

AttributeDescription
NameThe element name.
TreeVolumeThe volume to use for this pool.
GVPercentThe percent of TreeVolume to use for the total amount of this pool.
MaxPayAmountThe maximum amount that a single associate can be paid from this pool.

Example

<Pools>
  <PointBucketPool Name="MasterPool" TreeVolume="TS" GVPercent="3" />
</Pools>