PrizeMoney
Prize money for a race. Carries both the advertised headline figure and
the per-position breakdown; use total for “what’s the race worth?” copy
and places for the paid-place table.
Fields
Section titled “Fields”| Field | Args | Type | Description |
|---|---|---|---|
currency | — | String! | ISO 4217 currency code — GBP, EUR, USD, etc. |
total | — | Float | Headline (advertised/marketing) prize money. Null when no headline figure has been declared by the source feed (e.g. only place allocations are present). |
available | — | Float | Sum of paid places — the distributed pool. Mirrors allocatedTotal and will be removed in a follow-up; new clients should read allocatedTotal directly. |
allocatedTotal | — | Float | Sum of all populated place allocations. Diagnostic only — never display this as the race headline; it can drift from total due to source rounding. |
places | — | [PrizePlace!]! | Per-position breakdown. Ordered ascending by position; unlimited length. |
first | — | Float | — |
second | — | Float | — |
third | — | Float | — |
fourth | — | Float | — |
fifth | — | Float | — |
sixth | — | Float | — |