User Guide
01.5 · Core Concepts

Cost Flow: Resources → Items → Sell Rate

This page ties the whole pipeline together in one diagram. Everything else in TX1 is an optimisation, override or reporting view on top of it.

The Full Pipeline

       ┌──────────────────────┐
       │  Resource            │   BaseRate × AppliedFactor
       │  (Labour / Material) │ = EffectiveBaseRate
       └─────────┬────────────┘
                 │  (optional) + MarkupPercentage %
                 ▼
       ┌──────────────────────┐
       │  Resource.SellRate   │   if used on its own
       └─────────┬────────────┘
                 │
                 │  (used by)
                 ▼
  ┌───────────────────────────────┐
  │ Direct Cost Item              │  Qty × ResourceRate
  │   - may contain Breakdowns ──┼→ Sum of breakdown Totals
  │   - may have Children  ──────┼→ TotalWithChildren
  └─────────┬─────────────────────┘
            │
            │  + Apportionment from hidden items
            ▼
   DirectTotal + ApportionedAmount = BuildUpCost
            │
            │  Allocation of pools:
            │   + AllocatedOverhead
            │   + AllocatedMarkup  (per resource type %)
            │   + AllocatedRiskMargin
            │   + AllocatedCorporateOverheadMargin
            │   + AllocatedProfitMargin
            ▼
  ┌───────────────────────────────┐
  │  Sell Total (per line)        │  BuildUpCost + TotalAllocated
  │  Sell Rate  = SellTotal / Qty │
  └───────────────────────────────┘

Where Each Number Comes From

ResultFormulaSource object
EffectiveBaseRateBaseRate × AppliedFactorResource
SellRate (resource)EffectiveBaseRate × (1 + MarkupPct/100)Resource
DirectTotal (item)Quantity × ResourceRate or Σ breakdown totalsDirectCostItem
DirectRate (item)DirectTotal / Quantity (if Qty ≠ 0)DirectCostItem
BuildUpCostDirectTotal + ApportionedAmountDirectCostItem
TotalAllocatedΣ(Overhead + Markup + Risk + Corp + Profit)DirectCostItem
CalculatedSellRateDirectRate + (TotalAllocated / Quantity)DirectCostItem
CalculatedSellTotalDirectTotal + TotalAllocatedDirectCostItem
MultiplicationFactorCalculatedSellRate / DirectRateDirectCostItem

Example

Say you estimate 100 m³ of concrete at $180/m³ (a resource rate), and the project carries:

  • 25% direct markup on materials.
  • $50,000 of apportioned overheads distributed proportionally across all items.
  • 8% risk, 5% corporate, 12% profit.

For this item only:

  1. DirectTotal = 100 × 180 = $18,000
  2. Suppose apportioned overheads give $1,200 → BuildUpCost = $19,200.
  3. AllocatedMarkup (25% on material portion) = 0.25 × 18,000 = $4,500.
  4. Apply risk + corp + profit on the new subtotal: ≈ $6,720.
  5. CalculatedSellTotal ≈ $30,420.
  6. CalculatedSellRate = 30,420 / 100 = $304.20/m³.
  7. MultiplicationFactor = 304.20 / 180 = 1.69.

Everything else you will read in this guide sits behind, inside or around this pipeline.