-
Notifications
You must be signed in to change notification settings - Fork 224
Settings Class
Christian Wendt edited this page Jan 3, 2025
·
5 revisions
This object holds all the information about the league's settings
reg_season_count: int
veto_votes_required: int
team_count: int
playoff_team_count: int
keeper_count: int
trade_deadline: int epoch
name: str
tie_rule: int
playoff_tie_rule: int
playoff_seed_tie_rule: int
playoff_matchup_period_length: int # Weeks Per Playoff Matchup
faab: bool # Is the league using a free agent acquisition budget
acquisition_budget: int
scoring_format: List[dict] # example [{'abbr': 'RETD', 'label': 'TD Reception', 'id': 43, 'points': 6.0}]
See full list of scoring formats here