Payment Groups

<CodedGenerationGroup>

Group for associates in a single ranks coding tree.

Attribute

Description

Rank

The coding tree rank.

Generation

Generation of the coding tree to use.

AllChildren

If true, this will return all children of the generation 1 coded associates.

Example

<CodedGenerationGroup Rank="" Generation="" AllChildren="" />


<CurrentAssociateGroup>

Group representing just the current associate.

Example

<Result>
  <Payments>
    <Payment Pool="MasterPool" Bonus="Quick Start" Tag="" MetaData="">
      
      <Group>
        <CurrentAssociateGroup />
      </Group>
      
      <Source>
        <FixedAmountPay Comment="Achived" Amount="100" OneTimeKey="" GroupSize="0" />
      </Source>
    </Payment>
  </Payments>
</Result>


<GenerationGroup>

Group for associates in a particular generation of [Tree].

Attribute

Description

Tree

The tree to get the associate group from.

Generation

The generation in Tree to get the associate group from.

CompressRule

The rule to compress the tree on.

BeginLevel

The level in the tree to start counting Generation. Generally this value is 1.

Example

<Payment Pool="MasterPool" Bonus="Quick Start" Tag="" MetaData="">
  <Group>
    <HasStat Option="QS1000NR">
      
      <Group>
        <GenerationGroup Tree="Enrollment" Generation="1" CompressRule="Associate" BeginLevel="1" />
      </Group>
    
    </HasStat>
  </Group>
  <Source>
    <FixedAmountPay Comment="Sponsored" Amount="100" OneTimeKey="" GroupSize="1" />
  </Source>
</Payment>


<InfiniteGeneration>

Group representing all associates below a generation.

Attribute

Description

Tree

The tree to get the associate group from.

StartGeneration

Generation you want included and everything below it.

Rule

The rule that defines the generations.

Example

<Group>
  <InfiniteGeneration Tree="Unilevel" StartGeneration="1" Rule="Has100CV" />
</Group>


<TreeFullPayResult>

Group of associates from Tree if every leg is filled through Levels. This group will have no associates if their tree is not filled through Levels.

Attribute

Description

Tree

The tree to get the associate group from.

Levels

The number of levels in Tree that must be full.

Example

<Group>
  <TreeFullPayResult Tree="Enrollment" Levels="8" />
</Group>