I'm expanding on a similar question titled Is SQL Server 'MONEY' data type a decimal floating point or binary floating point?
The accepted answer told us that the "money" datatype is fixed-point rather than floating-point type, but didn't say whether it was binary-fixed-point or decimal-fixed-point.
I'm assuming it's decimal-fixed-point but I can't find confirmation of this anywhere.
The documentation tells us the range and size, but not the underlying implementation.