Skip to content

MonetaryAmount

Object type

A monetary amount in a single currency (POD-539). Used for derived prize / winnings figures where no cross-currency conversion is applied — the currency is carried alongside so callers never have to assume one. Amounts of different currencies are reported separately (see Horse.careerWinnings), never summed into an invented total.

FieldArgsTypeDescription
amountFloat! requiredThe figure, in the units of currency (e.g. pounds, not pence).
currencyString! requiredISO 4217 currency code — GBP, EUR, USD, etc.