Before a ship arrives at a port, the agent issues a proforma disbursement account estimating what the call will cost. This tool builds an indicative proforma by scaling the main charges — port dues, pilotage, towage, and agency fee — from the vessel’s gross tonnage and a handful of tariff inputs.
How it works
Port dues are charged per unit of gross tonnage. Pilotage and towage are charged per movement, and a standard call has two movements (inbound to berth, outbound to sea). The agency fee is a fixed amount for the call:
port_dues = gt × dues_rate_per_gt
pilotage = pilotage_per_movement × 2
towage = towage_per_tug × tug_count × 2
total = port_dues + pilotage + towage + agency_fee
The two-movement assumption reflects that a vessel is normally piloted and towed both when berthing on arrival and when unberthing on departure.
Example and tips
A 30,000 GT bulk carrier at a dues rate of 0.30 per GT incurs 9,000 in port dues. With pilotage at 1,200 per movement (2,400 for the call), two tugs at 800 each over two movements (3,200 towage), and a 1,500 agency fee, the proforma totals about 16,100. Remember this is the variable core only: add mooring gangs, garbage and sludge disposal, fresh water, light dues, and customs and immigration to reach a complete DA. Always confirm the actual port tariff, as dues bases and minimums vary widely between ports.