Skip to content

Settings Class

Christian Wendt edited this page Oct 2, 2023 · 4 revisions

Documentation of all variables for Settings Class

This object holds all the information about the league's settings

Variables

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
scoring_format: List[dict] # example [{'abbr': 'RETD', 'label': 'TD Reception', 'id': 43, 'points': 6.0}]

See full list of scoring formats here