-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RiskyAvg under the Usual conditions is way too high. #230
Comments
Most likely due to this. https://github.com/sbenthall/SHARKFin/blob/master/sharkfin/expectations.py#L116-L131 |
I've corrected some of my bad math. Now the UsualExpectations are somewhat more reasonable:
But they are still too high for quarterly numbers. I believe the reason for this is related to #215 . Namely:
We have a few options at this point.
This also raises the "uninteresting" and inconvenient issue that in the real world, prices are systematically reduced when dividends are paid out. What I'll do is push the quick fix for now (which gets us down from 1.15 quarterly to 1.09 quarterly), since the 1.09 figure might be easier for @alanlujan91 to work with on #205, and then raise this in a meeting. |
Target: 1.012272234 quarterly return |
The text was updated successfully, but these errors were encountered: