The Vessel Financial Surveillance pipeline computes all three on a rolling basis, drills down to the cost categories driving the variance, and surfaces the fund-balance position so a Technical Superintendent can act on the operational levers without waiting for the month-end close.
Where the data comes from
Financial data is entirely ERP-internal. The pipeline reads transactions, normalises currency, applies the pro-rata profile per category, and produces variance / forecast / fund-balance views. No external data source is required.
The categories
Every vessel expense rolls up under one of these:- OPEX — operating expenditure (the largest bucket)
- NB — newbuilding fund (capital reserve for newbuild contributions)
- DD — drydock fund (reserve for upcoming drydocks)
- PD — periodic drydock provision
Pro-rata: the trick everyone gets wrong
A vessel’s annual budget is rarely spent at per month. Drydocks land in a single month; surveys cluster around certificate cycles; lube-oil bunkering happens at port calls. Comparing month-to-date spend against of the annual budget produces nonsense. The pipeline handles this with pro-rata adjustment — the budget allocation up to today’s date based on a category-aware time profile rather than calendar time: where is the cumulative fraction of the annual budget that’s expected to have been spent by time . Categories like Crew use (linear); categories like Drydock use a step function around the planned drydock month. Variance is then computed against the pro-rata budget, not against the calendar fraction: A vessel that’s “10% over annual budget” looks alarming until you realise its drydock landed in March and pro-rata accounting shows it’s actually within 2% of the expected curve. The implementation is the most complex code in the budget templates:Year-end forecasting
Variance answers “where are we now”. The TSI’s question is “where will we be in December”. Forecast logic: where is the burn rate over the last 3 months, and is the months until budget year-end. Forecast verdict:
Same logic on the under side: a vessel forecasting -15% under budget often means deferred maintenance that’s storing up future cost, not actual savings.
Cost-driver attribution
When a category is over budget, the analyzer ranks the underlying transactions:NB fund balance
The newbuilding fund is a separate ledger from OPEX. It accumulates owner contributions and pays out for newbuild commitments. The fund-status view tracks:
A vessel with NB fund running negative is a cash issue, not a budget issue — and it’s usually visible weeks before it would show up in a month-end close.
Per-day OPEX
The daily-spend view answers “what does this vessel cost per operating day?”: Comparable across vessels of the same type. A vessel running 3,600/day is structurally more expensive — usually a sign of older equipment, higher repair burden, or longer port stays.The five tables a reviewer reads
The Committed Cost Summary view assembles the headline as five AG-grid tables:OPEX Current Month
OPEX Current Month
Spend in the current month vs the pro-rata monthly budget. The most-recent-data view.
OPEX Previous Month
OPEX Previous Month
Closed prior month for trend comparison. The “what just happened” view.
NB (Newbuilding fund)
NB (Newbuilding fund)
Fund balance with opening, receipts, expenses, closing.
DD (Drydock fund)
DD (Drydock fund)
Drydock reserve status — accumulating or drawn down — against planned drydock cost.
PD (Periodic drydock)
PD (Periodic drydock)
Periodic drydock provision tracking.
Worked example
MV POSUN, 2026 budget year, reviewed at end of April:
Verdict: HIGH on the year-end forecast — projecting +12%, primarily driven by repairs (turbocharger overhaul cost ran higher than budgeted) and the Singapore bunker outlier.
The pipeline:
- Routes the year-end forecast to the Technical Superintendent.
- Routes the DD funding gap to the owner / commercial side.
- Cross-references the Singapore bunker driver to fuel oil — was the bunker premium-priced or was the quantity higher than usual?
- Suggests a re-forecast for Q3 if the repair line continues at the current trajectory.
Variance signals
Different variance shapes mean different things:
The pipeline classifies the variance shape and adds it to the verdict so a TSI knows whether they’re chasing an event or a trend.
When the pipeline escalates
Why it works as a pipeline
A monthly close is too late for variance to be actionable — the bunker has been delivered, the drydock has been booked, the spare has been ordered. The pipeline runs daily on the most recent data, applies the pro-rata curve, and produces a forecast that updates every time a transaction posts. The Technical Superintendent sees drift before it compounds.References
Source templates
Budget-management suite — committed cost summary, budget vs expense with pro-rata, current and previous-year transactions, previous-year analysis, and the overall fund status & variance report.
Related: Procurement
Variance drivers are usually procurement events — same numbers, operational frame.
Related: Fuel oil
Bunker price + quantity drives a large share of OPEX variance.
Related: PMS
Repair line variance often traces back to overdue maintenance becoming reactive maintenance.