Terry,
The question was not whether MAX is a standard function, but the way it is used in the SQL statement I included. In other words, I have seen SQL like
select max(statementdate)
which would return the most recent statementdate, but I hadn't seen
select
brokercompany, statementdate =...