Skip to content

Patch/Free Agency fix - #25

Merged
CalebRose merged 3 commits into
masterfrom
patch/fa-and-misc
Oct 16, 2025
Merged

Patch/Free Agency fix#25
CalebRose merged 3 commits into
masterfrom
patch/fa-and-misc

Conversation

@CalebRose

Copy link
Copy Markdown
Owner
  • Resolving Free Agency issue by just doing the minimum value statement iteratively by qualifying player. Since this Cron job takes place in the morning, this should be fine.

@CalebRose CalebRose self-assigned this Oct 14, 2025
Comment thread structs/NFLPlayer.go Outdated
f.MinimumValue = 0.7
}
f.AAV = float64(f.AAV) * 0.9
if f.AAV < 0.7 {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AAV minimum is $0.5M/yr instead of $0.7M, right?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can set it to 0.5 but I think the total minimum value for a player is 0.7.

@CalebRose
CalebRose merged commit 6603c76 into master Oct 16, 2025
1 check passed
@CalebRose
CalebRose deleted the patch/fa-and-misc branch October 16, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants