A serie of tournments organized by the same club.
Summarize the championship, collecting final prizes of the players.
For each tuple of players collect the earned prize in each tourney of the championship, or zero if the players did not participate to a given event.
limit and onlywomen are used by the general rankings, to consider only last year tourneys and to produce women ranking respectively.
If skipworstprizes is set and limit is not, then up to that number of worst prizes of each competitor will be ignored; to avoid degenerated ranking, do that only when the number of tourneys of the championship is greater than skipworstprizes.
Results in a tuple of two items, the first being a list of dates, the second a list of tuples, sorted by total prize: each tuple contains five items, a tuple of players, their total prize, a list of their prizes sorted by date of event, the number of prizes and finally None or a list of skipped prizes.
Whether the championships is close, and its ranking finalized.
Kind of coupling used to build next turn, used as default value for the corresponding field when creating a new tourney.
Description of the championship.
Primary key.
Organizer club’s ID.
Previous championship’s ID.
Number of players per team.
Previous championship.
Kind of prize-giving.
This is used to determine which method will be used to assign final prizes. It may be:
similar to fixed, but applied to best fourty scores starting from 1000:
- 1000
- 900
- 800
- 750
- 700
- 650
- 600
- 550
- 500
- 450
- 400
- 375
- 350
- 325
- 300
- 275
- 250
- 225
- 200
- 175
- 150
- 140
- 130
- 120
- 110
- 100
- 90
- 80
- 70
- 60
- 50
- 40
- 35
- 30
- 25
- 20
- 15
- 10
- 5
- 1
Reduce a single championship to a simple dictionary
Number of worst prizes to skip in computing the ranking.
Tourneys in this championship.