Get in touch
Questions about financial analysis?
Select your area of interest below and we will connect you with the right part of the programme. Response time is typically one business day.
Send a message
Tell us what you are working on and which area you want to focus on — we read every message and respond directly.
Contact details
- 1274 Queen St, Halifax, NS B3J 2H4, Canada
- +1 (905) 602-0737
- [email protected]
- domain.biz
Support hours
Monday 9:00 – 18:00 AST
Tuesday 9:00 – 18:00 AST
Wednesday 9:00 – 18:00 AST
Thursday 9:00 – 18:00 AST
Friday 9:00 – 17:00 AST
Saturday Closed
Sunday Closed
Before and after the programme
A concise view of where participants typically start and where their analytical thinking tends to shift after working through the material.
Before
// Reading a balance sheet
assets = "a list of numbers"
debt_ratio = undefined
cash_flow = "same as profit?"
// Interpreting results
decision_basis = "gut feeling"
variance = ignored
forecast = null
After
// Reading a balance sheet
assets = categorised + weighted
debt_ratio = 0.38 // calculated
cash_flow = operating_cash_flow
// Interpreting results
decision_basis = ratios + context
variance = flagged + explained
forecast = 12_month_model